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 2023/01/10 18:32:20 UTC

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

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

Changes:

[Kevin Risden] [CALCITE-5298] CalciteSystemProperty calcite.test.dataset path check fails under Java Security Manager


------------------------------------------
[...truncated 296.46 KB...]
        at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:163)
        at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:217)
        at org.apache.calcite.test.ServerTest.testVirtualColumnWithFunctions(ServerTest.java:508)
        Next exception 1: [CIRCULAR REFERENCE SQLException]
        Next exception 2: java.lang.IllegalArgumentException: Method not found: execute([class org.apache.calcite.sql.SqlNode, interface org.apache.calcite.jdbc.CalcitePrepare$Context])
            at org.apache.calcite.util.ReflectUtil$2.lookupMethod(ReflectUtil.java:563)
            at org.apache.calcite.util.ReflectUtil$2.invoke(ReflectUtil.java:527)
            at org.apache.calcite.server.DdlExecutorImpl.executeDdl(DdlExecutorImpl.java:41)
            at org.apache.calcite.prepare.CalcitePrepareImpl.executeDdl(CalcitePrepareImpl.java:372)
            at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:638)
            at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517)
            at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:487)
            at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:236)
            at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:623)
            at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
            at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:156)
            ... 2 more
        Caused by: [CIRCULAR REFERENCE IllegalArgumentException]

FAILURE   4.3sec, org.apache.calcite.test.ServerTest > testCreateFunction()
    java.sql.SQLException: Error while executing SQL "create schema s": Method not found: execute([class org.apache.calcite.sql.SqlNode, interface org.apache.calcite.jdbc.CalcitePrepare$Context])
        at org.apache.calcite.avatica.Helper.createException(Helper.java:56)
        at org.apache.calcite.avatica.Helper.createException(Helper.java:41)
        at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:163)
        at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:217)
        at org.apache.calcite.test.ServerTest.testCreateFunction(ServerTest.java:229)
        Next exception 1: [CIRCULAR REFERENCE SQLException]
        Next exception 2: java.lang.IllegalArgumentException: Method not found: execute([class org.apache.calcite.sql.SqlNode, interface org.apache.calcite.jdbc.CalcitePrepare$Context])
            at org.apache.calcite.util.ReflectUtil$2.lookupMethod(ReflectUtil.java:563)
            at org.apache.calcite.util.ReflectUtil$2.invoke(ReflectUtil.java:527)
            at org.apache.calcite.server.DdlExecutorImpl.executeDdl(DdlExecutorImpl.java:41)
            at org.apache.calcite.prepare.CalcitePrepareImpl.executeDdl(CalcitePrepareImpl.java:372)
            at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:638)
            at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:517)
            at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:487)
            at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:236)
            at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:623)
            at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:677)
            at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:156)
            ... 2 more
        Caused by: [CIRCULAR REFERENCE IllegalArgumentException]

          4.5sec, org.apache.calcite.test.ServerTest > testDropFunction()
          4.6sec, org.apache.calcite.test.ServerTest > testDropWithFullyQualifiedNameWhenSchemaDoesntExist()
          4.5sec, org.apache.calcite.test.ServerTest > testDropType()
          5.5sec, org.apache.calcite.test.ServerTest > testStatement()
          5.4sec, org.apache.calcite.test.ServerTest > testCreateType()
          5.4sec, org.apache.calcite.test.ServerTest > testInsertCreateNewCompositeUdt()
          5.6sec, org.apache.calcite.test.ServerTest > testVirtualColumn()
          5.6sec, org.apache.calcite.test.ServerTest > testCreateSchema()
          5.7sec, org.apache.calcite.test.ServerTest > testCreateTable()
          5.7sec, org.apache.calcite.test.ServerTest > testInsertCastedValueOfCompositeUdt()
          5.6sec, org.apache.calcite.test.ServerQuidemTest > test(String)[1], [1] sql/view.iq

> Task :testkit:javadoc
100 warnings

> Task :testkit:javadocJar

> Task :druid:test
WARNING   0.2sec,  210 completed,   0 failed, 210 skipped, org.apache.calcite.test.DruidAdapter2IT
WARNING   0.2sec,  235 completed,   0 failed, 235 skipped, org.apache.calcite.test.DruidAdapterIT

