You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/26 13:46:22 UTC

Build failed in Jenkins: AvroJava #623

See <https://builds.apache.org/job/AvroJava/623/display/redirect?page=changes>

Changes:

[Fokko] AVRO-2353: Configure spotless-maven-plugin to auto format/validate Java

------------------------------------------
[...truncated 508.96 KB...]
[INFO] Running org.apache.avro.tool.TestSpecificCompilerTool
[ERROR] Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.85 s <<< FAILURE! - in org.apache.avro.tool.TestSpecificCompilerTool
[ERROR] testCompileSchemaTwoFiles(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.662 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaTwoFiles(TestSpecificCompilerTool.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[ERROR] testCompileSchemaSingleFile(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.018 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaSingleFile(TestSpecificCompilerTool.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[ERROR] testCompileSchemasUsingString(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.109 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output-string/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output-string/avro/examples/baseball/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemasUsingString(TestSpecificCompilerTool.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[ERROR] testCompileSchemaFileAndDirectory(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.059 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaFileAndDirectory(TestSpecificCompilerTool.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[INFO] Running org.apache.avro.tool.TestTetherTool
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.961 s - in org.apache.avro.tool.TestTetherTool
[INFO] Running org.apache.avro.tool.TestCatTool
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.373 s - in org.apache.avro.tool.TestCatTool
[INFO] Running org.apache.avro.tool.TestRpcProtocolTool
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.apache.avro.tool.TestRpcProtocolTool
[INFO] Running org.apache.avro.tool.TestToTrevniTool
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in org.apache.avro.tool.TestToTrevniTool
[INFO] Running org.apache.avro.tool.TestCreateRandomFileTool
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.822 s - in org.apache.avro.tool.TestCreateRandomFileTool
[INFO] Running org.apache.avro.tool.TestDataFileRepairTool
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.apache.avro.tool.TestDataFileRepairTool
[INFO] Running org.apache.avro.tool.TestTextFileTools
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s - in org.apache.avro.tool.TestTextFileTools
[INFO] Running org.apache.avro.tool.TestRpcReceiveAndSendTools
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 s - in org.apache.avro.tool.TestRpcReceiveAndSendTools
[INFO] Running org.apache.avro.tool.TestMain
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.apache.avro.tool.TestMain
[INFO] Running org.apache.avro.tool.TestConcatTool
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.651 s - in org.apache.avro.tool.TestConcatTool
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TestSpecificCompilerTool.testCompileSchemaFileAndDirectory:91->assertFileMatch:121 Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[ERROR]   TestSpecificCompilerTool.testCompileSchemaSingleFile:74->assertFileMatch:121 Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[ERROR]   TestSpecificCompilerTool.testCompileSchemaTwoFiles:82->assertFileMatch:121 Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[ERROR]   TestSpecificCompilerTool.testCompileSchemasUsingString:100->assertFileMatch:121 Found file: target/compiler/output-string/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output-string/avro/examples/baseball/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[INFO] 
[ERROR] Tests run: 67, Failures: 4, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Avro Toplevel 1.9.0-SNAPSHOT ................ SUCCESS [ 11.471 s]
[INFO] Apache Avro Java ................................... SUCCESS [  9.102 s]
[INFO] Apache Avro ........................................ SUCCESS [01:02 min]
[INFO] Apache Avro Compiler ............................... SUCCESS [ 26.919 s]
[INFO] Apache Avro Maven Plugin ........................... SUCCESS [ 19.687 s]
[INFO] Apache Avro IPC .................................... SUCCESS [ 58.859 s]
[INFO] Apache Avro IPC Jetty .............................. SUCCESS [ 21.588 s]
[INFO] Apache Avro IPC Netty .............................. SUCCESS [ 27.688 s]
[INFO] Trevni Java ........................................ SUCCESS [  4.808 s]
[INFO] Trevni Java Core ................................... SUCCESS [ 18.714 s]
[INFO] Apache Avro Mapred API ............................. SUCCESS [02:16 min]
[INFO] Trevni Java Avro ................................... SUCCESS [ 32.383 s]
[INFO] Trevni Specification ............................... SUCCESS [  7.022 s]
[INFO] Apache Avro Tools .................................. FAILURE [ 38.314 s]
[INFO] Apache Avro Protobuf Compatibility ................. SKIPPED
[INFO] Apache Avro Thrift Compatibility ................... SKIPPED
[INFO] Apache Avro Maven Archetypes ....................... SKIPPED
[INFO] Apache Avro Maven Service Archetype ................ SKIPPED
[INFO] Apache Avro gRPC ................................... SKIPPED
[INFO] Avro Integration Tests ............................. SKIPPED
[INFO] Apache Avro Codegen Test dependencies .............. SKIPPED
[INFO] Apache Avro Codegen Test 1.9.0-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:58 min
[INFO] Finished at: 2019-03-26T13:46:17Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project avro-tools: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/AvroJava/ws/lang/java/tools/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :avro-tools
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
[JIRA] Updating issue AVRO-2353

Jenkins build is back to normal : AvroJava #626

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/AvroJava/626/display/redirect?page=changes>


Build failed in Jenkins: AvroJava #625

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/AvroJava/625/display/redirect?page=changes>

Changes:

[dan] AVRO-2355 [java] Add level and checksum options to ZStandard compression

------------------------------------------
[...truncated 250.72 KB...]
[INFO] Running org.apache.avro.tool.TestConcatTool
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.486 s - in org.apache.avro.tool.TestConcatTool
[INFO] Running org.apache.avro.tool.TestSpecificCompilerTool
[ERROR] Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.91 s <<< FAILURE! - in org.apache.avro.tool.TestSpecificCompilerTool
[ERROR] testCompileSchemaTwoFiles(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.712 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaTwoFiles(TestSpecificCompilerTool.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[ERROR] testCompileSchemaSingleFile(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.015 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaSingleFile(TestSpecificCompilerTool.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[ERROR] testCompileSchemasUsingString(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.111 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output-string/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output-string/avro/examples/baseball/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemasUsingString(TestSpecificCompilerTool.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[ERROR] testCompileSchemaFileAndDirectory(org.apache.avro.tool.TestSpecificCompilerTool)  Time elapsed: 0.071 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:121)
	at org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaFileAndDirectory(TestSpecificCompilerTool.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[INFO] Running org.apache.avro.tool.TestRpcReceiveAndSendTools
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 s - in org.apache.avro.tool.TestRpcReceiveAndSendTools
[INFO] Running org.apache.avro.tool.TestTetherTool
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.995 s - in org.apache.avro.tool.TestTetherTool
[INFO] Running org.apache.avro.tool.TestJsonToFromBinaryFragmentTools
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s - in org.apache.avro.tool.TestJsonToFromBinaryFragmentTools
[INFO] Running org.apache.avro.tool.TestIdlToSchemataTool
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.apache.avro.tool.TestIdlToSchemataTool
[INFO] Running org.apache.avro.tool.TestDataFileRepairTool
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.apache.avro.tool.TestDataFileRepairTool
[INFO] Running org.apache.avro.tool.TestRecodecTool
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in org.apache.avro.tool.TestRecodecTool
[INFO] Running org.apache.avro.tool.TestRpcProtocolTool
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 s - in org.apache.avro.tool.TestRpcProtocolTool
[INFO] Running org.apache.avro.tool.TestCreateRandomFileTool
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 s - in org.apache.avro.tool.TestCreateRandomFileTool
[INFO] Running org.apache.avro.tool.TestTextFileTools
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.279 s - in org.apache.avro.tool.TestTextFileTools
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TestSpecificCompilerTool.testCompileSchemaFileAndDirectory:91->assertFileMatch:121 Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[ERROR]   TestSpecificCompilerTool.testCompileSchemaSingleFile:74->assertFileMatch:121 Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[ERROR]   TestSpecificCompilerTool.testCompileSchemaTwoFiles:82->assertFileMatch:121 Found file: target/compiler/output/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[ERROR]   TestSpecificCompilerTool.testCompileSchemasUsingString:100->assertFileMatch:121 Found file: target/compiler/output-string/avro/examples/baseball/Position.java does not match expected file: src/test/compiler/output-string/avro/examples/baseball/Position.java expected:<...ublic enum Position [implements org.apache.avro.generic.GenericEnumSymbol<Position> {  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");  public static org.apache.avro.Schema getClass]Schema() { return SC...>
[INFO] 
[ERROR] Tests run: 67, Failures: 4, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Avro Toplevel 1.9.0-SNAPSHOT ................ SUCCESS [ 10.783 s]
[INFO] Apache Avro Java ................................... SUCCESS [  6.963 s]
[INFO] Apache Avro ........................................ SUCCESS [01:01 min]
[INFO] Apache Avro Compiler ............................... SUCCESS [ 26.728 s]
[INFO] Apache Avro Maven Plugin ........................... SUCCESS [ 19.328 s]
[INFO] Apache Avro IPC .................................... SUCCESS [ 58.958 s]
[INFO] Apache Avro IPC Jetty .............................. SUCCESS [ 21.739 s]
[INFO] Apache Avro IPC Netty .............................. SUCCESS [ 27.565 s]
[INFO] Trevni Java ........................................ SUCCESS [  5.259 s]
[INFO] Trevni Java Core ................................... SUCCESS [ 18.810 s]
[INFO] Apache Avro Mapred API ............................. SUCCESS [02:09 min]
[INFO] Trevni Java Avro ................................... SUCCESS [ 32.948 s]
[INFO] Trevni Specification ............................... SUCCESS [  7.102 s]
[INFO] Apache Avro Tools .................................. FAILURE [ 37.471 s]
[INFO] Apache Avro Protobuf Compatibility ................. SKIPPED
[INFO] Apache Avro Thrift Compatibility ................... SKIPPED
[INFO] Apache Avro Maven Archetypes ....................... SKIPPED
[INFO] Apache Avro Maven Service Archetype ................ SKIPPED
[INFO] Apache Avro gRPC ................................... SKIPPED
[INFO] Avro Integration Tests ............................. SKIPPED
[INFO] Apache Avro Codegen Test dependencies .............. SKIPPED
[INFO] Apache Avro Codegen Test 1.9.0-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:48 min
[INFO] Finished at: 2019-03-28T12:46:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project avro-tools: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/AvroJava/ws/lang/java/tools/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :avro-tools
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
[JIRA] Updating issue AVRO-2355

Build failed in Jenkins: AvroJava #624

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/AvroJava/624/display/redirect?page=changes>

Changes:

[iemejia] AVRO-2356: Encoder Cannot Be Null

------------------------------------------
[...truncated 252.76 KB...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ avro-maven-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ avro-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ avro-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/classes>
[INFO] <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/InduceMojo.java>: <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/InduceMojo.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/InduceMojo.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- spotless-maven-plugin:1.20.0:check (spotless-check) @ avro-maven-plugin ---
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ avro-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 5 mojo descriptors.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:manifest (bundle-manifest) @ avro-maven-plugin ---
[WARNING] Ignoring project type maven-plugin - supportedProjectTypes = [bundle]
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ avro-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ avro-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ avro-maven-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.avro.mojo.TestSchemaMojo
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s - in org.apache.avro.mojo.TestSchemaMojo
[INFO] Running org.apache.avro.mojo.TestProtocolMojo
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.apache.avro.mojo.TestProtocolMojo
[INFO] Running org.apache.avro.mojo.TestInduceMojo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.apache.avro.mojo.TestInduceMojo
[INFO] Running org.apache.avro.mojo.TestIDLProtocolMojo
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.apache.avro.mojo.TestIDLProtocolMojo
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ avro-maven-plugin ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ avro-maven-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/avro-maven-plugin-1.9.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ avro-maven-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ avro-maven-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ avro-maven-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/avro-maven-plugin-1.9.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ avro-maven-plugin ---
[INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/avro-maven-plugin-1.9.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/pom.xml> to /home/jenkins/.m2/repository/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/avro-maven-plugin-1.9.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/maven-plugin/target/avro-maven-plugin-1.9.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ avro-maven-plugin ---
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB                    Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 2.0 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82.jar
Progress (1): 2.0/34 kBProgress (1): 4.1/34 kBProgress (1): 6.1/34 kBProgress (1): 8.2/34 kBProgress (1): 10/34 kB Progress (1): 12/34 kBProgress (1): 14/34 kBProgress (1): 16/34 kBProgress (1): 18/34 kBProgress (1): 20/34 kBProgress (1): 23/34 kBProgress (1): 25/34 kBProgress (1): 27/34 kBProgress (1): 29/34 kBProgress (1): 31/34 kBProgress (1): 33/34 kBProgress (1): 34 kB                      Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82.jar (34 kB at 28 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82.pom
Progress (1): 2.0/3.5 kBProgress (1): 3.5 kB                        Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82.pom (3.5 kB at 3.1 kB/s)
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/maven-metadata.xml
Progress (1): 352 B                   Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/maven-metadata.xml (352 B at 580 B/s)
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/maven-metadata.xml
Progress (1): 235 B                   Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/maven-metadata.xml (235 B at 413 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB                    Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.1 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/maven-metadata.xml
Progress (1): 352 B                   Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/maven-metadata.xml (352 B at 315 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/maven-metadata.xml
Progress (1): 235 B                   Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/maven-metadata.xml (235 B at 213 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82-sources.jar
Progress (1): 2.0/13 kBProgress (1): 4.1/13 kBProgress (1): 6.1/13 kBProgress (1): 8.2/13 kBProgress (1): 10/13 kB Progress (1): 12/13 kBProgress (1): 13 kB                      Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82-sources.jar (13 kB at 12 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB                    Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.1 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82-tests.jar
Progress (1): 2.0/25 kBProgress (1): 4.1/25 kBProgress (1): 6.1/25 kBProgress (1): 8.2/25 kBProgress (1): 10/25 kB Progress (1): 12/25 kBProgress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 18/25 kBProgress (1): 20/25 kBProgress (1): 23/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/avro-maven-plugin-1.9.0-20190328.094034-82-tests.jar (25 kB at 21 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB                    Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-maven-plugin/1.9.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.1 kB/s)
[INFO] 
[INFO] ----------------------< org.apache.avro:avro-ipc >----------------------
[INFO] Building Apache Avro IPC 1.9.0-SNAPSHOT                           [6/22]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default-cli) @ avro-ipc ---
[INFO] Building jar: <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/target/avro-ipc-1.9.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ avro-ipc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce) @ avro-ipc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ avro-ipc ---
[INFO] 
[INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:schema (schemas) @ avro-ipc ---
[INFO] 
[INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:protocol (schemas) @ avro-ipc ---
[INFO] 
[INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:idl-protocol (schemas) @ avro-ipc ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ avro-ipc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ avro-ipc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ avro-ipc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/target/classes>
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/main/java/org/apache/avro/ipc/SaslSocketServer.java>:[37,39] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[INFO] 
[INFO] --- spotless-maven-plugin:1.20.0:check (spotless-check) @ avro-ipc ---
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:manifest (bundle-manifest) @ avro-ipc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ avro-ipc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ avro-ipc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 106 source files to <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java>:[23,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java>:[24,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java>:[20,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java>:[21,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[20,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[21,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java>:[23,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java>:[24,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[24,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[25,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java>:[25,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java>:[26,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[27,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[28,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java>:[20,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java>:[21,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java>:[100,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java>:[102,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[50,20] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[58,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[60,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java>:[36,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java>:[38,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[101,20] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[109,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[111,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[191,30] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java>:[222,30] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java>:[38,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java>:[41,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[122,25] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[126,16] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[301,60] clientProtocol in org.apache.avro.ipc.HandshakeRequest has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[337,34] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[352,7] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[352,33] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java>:[35,16] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java>:[40,16] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java>:[38,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated
[WARNING] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java>:[41,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated
[INFO] 40 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[40,17] org.apache.avro.TestNamespaceSpecific.TestImpl is not abstract and does not override abstract method error() in org.apache.avro.test.namespace.TestNamespace
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[45,17] error() in org.apache.avro.TestNamespaceSpecific.TestImpl cannot implement error() in org.apache.avro.test.namespace.TestNamespace
  return type void is not compatible with java.lang.Void
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[65,17] org.apache.avro.TestProtocolSpecific.TestImpl is not abstract and does not override abstract method error() in org.apache.avro.test.Simple
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[82,17] error() in org.apache.avro.TestProtocolSpecific.TestImpl cannot implement error() in org.apache.avro.test.Simple
  return type void is not compatible with java.lang.Void
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Avro Toplevel 1.9.0-SNAPSHOT ................ SUCCESS [ 14.983 s]
[INFO] Apache Avro Java ................................... SUCCESS [  8.899 s]
[INFO] Apache Avro ........................................ SUCCESS [01:03 min]
[INFO] Apache Avro Compiler ............................... SUCCESS [ 29.233 s]
[INFO] Apache Avro Maven Plugin ........................... SUCCESS [ 21.099 s]
[INFO] Apache Avro IPC .................................... FAILURE [  7.262 s]
[INFO] Apache Avro IPC Jetty .............................. SKIPPED
[INFO] Apache Avro IPC Netty .............................. SKIPPED
[INFO] Trevni Java ........................................ SKIPPED
[INFO] Trevni Java Core ................................... SKIPPED
[INFO] Apache Avro Mapred API ............................. SKIPPED
[INFO] Trevni Java Avro ................................... SKIPPED
[INFO] Trevni Specification ............................... SKIPPED
[INFO] Apache Avro Tools .................................. SKIPPED
[INFO] Apache Avro Protobuf Compatibility ................. SKIPPED
[INFO] Apache Avro Thrift Compatibility ................... SKIPPED
[INFO] Apache Avro Maven Archetypes ....................... SKIPPED
[INFO] Apache Avro Maven Service Archetype ................ SKIPPED
[INFO] Apache Avro gRPC ................................... SKIPPED
[INFO] Avro Integration Tests ............................. SKIPPED
[INFO] Apache Avro Codegen Test dependencies .............. SKIPPED
[INFO] Apache Avro Codegen Test 1.9.0-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:31 min
[INFO] Finished at: 2019-03-28T09:40:52Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project avro-ipc: Compilation failure: Compilation failure: 
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[40,17] org.apache.avro.TestNamespaceSpecific.TestImpl is not abstract and does not override abstract method error() in org.apache.avro.test.namespace.TestNamespace
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java>:[45,17] error() in org.apache.avro.TestNamespaceSpecific.TestImpl cannot implement error() in org.apache.avro.test.namespace.TestNamespace
[ERROR]   return type void is not compatible with java.lang.Void
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[65,17] org.apache.avro.TestProtocolSpecific.TestImpl is not abstract and does not override abstract method error() in org.apache.avro.test.Simple
[ERROR] <https://builds.apache.org/job/AvroJava/ws/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java>:[82,17] error() in org.apache.avro.TestProtocolSpecific.TestImpl cannot implement error() in org.apache.avro.test.Simple
[ERROR]   return type void is not compatible with java.lang.Void
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :avro-ipc
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
[JIRA] Updating issue AVRO-2356