See <https://builds.apache.org/job/AvroJava/607/display/redirect?page=changes>
Changes: [iemejia] [AVRO-2323] Bump maven-jar-plugin to 3.1.1 ------------------------------------------ [...truncated 804.13 KB...] [INFO] [INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 7.860 s [INFO] [INFO] Finished at: 2019-02-19T22:47:52Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Post-archetype-generation invoker exit code: 0 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-archetype-integration-resources) @ avro-service-archetype --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ avro-service-archetype --- [INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/avro-service-archetype-1.9.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/pom.xml> to /home/jenkins/.m2/repository/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-SNAPSHOT.pom [INFO] Installing <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/avro-service-archetype-1.9.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ avro-service-archetype --- [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default) @ avro-service-archetype --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: avro-service-archetype:1.9.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.apache.avro.example [INFO] Parameter: artifactId, Value: simple-service [INFO] Parameter: version, Value: 0.1-SNAPSHOT [INFO] Parameter: package, Value: org.apache.avro.example [INFO] Parameter: packageInPathFormat, Value: org/apache/avro/example [INFO] Parameter: package, Value: org.apache.avro.example [INFO] Parameter: version, Value: 0.1-SNAPSHOT [INFO] Parameter: groupId, Value: org.apache.avro.example [INFO] Parameter: artifactId, Value: simple-service [INFO] Project created from Archetype in dir: <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/test-classes/projects/basic/project/simple-service> [INFO] Invoking post-archetype-generation goals: integration-test [INFO] [INFO] Error stacktraces are turned on. [INFO] [INFO] Scanning for projects... [INFO] [INFO] [INFO] [INFO] ---------------< org.apache.avro.example:simple-service >--------------- [INFO] [INFO] Building Simple Avro Ordering Service 0.1-SNAPSHOT [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:protocol (default) @ simple-service --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ simple-service --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ simple-service --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 8 source files to <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/test-classes/projects/basic/project/simple-service/target/classes> [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ simple-service --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/test-classes/projects/basic/project/simple-service/src/test/resources> [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ simple-service --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 1 source file to <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/test-classes/projects/basic/project/simple-service/target/test-classes> [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ simple-service --- [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ simple-service --- [INFO] [INFO] Building jar: <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/test-classes/projects/basic/project/simple-service/target/simple-service-0.1-SNAPSHOT.jar> [INFO] [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ simple-service --- [INFO] [INFO] Failsafe report directory: <https://builds.apache.org/job/AvroJava/ws/lang/java/archetypes/avro-service-archetype/target/test-classes/projects/basic/project/simple-service/target/failsafe-reports> [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------- [INFO] [INFO] T E S T S [INFO] [INFO] ------------------------------------------------------- [INFO] [INFO] Running org.apache.avro.example.integration.SimpleOrderServiceIntegrationTest [INFO] 22:47:58.370 [main] INFO o.a.a.e.t.SimpleOrderServiceEndpoint - Starting Simple Ordering Netty Server on '/0.0.0.0:12345' [INFO] 22:47:58.721 [main] INFO o.a.a.e.t.SimpleOrderServiceEndpoint - Starting Simple Ordering Netty client on '/0.0.0.0:12345' [INFO] 22:47:58.775 [New I/O server boss #49] INFO o.apache.avro.ipc.netty.NettyServer - [id: 0x22616364, /67.195.81.166:54280 => /67.195.81.166:12345] OPEN [INFO] 22:47:58.776 [New I/O worker #1] INFO o.apache.avro.ipc.netty.NettyServer - [id: 0x22616364, /67.195.81.166:54280 => /67.195.81.166:12345] BOUND: /67.195.81.166:12345 [INFO] 22:47:58.776 [New I/O worker #1] INFO o.apache.avro.ipc.netty.NettyServer - [id: 0x22616364, /67.195.81.166:54280 => /67.195.81.166:12345] CONNECTED: /67.195.81.166:54280 [INFO] 22:47:58.831 [New I/O worker #1] INFO o.a.a.e.service.SimpleOrderService - Received order for '5' items from customer with id '1' [INFO] 22:47:58.836 [main] INFO o.a.a.e.t.SimpleOrderServiceEndpoint - Stopping Simple Ordering Netty client on '/0.0.0.0:12345' [INFO] 22:47:58.837 [New I/O worker #1] INFO o.apache.avro.ipc.netty.NettyServer - [id: 0x22616364, /67.195.81.166:54280 :> /67.195.81.166:12345] DISCONNECTED [INFO] 22:47:58.837 [New I/O worker #1] INFO o.apache.avro.ipc.netty.NettyServer - [id: 0x22616364, /67.195.81.166:54280 :> /67.195.81.166:12345] UNBOUND [INFO] 22:47:58.837 [New I/O worker #1] INFO o.apache.avro.ipc.netty.NettyServer - [id: 0x22616364, /67.195.81.166:54280 :> /67.195.81.166:12345] CLOSED [INFO] 22:47:58.838 [New I/O worker #1] INFO o.apache.avro.ipc.netty.NettyServer - Connection to /67.195.81.166:54280 disconnected. [INFO] 22:47:58.847 [main] INFO o.a.a.e.t.SimpleOrderServiceEndpoint - Stopping Simple Ordering Server on '/0.0.0.0:12345' [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 s - in org.apache.avro.example.integration.SimpleOrderServiceIntegrationTest [INFO] [INFO] [INFO] [INFO] Results: [INFO] [INFO] [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 5.296 s [INFO] [INFO] Finished at: 2019-02-19T22:47:59Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Post-archetype-generation invoker exit code: 0 [INFO] [INFO] --- maven-deploy-plugin:2.6:deploy (default-deploy) @ avro-service-archetype --- Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.4 kB/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-20190219.224800-57.jar Progress (1): 2.0/14 kBProgress (1): 4.1/14 kBProgress (1): 6.1/14 kBProgress (1): 8.2/14 kBProgress (1): 10/14 kB Progress (1): 12/14 kBProgress (1): 14 kB Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-20190219.224800-57.jar (14 kB at 13 kB/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-20190219.224800-57.pom Progress (1): 1.9 kB Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-20190219.224800-57.pom (1.9 kB at 1.7 kB/s) Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/maven-metadata.xml Progress (1): 357 B Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/maven-metadata.xml (357 B at 587 B/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 911 B/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/maven-metadata.xml Progress (1): 357 B Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/maven-metadata.xml (357 B at 328 B/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-20190219.224800-57-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-service-archetype/1.9.0-SNAPSHOT/avro-service-archetype-1.9.0-20190219.224800-57-sources.jar (13 kB at 12 kB/s) Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/avro/avro-service-archetype/1.9.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 937 B/s) [INFO] [INFO] ---------------------< org.apache.avro:avro-grpc >---------------------- [INFO] Building Apache Avro gRPC 1.9.0-SNAPSHOT [19/22] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default-cli) @ avro-grpc --- [INFO] [INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:schema (schemas) @ avro-grpc --- [INFO] [INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:protocol (schemas) @ avro-grpc --- [INFO] [INFO] --- avro-maven-plugin:1.9.0-SNAPSHOT:idl-protocol (schemas) @ avro-grpc --- [INFO] [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ avro-grpc --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ avro-grpc --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/main/velocity> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ avro-grpc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:4.1.0:manifest (bundle-manifest) @ avro-grpc --- [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ avro-grpc --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ avro-grpc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/target/test-classes> [INFO] <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java>: <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java> uses or overrides a deprecated API. [INFO] <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java>: Recompile with -Xlint:deprecation for details. [INFO] <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java>: <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java> uses unchecked or unsafe operations. [INFO] <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ avro-grpc --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.avro.grpc.TestAvroMarshaller [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.apache.avro.grpc.TestAvroMarshaller [INFO] Running org.apache.avro.grpc.TestAvroProtocolGrpc [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.458 s <<< FAILURE! - in org.apache.avro.grpc.TestAvroProtocolGrpc [ERROR] testCallbackInterface(org.apache.avro.grpc.TestAvroProtocolGrpc) Time elapsed: 3.928 s <<< ERROR! java.util.concurrent.TimeoutException at org.apache.avro.ipc.CallFuture.get(CallFuture.java:132) at org.apache.avro.grpc.TestAvroProtocolGrpc.testCallbackInterface(TestAvroProtocolGrpc.java:122) 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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] TestAvroProtocolGrpc.testCallbackInterface:122 ยป Timeout [INFO] [ERROR] Tests run: 14, Failures: 0, Errors: 1, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Avro Toplevel 1.9.0-SNAPSHOT ................ SUCCESS [ 13.872 s] [INFO] Apache Avro Java ................................... SUCCESS [ 8.004 s] [INFO] Apache Avro ........................................ SUCCESS [01:22 min] [INFO] Apache Avro Compiler ............................... SUCCESS [ 35.596 s] [INFO] Apache Avro Maven Plugin ........................... SUCCESS [ 20.245 s] [INFO] Apache Avro IPC .................................... SUCCESS [ 55.352 s] [INFO] Apache Avro IPC Jetty .............................. SUCCESS [ 19.220 s] [INFO] Apache Avro IPC Netty .............................. SUCCESS [ 25.514 s] [INFO] Trevni Java ........................................ SUCCESS [ 4.797 s] [INFO] Trevni Java Core ................................... SUCCESS [ 17.279 s] [INFO] Apache Avro Mapred API ............................. SUCCESS [02:05 min] [INFO] Trevni Java Avro ................................... SUCCESS [ 30.258 s] [INFO] Trevni Specification ............................... SUCCESS [ 9.166 s] [INFO] Apache Avro Tools .................................. SUCCESS [01:05 min] [INFO] Apache Avro Protobuf Compatibility ................. SUCCESS [ 12.399 s] [INFO] Apache Avro Thrift Compatibility ................... SUCCESS [ 10.939 s] [INFO] Apache Avro Maven Archetypes ....................... SUCCESS [ 6.182 s] [INFO] Apache Avro Maven Service Archetype ................ SUCCESS [ 25.825 s] [INFO] Apache Avro gRPC ................................... FAILURE [ 11.071 s] [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: 09:47 min [INFO] Finished at: 2019-02-19T22:48:18Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project avro-grpc: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/AvroJava/ws/lang/java/grpc/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-grpc Build step 'Invoke top-level Maven targets' marked build as failure Recording test results [JIRA] Updating issue AVRO-2323