> Task :spark:classes

> Task :elasticsearch:compileTestJava
Note: <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/elasticsearch/src/test/java/org/apache/calcite/adapter/elasticsearch/ElasticSearchAdapterTest.java> uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :server:test FAILED
          6.1sec, org.apache.calcite.test.ServerTest > testStoredGeneratedColumn()
FAILURE   6.3sec,   15 completed,   2 failed,   1 skipped, org.apache.calcite.test.ServerTest
          2.0sec, org.apache.calcite.test.ServerQuidemTest > test(String)[3], [3] sql/materialized_view.iq
         10.7sec,    6 completed,   0 failed,   0 skipped, org.apache.calcite.test.ServerQuidemTest > test(String)
         10.9sec,    6 completed,   0 failed,   0 skipped, org.apache.calcite.test.ServerQuidemTest
FAILURE  14.6sec,  987 completed,   2 failed,  10 skipped, Gradle Test Run :server:test

987 tests completed, 2 failed, 10 skipped

> Task :pig:test
WARNING   0.0sec,    8 completed,   0 failed,   8 skipped, org.apache.calcite.test.PigRelBuilderStyleTest

> Task :spark:jandexMain

> Task :druid:test
          2.2sec, org.apache.calcite.adapter.druid.DruidQueryFilterTest > testInFilter()
          2.2sec, org.apache.calcite.adapter.druid.DruidQueryFilterTest > testBetweenFilterStringCase()
          2.2sec,    2 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.druid.DruidQueryFilterTest
          3.7sec, org.apache.calcite.test.DruidDateRangeRulesTest > testFilterWithCast()
          3.7sec, org.apache.calcite.test.DruidDateRangeRulesTest > testExtractYearAndMonthFromDateColumn()
          3.7sec, org.apache.calcite.test.DruidDateRangeRulesTest > testRangeCalc()
          3.7sec, org.apache.calcite.test.DruidDateRangeRulesTest > testExtractYearAndDayFromDateColumn()
          3.7sec, org.apache.calcite.test.DruidDateRangeRulesTest > testExtractYearMonthDayFromTimestampColumn()
          3.7sec, org.apache.calcite.test.DruidDateRangeRulesTest > testExtractYearMonthDayFromDateColumn()
          3.8sec,    6 completed,   0 failed,   0 skipped, org.apache.calcite.test.DruidDateRangeRulesTest
WARNING   6.6sec,  453 completed,   0 failed, 445 skipped, Gradle Test Run :druid:test

> Task :example:csv:publishCsvPublicationToNexusRepository

> Task :pig:test
          4.6sec, org.apache.calcite.test.PigAdapterTest > testImplWithMultipleFilters()
          4.6sec, org.apache.calcite.test.PigAdapterTest > testImplWithJoin()
          4.6sec, org.apache.calcite.test.PigAdapterTest > testScanAndFilter()
          4.7sec, org.apache.calcite.test.PigAdapterTest > testImplWithCountWithoutGroupBy()
          4.7sec, org.apache.calcite.test.PigAdapterTest > testImplWithGroupByMultipleFields()
          4.8sec, org.apache.calcite.test.PigAdapterTest > testImplWithGroupByAndCount()
          4.8sec, org.apache.calcite.test.PigAdapterTest > testImplWithGroupByCountDistinct()
          4.9sec,    7 completed,   0 failed,   0 skipped, org.apache.calcite.test.PigAdapterTest
WARNING   7.1sec,   15 completed,   0 failed,   8 skipped, Gradle Test Run :pig:test

> Task :piglet:test
          5.0sec, org.apache.calcite.test.PigletTest > testLimit()
          5.0sec, org.apache.calcite.test.PigletTest > testValues()
          5.1sec, org.apache.calcite.test.PigletTest > testGroup()
          5.1sec, org.apache.calcite.test.PigRelBuilderTest > testGroup2()
          5.2sec, org.apache.calcite.test.PigRelBuilderTest > testGroup()

> Task :testkit:publishTestkitPublicationToNexusRepository

