Build bottle of opentsdb on 14 #52891
Annotations
2 warnings and 4 notices
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run brew test-bot \:
Formula/o/opentsdb.rb#L29
assertEquals("literal_or(lga)", q.getQueries().get(0).getTags().get("dc"));
^
./test/core/TestTSQuery.java:74: warning: [deprecation] downsampler() in TSSubQuery has been deprecated
assertEquals(Aggregators.AVG, q.getQueries().get(0).downsampler());
^
./test/core/TestTSQuery.java:75: warning: [deprecation] downsampleInterval() in TSSubQuery has been deprecated
assertEquals(300000, q.getQueries().get(0).downsampleInterval());
^
./test/core/TestTSQuery.java:92: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("wildcard(*)", q.getQueries().get(0).getTags().get("host"));
^
./test/core/TestTSQuery.java:93: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("literal_or(lga)", q.getQueries().get(0).getTags().get("dc"));
^
./test/core/TestTSQuery.java:95: warning: [deprecation] downsampler() in TSSubQuery has been deprecated
assertNull(q.getQueries().get(0).downsampler());
^
./test/core/TestTSQuery.java:96: warning: [deprecation] downsampleInterval() in TSSubQuery has been deprecated
assertEquals(0, q.getQueries().get(0).downsampleInterval());
^
./test/core/TestTSSubQuery.java:45: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("wildcard(*)", sub.getTags().get("host"));
^
./test/core/TestTSSubQuery.java:46: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("literal_or(lga)", sub.getTags().get("dc"));
^
./test/core/TestTSSubQuery.java:48: warning: [deprecation] downsampler() in TSSubQuery has been deprecated
assertEquals(Aggregators.AVG, sub.downsampler());
^
./test/core/TestTSSubQuery.java:49: warning: [deprecation] downsampleInterval() in TSSubQuery has been deprecated
assertEquals(300000, sub.downsampleInterval());
^
./test/core/TestTSSubQuery.java:61: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("wildcard(*)", sub.getTags().get("host"));
^
./test/core/TestTSSubQuery.java:62: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("literal_or(lga)", sub.getTags().get("dc"));
^
./test/core/TestTSSubQuery.java:64: warning: [deprecation] downsampler() in TSSubQuery has been deprecated
assertEquals(Aggregators.AVG, sub.downsampler());
^
./test/core/TestTSSubQuery.java:65: warning: [deprecation] downsampleInterval() in TSSubQuery has been deprecated
assertEquals(300000, sub.downsampleInterval());
^
./test/core/TestTSSubQuery.java:74: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("wildcard(*)", sub.getTags().get("host"));
^
./test/core/TestTSSubQuery.java:75: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals("literal_or(lga)", sub.getTags().get("dc"));
^
./test/core/TestTSSubQuery.java:77: warning: [deprecation] downsampler() in TSSubQuery has been deprecated
assertNull(sub.downsampler());
^
./test/core/TestTSSubQuery.java:78: warning: [deprecation] downsampleInterval() in TSSubQuery has been deprecated
assertEquals(0, sub.downsampleInterval());
^
./test/core/TestTSSubQuery.java:134: warning: [deprecation] getTags() in TSSubQuery has been deprecated
assertEquals(0, sub.getTags().size());
^
./test/core/TestTSSu
|
Post-build steps
0 bottle(s)
|
Post-build steps
0 failed bottle(s)
|
Post-build steps
1 list(s) of skipped formulae
|
Post-build steps
0 list(s) of successfully tested dependents
|
Loading