Pull request #53 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of AnthonyMBonafide for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from f19756e65ed2545e2ea129caf60d8a4398c6d8ff+88b3fc04b6492b330f8e0c316fb432c372d24ca0 (002bd2f3192771ec87fd0bdab98d69c759e46fb9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4374’ Running on prd-centos7-docker-4c-2g-4378 in /w/workspace/exfoundry_go-mod-messaging_PR-53 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-53 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Fetching without tags Merging remotes/origin/master commit 88b3fc04b6492b330f8e0c316fb432c372d24ca0 into PR head commit f19756e65ed2545e2ea129caf60d8a4398c6d8ff Merge succeeded, producing f19756e65ed2545e2ea129caf60d8a4398c6d8ff Checking out Revision f19756e65ed2545e2ea129caf60d8a4398c6d8ff (PR-53) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/53/head:refs/remotes/origin/PR-53 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f19756e65ed2545e2ea129caf60d8a4398c6d8ff # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f19756e65ed2545e2ea129caf60d8a4398c6d8ff # timeout=10 Commit message: "Add initial support for Redis Streams" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:08:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:08:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:08:11 ========================================================= 21:08:11 EdgeX Global Pipelines Version Info 21:08:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:08:12 ------------------- 21:08:12 stable info: 21:08:12 ------------------- 21:08:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:08:12 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 21:08:12 Message: update stable to v1.0.73 21:08:13 ------------------- 21:08:13 experimental info: 21:08:13 ------------------- 21:08:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:08:13 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 21:08:13 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:08:15 21:08:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:08:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:08:15 latest: Pulling from edgex-devops/git-semver 21:08:15 9123ac7c32f7: Pulling fs layer 21:08:15 b8cc5d1170e3: Pulling fs layer 21:08:15 2924cbbf6a41: Pulling fs layer 21:08:15 93b08a4f1073: Pulling fs layer 21:08:15 93b08a4f1073: Waiting 21:08:15 b8cc5d1170e3: Verifying Checksum 21:08:15 b8cc5d1170e3: Download complete 21:08:15 9123ac7c32f7: Verifying Checksum 21:08:15 9123ac7c32f7: Download complete 21:08:15 93b08a4f1073: Verifying Checksum 21:08:15 93b08a4f1073: Download complete 21:08:15 2924cbbf6a41: Verifying Checksum 21:08:15 2924cbbf6a41: Download complete 21:08:15 9123ac7c32f7: Pull complete 21:08:15 b8cc5d1170e3: Pull complete 21:08:16 2924cbbf6a41: Pull complete 21:08:16 93b08a4f1073: Pull complete 21:08:16 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 21:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:08:16 prd-centos7-docker-4c-2g-4378 does not seem to be running inside a container 21:08:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-53 -v /w/workspace/exfoundry_go-mod-messaging_PR-53:/w/workspace/exfoundry_go-mod-messaging_PR-53:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:08:17 $ docker top 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:08:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:08:17 [ssh-agent] Looking for ssh-agent implementation... 21:08:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:08:18 $ docker exec 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce ssh-agent 21:08:18 SSH_AUTH_SOCK=/tmp/ssh-8jRXHpGNxhRA/agent.14 21:08:18 SSH_AGENT_PID=21 21:08:18 Running ssh-add (command line suppressed) 21:08:18 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_8949300384776959582.key (/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_8949300384776959582.key) 21:08:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:08:18 + git describe --exact-match --tags HEAD 21:08:18 fatal: No names found, cannot describe anything. [Pipeline] } 21:08:18 $ docker exec --env ******** --env ******** 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce ssh-agent -k 21:08:18 unset SSH_AUTH_SOCK; 21:08:18 unset SSH_AGENT_PID; 21:08:18 echo Agent pid 21 killed; 21:08:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:08:19 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:08:19 This usually means this commit has not been tagged. [Pipeline] sshagent 21:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:08:19 [ssh-agent] Looking for ssh-agent implementation... 21:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:08:19 $ docker exec 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce ssh-agent 21:08:19 SSH_AUTH_SOCK=/tmp/ssh-Kh0JmqqZo6c6/agent.56 21:08:19 SSH_AGENT_PID=63 21:08:19 Running ssh-add (command line suppressed) 21:08:19 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_7889873961999859876.key (/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_7889873961999859876.key) 21:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:08:19 + git semver init 21:08:19 # -> Open(): unable to determine branch for HEAD 21:08:19 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-53/.git 21:08:19 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-53 21:08:19 # $SEMVER_REMOTE_NAME = origin 21:08:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:08:19 # $SEMVER_USER_NAME = edgex-jenkins 21:08:19 # $SEMVER_BRANCH = PR-53 21:08:19 # $SEMVER_TEMP = /tmp/semver-297665953 21:08:19 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 21:08:20 # '/tmp/semver-297665953' -> '/w/workspace/exfoundry_go-mod-messaging_PR-53/.semver' 21:08:20 # -> Force: false 21:08:20 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-53/.semver [Pipeline] } 21:08:20 $ docker exec --env ******** --env ******** 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce ssh-agent -k 21:08:20 unset SSH_AUTH_SOCK; 21:08:20 unset SSH_AGENT_PID; 21:08:20 echo Agent pid 63 killed; 21:08:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:08:20 + git semver [Pipeline] } 21:08:20 $ docker stop --time=1 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce 21:08:22 $ docker rm -f 5126f29ff2ab6813d3ee8dac1ba3805667da9708014c83f7fe1ee059e989d0ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:08:22 Stashed 33 file(s) [Pipeline] echo 21:08:22 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:08:38 Still waiting to schedule task 21:08:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:08:38 Still waiting to schedule task 21:08:38 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-4375’ 21:09:50 Running on prd-centos7-docker-4c-2g-4379 in /w/workspace/exfoundry_go-mod-messaging_PR-53 [Pipeline] { [Pipeline] ws 21:09:50 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 21:09:52 using credential edgex-jenkins-ssh 21:09:53 Cloning the remote Git repository 21:09:53 Cloning with configured refspecs honoured and without tags 21:09:53 Fetching without tags 21:09:52 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:09:52 > git init /w/workspace/go-mod-messaging/2 # timeout=10 21:09:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:09:52 > git --version # timeout=10 21:09:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:09:53 > git config --add remote.origin.fetch +refs/pull/53/head:refs/remotes/origin/PR-53 # timeout=10 21:09:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:09:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:09:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:54 Merging remotes/origin/master commit 88b3fc04b6492b330f8e0c316fb432c372d24ca0 into PR head commit f19756e65ed2545e2ea129caf60d8a4398c6d8ff 21:09:54 Merge succeeded, producing f19756e65ed2545e2ea129caf60d8a4398c6d8ff 21:09:54 Checking out Revision f19756e65ed2545e2ea129caf60d8a4398c6d8ff (PR-53) 21:09:53 > git config core.sparsecheckout # timeout=10 21:09:53 > git checkout -f f19756e65ed2545e2ea129caf60d8a4398c6d8ff # timeout=10 21:09:53 > git remote # timeout=10 21:09:53 > git config --get remote.origin.url # timeout=10 21:09:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:53 > git merge 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 21:09:53 > git rev-parse HEAD^{commit} # timeout=10 21:09:53 > git config core.sparsecheckout # timeout=10 21:09:53 > git checkout -f f19756e65ed2545e2ea129caf60d8a4398c6d8ff # timeout=10 21:09:57 Commit message: "Add initial support for Redis Streams" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:09:58 ========================================================= 21:09:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:09:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:09:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 21:09:59 Sending build context to Docker daemon 528.4kB 21:09:59 Step 1/7 : ARG BASE=golang:1.13-alpine 21:09:59 Step 2/7 : FROM ${BASE} 21:09:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:09:59 e6b0cf9c0882: Pulling fs layer 21:09:59 2848faf0eed1: Pulling fs layer 21:09:59 0f37312ad70f: Pulling fs layer 21:09:59 5788d62ee057: Pulling fs layer 21:09:59 0e6b1d234666: Pulling fs layer 21:09:59 bf5d7aec512f: Pulling fs layer 21:09:59 34c802a77dc8: Pulling fs layer 21:09:59 9eb99e56ec68: Pulling fs layer 21:09:59 27c7a5d97fbd: Pulling fs layer 21:09:59 5c102a31e300: Pulling fs layer 21:09:59 dcfb455df0a1: Pulling fs layer 21:09:59 34c802a77dc8: Waiting 21:09:59 9eb99e56ec68: Waiting 21:09:59 5788d62ee057: Waiting 21:09:59 0e6b1d234666: Waiting 21:09:59 bf5d7aec512f: Waiting 21:09:59 27c7a5d97fbd: Waiting 21:09:59 5c102a31e300: Waiting 21:09:59 dcfb455df0a1: Waiting 21:09:59 0f37312ad70f: Download complete 21:09:59 2848faf0eed1: Verifying Checksum 21:09:59 2848faf0eed1: Download complete 21:09:59 0e6b1d234666: Verifying Checksum 21:09:59 0e6b1d234666: Download complete 21:09:59 bf5d7aec512f: Verifying Checksum 21:09:59 bf5d7aec512f: Download complete 21:09:59 e6b0cf9c0882: Download complete 21:09:59 e6b0cf9c0882: Pull complete 21:10:00 2848faf0eed1: Pull complete 21:10:00 34c802a77dc8: Download complete 21:10:00 27c7a5d97fbd: Verifying Checksum 21:10:00 27c7a5d97fbd: Download complete 21:10:00 5c102a31e300: Verifying Checksum 21:10:00 5c102a31e300: Download complete 21:10:00 dcfb455df0a1: Verifying Checksum 21:10:00 dcfb455df0a1: Download complete 21:10:01 9eb99e56ec68: Verifying Checksum 21:10:01 9eb99e56ec68: Download complete 21:10:01 5788d62ee057: Verifying Checksum 21:10:01 5788d62ee057: Download complete 21:10:02 0f37312ad70f: Pull complete 21:10:08 5788d62ee057: Pull complete 21:10:08 0e6b1d234666: Pull complete 21:10:08 bf5d7aec512f: Pull complete 21:10:12 34c802a77dc8: Pull complete 21:10:15 9eb99e56ec68: Pull complete 21:10:15 27c7a5d97fbd: Pull complete 21:10:16 5c102a31e300: Pull complete 21:10:16 dcfb455df0a1: Pull complete 21:10:16 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 21:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:10:16 ---> 7c70fe431013 21:10:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:10:16 ---> Running in 2f3b7d276763 21:10:16 Removing intermediate container 2f3b7d276763 21:10:16 ---> bcf5601fdc71 21:10:16 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:10:16 ---> Running in cd2c491a3f08 21:10:18 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:10:18 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:10:19 (1/5) Installing libsodium (1.0.18-r0) 21:10:19 (2/5) Installing libzmq (4.3.2-r0) 21:10:19 (3/5) Installing pkgconf (1.6.3-r0) 21:10:19 (4/5) Installing libsodium-dev (1.0.18-r0) 21:10:19 (5/5) Installing zeromq-dev (4.3.2-r0) 21:10:19 Executing busybox-1.31.1-r8.trigger 21:10:19 OK: 145 MiB in 44 packages 21:10:20 Removing intermediate container cd2c491a3f08 21:10:20 ---> af83965ea75c 21:10:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:10:20 ---> Running in d2f0ed4d643f 21:10:20 Removing intermediate container d2f0ed4d643f 21:10:20 ---> 25cc3605c8be 21:10:20 Step 6/7 : COPY go.mod . 21:10:20 ---> 3130e11499da 21:10:20 Step 7/7 : RUN go mod download 21:10:20 ---> Running in eff78702e0bc 21:10:22 go: finding github.com/davecgh/go-spew v1.1.0 21:10:22 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:10:22 go: finding github.com/fsnotify/fsnotify v1.4.7 21:10:22 go: finding github.com/go-redis/redis/v7 v7.2.0 21:10:22 go: finding github.com/golang/protobuf v1.3.2 21:10:22 go: finding github.com/hpcloud/tail v1.0.0 21:10:22 go: finding github.com/kr/pretty v0.1.0 21:10:22 go: finding github.com/kr/pty v1.1.1 21:10:22 go: finding github.com/kr/text v0.1.0 21:10:22 go: finding github.com/onsi/ginkgo v1.10.1 21:10:22 go: finding github.com/onsi/gomega v1.7.0 21:10:23 go: finding github.com/pebbe/zmq4 v1.0.0 21:10:23 go: finding github.com/pmezard/go-difflib v1.0.0 21:10:23 go: finding github.com/stretchr/objx v0.1.0 21:10:23 go: finding github.com/stretchr/testify v1.3.0 21:10:23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:10:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:10:23 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 21:10:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:10:23 go: finding golang.org/x/text v0.3.2 21:10:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:10:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:10:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:10:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:10:23 go: finding gopkg.in/yaml.v2 v2.2.4 21:10:30 Removing intermediate container eff78702e0bc 21:10:30 ---> 16d5c1bf05b5 21:10:30 Successfully built 16d5c1bf05b5 21:10:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:30 + docker inspect -f . ci-base-image-x86_64 21:10:30 . [Pipeline] withDockerContainer 21:10:30 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 21:10:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:10:31 $ docker top 8dfd0e69af7664db88b2f17506218927e2efbce9cf7d8baba84024e02c83115f -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:32 + go version 21:10:32 go version go1.13.5 linux/amd64 [Pipeline] sh 21:10:32 + make test 21:10:32 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:10:36 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 21:10:39 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.015s coverage: 94.7% of statements 21:10:41 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.007s coverage: 77.8% of statements 21:10:41 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 21:11:07 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.344s coverage: 84.1% of statements 21:11:07 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.007s coverage: 85.7% of statements 21:11:07 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.008s coverage: 100.0% of statements 21:11:07 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.017s coverage: 100.0% of statements 21:11:07 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.005s coverage: 90.9% of statements 21:11:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:11:07 gofmt -l . 21:11:07 [ "`gofmt -l .`" = "" ] [Pipeline] stash 21:11:07 Stashed 1 file(s) [Pipeline] } 21:11:07 $ docker stop --time=1 8dfd0e69af7664db88b2f17506218927e2efbce9cf7d8baba84024e02c83115f 21:11:09 $ docker rm -f 8dfd0e69af7664db88b2f17506218927e2efbce9cf7d8baba84024e02c83115f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:12:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4380 in /w/workspace/exfoundry_go-mod-messaging_PR-53 [Pipeline] { [Pipeline] ws 21:12:28 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 21:12:33 using credential edgex-jenkins-ssh 21:12:33 Cloning the remote Git repository 21:12:33 Cloning with configured refspecs honoured and without tags 21:12:33 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:12:33 > git init /w/workspace/go-mod-messaging/2 # timeout=10 21:12:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:12:33 > git --version # timeout=10 21:12:33 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:34 Fetching without tags 21:12:35 Merging remotes/origin/master commit 88b3fc04b6492b330f8e0c316fb432c372d24ca0 into PR head commit f19756e65ed2545e2ea129caf60d8a4398c6d8ff 21:12:35 Merge succeeded, producing f19756e65ed2545e2ea129caf60d8a4398c6d8ff 21:12:35 Checking out Revision f19756e65ed2545e2ea129caf60d8a4398c6d8ff (PR-53) 21:12:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:12:34 > git config --add remote.origin.fetch +refs/pull/53/head:refs/remotes/origin/PR-53 # timeout=10 21:12:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:12:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:12:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:35 > git config core.sparsecheckout # timeout=10 21:12:35 > git checkout -f f19756e65ed2545e2ea129caf60d8a4398c6d8ff # timeout=10 21:12:35 > git remote # timeout=10 21:12:35 > git config --get remote.origin.url # timeout=10 21:12:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:35 > git merge 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 21:12:35 > git rev-parse HEAD^{commit} # timeout=10 21:12:35 > git config core.sparsecheckout # timeout=10 21:12:35 > git checkout -f f19756e65ed2545e2ea129caf60d8a4398c6d8ff # timeout=10 21:12:40 Commit message: "Add initial support for Redis Streams" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:12:41 ========================================================= 21:12:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:12:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:12:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 21:12:43 Sending build context to Docker daemon 528.4kB 21:12:43 Step 1/7 : ARG BASE=golang:1.13-alpine 21:12:43 Step 2/7 : FROM ${BASE} 21:12:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:12:43 cde5963f3b93: Pulling fs layer 21:12:43 2a23fa8c16f7: Pulling fs layer 21:12:43 777b28850792: Pulling fs layer 21:12:43 8a11ddd9e578: Pulling fs layer 21:12:43 4cf88f913ddb: Pulling fs layer 21:12:43 1df406cf5192: Pulling fs layer 21:12:43 cd6300453558: Pulling fs layer 21:12:43 b9c365052c96: Pulling fs layer 21:12:43 a2d8cc88f415: Pulling fs layer 21:12:43 ea1d1ca13537: Pulling fs layer 21:12:43 3750a50a1c5e: Pulling fs layer 21:12:43 8a11ddd9e578: Waiting 21:12:43 4cf88f913ddb: Waiting 21:12:43 a2d8cc88f415: Waiting 21:12:43 1df406cf5192: Waiting 21:12:43 3750a50a1c5e: Waiting 21:12:43 b9c365052c96: Waiting 21:12:43 ea1d1ca13537: Waiting 21:12:43 777b28850792: Verifying Checksum 21:12:43 777b28850792: Download complete 21:12:43 2a23fa8c16f7: Download complete 21:12:43 4cf88f913ddb: Verifying Checksum 21:12:43 4cf88f913ddb: Download complete 21:12:43 1df406cf5192: Verifying Checksum 21:12:43 1df406cf5192: Download complete 21:12:43 cde5963f3b93: Verifying Checksum 21:12:43 cde5963f3b93: Download complete 21:12:44 cde5963f3b93: Pull complete 21:12:45 2a23fa8c16f7: Pull complete 21:12:45 777b28850792: Pull complete 21:12:47 cd6300453558: Verifying Checksum 21:12:47 cd6300453558: Download complete 21:12:47 a2d8cc88f415: Download complete 21:12:50 ea1d1ca13537: Verifying Checksum 21:12:50 ea1d1ca13537: Download complete 21:12:50 3750a50a1c5e: Verifying Checksum 21:12:50 3750a50a1c5e: Download complete 21:12:53 b9c365052c96: Verifying Checksum 21:12:53 b9c365052c96: Download complete 21:12:55 8a11ddd9e578: Verifying Checksum 21:12:55 8a11ddd9e578: Download complete 21:13:07 8a11ddd9e578: Pull complete 21:13:07 4cf88f913ddb: Pull complete 21:13:07 1df406cf5192: Pull complete 21:13:10 cd6300453558: Pull complete 21:13:15 b9c365052c96: Pull complete 21:13:15 a2d8cc88f415: Pull complete 21:13:17 ea1d1ca13537: Pull complete 21:13:17 3750a50a1c5e: Pull complete 21:13:17 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 21:13:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:13:17 ---> 78745c68409d 21:13:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:13:22 ---> Running in 204102743fdd 21:13:22 Removing intermediate container 204102743fdd 21:13:22 ---> 42dd248cb61b 21:13:22 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:13:22 ---> Running in f3550f4003d7 21:13:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:13:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:13:24 (1/5) Installing libsodium (1.0.18-r0) 21:13:24 (2/5) Installing libzmq (4.3.2-r0) 21:13:25 (3/5) Installing pkgconf (1.6.3-r0) 21:13:25 (4/5) Installing libsodium-dev (1.0.18-r0) 21:13:25 (5/5) Installing zeromq-dev (4.3.2-r0) 21:13:25 Executing busybox-1.31.1-r8.trigger 21:13:25 OK: 127 MiB in 44 packages 21:13:26 Removing intermediate container f3550f4003d7 21:13:26 ---> d7c65d7c71e4 21:13:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:13:26 ---> Running in 1c1110a623a6 21:13:27 Removing intermediate container 1c1110a623a6 21:13:27 ---> 4dbc9cc33a34 21:13:27 Step 6/7 : COPY go.mod . 21:13:27 ---> 1be91ac85693 21:13:27 Step 7/7 : RUN go mod download 21:13:27 ---> Running in 24ff6678371e 21:13:29 go: finding github.com/davecgh/go-spew v1.1.0 21:13:29 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:13:29 go: finding github.com/fsnotify/fsnotify v1.4.7 21:13:29 go: finding github.com/go-redis/redis/v7 v7.2.0 21:13:29 go: finding github.com/golang/protobuf v1.3.2 21:13:29 go: finding github.com/hpcloud/tail v1.0.0 21:13:29 go: finding github.com/kr/pretty v0.1.0 21:13:29 go: finding github.com/kr/pty v1.1.1 21:13:30 go: finding github.com/kr/text v0.1.0 21:13:30 go: finding github.com/onsi/ginkgo v1.10.1 21:13:30 go: finding github.com/onsi/gomega v1.7.0 21:13:30 go: finding github.com/pebbe/zmq4 v1.0.0 21:13:30 go: finding github.com/pmezard/go-difflib v1.0.0 21:13:30 go: finding github.com/stretchr/objx v0.1.0 21:13:30 go: finding github.com/stretchr/testify v1.3.0 21:13:30 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:13:30 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:13:30 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 21:13:30 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:13:30 go: finding golang.org/x/text v0.3.2 21:13:30 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:13:30 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:13:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:13:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:13:30 go: finding gopkg.in/yaml.v2 v2.2.4 21:13:43 Removing intermediate container 24ff6678371e 21:13:43 ---> 48caf1de2c9f 21:13:43 Successfully built 48caf1de2c9f 21:13:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:13:43 + docker inspect -f . ci-base-image-arm64 21:13:44 . [Pipeline] withDockerContainer 21:13:44 prd-ubuntu18.04-docker-arm64-4c-16g-4380 does not seem to be running inside a container 21:13:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:13:46 $ docker top 8c635c8e1cd3ef69ab16d48eada273296c188120df0247d0bab0f5fb7826bb42 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:47 + go version 21:13:47 go version go1.13.5 linux/arm64 [Pipeline] sh 21:13:47 + make test 21:13:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:14:00 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 21:14:02 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.037s coverage: 94.7% of statements 21:14:15 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.024s coverage: 77.8% of statements 21:14:15 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 21:14:41 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.388s coverage: 84.1% of statements 21:14:41 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.024s coverage: 85.7% of statements 21:14:41 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.054s coverage: 100.0% of statements 21:14:41 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.034s coverage: 100.0% of statements 21:14:41 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.016s coverage: 90.9% of statements 21:14:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:14:41 gofmt -l . 21:14:41 [ "`gofmt -l .`" = "" ] [Pipeline] stash 21:14:41 Warning: overwriting stash ‘coverage-report’ 21:14:42 Stashed 1 file(s) [Pipeline] } 21:14:42 $ docker stop --time=1 8c635c8e1cd3ef69ab16d48eada273296c188120df0247d0bab0f5fb7826bb42 21:14:44 $ docker rm -f 8c635c8e1cd3ef69ab16d48eada273296c188120df0247d0bab0f5fb7826bb42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:14:46 provisioning config files... 21:14:46 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/config1382169663386240238tmp [Pipeline] { [Pipeline] sh 21:14:46 + curl -s https://codecov.io/bash 21:14:46 + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/config1382169663386240238tmp 21:14:46 21:14:46 _____ _ 21:14:46 / ____| | | 21:14:46 | | ___ __| | ___ ___ _____ __ 21:14:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:14:46 | |___| (_) | (_| | __/ (_| (_) \ V / 21:14:46 \_____\___/ \__,_|\___|\___\___/ \_/ 21:14:46 Bash-tbd 21:14:46 21:14:46 21:14:46 ==> Jenkins CI detected. 21:14:46 project root: . 21:14:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:14:46 ==> Running gcov in . (disable via -X gcov) 21:14:46 ==> Python coveragepy not found 21:14:46 ==> Searching for coverage reports in: 21:14:46 + . 21:14:46 -> Found 1 reports 21:14:46 ==> Detecting git/mercurial file structure 21:14:46 ==> Reading reports 21:14:46 + ./coverage.out bytes=20405 21:14:46 ==> Appending adjustments 21:14:46 http://docs.codecov.io/docs/fixing-reports 21:14:46 + Found adjustments 21:14:46 ==> Gzipping contents 21:14:46 ==> Uploading reports 21:14:46 url: https://codecov.io 21:14:46 query: branch=PR-53&commit=f19756e65ed2545e2ea129caf60d8a4398c6d8ff&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-53%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=53&job= 21:14:46 -> Pinging Codecov 21:14:46 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-53&commit=f19756e65ed2545e2ea129caf60d8a4398c6d8ff&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-53%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=53&job= 21:14:47 -> Uploading 21:14:47 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/f19756e65ed2545e2ea129caf60d8a4398c6d8ff [Pipeline] } 21:14:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:14:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:14:49 ---> package-listing.sh 21:14:49 ++ facter osfamily 21:14:49 ++ tr '[:upper:]' '[:lower:]' 21:14:49 + OS_FAMILY=redhat 21:14:49 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-53 21:14:49 + START_PACKAGES=/tmp/packages_start.txt 21:14:49 + END_PACKAGES=/tmp/packages_end.txt 21:14:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:14:49 + PACKAGES=/tmp/packages_start.txt 21:14:49 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-53 ']' 21:14:49 + PACKAGES=/tmp/packages_end.txt 21:14:49 + case "${OS_FAMILY}" in 21:14:49 + rpm -qa 21:14:49 + sort 21:14:53 + '[' -f /tmp/packages_start.txt ']' 21:14:53 + '[' -f /tmp/packages_end.txt ']' 21:14:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:14:53 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-53 ']' 21:14:53 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-53/archives/ 21:14:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-53/archives/ [Pipeline] isUnix [Pipeline] sh 21:14:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:14:53 21:14:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:14:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:14:54 alpine: Pulling from edgex-lftools-log-publisher 21:14:54 c9b1b535fdd9: Pulling fs layer 21:14:54 2cc5ad85d9ab: Pulling fs layer 21:14:54 756a868c4378: Pulling fs layer 21:14:54 444b2fc9a129: Pulling fs layer 21:14:54 ea15f1150254: Pulling fs layer 21:14:54 41b27a9f41bf: Pulling fs layer 21:14:54 28c525ee5125: Pulling fs layer 21:14:54 094b1ea09ed8: Pulling fs layer 21:14:54 138eaada9080: Pulling fs layer 21:14:54 0622d0fa9048: Pulling fs layer 21:14:54 28c525ee5125: Waiting 21:14:54 094b1ea09ed8: Waiting 21:14:54 138eaada9080: Waiting 21:14:54 0622d0fa9048: Waiting 21:14:54 ea15f1150254: Waiting 21:14:54 41b27a9f41bf: Waiting 21:14:54 444b2fc9a129: Waiting 21:14:54 2cc5ad85d9ab: Verifying Checksum 21:14:54 2cc5ad85d9ab: Download complete 21:14:54 444b2fc9a129: Verifying Checksum 21:14:54 444b2fc9a129: Download complete 21:14:54 c9b1b535fdd9: Verifying Checksum 21:14:54 c9b1b535fdd9: Download complete 21:14:54 ea15f1150254: Verifying Checksum 21:14:54 ea15f1150254: Download complete 21:14:54 28c525ee5125: Verifying Checksum 21:14:54 28c525ee5125: Download complete 21:14:54 c9b1b535fdd9: Pull complete 21:14:54 756a868c4378: Verifying Checksum 21:14:54 756a868c4378: Download complete 21:14:54 138eaada9080: Verifying Checksum 21:14:54 138eaada9080: Download complete 21:14:54 0622d0fa9048: Verifying Checksum 21:14:54 0622d0fa9048: Download complete 21:14:54 2cc5ad85d9ab: Pull complete 21:14:55 094b1ea09ed8: Verifying Checksum 21:14:55 094b1ea09ed8: Download complete 21:14:55 41b27a9f41bf: Verifying Checksum 21:14:55 41b27a9f41bf: Download complete 21:14:56 756a868c4378: Pull complete 21:14:56 444b2fc9a129: Pull complete 21:14:56 ea15f1150254: Pull complete 21:15:00 41b27a9f41bf: Pull complete 21:15:00 28c525ee5125: Pull complete 21:15:02 094b1ea09ed8: Pull complete 21:15:02 138eaada9080: Pull complete 21:15:02 0622d0fa9048: Pull complete 21:15:02 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:15:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:15:02 prd-centos7-docker-4c-2g-4378 does not seem to be running inside a container 21:15:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_go-mod-messaging_PR-53 -v /w/workspace/exfoundry_go-mod-messaging_PR-53:/w/workspace/exfoundry_go-mod-messaging_PR-53:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:15:03 $ docker top ea91e5d8f937a0d417af18435c40ee2081a69c13ec9263d43cd5b4da1993c423 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:15:03 provisioning config files... 21:15:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/config4886650120392584146tmp [Pipeline] { [Pipeline] echo 21:15:03 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:15:04 ---> create-netrc.sh [Pipeline] echo 21:15:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:15:04 ---> logs-deploy.sh 21:15:04 + ARCHIVE_ARTIFACTS= 21:15:04 + LOGS_SERVER=https://logs.edgexfoundry.org 21:15:04 + '[' https://logs.edgexfoundry.org == None ']' 21:15:04 + NEXUS_URL=https://nexus.edgexfoundry.org 21:15:04 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-53/2 21:15:04 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-53/2/ 21:15:04 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-53/2 /w/workspace/exfoundry_go-mod-messaging_PR-53 21:15:05 Archives upload complete. 21:15:05 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-53/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-53/2/ 21:15:06 ---> uname -a: 21:15:06 Linux ea91e5d8f937 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 21:15:06 21:15:06 21:15:06 ---> lscpu: 21:15:06 Architecture: x86_64 21:15:06 CPU op-mode(s): 32-bit, 64-bit 21:15:06 Byte Order: Little Endian 21:15:06 Address sizes: 40 bits physical, 48 bits virtual 21:15:06 CPU(s): 4 21:15:06 On-line CPU(s) list: 0-3 21:15:06 Thread(s) per core: 1 21:15:06 Core(s) per socket: 1 21:15:06 Socket(s): 4 21:15:06 NUMA node(s): 1 21:15:06 Vendor ID: GenuineIntel 21:15:06 CPU family: 6 21:15:06 Model: 44 21:15:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:15:06 Stepping: 1 21:15:06 CPU MHz: 2933.442 21:15:06 BogoMIPS: 5866.88 21:15:06 Virtualization: VT-x 21:15:06 Hypervisor vendor: KVM 21:15:06 Virtualization type: full 21:15:06 L1d cache: 128 KiB 21:15:06 L1i cache: 128 KiB 21:15:06 L2 cache: 16 MiB 21:15:06 L3 cache: 64 MiB 21:15:06 NUMA node0 CPU(s): 0-3 21:15:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 21:15:06 Vulnerability Meltdown: Mitigation; PTI 21:15:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:15:06 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 21:15:06 Vulnerability Spectre v2: Mitigation; Full retpoline 21:15:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:15:06 21:15:06 21:15:06 ---> nproc: 21:15:06 4 21:15:06 21:15:06 21:15:06 ---> df -h: 21:15:06 Filesystem Size Used Available Use% Mounted on 21:15:06 overlay 50.0G 6.4G 43.6G 13% / 21:15:06 tmpfs 64.0M 0 64.0M 0% /dev 21:15:06 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 21:15:06 shm 64.0M 0 64.0M 0% /dev/shm 21:15:06 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf 21:15:06 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname 21:15:06 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts 21:15:06 /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa 21:15:06 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/exfoundry_go-mod-messaging_PR-53 21:15:06 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp 21:15:06 21:15:06 21:15:06 ---> free -m: 21:15:06 total used free shared buff/cache available 21:15:06 Mem: 1838 622 69 0 1146 1112 21:15:06 Swap: 1023 0 1023 21:15:06 21:15:06 21:15:06 ---> ip addr: 21:15:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:15:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:15:06 inet 127.0.0.1/8 scope host lo 21:15:06 valid_lft forever preferred_lft forever 21:15:06 6: eth0@if7: mtu 1458 qdisc noqueue state UP 21:15:06 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:15:06 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:15:06 valid_lft forever preferred_lft forever 21:15:06 21:15:06 21:15:06 ---> sar -b -r -n DEV: 21:15:06 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/16/20 _x86_64_ (4 CPU) 21:15:06 21:15:06 21:07:31 LINUX RESTART 21:15:06 21:15:06 21:08:01 tps rtps wtps bread/s bwrtn/s 21:15:06 21:09:01 44.19 12.17 32.02 2623.04 3344.62 21:15:06 21:10:01 2.08 0.00 2.08 0.00 71.84 21:15:06 21:11:01 0.27 0.00 0.27 0.00 3.78 21:15:06 21:12:01 0.33 0.00 0.33 0.00 3.35 21:15:06 21:13:01 0.22 0.00 0.22 0.00 2.88 21:15:06 21:14:01 0.35 0.00 0.35 0.00 5.10 21:15:06 21:15:01 112.32 70.63 41.68 4188.98 16280.59 21:15:06 Average: 22.83 11.83 11.00 973.53 2817.03 21:15:06 21:15:06 21:08:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:15:06 21:09:01 113292 1769012 93.98 2620 1202828 943364 32.19 449212 1157112 16 21:15:06 21:10:01 116284 1766020 93.82 2620 1202832 930456 31.75 448628 1155224 20 21:15:06 21:11:01 118276 1764028 93.72 2620 1202844 920128 31.39 447600 1154740 12 21:15:06 21:12:01 118352 1763952 93.71 2620 1202844 920128 31.39 447492 1154740 16 21:15:06 21:13:01 117368 1764936 93.76 2620 1202848 920308 31.40 449464 1153732 12 21:15:06 21:14:01 118600 1763704 93.70 2620 1202856 920128 31.39 448636 1153732 12 21:15:06 21:15:01 125344 1756960 93.34 2620 1159884 1001772 34.18 425300 1140296 103688 21:15:06 Average: 118217 1764087 93.72 2620 1196705 936612 31.96 445190 1152797 14825 21:15:06 21:15:06 21:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 21:15:06 21:09:01 eth0 309.72 172.35 708.45 71.07 0.00 0.00 0.00 21:15:06 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:09:01 docker0 1.22 0.97 0.25 1.87 0.00 0.00 0.00 21:15:06 21:10:01 eth0 3.78 1.10 3.17 0.26 0.00 0.00 0.00 21:15:06 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:11:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 21:15:06 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:12:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 21:15:06 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:13:01 eth0 0.63 0.40 0.35 0.24 0.00 0.00 0.00 21:15:06 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:14:01 eth0 0.10 0.08 0.01 0.03 0.00 0.00 0.00 21:15:06 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:15:01 eth0 112.52 90.13 2328.92 11.08 0.00 0.00 0.00 21:15:06 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 Average: eth0 61.13 37.76 434.59 11.82 0.00 0.00 0.00 21:15:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:06 Average: docker0 0.17 0.14 0.04 0.27 0.00 0.00 0.00 21:15:06 21:15:06 21:15:06 ---> sar -P ALL: 21:15:06 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/16/20 _x86_64_ (4 CPU) 21:15:06 21:15:06 21:07:31 LINUX RESTART 21:15:06 21:15:06 21:08:01 CPU %user %nice %system %iowait %steal %idle 21:15:06 21:09:01 all 7.12 0.00 2.29 0.80 0.01 89.79 21:15:06 21:09:01 0 6.67 0.00 2.73 0.10 0.02 90.48 21:15:06 21:09:01 1 6.43 0.00 2.09 0.18 0.00 91.29 21:15:06 21:09:01 2 7.44 0.00 1.79 0.28 0.02 90.47 21:15:06 21:09:01 3 7.90 0.00 2.53 2.61 0.02 86.94 21:15:06 21:10:01 all 0.23 0.00 0.08 0.00 0.00 99.69 21:15:06 21:10:01 0 0.13 0.00 0.05 0.00 0.00 99.82 21:15:06 21:10:01 1 0.63 0.00 0.05 0.00 0.00 99.32 21:15:06 21:10:01 2 0.10 0.00 0.13 0.00 0.00 99.77 21:15:06 21:10:01 3 0.08 0.00 0.05 0.00 0.00 99.87 21:15:06 21:11:01 all 0.18 0.00 0.05 0.00 0.00 99.77 21:15:06 21:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:15:06 21:11:01 1 0.55 0.00 0.07 0.00 0.02 99.37 21:15:06 21:11:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:15:06 21:11:01 3 0.07 0.00 0.07 0.00 0.00 99.87 21:15:06 21:12:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:15:06 21:12:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:15:06 21:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:15:06 21:12:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:15:06 21:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:15:06 21:13:01 all 0.16 0.00 0.06 0.00 0.00 99.77 21:15:06 21:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:15:06 21:13:01 1 0.47 0.00 0.07 0.00 0.00 99.47 21:15:06 21:13:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:15:06 21:13:01 3 0.10 0.00 0.08 0.00 0.02 99.80 21:15:06 21:14:01 all 0.04 0.00 0.05 0.00 0.00 99.91 21:15:06 21:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:15:06 21:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:15:06 21:14:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:15:06 21:14:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:15:06 21:15:01 all 4.67 0.00 2.59 1.40 0.00 91.33 21:15:06 21:15:01 0 4.53 0.00 2.58 0.47 0.02 92.41 21:15:06 21:15:01 1 5.81 0.00 2.66 4.54 0.00 86.99 21:15:06 21:15:01 2 4.42 0.00 2.28 0.30 0.00 93.01 21:15:06 21:15:01 3 3.95 0.00 2.86 0.28 0.00 92.90 21:15:06 Average: all 1.79 0.00 0.73 0.31 0.00 97.16 21:15:06 Average: 0 1.63 0.00 0.78 0.08 0.00 97.51 21:15:06 Average: 1 2.06 0.00 0.71 0.67 0.00 96.55 21:15:06 Average: 2 1.74 0.00 0.63 0.08 0.00 97.54 21:15:06 Average: 3 1.74 0.00 0.81 0.41 0.00 97.03 21:15:06 21:15:06 21:15:06