> Task :piglet:test
          5.7sec,   22 completed,   0 failed,   0 skipped, org.apache.calcite.test.PigRelBuilderTest
          5.9sec, org.apache.calcite.test.PigletTest > testLimitExample()
          6.4sec, org.apache.calcite.test.PigRelExTest > testLessThan()
          6.4sec, org.apache.calcite.test.PigRelExTest > testNegation()
          6.4sec, org.apache.calcite.test.PigRelExTest > testGreaterThanEqual()
          6.4sec, org.apache.calcite.test.PigRelExTest > testNotEqual()
          6.4sec, org.apache.calcite.test.PigRelExTest > testMod()
          6.4sec, org.apache.calcite.test.PigRelExTest > testSubtract()
          6.5sec, org.apache.calcite.test.PigRelExTest > testAdd()
          6.5sec, org.apache.calcite.test.PigRelExTest > testConstantString()
          6.5sec, org.apache.calcite.test.PigRelExTest > testEqual()
          6.5sec, org.apache.calcite.test.PigRelExTest > testIsNotNull()
          6.6sec, org.apache.calcite.test.PigRelExTest > testAnd()
          6.6sec, org.apache.calcite.test.PigRelOpTest > testLoadWithSchema()
          6.6sec, org.apache.calcite.test.PigRelExTest > testNot()
WARNING   7.3sec,   19 completed,   0 failed,   1 skipped, org.apache.calcite.test.PigletTest
          7.2sec, org.apache.calcite.test.PigScriptTest > testReadScript()
          7.3sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.test.PigScriptTest
          7.6sec, org.apache.calcite.test.PigRelOpTest > testUnionDifferentSchemas1()
          2.5sec, org.apache.calcite.test.PigRelOpTest > testAggregate2half()
          2.6sec, org.apache.calcite.test.PigRelOpTest > testUdf()
          7.7sec, org.apache.calcite.test.PigRelOpTest > testUnionDifferentSchemas2()
          2.9sec, org.apache.calcite.test.PigRelOpTest > testCross()
          8.4sec, org.apache.calcite.test.PigRelOpTest > testOrderBy()
          2.1sec, org.apache.calcite.test.PigRelOpTest > testRank()
          2.2sec, org.apache.calcite.test.PigRelExTest > testCast()
WARNING   8.8sec,   29 completed,   0 failed,   1 skipped, org.apache.calcite.test.PigRelExTest
          9.1sec,   35 completed,   0 failed,   0 skipped, org.apache.calcite.test.PigRelOpTest
WARNING  11.7sec,  106 completed,   0 failed,   2 skipped, Gradle Test Run :piglet:test

> Task :mongodb:test
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testZips()
          5.3sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testCountViaInt()
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testDate()
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterSortDesc()

> Task :cassandra:compileTestJava

> Task :geode:test
          4.6sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testSqlDistinctSort()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlMultipleDateWhereFilter()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlMultipleTimeWhereFilter()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlBooleanColumnNotFilter()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlMultipleTimestampWhereFilter()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testSqlSimple()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlMultipleBooleanWhereFilter()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlBooleanColumnFilter()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testInSetFilterWithNestedStringField()
          4.7sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleBooleanWhereFilter()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlWhereWithMultipleOrForLiteralFields()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlWhereWithMultipleOrForAllFields()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testSortWithProjection()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testAddMissingGroupByColumnToProjectedFields()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testMissingProjectRelationOnGroupByColumnMatchingProjectedFields()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testSortWithProjectionAndLimit()
          4.9sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testCount()
          4.8sec, org.apache.calcite.adapter.geode.rel.GeodeZipsTest > testMaxRaw()
          5.0sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testWhereWithOr()
          5.0sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testFilterWithNestedField()
          5.1sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleTimestampWhereFilter()
          5.2sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleTimeWhereFilter()
          5.2sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleDateWhereFilter()
          9.5sec,   12 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest
          9.9sec,   36 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest
WARNING  10.0sec,   14 completed,   0 failed,   3 skipped, org.apache.calcite.adapter.geode.rel.GeodeZipsTest

> Task :mongodb:test
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilter()
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testInPlan()
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testOffsetLimit()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testSort()
          5.4sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testCountGroupByEmptyMultiplyBy2()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testLimit()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterRedundant()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByOneColumnReversed()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterReversed()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testSortLimit()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByHaving()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByOneColumnNotProjected()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testSelectWhere()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByAvg()
          5.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupComposite()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testCountGroupByEmpty()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testDistinctCountOrderBy()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByAvgSumCount()
          5.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByMinMaxSum()
          7.1sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterPair()
