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-Nightly Pipeline #612

See <https://ci.eclipse.org/hono/job/Hono-Nightly%20Pipeline/612/display/redirect>

Changes:


------------------------------------------
[...truncated 2426 lines...]
20:19:23.196 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
20:19:23.199 [ForkJoinPool-1-worker-27] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
20:19:23.202 [ForkJoinPool-1-worker-27] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
20:19:23.208 [ForkJoinPool-1-worker-27] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
20:19:23.210 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities
20:19:23.210 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
20:19:23.210 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedCredentialsService - Either filename is null or empty start is set, won't load any credentials
20:19:23.216 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
20:19:23.219 [ForkJoinPool-1-worker-27] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
20:19:23.224 [ForkJoinPool-1-worker-27] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
20:19:23.225 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
20:19:23.225 [ForkJoinPool-1-worker-27] WARN  o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json]
20:19:23.226 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.619 s - in org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-file ---
[INFO] Unpacking /jobs/genie.hono/Hono-Nightly Pipeline/workspace/legal/target/hono-legal-1.3.0-SNAPSHOT.jar to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-file/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ hono-service-device-registry-file ---
[INFO] Building jar: /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-file/target/hono-service-device-registry-file-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.1.11.RELEASE:repackage (default) @ hono-service-device-registry-file ---
[INFO] Creating repackaged archive /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-file/target/hono-service-device-registry-file-1.3.0-SNAPSHOT-exec.jar with classifier exec
[INFO] 
[INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >--------
[INFO] Building Hono Mongodb Based Device Registry 1.3.0-SNAPSHOT       [32/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb ---
[INFO] Deleting /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-mongodb/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-11) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-mongodb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-mongodb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[mongod output]2020-05-06T20:19:30.531-0400 I CONTROL  [main] note: noprealloc may hurt performance in many applications
[mongod output] 2020-05-06T20:19:30.536-0400 I CONTROL  [initandlisten] MongoDB starting : pid=14837 port=55573 dbpath=/tmp/genie.hono/embedmongo-db-42e52044-a365-43d2-b0b4-db75f9e5e04a 64-bit host=hipp8
[mongod output] 2020-05-06T20:19:30.537-0400 I CONTROL  [initandlisten] db version v4.0.2
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten] git version: fc1573ba18aee42f97a3bb13b67af7d837826b47
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten] allocator: tcmalloc
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten] modules: none
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten] build environment:
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten]     distarch: x86_64
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten]     target_arch: x86_64
[mongod output] 2020-05-06T20:19:30.553-0400 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", port: 55573 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/genie.hono/embedmongo-db-42e52044-a365-43d2-b0b4-db75f9e5e04a", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
[mongod output] 2020-05-06T20:19:30.563-0400 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=63973M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
[mongod output] 2020-05-06T20:19:31.380-0400 I STORAGE  [initandlisten] WiredTiger message [1588810771:380544][14837:0x7f8d179269c0], txn-recover: Set global recovery timestamp: 0
[mongod output] 2020-05-06T20:19:31.565-0400 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
[mongod output] 2020-05-06T20:19:31.971-0400 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] 
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] ** WARNING: You are running on a NUMA machine.
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] **          We suggest launching mongod like this to avoid performance problems:
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] **              numactl --interleave=all mongod [other options]
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] 
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] 
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
[mongod output] 2020-05-06T20:19:31.972-0400 I CONTROL  [initandlisten] 
[mongod output] 2020-05-06T20:19:31.974-0400 I STORAGE  [initandlisten] createCollection: admin.system.version with provided UUID: 48ed09ff-71ca-47aa-a0fb-4a484d8f95cd
[mongod output] 2020-05-06T20:19:32.481-0400 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 4.0
[mongod output] 2020-05-06T20:19:32.485-0400 I STORAGE  [initandlisten] createCollection: local.startup_log with generated UUID: 5790633a-12be-4179-8fe5-5564098368b3
[mongod output] 2020-05-06T20:19:33.208-0400 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/genie.hono/embedmongo-db-42e52044-a365-43d2-b0b4-db75f9e5e04a/diagnostic.data'
[mongod output] 2020-05-06T20:19:33.208-0400 I NETWORK  [initandlisten] waiting for connections on port 55573
[mongod output] 2020-05-06T20:19:33.213-0400 I STORAGE  [LogicalSessionCacheRefresh] createCollection: config.system.sessions with generated UUID: 14c70a6d-c4bc-4984-bd35-38c8a9ffbd04
[mongod output] 20:19:33.222 [ForkJoinPool-1-worker-19] INFO  d.f.embed.mongo.MongodExecutable - start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@6817ceec
20:19:34.130 [ForkJoinPool-1-worker-19] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:55573], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
20:19:34.393 [ForkJoinPool-1-worker-19] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@4b111570 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:55573, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
2020-05-06T20:19:34.437-0400 I NETWORK  [listener] connection accepted from 127.0.0.1:44257 #1 (1 connection now open)
[mongod output] 2020-05-06T20:19:34.498-0400 I NETWORK  [conn1] received client metadata from 127.0.0.1:44257 conn1: { driver: { name: "mongo-java-driver|async", version: "3.10.1" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "3.12.51-52.39-default" }, platform: "Java/Oracle Corporation/11.0.4+11" }
[mongod output] 20:19:34.544 [cluster-ClusterId{value='5eb354164ffa9455ac52b6b4', description='null'}-127.0.0.1:55573] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:55573
20:19:34.550 [cluster-ClusterId{value='5eb354164ffa9455ac52b6b4', description='null'}-127.0.0.1:55573] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:55573, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 2]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3663936}
2020-05-06T20:19:34.568-0400 I NETWORK  [listener] connection accepted from 127.0.0.1:44258 #2 (2 connections now open)
[mongod output] 2020-05-06T20:19:34.573-0400 I NETWORK  [conn2] received client metadata from 127.0.0.1:44258 conn2: { driver: { name: "mongo-java-driver|async", version: "3.10.1" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "3.12.51-52.39-default" }, platform: "Java/Oracle Corporation/11.0.4+11" }
[mongod output] 20:19:34.590 [Thread-10] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:55573
2020-05-06T20:19:34.611-0400 I STORAGE  [conn2] createCollection: mongoDBTestDeviceRegistry.devices with generated UUID: ef401eb1-4deb-405f-8c1d-43af6d854202
[mongod output] 2020-05-06T20:19:39.574-0400 I INDEX    [LogicalSessionCacheRefresh] build index on: config.system.sessions properties: { v: 2, key: { lastUse: 1 }, name: "lsidTTLIndex", ns: "config.system.sessions", expireAfterSeconds: 1800 }
[mongod output] 2020-05-06T20:19:39.574-0400 I INDEX    [LogicalSessionCacheRefresh] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
[mongod output] 2020-05-06T20:19:39.576-0400 I NETWORK  [listener] connection accepted from 127.0.0.1:44259 #3 (3 connections now open)
[mongod output] 2020-05-06T20:19:39.580-0400 I NETWORK  [conn3] received client metadata from 127.0.0.1:44259 conn3: { driver: { name: "mongo-java-driver|async", version: "3.10.1" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "3.12.51-52.39-default" }, platform: "Java/Oracle Corporation/11.0.4+11" }
[mongod output] 2020-05-06T20:19:39.583-0400 I INDEX    [LogicalSessionCacheRefresh] build index done.  scanned 0 total records. 0 secs
[mongod output] 2020-05-06T20:19:39.583-0400 I COMMAND  [LogicalSessionCacheRefresh] command config.$cmd command: createIndexes { createIndexes: "system.sessions", indexes: [ { key: { lastUse: 1 }, name: "lsidTTLIndex", expireAfterSeconds: 1800 } ], $db: "config" } numYields:0 reslen:114 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_msg 6369ms
[mongod output] 20:19:39.613 [Thread-13] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:55573
2020-05-06T20:19:39.936-0400 I INDEX    [conn2] build index on: mongoDBTestDeviceRegistry.devices properties: { v: 2, unique: true, key: { tenant-id: 1, device-id: 1 }, name: "tenant-id_1_device-id_1", ns: "mongoDBTestDeviceRegistry.devices" }
[mongod output] 2020-05-06T20:19:39.936-0400 I INDEX    [conn2] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
[mongod output] 2020-05-06T20:19:39.944-0400 I INDEX    [conn2] build index done.  scanned 0 total records. 0 secs
[mongod output] 2020-05-06T20:19:39.944-0400 I COMMAND  [conn2] command mongoDBTestDeviceRegistry.$cmd command: createIndexes { createIndexes: "devices", indexes: [ { key: { tenant-id: 1, device-id: 1 }, name: "tenant-id_1_device-id_1", ns: "mongoDBTestDeviceRegistry.devices", unique: true } ], $db: "mongoDBTestDeviceRegistry", $readPreference: { mode: "primaryPreferred" } } numYields:0 reslen:114 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_msg 5333ms
[mongod output] 2020-05-06T20:19:39.945-0400 I COMMAND  [conn3] command mongoDBTestDeviceRegistry.devices command: find { find: "devices", filter: { tenant-id: "DEFAULT_TENANT", device-id: "non-existing-device-id" }, limit: 1, singleBatch: true, $db: "mongoDBTestDeviceRegistry", $readPreference: { mode: "primaryPreferred" } } planSummary: IXSCAN { tenant-id: 1, device-id: 1 } keysExamined:0 docsExamined:0 cursorExhausted:1 numYields:0 nreturned:0 reslen:122 locks:{ Global: { acquireCount: { r: 1 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 318556 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_msg 319ms
[mongod output] 2020-05-06T20:19:40.715-0400 I COMMAND  [conn3] command mongoDBTestDeviceRegistry.devices command: insert { insert: "devices", ordered: true, $db: "mongoDBTestDeviceRegistry" } ninserted:0 keysInserted:1 numYields:0 reslen:282 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_msg 288ms
[mongod output] 20:19:40.763 [ForkJoinPool-1-worker-19] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:55573 because the pool has been closed.
20:19:40.764 [ForkJoinPool-1-worker-19] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:55573 because the pool has been closed.
2020-05-06T20:19:40.764-0400 I NETWORK  [conn3] end connection 127.0.0.1:44259 (2 connections now open)
[mongod output] 2020-05-06T20:19:40.764-0400 I NETWORK  [conn2] end connection 127.0.0.1:44258 (1 connection now open)
[mongod output] 2020-05-06T20:19:40.765-0400 I NETWORK  [conn1] end connection 127.0.0.1:44257 (0 connections now open)
[mongod output] 2020-05-06T20:19:40.785-0400 I NETWORK  [listener] connection accepted from 127.0.0.1:44260 #4 (1 connection now open)
[mongod output] 2020-05-06T20:19:40.785-0400 I COMMAND  [conn4] terminating, shutdown command received { shutdown: 1, force: true, $db: "admin" }
[mongod output] 2020-05-06T20:19:40.785-0400 I NETWORK  [conn4] shutdown: going to close listening sockets...
[mongod output] 2020-05-06T20:19:40.785-0400 I NETWORK  [conn4] removing socket file: /tmp/mongodb-55573.sock
[mongod output] 2020-05-06T20:19:40.785-0400 I FTDC     [conn4] Shutting down full-time diagnostic data capture
[mongod output] 2020-05-06T20:19:40.787-0400 I STORAGE  [conn4] WiredTigerKVEngine shutting down
[mongod output] 2020-05-06T20:19:41.159-0400 I STORAGE  [conn4] shutdown: removing fs lock...
[mongod output] 2020-05-06T20:19:41.159-0400 I CONTROL  [conn4] now exiting
[mongod output] 2020-05-06T20:19:41.159-0400 I CONTROL  [conn4] shutting down with code:0
[mongod output] 
[ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.837 s <<< FAILURE! - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[ERROR] testAssertRegistrationFailsForNonExistingDevice{VertxTestContext}  Time elapsed: 5.032 s  <<< ERROR!
java.util.concurrent.TimeoutException: The test execution timed out. Make sure your asynchronous code includes calls to either VertxTestContext#completeNow(), VertxTestContext#failNow() or Checkpoint#flag()

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   MongoDbBasedRegistrationServiceTest.testAssertRegistrationFailsForNonExistingDevice ยป Timeout
[INFO] 
[ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Hono
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 1.3.0-SNAPSHOT:
[INFO] 
[INFO] Hono ............................................... SUCCESS [  7.539 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.013 s]
[INFO] Legal Documents .................................... SUCCESS [  2.635 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.267 s]
[INFO] Hono Core .......................................... SUCCESS [ 21.584 s]
[INFO] Hono Client ........................................ SUCCESS [  9.314 s]
[INFO] Hono Service base .................................. SUCCESS [ 30.902 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [ 50.648 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  0.975 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 15.450 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  6.631 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  3.298 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  6.353 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [ 11.787 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [ 11.474 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  8.979 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [ 38.326 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  8.254 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  2.145 s]
[INFO] Hono command-line interface ........................ SUCCESS [ 12.692 s]
[INFO] Hono Deployment .................................... SUCCESS [  1.034 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.009 s]
[INFO] Hono Client Examples ............................... SUCCESS [  1.301 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.763 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 32.462 s]
[INFO] Hono Services ...................................... SUCCESS [  0.379 s]
[INFO] Hono Auth .......................................... SUCCESS [  8.289 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 24.039 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [  7.181 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  6.797 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [ 16.092 s]
[INFO] Hono Mongodb Based Device Registry ................. FAILURE [ 18.257 s]
[INFO] Hono Site .......................................... SKIPPED
[INFO] Hono Integration Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:17 min
[INFO] Finished at: 2020-05-06T20:19:42-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono-Nightly Pipeline/workspace@tmp/withMaven171da029/maven-spy-20200506-201325-21218034393483620977078.log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project hono-service-device-registry-mongodb: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.hono/Hono-Nightly Pipeline/workspace/services/device-registry-mongodb/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 <args> -rf :hono-service-device-registry-mongodb
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:client-device-connection-infinispan:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-device-connection-infinispan/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-kura:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-lora-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/lora-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-sigfox-vertx:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/sigfox-vertx/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-cli:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-deploy:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): deploy/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-example-client:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): example/hono-client-examples/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:protocol-gateway:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): example/protocol-gateway-example/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-jmeter:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): jmeter/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-auth:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/auth/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-base:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-base/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-jdbc:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/base-jdbc/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-connection:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-connection/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-file:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-mongodb/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: 97 ms, Junit Publisher: 471 ms, Dependencies Fingerprint Publisher: 201 ms, JGiven Publisher: 2 ms, Open Task Scanner Publisher: 1 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