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.

Reply via email to