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

Changes:

[Francis Chuang] Remove instructions for syncing site and master and fix 
formatting issue in howto


------------------------------------------
[...truncated 281.25 KB...]
    public <T> AssertThat doWithConnection(Function<CalciteConnection, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1289:
 warning: no @param for fn
    public <T> AssertThat doWithConnection(Function<CalciteConnection, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1289:
 warning: no @return
    public <T> AssertThat doWithConnection(Function<CalciteConnection, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1289:
 warning: no @throws for java.lang.Exception
    public <T> AssertThat doWithConnection(Function<CalciteConnection, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1300:
 warning: no @param for fn
    public final AssertThat doWithConnection(Consumer<CalciteConnection> fn)
                            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1300:
 warning: no @return
    public final AssertThat doWithConnection(Consumer<CalciteConnection> fn)
                            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1300:
 warning: no @throws for java.lang.Exception
    public final AssertThat doWithConnection(Consumer<CalciteConnection> fn)
                            ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1309:
 warning: no @param for <T>
    public <T> AssertThat doWithDataContext(Function<DataContext, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1309:
 warning: no @param for fn
    public <T> AssertThat doWithDataContext(Function<DataContext, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1309:
 warning: no @return
    public <T> AssertThat doWithDataContext(Function<DataContext, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1309:
 warning: no @throws for java.lang.Exception
    public <T> AssertThat doWithDataContext(Function<DataContext, T> fn)
                          ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1322:
 warning: no @return
    public Connection connect() throws SQLException {
                      ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1322:
 warning: no @throws for java.sql.SQLException
    public Connection connect() throws SQLException {
                      ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/CalciteAssert.java>:1332:
 warning: no @return
    public AssertThat pooled() {
                      ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/ConnectionFactories.java>:54:
 warning: no @return
  public static ConnectionFactory empty() {
                                  ^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/testkit/src/main/java/org/apache/calcite/test/ConnectionFactories.java>:60:
 warning: no @param for connectionFactory
  public static ConnectionFactory pool(ConnectionFactory connectionFactory) {
                                  ^
100 warnings

> Task :plus:test
          2.1sec, org.apache.calcite.chinook.EndToEndTest > 
test(String)[3], [3] sql/functions.iq
          3.0sec, org.apache.calcite.chinook.EndToEndTest > 
test(String)[1], [1] sql/cross-join-lateral.iq
         13.1sec, org.apache.calcite.chinook.EndToEndTest > 
test(String)[4], [4] sql/basic.iq
          6.2sec, org.apache.calcite.chinook.EndToEndTest > 
test(String)[2], [2] sql/preferred-for-specific-user.iq
         16.8sec,    4 completed,   0 failed,   0 skipped, test(String)
         16.9sec,    4 completed,   0 failed,   0 skipped, 
org.apache.calcite.chinook.EndToEndTest

> Task :server:test FAILED
         11.2sec, org.apache.calcite.test.ServerQuidemTest 
> test(String)[1], [1] sql/materialized_view.iq
         14.4sec,    6 completed,   0 failed,   0 skipped, test(String)
         14.6sec,    6 completed,   0 failed,   0 skipped, 
org.apache.calcite.test.ServerQuidemTest
FAILURE  20.8sec,  907 completed,   2 failed, 
 12 skipped, Gradle Test Run :server:test

907 tests completed, 2 failed, 12 skipped

> Task :example:csv:test
          7.6sec, org.apache.calcite.test.CsvTest > 
testPushDownProjectDumb()
          7.7sec, org.apache.calcite.test.CsvTest > 
testJson()

CsvTest > testDateType2() STANDARD_OUT
    100, Fred, 10, , , 30, 25, true, false, 1996-08-03
    110, Eric, 20, M, San Francisco, 3, 80, null, false, 2001-01-01
    110, John, 40, M, Vancouver, 2, null, false, true, 2002-05-03
    Fred
    120, Wilma, 20, F, , 1, 5, null, true, 2005-09-07
    Eric
    John
    Wilma
    Alice
          7.9sec, org.apache.calcite.test.CsvTest > 
testSelectSingleProjectGz()

CsvTest STANDARD_OUT
    130, Alice, 40, F, Vancouver, 2, null, false, true, 2007-01-01
          7.8sec, org.apache.calcite.test.CsvTest > 
testFilterableSelectStar()
          8.1sec, org.apache.calcite.test.CsvTest > 
testPushDownProject2()
          7.9sec, org.apache.calcite.test.CsvTest > 
testPushDownProjectAggregateWithFilter(String)[1], [1] text

CsvTest > testPushDownProjectAggregateWithFilter(String) > 
org.apache.calcite.test.CsvTest.testPushDownProjectAggregateWithFilter(String)[2]
 STANDARD_OUT
    100, Fred, 10, , , 30, 25, true, false, 1996-08-03
    110, Eric, 20, M, San Francisco, 3, 80, null, false, 2001-01-01
    110, John, 40, M, Vancouver, 2, null, false, true, 2002-05-03
    120, Wilma, 20, F, , 1, 5, null, true, 2005-09-07
    130, Alice, 40, F, Vancouver, 2, null, false, true, 2007-01-01
          8.0sec, org.apache.calcite.test.CsvTest > 
testFilterableWhere()
          8.1sec, org.apache.calcite.test.CsvTest > 
testBoolean()

CsvTest > testPushDownProjectAggregate(String) > 
org.apache.calcite.test.CsvTest.testPushDownProjectAggregate(String)[1] 
STANDARD_OUT
    Sales
    Marketing
    Accounts

CsvTest > testSelectLongMultiplyInteger() STANDARD_OUT
    Fred
    Eric
    John
    Wilma
    Alice
          8.2sec, org.apache.calcite.test.CsvTest > 
testFilterableSelect()

CsvTest > testPushDownProjectAggregateNested(String) > 
org.apache.calcite.test.CsvTest.testPushDownProjectAggregateNested(String)[2] 
STANDARD_OUT
    directory /does/not/exist not found
          8.3sec, org.apache.calcite.test.CsvTest > 
testFilterableWhereWithNot1()
          8.4sec, org.apache.calcite.test.CsvTest > 
testDateType()
          8.4sec, org.apache.calcite.test.CsvTest > 
testFilterableWhereWithNot2()
          8.4sec, org.apache.calcite.test.CsvTest > 
testPrepared()
          8.6sec, org.apache.calcite.test.CsvTest > 
testTimestampGroupBy()
          8.5sec, org.apache.calcite.test.CsvTest > 
testInToSemiJoinWithoutCast()
          8.5sec, org.apache.calcite.test.CsvTest > 
testFilterableWhere3()
          8.6sec, org.apache.calcite.test.CsvTest > 
testFilterableWhere2()
          8.6sec, org.apache.calcite.test.CsvTest > 
testTimestampGroupByAndOrderBy()
          8.6sec,    2 completed,   0 failed,   0 skipped, 
testPushDownProjectAggregateWithFilter(String)
          0.5sec,    2 completed,   0 failed,   0 skipped, 
testPushDownProjectAggregateNested(String)
          0.6sec,    2 completed,   0 failed,   0 skipped, 
testPushDownProjectAggregate(String)

CsvTest STANDARD_OUT
    100, Fred, 10, , , 30, 25, true, false, 1996-08-03
    110, Eric, 20, M, San Francisco, 3, 80, null, false, 2001-01-01
    110, John, 40, M, Vancouver, 2, null, false, true, 2002-05-03
    120, Wilma, 20, F, , 1, 5, null, true, 2005-09-07
    130, Alice, 40, F, Vancouver, 2, null, false, true, 2007-01-01
          9.4sec, org.apache.calcite.test.CsvTest > 
testNonNullFilterOnDateType()
    1
          9.7sec, org.apache.calcite.test.CsvTest > 
testGreaterThanFilterOnDateType()
          9.9sec, org.apache.calcite.test.CsvTest > 
testFilterOnNullableTimestamp2()
          9.9sec, org.apache.calcite.test.CsvTest > 
testGroupByTimestampAdd()
         10.2sec, org.apache.calcite.test.CsvTest > 
testFilterOnNullableTimestamp()
         11.8sec, org.apache.calcite.test.CsvTest > 
testInToSemiJoinWithCast()
WARNING  11.9sec,   44 completed,   0 failed,   3 
skipped, org.apache.calcite.test.CsvTest
WARNING  16.7sec,   44 completed,   0 failed,   3 
skipped, Gradle Test Run :example:csv:test

> Task :druid:test
WARNING   0.3sec,  210 completed,   0 failed, 210 
skipped, org.apache.calcite.test.DruidAdapter2IT
WARNING   0.4sec,  235 completed,   0 failed, 235 
skipped, org.apache.calcite.test.DruidAdapterIT
          4.5sec, 
org.apache.calcite.adapter.druid.DruidQueryFilterTest > 
testBetweenFilterStringCase()
          4.5sec, 
org.apache.calcite.adapter.druid.DruidQueryFilterTest > 
testInFilter()
          4.7sec,    2 completed,   0 failed,   0 skipped, 
org.apache.calcite.adapter.druid.DruidQueryFilterTest
          8.0sec, 
org.apache.calcite.test.DruidDateRangeRulesTest > 
testFilterWithCast()
          8.0sec, 
org.apache.calcite.test.DruidDateRangeRulesTest > 
testExtractYearAndMonthFromDateColumn()
          8.0sec, 
org.apache.calcite.test.DruidDateRangeRulesTest > 
testRangeCalc()
          8.0sec, 
org.apache.calcite.test.DruidDateRangeRulesTest > 
testExtractYearMonthDayFromTimestampColumn()
          8.1sec, 
org.apache.calcite.test.DruidDateRangeRulesTest > 
testExtractYearAndDayFromDateColumn()
          8.1sec, 
org.apache.calcite.test.DruidDateRangeRulesTest > 
testExtractYearMonthDayFromDateColumn()
          8.2sec,    6 completed,   0 failed,   0 skipped, 
org.apache.calcite.test.DruidDateRangeRulesTest
WARNING  12.4sec,  453 completed,   0 failed, 445 
skipped, Gradle Test Run :druid:test

> Task :testkit:compileTestKotlin
> Task :pig:compileTestJava
> Task :piglet:compileTestJava
> Task :cassandra:compileTestJava

> Task :plus:test
         19.8sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery02Conversion()
         12.3sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery11()
         10.1sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery16()
         22.2sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery02()
          6.3sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery22()
         12.2sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery13()
         23.0sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery06()
         11.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery14()
         23.0sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery01()
         12.8sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery12()
         10.6sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery20()
         14.6sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery10()
         23.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery04()
         23.6sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery03()
         11.9sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery15()
         23.6sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery08()
         11.6sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery17()
         11.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery18()
         23.9sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery09()

> Task :redis:compileTestJava

> Task :mongodb:test
          5.9sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testZips()
          5.8sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testFilterSortDesc()
          5.8sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testCountViaInt()
          5.9sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testDate()
          6.0sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testOffsetLimit()
          6.1sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testFilterRedundant()
          6.0sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testCountGroupByEmptyMultiplyBy2()
          6.2sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testSort()
          6.2sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testLimit()
          6.0sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testInPlan()
          6.1sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupByHaving()
          6.1sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testFilter()
          6.0sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testSortLimit()
          6.3sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testFilterReversed()
          6.3sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupByOneColumnReversed()
          6.1sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupComposite()
          6.1sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupByOneColumnNotProjected()
          6.1sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupByAvg()
          6.3sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testCountGroupByEmpty()
          6.2sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testDistinctCountOrderBy()
          6.2sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupByMinMaxSum()
          6.2sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testSelectWhere()
          6.2sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testGroupByAvgSumCount()
          7.4sec, 
org.apache.calcite.adapter.mongodb.MongoAdapterTest > 
testFilterPair()
WARNING   8.8sec,   31 completed,   0 failed,   6 
skipped, org.apache.calcite.adapter.mongodb.MongoAdapterTest
WARNING  16.7sec,   31 completed,   0 failed,   6 
skipped, Gradle Test Run :mongodb:test

> Task :plus:test
         13.1sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery21()
         29.1sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery05()
         70.5sec, org.apache.calcite.adapter.tpch.TpchTest 
> testQuery07()
WARNING  71.1sec,   29 completed,   0 failed,   7 
skipped, org.apache.calcite.adapter.tpch.TpchTest
WARNING  76.1sec,   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 1s
412 actionable tasks: 412 executed

See the profiling report at: 
file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2022-04-21-04-31-22.html>
A fine-grained performance profile is available: use the --scan option.

See the profiling report at: 
file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/buildSrc/build/reports/profile/profile-2022-04-21-04-31-26.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