Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono CI Pipeline #660

See <https://ci.eclipse.org/hono/job/Hono%20CI%20Pipeline/660/display/redirect>

------------------------------------------
[...truncated 1871 lines...]
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.1.5.RELEASE:repackage (default) @ hono-adapter-sigfox-vertx ---
[INFO] Creating repackaged archive /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ hono-adapter-sigfox-vertx ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jacoco-extras:0.1.4:xml (build-enhanced-xml-report) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-check) @ hono-adapter-sigfox-vertx ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox-vertx ---
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.0-M6-SNAPSHOT/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.0-M6-SNAPSHOT/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.0-M6-SNAPSHOT/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-cli >----------------------
[INFO] Building Hono command-line interface 1.0-M6-SNAPSHOT             [19/28]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ hono-cli ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-11) @ hono-cli ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ hono-cli ---
[INFO] argLine set to "-javaagent:/opt/public/hipp/homes/genie.hono/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/jacoco.exec"
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (copy_demo_certs) @ hono-cli ---
[INFO] Unpacking /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.0-M6-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ hono-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ hono-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ hono-cli ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.cli.app.ReceiverTest
08:57:58.661 [main] ERROR org.eclipse.hono.cli.app.Receiver - Error occurred during initialization of receiver: Invalid message type ["xxxxx"]. Valid types are "telemetry", "event" or "all"
08:57:58.677 [main] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit
08:57:58.690 [main] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit
08:57:58.697 [main] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: telemetry] created successfully, hit ctrl-c to exit
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.0-M6-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  1.563 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.036 s]
[INFO] Legal Documents .................................... SUCCESS [  0.743 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.058 s]
[INFO] Hono Core .......................................... SUCCESS [ 16.885 s]
[INFO] Hono Client ........................................ SUCCESS [ 11.405 s]
[INFO] Hono Service base .................................. SUCCESS [ 22.091 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.327 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  5.361 s]
[INFO] Hono COAP Adapter base ............................. SUCCESS [  4.575 s]
[INFO] Hono COAP Adapter .................................. SUCCESS [  0.555 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  4.704 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  9.726 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  6.205 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  3.523 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [ 10.023 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  3.117 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  0.590 s]
[INFO] Hono command-line interface ........................ FAILURE [ 41.010 s]
[INFO] Hono Deployment .................................... SKIPPED
[INFO] Hono Examples ...................................... SKIPPED
[INFO] Hono JMeter Plugin ................................. SKIPPED
[INFO] Hono Services ...................................... SKIPPED
[INFO] Hono Auth .......................................... SKIPPED
[INFO] Hono Device Registry ............................... SKIPPED
[INFO] Hono Legacy Device Registry ........................ SKIPPED
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:24 min
[INFO] Finished at: 2019-07-15T08:58:36-04:00
[INFO] ------------------------------------------------------------------------
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 s - in org.eclipse.hono.cli.app.ReceiverTest
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven52825981/maven-spy-20190715-085611-980590747837262994247.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project hono-cli: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono CI Pipeline/workspace/cli/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] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "/jobs/genie.hono/Hono CI Pipeline/workspace/cli" && /opt/public/common/java/openjdk/jdk11-x64/bin/java '-javaagent:/opt/public/hipp/homes/genie.hono/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/jacoco.exec' -jar '/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/surefire/surefirebooter14310485826282760104.jar' '/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/surefire' 2019-07-15T08-56-16_528-jvmRun1 surefire1236642127925209268tmp surefire_912835586305267617208tmp
[ERROR] Process Exit Code: 0
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "/jobs/genie.hono/Hono CI Pipeline/workspace/cli" && /opt/public/common/java/openjdk/jdk11-x64/bin/java '-javaagent:/opt/public/hipp/homes/genie.hono/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/jacoco.exec' -jar '/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/surefire/surefirebooter14310485826282760104.jar' '/jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/surefire' 2019-07-15T08-56-16_528-jvmRun1 surefire1236642127925209268tmp surefire_912835586305267617208tmp
[ERROR] Process Exit Code: 0
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hono-cli
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.0-M6-SNAPSHOT/hono-parent-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.0-M6-SNAPSHOT/hono-bom-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.0-M6-SNAPSHOT/hono-legal-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.0-M6-SNAPSHOT/hono-legal-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.0-M6-SNAPSHOT/hono-demo-certs-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.0-M6-SNAPSHOT/hono-demo-certs-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.0-M6-SNAPSHOT/hono-core-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.0-M6-SNAPSHOT/hono-core-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.0-M6-SNAPSHOT/hono-core-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.0-M6-SNAPSHOT/hono-client-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.0-M6-SNAPSHOT/hono-client-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.0-M6-SNAPSHOT/hono-client-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.0-M6-SNAPSHOT/hono-service-base-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.0-M6-SNAPSHOT/hono-service-base-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.0-M6-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-base/1.0-M6-SNAPSHOT/hono-service-base-1.0-M6-SNAPSHOT-tests.jar
[withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.0-M6-SNAPSHOT/hono-service-base-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.0-M6-SNAPSHOT/hono-adapters-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.0-M6-SNAPSHOT/hono-adapter-amqp-vertx-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.0-M6-SNAPSHOT/hono-adapter-amqp-vertx-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.0-M6-SNAPSHOT/hono-adapter-amqp-vertx-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-coap-vertx-base-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-coap-vertx-base-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-coap-vertx-base-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.0-M6-SNAPSHOT/hono-adapter-coap-vertx-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.0-M6-SNAPSHOT/hono-adapter-coap-vertx-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.0-M6-SNAPSHOT/hono-adapter-coap-vertx-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-http-vertx-base-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-http-vertx-base-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-http-vertx-base-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.0-M6-SNAPSHOT/hono-adapter-http-vertx-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.0-M6-SNAPSHOT/hono-adapter-http-vertx-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.0-M6-SNAPSHOT/hono-adapter-http-vertx-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.0-M6-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.0-M6-SNAPSHOT/hono-adapter-kura-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.0-M6-SNAPSHOT/hono-adapter-kura-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.0-M6-SNAPSHOT/hono-adapter-kura-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.0-M6-SNAPSHOT/hono-adapter-lora-vertx-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.0-M6-SNAPSHOT/hono-adapter-lora-vertx-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.0-M6-SNAPSHOT/hono-adapter-lora-vertx-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.0-M6-SNAPSHOT/hono-adapter-mqtt-vertx-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.0-M6-SNAPSHOT/hono-adapter-mqtt-vertx-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.0-M6-SNAPSHOT/hono-adapter-mqtt-vertx-1.0-M6-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.0-M6-SNAPSHOT/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.0-M6-SNAPSHOT/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.0-M6-SNAPSHOT/hono-adapter-sigfox-vertx-1.0-M6-SNAPSHOT-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-base:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-base:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-kura:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-lora-vertx:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/lora-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-sigfox-vertx:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/sigfox-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
None of the test reports contained any result
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-cli:jar:1.0-M6-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Pipeline Graph Publisher: 14 ms, Generated Artifacts Publisher: 10834 ms, Junit Publisher: 1638 ms, Dependencies Fingerprint Publisher: 155 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 2 ms, Open Task Scanner Publisher: 2 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 1
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top