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.

Reply via email to