You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/04/06 22:45:19 UTC

Build failed in Jenkins: Calcite » Calcite-snapshots #109

See <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/109/display/redirect?page=changes>

Changes:

[nobigogle] [CALCITE-5021] Double JOIN is created for NOT IN when IN-list that the values all non-nullable is converted to Values


------------------------------------------
[...truncated 319.30 KB...]
  public static IndexCondition create(
                               ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/IndexCondition.java>:137: warning: no @param for rangeQueryLowerKey
  public static IndexCondition create(
                               ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/IndexCondition.java>:137: warning: no @param for rangeQueryUpperKey
  public static IndexCondition create(
                               ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/IndexCondition.java>:137: warning: no @return
  public static IndexCondition create(
                               ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for cluster
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for traitSet
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for input
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for condition
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for indexCondition
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for tableDef
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for forceIndexName
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @return
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:164: warning: no @param for config
    protected InnodbFilterRule(InnodbFilterRuleConfig config) {
              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:306: warning: no @param for config
    protected InnodbSortFilterRule(InnodbSortFilterRuleConfig config) {
              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:346: warning: no @param for config
    protected InnodbSortTableScanRule(InnodbSortTableScanRuleConfig config) {
              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbSchema.java>:121: warning: no @param for tableName
  public TableDef getTableDef(String tableName) {
                  ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbSchema.java>:121: warning: no @return
  public TableDef getTableDef(String tableName) {
                  ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for fields
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for selectFields
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for condition
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for ascOrder
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @return
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbToEnumerableConverterRule.java>:37: warning: no @param for config
  protected InnodbToEnumerableConverterRule(Config config) {
            ^
28 warnings

> Task :plus:test
         15.2sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery16()
         19.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery11()
         39.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery02()
         11.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery22()
         41.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery06()
         16.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery14()
         41.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery01()
         20.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery13()
         22.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery10()
         15.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery20()
         21.6sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery12()
         42.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery03()
         42.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery04()
         42.6sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery08()
         18.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery15()
         17.2sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery17()
         23.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery09()
         17.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery18()

> Task :geode:test
         13.2sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testFilterWithNestedField()
         13.2sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleTimestampWhereFilter()
         13.4sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleTimeWhereFilter()
         13.5sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleDateWhereFilter()
         38.8sec,   12 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest
          2.3sec, org.apache.calcite.adapter.geode.rel.GeodeZipsTest > testWhereWithOrForLargeValueList()
         39.8sec,   36 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest
          2.4sec, org.apache.calcite.adapter.geode.rel.GeodeZipsTest > testItemPredicate()
WARNING  40.1sec,   14 completed,   0 failed,   3 skipped, org.apache.calcite.adapter.geode.rel.GeodeZipsTest
WARNING  49.5sec,   62 completed,   0 failed,   3 skipped, Gradle Test Run :geode:test

> Task :spark:test
         38.7sec, org.apache.calcite.test.SparkAdapterTest > testArithmeticDiv()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testUnionWithFiltersProject()
         39.0sec, org.apache.calcite.test.SparkAdapterTest > testOrderByLimit()
         39.0sec, org.apache.calcite.test.SparkAdapterTest > testFilterIsNull()
         38.9sec, org.apache.calcite.test.SparkAdapterTest > testUnion()
         39.0sec, org.apache.calcite.test.SparkAdapterTest > testFilterTrue()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testArithmeticPlus()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testSortXAscProjectY()
         39.1sec, org.apache.calcite.test.SparkAdapterTest > testFilterFalse()
         38.9sec, org.apache.calcite.test.SparkAdapterTest > testFilterIsNotNull()
         38.9sec, org.apache.calcite.test.SparkAdapterTest > testLimit()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testJoinProjectAliasProject()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testUnionAll()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testFilterOr()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testSelectDistinct()
         38.8sec, org.apache.calcite.test.SparkAdapterTest > testJoinProject()
         39.1sec, org.apache.calcite.test.SparkAdapterTest > testSortXDescYAscProjectY()
         39.1sec, org.apache.calcite.test.SparkAdapterTest > testArithmeticMul()
         39.4sec, org.apache.calcite.test.SparkAdapterTest > testSortXDescYDescProjectY()
         39.1sec, org.apache.calcite.test.SparkAdapterTest > testSortXAscYDescProjectY()
         39.2sec, org.apache.calcite.test.SparkAdapterTest > testGroupByOrderByAsc()
         39.8sec, org.apache.calcite.test.SparkAdapterTest > testGroupBy()
         40.0sec, org.apache.calcite.test.SparkAdapterTest > testGroupByMinMaxCountCountDistinctOrderByAsc()
         39.9sec, org.apache.calcite.test.SparkAdapterTest > testAggFuncNoGroupBy()
WARNING  40.3sec,   38 completed,   0 failed,   4 skipped, org.apache.calcite.test.SparkAdapterTest
WARNING  46.8sec,   38 completed,   0 failed,   4 skipped, Gradle Test Run :spark:test

> Task :elasticsearch:test

Gradle Test Executor 20 STANDARD_OUT
    2022-04-06 22:43:18,833 [ForkJoinPool-1-worker-19] WARN  - gateway.auto_import_dangling_indices is disabled, dangling indices will not be automatically detected or imported and must be managed manually

> Task :redis:test
    docker[redis:2.8.19] 2022-04-06 22:43:20,667 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  1 extracted, (42 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:21,338 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  2 extracted, (42 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:22,805 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  3 extracted, (42 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:23,796 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  4 extracted, (45 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:24,246 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  5 extracted, (45 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:24,686 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  6 extracted, (45 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:26,782 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  7 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:27,379 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  8 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:29,062 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  9 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2022-04-06 22:43:31,554 [docker-java-stream--1133810895] INFO  - Pull complete. 9 layers, pulled in 18s (downloaded 46 MB at 2 MB/s)
    docker[redis:2.8.19] 2022-04-06 22:43:31,612 [ForkJoinPool-1-worker-25] INFO  - Creating container for image: redis:2.8.19
    docker[redis:2.8.19] 2022-04-06 22:43:43,204 [ForkJoinPool-1-worker-25] INFO  - Starting container with ID: 10adc67aa6e926ef295b4de13ce00f95ac745bac71273f8e448fcc782901518f
    docker[redis:2.8.19] 2022-04-06 22:43:44,794 [ForkJoinPool-1-worker-25] INFO  - Container redis:2.8.19 is starting: 10adc67aa6e926ef295b4de13ce00f95ac745bac71273f8e448fcc782901518f
    docker[redis:2.8.19] 2022-04-06 22:43:45,034 [ForkJoinPool-1-worker-25] INFO  - Container redis:2.8.19 started in PT34.273S

> Task :plus:test
         18.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery21()
         49.6sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery05()

> Task :elasticsearch:test
          3.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > integerCat()
          3.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat2Cat3()
          3.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat3()
          3.9sec, org.apache.calcite.adapter.elasticsearch.Projection2Test > projection()
          3.9sec, org.apache.calcite.adapter.elasticsearch.Projection2Test > projection2()
         61.2sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.MatchTest
          4.1sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > aggregationWithCast()
          4.2sec, org.apache.calcite.adapter.elasticsearch.Projection2Test > projection3()
          4.2sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat2()
          4.2sec, org.apache.calcite.adapter.elasticsearch.Projection2Test > simpleProjectionNoScripting()
          4.7sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat2()
          4.7sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > anyValue()
          4.7sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > anyValueWithOtherAgg()
          5.0sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1()
          5.0sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > approximateCountDistinct()
          5.1sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > all()
          5.4sec, org.apache.calcite.adapter.elasticsearch.Projection2Test > projectionStringLiteralAndColumn()
          5.4sec, org.apache.calcite.adapter.elasticsearch.ProjectionTest > projection()
         62.5sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.ProjectionTest
          3.0sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testFilterSort()
WARNING  62.8sec,   14 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.AggregationTest
          5.7sec, org.apache.calcite.adapter.elasticsearch.Projection2Test > projectionWithIdField()
         62.8sec,    7 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.Projection2Test
WARNING  63.9sec,   22 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest
          7.2sec, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest > notExpression()

> Task :redis:test
          5.7sec, org.apache.calcite.adapter.redis.RedisAdapterCaseBase > testSqlWithJoin()
         80.2sec,    2 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.redis.RedisAdapterCaseBase
WARNING  84.7sec,    3 completed,   0 failed,   1 skipped, Gradle Test Run :redis:test

> Task :elasticsearch:test
WARNING   4.3sec,    1 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.ScrollingTest
WARNING  76.9sec,   64 completed,   0 failed,   3 skipped, Gradle Test Run :elasticsearch:test

> Task :plus:test
         91.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery07()
WARNING  92.4sec,   29 completed,   0 failed,   7 skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  96.7sec,   51 completed,   0 failed,  11 skipped, Gradle Test Run :plus:test

> Task :cassandra:test

CassandraAdapterDataTypesTest STANDARD_OUT
    2022-04-06 22:44:06,488 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (<none> => cassandraunitkeyspace). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
    2022-04-06 22:44:10,409 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (cassandraunitkeyspace => dtcassandra). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
          4.3sec, org.apache.calcite.test.CassandraAdapterDataTypesTest > testCollectionsRowType()
        105.7sec,   11 completed,   0 failed,   0 skipped, org.apache.calcite.test.CassandraAdapterDataTypesTest

CassandraAdapterTest STANDARD_OUT
    2022-04-06 22:44:38,771 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (dtcassandra => cassandraunitkeyspace). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
    2022-04-06 22:45:01,309 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (cassandraunitkeyspace => twissandra). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
    2022-04-06 22:45:01,337 [s0-admin-0] WARN  - Query '[0 values] CREATE MATERIALIZED VIEW twissandra."Tweets_By_User" AS SELECT username, tweet_id FROM twissandra.tweets WHERE username IS NOT NULL AND tweet_id IS NOT NULL PRIMARY KEY (username, tweet_id);' generated server side warning(s): Materialized views are experimental and are not recommended for production use.
         32.1sec,   11 completed,   0 failed,   0 skipped, org.apache.calcite.test.CassandraAdapterTest

Gradle Test Executor 19 STANDARD_OUT
    2022-04-06 22:45:07,033 [s1-admin-0] WARN  - [s1|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s1|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=23839517-5b73-465f-8700-43b35021d4c9}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:45:07,033 [s2-admin-0] WARN  - [s2|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s2|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=e55e7018-4ff0-4988-b5c0-2fcb1625ab60}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:45:08,799 [s2-admin-0] WARN  - [s2|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s2|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=e55e7018-4ff0-4988-b5c0-2fcb1625ab60}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:45:09,281 [s1-admin-0] WARN  - [s1|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s1|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=23839517-5b73-465f-8700-43b35021d4c9}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:45:12,766 [s1-admin-0] WARN  - [s1|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s1|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=23839517-5b73-465f-8700-43b35021d4c9}): failed to send request (io.netty.channel.StacklessClosedChannelException))
        155.9sec,   22 completed,   0 failed,   0 skipped, Gradle Test Run :cassandra:test

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':server:test'.
> There were failing tests. See the report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/server/build/reports/tests/test/index.html>

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 1s
421 actionable tasks: 421 executed

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2022-04-06-22-40-19.html>
A fine-grained performance profile is available: use the --scan option.

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/buildSrc/build/reports/profile/profile-2022-04-06-22-40-25.html>
A fine-grained performance profile is available: use the --scan option.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.

Jenkins build is back to normal : Calcite » Calcite-snapshots #111

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/111/display/redirect?page=changes>


Build failed in Jenkins: Calcite » Calcite-snapshots #110

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/110/display/redirect>

Changes:


------------------------------------------
[...truncated 331.36 KB...]
  public static IndexCondition create(
                               ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for cluster
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for traitSet
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for input
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for condition
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for indexCondition
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for tableDef
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @param for forceIndexName
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60: warning: no @return
  public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:164: warning: no @param for config
    protected InnodbFilterRule(InnodbFilterRuleConfig config) {
              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:306: warning: no @param for config
    protected InnodbSortFilterRule(InnodbSortFilterRuleConfig config) {
              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:346: warning: no @param for config
    protected InnodbSortTableScanRule(InnodbSortTableScanRuleConfig config) {
              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbSchema.java>:121: warning: no @param for tableName
  public TableDef getTableDef(String tableName) {
                  ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbSchema.java>:121: warning: no @return
  public TableDef getTableDef(String tableName) {
                  ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for fields
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for selectFields
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for condition
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @param for ascOrder
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267: warning: no @return
    public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
                              ^

> Task :piglet:test
WARNING  41.2sec,  106 completed,   0 failed,   2 skipped, Gradle Test Run :piglet:test

> Task :testkit:test

FixtureTest > testSqlToRelFixtureNeedsDiffRepos() STANDARD_ERROR
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
          0.8sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.TestKtTest
          0.9sec,    5 completed,   0 failed,   0 skipped, org.apache.calcite.util.TestUtilTest
          2.0sec, org.apache.calcite.test.FixtureTest > testValidatorFixture()

> Task :innodb:javadoc
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbToEnumerableConverterRule.java>:37: warning: no @param for config
  protected InnodbToEnumerableConverterRule(Config config) {
            ^
28 warnings

> Task :plus:test
         25.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery11()
         23.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery16()
         42.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery02()
         16.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery22()
         25.2sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery14()
         43.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery06()
         43.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery01()
         21.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery20()
         26.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery13()
         26.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery12()
         27.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery10()
         25.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery15()
         44.2sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery04()
         27.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery08()
         44.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery03()
         25.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery18()
         25.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery17()

> Task :example:csv:javadoc
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvTable.java>:59: warning: no @param for typeFactory
  public List<RelDataType> getFieldTypes(RelDataTypeFactory typeFactory) {
                           ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvTable.java>:59: warning: no @return
  public List<RelDataType> getFieldTypes(RelDataTypeFactory typeFactory) {
                           ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvTable.java>:69: warning: no @return
  protected boolean isStream() {
                    ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvFilterableTable.java>:50: warning: no @param for source
  public CsvFilterableTable(Source source, RelProtoDataType protoRowType) {
         ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvFilterableTable.java>:50: warning: no @param for protoRowType
  public CsvFilterableTable(Source source, RelProtoDataType protoRowType) {
         ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvProjectTableScanRule.java>:41: warning: no @param for config
  protected CsvProjectTableScanRule(Config config) {
            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvTranslatableTable.java>:57: warning: no @param for root
  public Enumerable<Object> project(final DataContext root,
                            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvTranslatableTable.java>:57: warning: no @param for fields
  public Enumerable<Object> project(final DataContext root,
                            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/example/csv/src/main/java/org/apache/calcite/adapter/csv/CsvTranslatableTable.java>:57: warning: no @return
  public Enumerable<Object> project(final DataContext root,
                            ^
9 warnings

> Task :elasticsearch:test
    2022-04-06 22:48:23,489 [elasticsearch[fake-elastic][scheduler][T#1]] WARN  - [gc][1] overhead, spent [850ms] collecting in the last [1.3s]

> Task :babel:test
         39.6sec, org.apache.calcite.test.BabelQuidemTest > test(String)[4], [4] sql/redshift.iq
         40.8sec,    4 completed,   0 failed,   0 skipped, test(String)
         41.0sec,    4 completed,   0 failed,   0 skipped, org.apache.calcite.test.BabelQuidemTest
WARNING  47.7sec,  431 completed,   0 failed,   6 skipped, Gradle Test Run :babel:test

> Task :redis:test
         10.8sec, org.apache.calcite.adapter.redis.RedisAdapterCaseBase > testSqlWithJoin()

> Task :testkit:test
          4.9sec, org.apache.calcite.test.FixtureTest > testSqlToRelFixture()
          5.2sec, org.apache.calcite.test.FixtureTest > testRuleFixtureNeedsDiffRepos()
          5.4sec, org.apache.calcite.test.FixtureTest > testMetadata()
          5.6sec, org.apache.calcite.test.FixtureTest > testRuleFixture()
          6.5sec, org.apache.calcite.test.FixtureTest > testOperatorFixture()
          6.8sec,    9 completed,   0 failed,   0 skipped, org.apache.calcite.test.FixtureTest
         13.9sec,   15 completed,   0 failed,   0 skipped, Gradle Test Run :testkit:test

> Task :plus:test
         27.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery09()
         24.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery21()
         50.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery05()

> Task :redis:test
         47.5sec,    2 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.redis.RedisAdapterCaseBase
WARNING  53.3sec,    3 completed,   0 failed,   1 skipped, Gradle Test Run :redis:test

> Task :elasticsearch:test
          3.5sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > dateCat()
          3.5sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat3()
          3.5sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat2Cat3()
          3.5sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > integerCat()
          3.0sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testZips()
          3.7sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat2()
          3.2sec, org.apache.calcite.adapter.elasticsearch.MatchTest > testMatchQuery()
         52.0sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.MatchTest
          3.8sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > aggregationWithCast()
          3.3sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testFilterReversed()
          3.3sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > limit2()
          3.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat2()
          3.4sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testLimit()
          4.0sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > anyValue()
          4.0sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > anyValueWithOtherAgg()
          4.1sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > approximateCountDistinct()
          4.1sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1()
          4.2sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > all()
          4.4sec, org.apache.calcite.adapter.elasticsearch.ProjectionTest > projection()
         52.7sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.ProjectionTest
          4.6sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > countStar()
WARNING  52.9sec,   14 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.AggregationTest
          4.2sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testFilterSort()
          4.7sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testSort()
WARNING  54.1sec,   22 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest
          5.0sec, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest > notExpression()
          4.2sec, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest > expressions()
         56.2sec,    2 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest
WARNING   3.1sec,    1 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.ScrollingTest
          1.5sec,    7 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.Projection2Test
WARNING  68.3sec,   64 completed,   0 failed,   3 skipped, Gradle Test Run :elasticsearch:test

> Task :cassandra:test

CassandraAdapterDataTypesTest STANDARD_OUT
    2022-04-06 22:49:00,629 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (<none> => cassandraunitkeyspace). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
    2022-04-06 22:49:02,109 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (cassandraunitkeyspace => dtcassandra). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).

> Task :plus:test
         91.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery07()
WARNING  92.2sec,   29 completed,   0 failed,   7 skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  95.8sec,   51 completed,   0 failed,  11 skipped, Gradle Test Run :plus:test

> Task :cassandra:test
          4.3sec, org.apache.calcite.test.CassandraAdapterDataTypesTest > testCollectionsRowType()
         98.6sec,   11 completed,   0 failed,   0 skipped, org.apache.calcite.test.CassandraAdapterDataTypesTest

CassandraAdapterTest STANDARD_OUT
    2022-04-06 22:49:29,429 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (dtcassandra => cassandraunitkeyspace). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
    2022-04-06 22:49:47,660 [s0-io-3] WARN  - [s0] Detected a keyspace change at runtime (cassandraunitkeyspace => twissandra). This is an anti-pattern that should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in the configuration).
    2022-04-06 22:49:47,669 [s0-admin-0] WARN  - Query '[0 values] CREATE MATERIALIZED VIEW twissandra."Tweets_By_User" AS SELECT username, tweet_id FROM twissandra.tweets WHERE username IS NOT NULL AND tweet_id IS NOT NULL PRIMARY KEY (username, tweet_id);' generated server side warning(s): Materialized views are experimental and are not recommended for production use.
         27.0sec,   11 completed,   0 failed,   0 skipped, org.apache.calcite.test.CassandraAdapterTest

Gradle Test Executor 14 STANDARD_OUT
    2022-04-06 22:49:53,734 [s2-admin-0] WARN  - [s2|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s2|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=dd8b6f80-52d2-4364-8d0e-06d888ef09f8}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:49:53,734 [s1-admin-0] WARN  - [s1|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s1|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=f6889d57-ed8b-4552-8e04-b930ab37079f}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:49:55,582 [s1-admin-0] WARN  - [s1|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s1|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=f6889d57-ed8b-4552-8e04-b930ab37079f}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:49:55,863 [s2-admin-0] WARN  - [s2|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s2|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=dd8b6f80-52d2-4364-8d0e-06d888ef09f8}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:49:59,309 [s2-admin-0] WARN  - [s2|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s2|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=dd8b6f80-52d2-4364-8d0e-06d888ef09f8}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2022-04-06 22:49:59,430 [s1-admin-0] WARN  - [s1|localhost/127.0.0.1:9142]  Error while opening new channel (ConnectionInitException: [s1|connecting...] Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0, DRIVER_NAME=DataStax Java driver for Apache Cassandra(R), DRIVER_VERSION=4.13.0, CLIENT_ID=f6889d57-ed8b-4552-8e04-b930ab37079f}): failed to send request (io.netty.channel.StacklessClosedChannelException))
        140.5sec,   22 completed,   0 failed,   0 skipped, Gradle Test Run :cassandra:test

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':server:test'.
> There were failing tests. See the report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/server/build/reports/tests/test/index.html>

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 21s
430 actionable tasks: 430 executed

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2022-04-06-22-45-43.html>
A fine-grained performance profile is available: use the --scan option.

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/buildSrc/build/reports/profile/profile-2022-04-06-22-45-45.html>
A fine-grained performance profile is available: use the --scan option.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.