WARNING   8.6sec,   31 completed,   0 failed,   6 skipped, org.apache.calcite.adapter.mongodb.MongoAdapterTest
WARNING  14.0sec,   31 completed,   0 failed,   6 skipped, Gradle Test Run :mongodb:test

> Task :geode:test
WARNING  14.4sec,   62 completed,   0 failed,   3 skipped, Gradle Test Run :geode:test

> Task :plus:test
         71.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery07()
WARNING  72.2sec,   29 completed,   0 failed,   7 skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  74.8sec,   51 completed,   0 failed,  11 skipped, Gradle Test Run :plus: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 5m 35s
422 actionable tasks: 422 executed

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2023-01-10-18-26-47.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-01-10-18-27-34.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 #319

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


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

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

Changes:

[Julian Hyde] [CALCITE-5405] MongoDB adapter does not parse dates correctly


------------------------------------------
[...truncated 326.85 KB...]
          9.6sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testSortWithProjection()
          9.6sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testCount()
          9.7sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testAddMissingGroupByColumnToProjectedFields()
          9.9sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testFilterWithNestedField()
          9.9sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testWhereWithOr()
         10.0sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleTimestampWhereFilter()
         10.1sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleTimeWhereFilter()
         10.3sec, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest > testSqlSingleDateWhereFilter()
         28.8sec,   12 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest
          2.2sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testMaxMinSumAvgInGroupBy()
          2.1sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testMaxMinSumAvg()
          3.2sec, org.apache.calcite.adapter.geode.rel.GeodeZipsTest > testWhereWithOrForLargeValueList()
          2.6sec, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest > testWhereWithOrAnd()
         31.0sec,   36 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest
          3.2sec, org.apache.calcite.adapter.geode.rel.GeodeZipsTest > testItemPredicate()
WARNING  31.3sec,   14 completed,   0 failed,   3 skipped, org.apache.calcite.adapter.geode.rel.GeodeZipsTest
WARNING  38.1sec,   62 completed,   0 failed,   3 skipped, Gradle Test Run :geode:test

> Task :testkit:test
          6.9sec, org.apache.calcite.test.FixtureTest > testRuleFixtureNeedsDiffRepos()
          7.2sec, org.apache.calcite.test.FixtureTest > testMetadata()
          8.3sec, org.apache.calcite.test.FixtureTest > testRuleFixture()
          9.5sec, org.apache.calcite.test.FixtureTest > testOperatorFixture()
          9.7sec,    9 completed,   0 failed,   0 skipped, org.apache.calcite.test.FixtureTest
         13.9sec,   16 completed,   0 failed,   0 skipped, Gradle Test Run :testkit:test

