Skip to content

CALCITE-6465: Rework code generator to use Flink code splitter #13622

CALCITE-6465: Rework code generator to use Flink code splitter

CALCITE-6465: Rework code generator to use Flink code splitter #13622

Triggered via pull request September 18, 2024 23:20
Status Failure
Total duration 32m 1s
Artifacts

main.yml

on: pull_request
Windows (JDK 8)
12m 55s
Windows (JDK 8)
Windows (JDK 17)
13m 10s
Windows (JDK 17)
Windows (JDK 21)
15m 3s
Windows (JDK 21)
Linux (JDK 8), oldest Guava, America/New_York Timezone
9m 13s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
10m 44s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
9m 12s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
8m 52s
Linux (JDK 17)
Linux (JDK 21)
8m 36s
Linux (JDK 21)
Linux (JDK 22)
10m 41s
Linux (JDK 22)
Linux (JDK 11), Avatica main
11m 47s
Linux (JDK 11), Avatica main
macOS (JDK 21)
31m 52s
macOS (JDK 21)
Error Prone (JDK 11), latest Guava
6m 50s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
13m 6s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
12m 55s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
7m 9s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

110 errors and 30 warnings
Linux (JDK 21): DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 21): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 21): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 21): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 21): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 21): DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 21): DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Linux (JDK 21): DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Linux (JDK 21): DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Linux (JDK 21): DeterministicTest.java#L150
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddSurvivesMultipleOptimizations() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddSurvivesMultipleOptimizations(DeterministicTest.java:150)
Linux (JDK 17): DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 17): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 17): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 17): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 17): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 17): DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 17): DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Linux (JDK 17): DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Linux (JDK 17): ExpressionTest.java#L1004
0.0sec org.apache.calcite.linq4j.test.ExpressionTest > testWriteAnonymousClass() org.opentest4j.AssertionFailedError: expected: <{ final java.util.List<String> baz = java.util.Arrays.asList("foo", "bar"); new java.util.AbstractList<String>(){ public final String qux = "xyzzy"; public int size() { return baz.size(); } public String get(int index) { return ((String) baz.get(index)).toUpperCase(); } }; } > but was: <{ final java.util.List<String> baz = java.util.Arrays.asList("foo", "bar"); new java.util.AbstractList<String>(){ public final String qux = "xyzzy"; public int size() { return baz.size(); } public String get(int index) { return ((String) baz.get(index)).toUpperCase(); } }; } > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142) at app//org.apache.calcite.linq4j.test.ExpressionTest.testWriteAnonymousClass(ExpressionTest.java:1004)
Linux (JDK 17): DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Linux (JDK 11), Pacific/Chatham Timezone: DeterministicTest.java#L150
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddSurvivesMultipleOptimizations() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddSurvivesMultipleOptimizations(DeterministicTest.java:150)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L321
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_instanceof_Boolean_2_instanceof_Integer;\n }\n\n static final boolean $L4J$C$1_instanceof_Boolean_2_instanceof_Integer = 1 instanceof Boolean || 2 instanceof Integer;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_instanceof_Boolean_2_instanceof_Integer;\n }\n\n static final boolean $L4J$C$1_instanceof_Boolean_2_instanceof_Integer = 1 instanceof Boolean || 2 instanceof Integer;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofComplexTest(DeterministicTest.java:321)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L462
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testNonDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testNonDeterministicMethodCall(DeterministicTest.java:462)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L488
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassDefaultMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da = org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da = org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassDefaultMethod(DeterministicTest.java:488)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L273
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testNewBigInteger() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$new_java_math_BigInteger_42_;\n }\n\n static final java.math.BigInteger $L4J$C$new_java_math_BigInteger_42_ = new java.math.BigInteger(\n \"42\");\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$new_java_math_BigInteger_42_;\n }\n\n static final java.math.BigInteger $L4J$C$new_java_math_BigInteger_42_ = new java.math.BigInteger(\n \"42\");\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testNewBigInteger(DeterministicTest.java:273)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 8), oldest Guava, America/New_York Timezone: DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 22): DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 22): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 22): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 22): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 22): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 22): DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 22): DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Linux (JDK 22): DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Linux (JDK 22): DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Linux (JDK 22): DeterministicTest.java#L150
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddSurvivesMultipleOptimizations() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddSurvivesMultipleOptimizations(DeterministicTest.java:150)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L321
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_instanceof_Boolean_2_instanceof_Integer;\n }\n\n static final boolean $L4J$C$1_instanceof_Boolean_2_instanceof_Integer = 1 instanceof Boolean || 2 instanceof Integer;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_instanceof_Boolean_2_instanceof_Integer;\n }\n\n static final boolean $L4J$C$1_instanceof_Boolean_2_instanceof_Integer = 1 instanceof Boolean || 2 instanceof Integer;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofComplexTest(DeterministicTest.java:321)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L462
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testNonDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testNonDeterministicMethodCall(DeterministicTest.java:462)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L488
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassDefaultMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da = org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da = org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassDefaultMethod(DeterministicTest.java:488)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 8), latest Guava, America/New_York Timezone: DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Linux (JDK 11), Avatica main: DeterministicTest.java#L515
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Linux (JDK 11), Avatica main: DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Linux (JDK 11), Avatica main: DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Linux (JDK 11), Avatica main: DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Linux (JDK 11), Avatica main: DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Linux (JDK 11), Avatica main: DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Linux (JDK 11), Avatica main: DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Linux (JDK 11), Avatica main: DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Linux (JDK 11), Avatica main: DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Linux (JDK 11), Avatica main: DeterministicTest.java#L150
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddSurvivesMultipleOptimizations() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddSurvivesMultipleOptimizations(DeterministicTest.java:150)
Windows (JDK 8): DeterministicTest.java#L515
0.1sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Windows (JDK 8): DeterministicTest.java#L321
0.1sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_instanceof_Boolean_2_instanceof_Integer;\n }\n\n static final boolean $L4J$C$1_instanceof_Boolean_2_instanceof_Integer = 1 instanceof Boolean || 2 instanceof Integer;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_instanceof_Boolean_2_instanceof_Integer;\n }\n\n static final boolean $L4J$C$1_instanceof_Boolean_2_instanceof_Integer = 1 instanceof Boolean || 2 instanceof Integer;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofComplexTest(DeterministicTest.java:321)
Windows (JDK 8): DeterministicTest.java#L462
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testNonDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testNonDeterministicMethodCall(DeterministicTest.java:462)
Windows (JDK 8): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Windows (JDK 8): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Windows (JDK 8): DeterministicTest.java#L488
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassDefaultMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da = org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestDeterminis9de610da = org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassDefaultMethod(DeterministicTest.java:488)
Windows (JDK 8): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Windows (JDK 8): DeterministicTest.java#L273
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testNewBigInteger() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$new_java_math_BigInteger_42_;\n }\n\n static final java.math.BigInteger $L4J$C$new_java_math_BigInteger_42_ = new java.math.BigInteger(\n \"42\");\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$new_java_math_BigInteger_42_;\n }\n\n static final java.math.BigInteger $L4J$C$new_java_math_BigInteger_42_ = new java.math.BigInteger(\n \"42\");\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testNewBigInteger(DeterministicTest.java:273)
Windows (JDK 8): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Windows (JDK 8): DeterministicTest.java#L401
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testBigIntegerValueOf() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_valueOf_42L_add_java_math_BigInteger_valued8d57d69;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_add_java_math_BigInteger_valued8d57d69 = $L4J$C$java_math_BigInteger_valueOf_42L_.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_valueOf_42L_add_java_math_BigInteger_valued8d57d69;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_add_java_math_BigInteger_valued8d57d69 = $L4J$C$java_math_BigInteger_valueOf_42L_.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testBigIntegerValueOf(DeterministicTest.java:401)
Windows (JDK 17): DeterministicTest.java#L515
0.1sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Windows (JDK 17): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Windows (JDK 17): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Windows (JDK 17): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Windows (JDK 17): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Windows (JDK 17): DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Windows (JDK 17): DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Windows (JDK 17): DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Windows (JDK 17): DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Windows (JDK 17): DeterministicTest.java#L150
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddSurvivesMultipleOptimizations() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddSurvivesMultipleOptimizations(DeterministicTest.java:150)
Windows (JDK 21): DeterministicTest.java#L515
0.1sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
Windows (JDK 21): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
Windows (JDK 21): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
Windows (JDK 21): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
Windows (JDK 21): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
Windows (JDK 21): DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
Windows (JDK 21): DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
Windows (JDK 21): DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
Windows (JDK 21): DeterministicTest.java#L346
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
Windows (JDK 21): DeterministicTest.java#L150
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddSurvivesMultipleOptimizations() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddSurvivesMultipleOptimizations(DeterministicTest.java:150)
macOS (JDK 21): DeterministicTest.java#L515
0.1sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicClassNonDeterministicMethod() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return org.apache.calcite.linq4j.test.DeterministicTest.TestDeterministicClass.nonDeterministic(1);\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicClassNonDeterministicMethod(DeterministicTest.java:515)
macOS (JDK 21): DeterministicTest.java#L225
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutNestedClasses() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_4 + new java.util.concurrent.Callable(){\n Object call() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n }.call();\n }\n\n static final int $L4J$C$1_4 = 1 + 4;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutNestedClasses(DeterministicTest.java:225)
macOS (JDK 21): DeterministicTest.java#L172
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddNameCollision() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_1_20;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_20 = 1 - 2;\n static final int $L4J$C$1_2_1_20 = $L4J$C$1_2 * $L4J$C$1_20;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddNameCollision(DeterministicTest.java:172)
macOS (JDK 21): DeterministicTest.java#L369
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testStaticField() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_;\n }\n\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.valueOf(42L);\n static final java.math.BigInteger $L4J$C$java_math_BigInteger_ONE_add_java_math_BigInteger_valueOf_42L_ = java.math.BigInteger.ONE.add($L4J$C$java_math_BigInteger_valueOf_42L_);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testStaticField(DeterministicTest.java:369)
macOS (JDK 21): DeterministicTest.java#L127
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAdd() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAdd(DeterministicTest.java:127)
macOS (JDK 21): DeterministicTest.java#L435
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testDeterministicMethodCall() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c;\n }\n\n static final int $L4J$C$org_apache_calcite_linq4j_test_DeterministicTest_TestClass_dete33e8af1c = org.apache.calcite.linq4j.test.DeterministicTest.TestClass.deterministic(1);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testDeterministicMethodCall(DeterministicTest.java:435)
macOS (JDK 21): DeterministicTest.java#L299
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testInstanceofTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return 1 instanceof Boolean;\n }\n\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testInstanceofTest(DeterministicTest.java:299)
macOS (JDK 21): DeterministicTest.java#L199
0.0sec org.apache.calcite.linq4j.test.DeterministicTest > testFactorOutBinaryAddMul() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$1_2_3;\n }\n\n static final int $L4J$C$1_2 = 1 + 2;\n static final int $L4J$C$1_2_3 = $L4J$C$1_2 * 3;\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testFactorOutBinaryAddMul(DeterministicTest.java:199)
macOS (JDK 21): DeterministicTest.java#L346
0.1sec org.apache.calcite.linq4j.test.DeterministicTest > testIntegerValueOfZeroComplexTest() java.lang.AssertionError: Expected: "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" but: was "{\n return new Runnable(){\n int test() {\n return $L4J$C$Integer_valueOf_0_;\n }\n\n static final Integer $L4J$C$Integer_valueOf_0_ = Integer.valueOf(0);\n };\n}\n" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.linq4j.test.DeterministicTest.testIntegerValueOfZeroComplexTest(DeterministicTest.java:346)
macOS (JDK 21): ExpressionTest.java#L1004
0.0sec org.apache.calcite.linq4j.test.ExpressionTest > testWriteAnonymousClass() org.opentest4j.AssertionFailedError: expected: <{ final java.util.List<String> baz = java.util.Arrays.asList("foo", "bar"); new java.util.AbstractList<String>(){ public final String qux = "xyzzy"; public int size() { return baz.size(); } public String get(int index) { return ((String) baz.get(index)).toUpperCase(); } }; } > but was: <{ final java.util.List<String> baz = java.util.Arrays.asList("foo", "bar"); new java.util.AbstractList<String>(){ public final String qux = "xyzzy"; public int size() { return baz.size(); } public String get(int index) { return ((String) baz.get(index)).toUpperCase(); } }; } > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142) at app//org.apache.calcite.linq4j.test.ExpressionTest.testWriteAnonymousClass(ExpressionTest.java:1004)
Error Prone (JDK 11), latest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Error Prone (JDK 11), latest Guava
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Druid Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Druid Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, actions/checkout@v3, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 17)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 11), Pacific/Chatham Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 11), Pacific/Chatham Timezone
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 8), oldest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), oldest Guava, America/New_York Timezone
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 22)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 22)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 8), latest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), latest Guava, America/New_York Timezone
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux (JDK 11), Avatica main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 11), Avatica main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CheckerFramework (JDK 11), oldest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CheckerFramework (JDK 11), oldest Guava
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows (JDK 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CheckerFramework (JDK 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CheckerFramework (JDK 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 17)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows (JDK 21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
macOS (JDK 21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS (JDK 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/