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 2021/12/18 13:07:41 UTC

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

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

Changes:

[Stamatis Zampetakis] [CALCITE-4704] Log plan on rule application using explain formatting


------------------------------------------
[...truncated 426.06 KB...]
    < +----+-------+
    < (1 row)
    < 
    ---
    > java.sql.SQLException: Error while executing SQL "select * from d10": From line 1, column 15 to line 1, column 17: Object 'D10' not found
    > 	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.executeQuery(AvaticaStatement.java:227)
    > 	at net.hydromatic.quidem.Quidem.checkResult(Quidem.java:325)
    > 	at net.hydromatic.quidem.Quidem.access$2800(Quidem.java:54)
    > 	at net.hydromatic.quidem.Quidem$ContextImpl.checkResult(Quidem.java:1748)
    > 	at net.hydromatic.quidem.Quidem$CheckResultCommand.execute(Quidem.java:1079)
    > 	at net.hydromatic.quidem.Quidem$CompositeCommand.execute(Quidem.java:1549)
    > 	at net.hydromatic.quidem.Quidem.execute(Quidem.java:216)
    > 	at org.apache.calcite.test.QuidemTest.checkRun(QuidemTest.java:171)
    > 	at org.apache.calcite.test.QuidemTest.test(QuidemTest.java:222)
    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    > 	at java.lang.reflect.Method.invoke(Method.java:498)
    > 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
    > 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
    > 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
    > 	at org.junit.jupiter.engine.extension.TimeoutInvocation.proceed(TimeoutInvocation.java:46)
    > 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
    > 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
    > 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
    > 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
    > 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
    > 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
    > 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
    > 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
    > 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
    > 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
    > 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
    > 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
    > 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    > 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
    > 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
    > 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
    > 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
    > 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    > 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
    > 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
    > 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
    > 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    > 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
    > 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
    > 	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
    > 	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
    > 	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
    > 	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067)
    > 	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703)
    > 	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
    > Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, column 15 to line 1, column 17: Object 'D10' not found
    > 	at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
    > 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    > 	at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:505)
    > 	at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:932)
    > 	at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:917)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.newValidationError(SqlValidatorImpl.java:5266)
    > 	at org.apache.calcite.sql.validate.IdentifierNamespace.resolveImpl(IdentifierNamespace.java:183)
    > 	at org.apache.calcite.sql.validate.IdentifierNamespace.validateImpl(IdentifierNamespace.java:188)
    > 	at org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:89)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1100)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1071)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateFrom(SqlValidatorImpl.java:3375)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateFrom(SqlValidatorImpl.java:3357)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateSelect(SqlValidatorImpl.java:3639)
    > 	at org.apache.calcite.sql.validate.SelectNamespace.validateImpl(SelectNamespace.java:64)
    > 	at org.apache.calcite.sql.validate.AbstractNamespace.validate(AbstractNamespace.java:89)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateNamespace(SqlValidatorImpl.java:1100)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateQuery(SqlValidatorImpl.java:1071)
    > 	at org.apache.calcite.sql.SqlSelect.validate(SqlSelect.java:247)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validateScopedExpression(SqlValidatorImpl.java:1046)
    > 	at org.apache.calcite.sql.validate.SqlValidatorImpl.validate(SqlValidatorImpl.java:752)
    > 	at org.apache.calcite.sql2rel.SqlToRelConverter.convertQuery(SqlToRelConverter.java:586)
    > 	at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:257)
    > 	at org.apache.calcite.prepare.Prepare.prepareSql(Prepare.java:220)
    > 	at org.apache.calcite.prepare.CalcitePrepareImpl.prepare2_(CalcitePrepareImpl.java:647)
    > 	at org.apache.calcite.prepare.CalcitePrepareImpl.prepare_(CalcitePrepareImpl.java:513)
    > 	at org.apache.calcite.prepare.CalcitePrepareImpl.prepareSql(CalcitePrepareImpl.java:483)
    > 	at org.apache.calcite.jdbc.CalciteConnectionImpl.parseQuery(CalciteConnectionImpl.java:249)
    > 	at org.apache.calcite.jdbc.CalciteMetaImpl.prepareAndExecute(CalciteMetaImpl.java:623)
    > 	at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:674)
    > 	at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:156)
    > 	... 47 more
    > Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Object 'D10' not found
    > 	at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source)
    > 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    > 	at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:505)
    > 	at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:599)
    > 	... 75 more
    
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)
        at org.junit.jupiter.api.Assertions.fail(Assertions.java:134)
        at org.apache.calcite.test.QuidemTest.checkRun(QuidemTest.java:175)
        at org.apache.calcite.test.QuidemTest.test(QuidemTest.java:222)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutInvocation.proceed(TimeoutInvocation.java:46)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
        at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)

          6.3sec, org.apache.calcite.test.ServerTest > testCreateTable()
          6.5sec, org.apache.calcite.test.ServerQuidemTest > test(String)[3], [3] sql/type.iq
          7.5sec, org.apache.calcite.test.ServerTest > testInsertCastedValueOfCompositeUdt()
          9.9sec, org.apache.calcite.test.ServerQuidemTest > test(String)[6], [6] sql/view.iq
          8.0sec, org.apache.calcite.test.ServerTest > testStoredGeneratedColumn()