> Task :redis:test
    docker[redis:2.8.19] 2023-01-13 00:59:44,507 [docker-java-stream--1133810895] INFO  - Starting to pull image
    docker[redis:2.8.19] 2023-01-13 00:59:44,525 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  0 downloaded,  0 extracted, (0 bytes/0 bytes)
    docker[redis:2.8.19] 2023-01-13 00:59:44,835 [docker-java-stream--1133810895] INFO  - Pulling image layers:  8 pending,  1 downloaded,  0 extracted, (32 bytes/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:44,846 [docker-java-stream--1133810895] INFO  - Pulling image layers:  7 pending,  2 downloaded,  0 extracted, (1 KB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:45,134 [docker-java-stream--1133810895] INFO  - Pulling image layers:  6 pending,  3 downloaded,  0 extracted, (9 MB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:45,475 [docker-java-stream--1133810895] INFO  - Pulling image layers:  5 pending,  4 downloaded,  0 extracted, (24 MB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:45,640 [docker-java-stream--1133810895] INFO  - Pulling image layers:  4 pending,  5 downloaded,  0 extracted, (34 MB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:45,873 [docker-java-stream--1133810895] INFO  - Pulling image layers:  3 pending,  6 downloaded,  0 extracted, (34 MB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:45,930 [docker-java-stream--1133810895] INFO  - Pulling image layers:  2 pending,  7 downloaded,  0 extracted, (36 MB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:46,073 [docker-java-stream--1133810895] INFO  - Pulling image layers:  1 pending,  8 downloaded,  0 extracted, (39 MB/? MB)
    docker[redis:2.8.19] 2023-01-13 00:59:46,165 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  0 extracted, (39 MB/46 MB)

> Task :babel:test
         16.3sec, org.apache.calcite.test.BabelQuidemTest > test(String)[5], [5] sql/redshift.iq
         36.8sec,    5 completed,   0 failed,   0 skipped, org.apache.calcite.test.BabelQuidemTest > test(String)
         37.0sec,    5 completed,   0 failed,   0 skipped, org.apache.calcite.test.BabelQuidemTest
WARNING  41.3sec,  475 completed,   0 failed,   5 skipped, Gradle Test Run :babel:test

> Task :piglet:test
          4.6sec, org.apache.calcite.test.PigRelOpTest > testLoadWithoutSchema()
          4.4sec, org.apache.calcite.test.PigRelOpTest > testFlattenStrSplit()
         27.6sec, org.apache.calcite.test.PigRelOpTest > testLoadWithSchema()
          2.3sec, org.apache.calcite.test.PigRelExTest > testProjection()
          2.4sec, org.apache.calcite.test.PigRelExTest > testSubtract()
          2.3sec, org.apache.calcite.test.PigRelExTest > testEqual()
          2.6sec, org.apache.calcite.test.PigletTest > testGroupExample()
         28.1sec, org.apache.calcite.test.PigScriptTest > testReadScript()
          2.6sec, org.apache.calcite.test.PigRelOpTest > testSimpleForEach1()
         28.4sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.test.PigScriptTest
         28.6sec, org.apache.calcite.test.PigRelOpTest > testUnionDifferentSchemas1()
WARNING  28.8sec,   19 completed,   0 failed,   1 skipped, org.apache.calcite.test.PigletTest
         28.9sec, org.apache.calcite.test.PigRelOpTest > testUdf()
         28.9sec, org.apache.calcite.test.PigRelOpTest > testLimit()
         29.1sec, org.apache.calcite.test.PigRelOpTest > testSplit()
         29.2sec, org.apache.calcite.test.PigRelOpTest > testAggregate2half()
          2.8sec, org.apache.calcite.test.PigRelOpTest > testSimpleForEach2()
          2.0sec, org.apache.calcite.test.PigRelOpTest > testSimpleForEach3()
         29.9sec, org.apache.calcite.test.PigRelOpTest > testUnionDifferentSchemas2()
          4.7sec, org.apache.calcite.test.PigRelOpTest > testMultipleStores()
          5.0sec, org.apache.calcite.test.PigRelOpTest > testGroupby()
         30.7sec, org.apache.calcite.test.PigRelOpTest > testOrderBy()
          2.1sec, org.apache.calcite.test.PigRelOpTest > testAggregate4()
         30.8sec, org.apache.calcite.test.PigRelOpTest > testCross()
         11.9sec, org.apache.calcite.test.PigRelOpTest > testRank()
          2.4sec, org.apache.calcite.test.PigRelOpTest > testAggregate()
          3.0sec, org.apache.calcite.test.PigRelOpTest > testAggregate2()
          6.0sec, org.apache.calcite.test.PigRelOpTest > testJoin3Rels()
          2.9sec, org.apache.calcite.test.PigRelOpTest > testCubeCube()
          2.6sec, org.apache.calcite.test.PigRelOpTest > testCubeRollup()
          3.2sec, org.apache.calcite.test.PigRelOpTest > testCoGroup()
          6.5sec, org.apache.calcite.test.PigRelOpTest > testJoin2Rels()
          3.4sec, org.apache.calcite.test.PigRelOpTest > testAggregate3()
          3.9sec, org.apache.calcite.test.PigRelExTest > testCast()
WARNING  32.2sec,   29 completed,   0 failed,   1 skipped, org.apache.calcite.test.PigRelExTest
          3.3sec, org.apache.calcite.test.PigRelOpTest > testForEachNested()
         32.5sec,   35 completed,   0 failed,   0 skipped, org.apache.calcite.test.PigRelOpTest
WARNING  38.5sec,  106 completed,   0 failed,   2 skipped, Gradle Test Run :piglet:test

> Task :spark:test
         36.0sec, org.apache.calcite.test.SparkAdapterTest > testFilterOr()
         35.9sec, org.apache.calcite.test.SparkAdapterTest > testArithmeticDiv()
         35.9sec, org.apache.calcite.test.SparkAdapterTest > testUnionAll()
         36.0sec, org.apache.calcite.test.SparkAdapterTest > testSortXDescYAscProjectY()
         36.0sec, org.apache.calcite.test.SparkAdapterTest > testSortXAscProjectY()
         36.2sec, org.apache.calcite.test.SparkAdapterTest > testFilterIsNull()
         35.9sec, org.apache.calcite.test.SparkAdapterTest > testFilterTrue()
         36.1sec, org.apache.calcite.test.SparkAdapterTest > testGroupByOrderByAsc()
         36.1sec, org.apache.calcite.test.SparkAdapterTest > testFilterIsNotNull()
         35.9sec, org.apache.calcite.test.SparkAdapterTest > testJoinProject()
         36.0sec, org.apache.calcite.test.SparkAdapterTest > testSelectDistinct()
         36.1sec, org.apache.calcite.test.SparkAdapterTest > testUnion()
         36.2sec, org.apache.calcite.test.SparkAdapterTest > testFilterFalse()
         36.2sec, org.apache.calcite.test.SparkAdapterTest > testOrderByLimit()
         36.3sec, org.apache.calcite.test.SparkAdapterTest > testSortXDescYDescProjectY()
         36.1sec, org.apache.calcite.test.SparkAdapterTest > testLimit()
         35.9sec, org.apache.calcite.test.SparkAdapterTest > testArithmeticPlus()
         36.1sec, org.apache.calcite.test.SparkAdapterTest > testArithmeticMul()
         36.2sec, org.apache.calcite.test.SparkAdapterTest > testJoinProjectAliasProject()
         36.4sec, org.apache.calcite.test.SparkAdapterTest > testUnionWithFiltersProject()
         36.5sec, org.apache.calcite.test.SparkAdapterTest > testSortXAscYDescProjectY()
         37.0sec, org.apache.calcite.test.SparkAdapterTest > testAggFuncNoGroupBy()
         37.1sec, org.apache.calcite.test.SparkAdapterTest > testGroupBy()
         37.2sec, org.apache.calcite.test.SparkAdapterTest > testGroupByMinMaxCountCountDistinctOrderByAsc()
WARNING  37.6sec,   38 completed,   0 failed,   4 skipped, org.apache.calcite.test.SparkAdapterTest
WARNING  42.0sec,   38 completed,   0 failed,   4 skipped, Gradle Test Run :spark:test

> Task :plus:test
         35.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery11()
         16.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery16()
         13.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery22()
         36.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery06()
         36.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery13()
         36.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery01()
         36.5sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery14()
         15.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery20()
         36.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery12()
         36.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery04()
         18.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery15()
         36.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery10()
         36.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery03()
         36.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery08()
         37.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery09()
         37.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery02Conversion()
         18.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery17()
         18.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery18()
         37.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery02()
         17.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery21()
         42.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery05()

> Task :elasticsearch:test

Gradle Test Executor 20 STANDARD_OUT
    2023-01-13 00:59:52,718 [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
          2.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > integerCat()
          2.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat3()
          2.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > dateCat()
          2.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat2Cat3()
          3.1sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1Cat2()
          3.2sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > aggregationWithCast()
          2.3sec, org.apache.calcite.adapter.elasticsearch.MatchTest > testMatchQuery()
         50.3sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.MatchTest
          3.3sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > anyValue()
          3.4sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > anyValueWithOtherAgg()
          3.4sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat2()
          3.4sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > approximateCountDistinct()
          3.5sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > all()
          3.9sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > cat1()
          4.3sec, org.apache.calcite.adapter.elasticsearch.ProjectionTest > projection()
         51.1sec,    1 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.ProjectionTest

> Task :redis:test
    docker[redis:2.8.19] 2023-01-13 00:59:50,404 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  1 extracted, (41 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:51,241 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  2 extracted, (41 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:51,912 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  3 extracted, (41 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:52,865 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  4 extracted, (43 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:53,337 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  5 extracted, (43 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:54,075 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  6 extracted, (43 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:56,227 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  7 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:56,656 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  8 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:57,746 [docker-java-stream--1133810895] INFO  - Pulling image layers:  0 pending,  9 downloaded,  9 extracted, (46 MB/46 MB)
    docker[redis:2.8.19] 2023-01-13 00:59:59,631 [docker-java-stream--1133810895] INFO  - Pull complete. 9 layers, pulled in 15s (downloaded 46 MB at 3 MB/s)
    docker[redis:2.8.19] 2023-01-13 00:59:59,664 [ForkJoinPool-1-worker-25] INFO  - Creating container for image: redis:2.8.19
    docker[redis:2.8.19] 2023-01-13 01:00:04,860 [ForkJoinPool-1-worker-25] INFO  - Starting container with ID: daf5e22548851376a6106c473d378e4cf6abb609e6c31261693c902983f724cb
    docker[redis:2.8.19] 2023-01-13 01:00:06,427 [ForkJoinPool-1-worker-25] INFO  - Container redis:2.8.19 is starting: daf5e22548851376a6106c473d378e4cf6abb609e6c31261693c902983f724cb
    docker[redis:2.8.19] 2023-01-13 01:00:06,590 [ForkJoinPool-1-worker-25] INFO  - Container redis:2.8.19 started in PT23.687S
          3.6sec, org.apache.calcite.adapter.redis.RedisAdapterCaseBase > testSqlWithJoin()
         58.4sec,    2 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.redis.RedisAdapterCaseBase
WARNING  62.5sec,    3 completed,   0 failed,   1 skipped, Gradle Test Run :redis:test

> Task :elasticsearch:test
          4.4sec, org.apache.calcite.adapter.elasticsearch.AggregationTest > countStar()
WARNING  51.4sec,   14 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.AggregationTest
          2.3sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testFilterSort()
          2.4sec, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest > testSort()
WARNING  52.0sec,   22 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.ElasticSearchAdapterTest
          5.6sec, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest > notExpression()
          6.5sec, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest > expressions()
         53.4sec,    2 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.BooleanLogicTest
WARNING   1.0sec,    1 completed,   0 failed,   1 skipped, org.apache.calcite.adapter.elasticsearch.ScrollingTest
          1.3sec,    7 completed,   0 failed,   0 skipped, org.apache.calcite.adapter.elasticsearch.Projection2Test
WARNING  62.5sec,   64 completed,   0 failed,   3 skipped, Gradle Test Run :elasticsearch:test

> Task :cassandra:test

CassandraAdapterDataTypesTest STANDARD_OUT
    2023-01-13 01:00:35,940 [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-01-13 01:00:37,397 [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.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery07()
WARNING  84.2sec,   29 completed,   0 failed,   7 skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  88.6sec,   51 completed,   0 failed,  11 skipped, Gradle Test Run :plus:test

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

CassandraAdapterTest STANDARD_OUT
    2023-01-13 01:01:04,148 [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-01-13 01:01:21,991 [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-01-13 01:01:22,013 [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.2sec,   11 completed,   0 failed,   0 skipped, org.apache.calcite.test.CassandraAdapterTest

Gradle Test Executor 19 STANDARD_OUT
    2023-01-13 01:01:27,703 [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=64bcd98e-3ce2-4b02-acc7-89c11a22bb4f}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2023-01-13 01:01:27,715 [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=1c4d1e46-c76c-4ce9-afd6-d2cedae92da4}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2023-01-13 01:01:29,481 [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=1c4d1e46-c76c-4ce9-afd6-d2cedae92da4}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2023-01-13 01:01:29,789 [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=64bcd98e-3ce2-4b02-acc7-89c11a22bb4f}): failed to send request (io.netty.channel.StacklessClosedChannelException))
    2023-01-13 01:01:33,568 [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=1c4d1e46-c76c-4ce9-afd6-d2cedae92da4}): failed to send request (io.netty.channel.StacklessClosedChannelException))
        139.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.4.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 24s
435 actionable tasks: 435 executed

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2023-01-13-00-56-17.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-01-13-00-56-33.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.