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

Changes:

[1016070+dssysolyatin] [CALCITE-5468] SqlToRelConverter throws if ORDER BY 
contains IN


------------------------------------------
[...truncated 363.87 KB...]
> Task :redis:test
    docker[redis:2.8.19] 2023-02-14 07:53:30,805 
[docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 
downloaded,  4 extracted, (44 MB/46 MB)
    docker[redis:2.8.19] 2023-02-14 07:53:31,596 
[docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 
downloaded,  5 extracted, (44 MB/46 MB)

> Task :piglet:javadoc
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/Ast.java>:44:
 warning: no @param for u
  public static UnParser unParse(UnParser u, Node n) {
                         ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/Ast.java>:44:
 warning: no @param for n
  public static UnParser unParse(UnParser u, Node n) {
                         ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/Ast.java>:44:
 warning: no @return
  public static UnParser unParse(UnParser u, Node n) {
                         ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/Handler.java>:53:
 warning: no @param for node
  public Handler handle(Ast.Node node) {
                 ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/Handler.java>:53:
 warning: no @return
  public Handler handle(Ast.Node node) {
                 ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:111:
 warning: no @param for config
  public static PigConverter create(FrameworkConfig config,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:111:
 warning: no @param for properties
  public static PigConverter create(FrameworkConfig config,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:111:
 warning: no @return
  public static PigConverter create(FrameworkConfig config,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:111:
 warning: no @throws for java.lang.Exception
  public static PigConverter create(FrameworkConfig config,
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:117:
 warning: no @param for config
  public static PigConverter create(FrameworkConfig config) throws Exception {
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:117:
 warning: no @return
  public static PigConverter create(FrameworkConfig config) throws Exception {
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:117:
 warning: no @throws for java.lang.Exception
  public static PigConverter create(FrameworkConfig config) throws Exception {
                             ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:176:
 warning: no @return
  public String getPigScript(InputStream in, Map<String, String> params)
                ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:176:
 warning: no @throws for java.io.IOException
  public String getPigScript(InputStream in, Map<String, String> params)
                ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigConverter.java>:228:
 warning: no @return
  public List<String> pigToSql(String pigQuery, SqlDialect sqlDialect)
                      ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigRelBuilder.java>:83:
 warning: no @param for config
  public static PigRelBuilder create(FrameworkConfig config) {
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigRelBuilder.java>:83:
 warning: no @return
  public static PigRelBuilder create(FrameworkConfig config) {
                              ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigRelBuilder.java>:451:
 warning: no @param for flattenOutputAliases
  public RelBuilder multiSetFlatten(List<Integer> flattenCols, List<String> 
flattenOutputAliases) {
                    ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigRelBuilder.java>:604:
 warning: no @return
  public List<RelNode> getRelsForStores() {
                       ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigTable.java>:58:
 warning: no @return
  public static RelOptTable createRelOptTable(RelOptSchema schema,
                            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/piglet/src/main/java/org/apache/calcite/piglet/PigToSqlAggregateRule.java>:74:
 warning: no @param for config
  protected PigToSqlAggregateRule(Config config) {
            ^
21 warnings

> Task :plus:test
         19.9sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery11()
         19.0sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery16()
         17.3sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery22()
         37.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery06()
         20.4sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery14()
         37.7sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery01()
         20.9sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery13()
         19.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery20()
         21.8sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery10()
         38.3sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery03()
         21.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery12()
         38.4sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery04()
         21.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery15()
         20.8sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery17()
         38.9sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery08()
         38.9sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery09()
         20.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery18()

> Task :babel:test
         11.8sec, org.apache.calcite.test.BabelQuidemTest > 
test(String)[5], [5] sql/redshift.iq
         39.0sec,    5 completed,   0 failed,   0 skipped, 
org.apache.calcite.test.BabelQuidemTest > test(String)
         39.1sec,    5 completed,   0 failed,   0 skipped, 
org.apache.calcite.test.BabelQuidemTest
WARNING  44.3sec,  475 completed,   0 failed,   5 
skipped, Gradle Test Run :babel:test

> Task :geode:test
          9.0sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testSqlDistinctSort2()
          9.1sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testSqlDistinctSort()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testSqlSimple()
          9.5sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlMultipleTimestampWhereFilter()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlSingleBooleanWhereFilter()
          9.2sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlMultipleDateWhereFilter()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlBooleanColumnNotFilter()
          9.5sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testInSetFilterWithNestedStringField()
          9.3sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlMultipleBooleanWhereFilter()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlWhereWithMultipleOrForLiteralFields()
          9.3sec, 
org.apache.calcite.adapter.geode.rel.GeodeZipsTest > 
testWhereWithOrForNestedNumericField()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testMissingProjectRelationOnGroupByColumnMatchingProjectedFields()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testSortWithProjection()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testAddMissingGroupByColumnToProjectedFields()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testLimit()
          9.3sec, 
org.apache.calcite.adapter.geode.rel.GeodeZipsTest > 
testMaxRaw()
          9.4sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testSortWithProjectionAndLimit()
          9.8sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlWhereWithMultipleOrForAllFields()
          9.5sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testWhereWithOr()
          9.5sec, 
org.apache.calcite.adapter.geode.rel.GeodeZipsTest > 
testWhereWithOrForNumericField()
          9.8sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testCount()
          9.7sec, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > 
testFilterWithNestedField()
          9.9sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlSingleDateWhereFilter()
         10.0sec, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > 
testSqlSingleTimeWhereFilter()
         31.1sec,   12 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest
         31.4sec,   36 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest
WARNING  31.7sec,   14 completed,   0 failed,   3 
skipped, org.apache.calcite.adapter.geode.rel.GeodeZipsTest
WARNING  41.6sec,   62 completed,   0 failed,   3 
skipped, Gradle Test Run :geode:test

> Task :redis:test
    docker[redis:2.8.19] 2023-02-14 07:53:34,934 
[docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 
downloaded,  6 extracted, (44 MB/46 MB)
    docker[redis:2.8.19] 2023-02-14 07:53:37,578 
[docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 
downloaded,  7 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2023-02-14 07:53:37,992 
[docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 
downloaded,  8 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2023-02-14 07:53:39,130 
[docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 
downloaded,  9 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2023-02-14 07:53:40,502 
[docker-java-stream--1133810895] INFO  - Pull complete. 9 layers, pulled in 22s 
(downloaded 46 MB at 2 MB/s)
    docker[redis:2.8.19] 2023-02-14 07:53:40,545 [ForkJoinPool-1-worker-25] 
INFO  - Creating container for image: redis:2.8.19
    docker[redis:2.8.19] 2023-02-14 07:53:44,206 [ForkJoinPool-1-worker-25] 
INFO  - Starting container with ID: 
b5804fd292bb1b330c10f2d6b57f4bae7a0554b2e094f156fd40335bd6cdd115
    docker[redis:2.8.19] 2023-02-14 07:53:45,594 [ForkJoinPool-1-worker-25] 
INFO  - Container redis:2.8.19 is starting: 
b5804fd292bb1b330c10f2d6b57f4bae7a0554b2e094f156fd40335bd6cdd115
    docker[redis:2.8.19] 2023-02-14 07:53:45,800 [ForkJoinPool-1-worker-25] 
INFO  - Container redis:2.8.19 started in PT28.954S

> Task :elasticsearch:test

Gradle Test Executor 17 STANDARD_OUT
    2023-02-14 07:53:35,386 [ForkJoinPool-1-worker-26] WARN  - 
gateway.auto_import_dangling_indices is disabled, dangling indices will not be 
automatically detected or imported and must be managed manually
          3.1sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testZips()
          3.0sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
emptyResult()

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

> Task :plus:test
         39.4sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery02Conversion()
         39.7sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery02()
         21.1sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery21()
         44.7sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery05()

> Task :elasticsearch:test
          3.2sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testSortLimit()
          3.2sec, 
org.apache.calcite.adapter.elasticsearch.MatchTest > 
testMatchQuery()
         54.6sec,    1 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.elasticsearch.MatchTest
          3.3sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
sortAscDesc()
          3.3sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testFilterReversed()
          3.3sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
limit2()
          3.3sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testOffsetLimit()
          3.3sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testLimit()
          3.5sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
basic()
          3.6sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testDismaxQuery()
          3.6sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
view()
          3.7sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testProject()
          4.0sec, 
org.apache.calcite.adapter.elasticsearch.ProjectionTest > 
projection()
         55.1sec,    1 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.elasticsearch.ProjectionTest
          3.7sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testFilterSort()
          3.7sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
notOperator()
          3.8sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
testSort()
          3.9sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
agg1()
          4.2sec, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > 
groupBy()
WARNING  55.7sec,   22 completed,   0 failed,   1 
skipped, 
org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest
WARNING   1.1sec,    1 completed,   0 failed,   1 
skipped, org.apache.calcite.adapter.elasticsearch.ScrollingTest
          2.7sec,    7 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.elasticsearch.Projection2Test
WARNING   3.3sec,   14 completed,   0 failed,   1 
skipped, org.apache.calcite.adapter.elasticsearch.AggregationTest
          2.4sec, 
org.apache.calcite.adapter.elasticsearch.BooleanLogicTest > 
expressions()
          5.0sec,    2 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.elasticsearch.BooleanLogicTest
WARNING  67.6sec,   64 completed,   0 failed,   3 
skipped, Gradle Test Run :elasticsearch:test

> Task :cassandra:test

CassandraAdapterDataTypesTest STANDARD_OUT
    2023-02-14 07:54:16,487 [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).
    2023-02-14 07:54:17,904 [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
         83.8sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery07()
WARNING  84.5sec,   29 completed,   0 failed,   7 
skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  88.9sec,   51 completed,   0 failed,  11 
skipped, Gradle Test Run :plus:test

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

CassandraAdapterTest STANDARD_OUT
    2023-02-14 07:54:44,534 [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).
    2023-02-14 07:55:02,577 [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).
    2023-02-14 07:55:02,592 [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.
         26.4sec,   11 completed,   0 failed,   0 skipped, 
org.apache.calcite.test.CassandraAdapterTest

CassandraAdapterWithoutKeyspaceTest STANDARD_OUT
    2023-02-14 07:55:12,065 [s0-io-3] WARN  - [s0] Detected a keyspace change 
at runtime (twissandra => cassandraunitkeyspace). This is an anti-pattern that 
should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in 
the configuration).
    2023-02-14 07:55:15,549 [s0-io-3] WARN  - [s0] Detected a keyspace change 
at runtime (cassandraunitkeyspace => twissandra_small). This is an anti-pattern 
that should be avoided in production (see 
'advanced.request.warn-if-set-keyspace' in the configuration).
         10.4sec,    1 completed,   0 failed,   0 skipped, 
org.apache.calcite.test.CassandraAdapterWithoutKeyspaceTest

Gradle Test Executor 20 STANDARD_OUT
    2023-02-14 07:55:18,777 [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=ce61c0c0-eec4-43b4-831c-b6fed36aa34e}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
    2023-02-14 07:55:18,777 [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=7ff519a4-97a9-496e-9d57-eebbb38dbf60}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
    2023-02-14 07:55:18,896 [s3-admin-0] WARN  - [s3|localhost/127.0.0.1:9142]  
Error while opening new channel (ConnectionInitException: [s3|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=23d8113c-7a40-48e1-a418-49919a5b6ddd}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
    2023-02-14 07:55:20,704 [s3-admin-0] WARN  - [s3|localhost/127.0.0.1:9142]  
Error while opening new channel (ConnectionInitException: [s3|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=23d8113c-7a40-48e1-a418-49919a5b6ddd}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
    2023-02-14 07:55:20,706 [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=ce61c0c0-eec4-43b4-831c-b6fed36aa34e}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
    2023-02-14 07:55:20,964 [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=7ff519a4-97a9-496e-9d57-eebbb38dbf60}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
    2023-02-14 07:55:24,112 [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=ce61c0c0-eec4-43b4-831c-b6fed36aa34e}): failed 
to send request (io.netty.channel.StacklessClosedChannelException))
        149.8sec,   23 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.4.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 33s
443 actionable tasks: 443 executed

See the profiling report at: 
file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2023-02-14-07-50-57.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-2023-02-14-07-51-00.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