WARNING  11.0sec,   15 completed,   0 failed,   1 skipped, org.apache.calcite.test.ServerTest
          8.1sec, org.apache.calcite.test.ServerQuidemTest > test(String)[5], [5] sql/table.iq

> Task :babel:test
         20.2sec, org.apache.calcite.test.BabelQuidemTest > test(String)[4], [4] sql/redshift.iq
         20.6sec,    4 completed,   0 failed,   0 skipped, test(String)
         20.6sec,    4 completed,   0 failed,   0 skipped, org.apache.calcite.test.BabelQuidemTest
WARNING  23.1sec,  428 completed,   0 failed,   6 skipped, Gradle Test Run :babel:test

> Task :plus:test
         20.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery02()
         10.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery16()
          8.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery22()
         20.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery01()
         20.9sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery06()
         12.2sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery14()
         12.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery13()
         13.1sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery12()
         11.6sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery20()
         13.6sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery10()
         12.3sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery15()
         21.6sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery03()
         21.7sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery08()
         21.8sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery04()
         12.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery17()
         12.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery18()
         22.0sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery09()

> Task :babel:check
> Task :babel:build

> Task :server:test FAILED
          8.6sec, org.apache.calcite.test.ServerQuidemTest > test(String)[2], [2] sql/schema.iq
          9.0sec, org.apache.calcite.test.ServerQuidemTest > test(String)[4], [4] sql/materialized_view.iq
FAILURE  11.5sec,    6 completed,   1 failed,   0 skipped, test(String)
FAILURE  11.9sec,    6 completed,   1 failed,   0 skipped, org.apache.calcite.test.ServerQuidemTest
FAILURE  18.5sec,  907 completed,   1 failed,  12 skipped, Gradle Test Run :server:test

907 tests completed, 1 failed, 12 skipped

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

> Task :druid:compileTestJava
> Task :redis:compileTestJava

> Task :mongodb:test
          3.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testCountViaInt()
          3.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testDate()
          3.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testZips()
          3.5sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterSortDesc()
          3.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterRedundant()
          3.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testInPlan()
          3.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testOffsetLimit()
          3.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testSort()
          3.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilter()
          3.6sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testCountGroupByEmptyMultiplyBy2()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByHaving()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testSortLimit()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testLimit()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testSelectWhere()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterReversed()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByOneColumnReversed()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testCountGroupByEmpty()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByOneColumnNotProjected()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByAvg()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByMinMaxSum()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testDistinctCountOrderBy()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupByAvgSumCount()
          3.7sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testGroupComposite()
          4.8sec, org.apache.calcite.adapter.mongodb.MongoAdapterTest > testFilterPair()
WARNING   5.4sec,   31 completed,   0 failed,   6 skipped, org.apache.calcite.adapter.mongodb.MongoAdapterTest
WARNING   8.2sec,   31 completed,   0 failed,   6 skipped, Gradle Test Run :mongodb:test

> Task :pig:compileTestJava
> Task :cassandra:compileTestJava

> Task :plus:test
         62.4sec, org.apache.calcite.adapter.tpch.TpchTest > testQuery07()
WARNING  62.7sec,   29 completed,   0 failed,   7 skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  64.7sec,   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.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 31s
388 actionable tasks: 388 executed

See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2021-12-18-13-03-09.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-2021-12-18-13-03-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 #23

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