Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1046cccd4841a3fd011f4d5cde55378f39b67fd6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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-3231’ Running on prd-centos7-docker-4c-2g-3236 in /w/workspace/exfoundry_go-mod-registry_master [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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 1046cccd4841a3fd011f4d5cde55378f39b67fd6 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # 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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1046cccd4841a3fd011f4d5cde55378f39b67fd6 # timeout=10 Commit message: "Merge pull request #47 from jamesrgregg/update-pr-template" > git rev-list --no-walk 748645b207874f92c101ede391373b11bf3204bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:51:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:51:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:51:41 ========================================================= 23:51:41 EdgeX Global Pipelines Version Info 23:51:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:51:43 ------------------- 23:51:43 stable info: 23:51:43 ------------------- 23:51:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:51:43 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 23:51:43 Message: update stable to v1.0.89 23:51:44 ------------------- 23:51:44 experimental info: 23:51:44 ------------------- 23:51:44 Commited By: **** collab-it+edgex@linuxfoundation.org 23:51:44 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 23:51:44 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:51:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:51:46 23:51:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:51:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:51:46 latest: Pulling from edgex-devops/git-semver 23:51:46 9123ac7c32f7: Pulling fs layer 23:51:46 b8cc5d1170e3: Pulling fs layer 23:51:46 2924cbbf6a41: Pulling fs layer 23:51:46 93b08a4f1073: Pulling fs layer 23:51:46 93b08a4f1073: Waiting 23:51:46 b8cc5d1170e3: Verifying Checksum 23:51:46 b8cc5d1170e3: Download complete 23:51:46 9123ac7c32f7: Verifying Checksum 23:51:46 9123ac7c32f7: Download complete 23:51:46 93b08a4f1073: Verifying Checksum 23:51:46 93b08a4f1073: Download complete 23:51:47 2924cbbf6a41: Verifying Checksum 23:51:47 2924cbbf6a41: Download complete 23:51:47 9123ac7c32f7: Pull complete 23:51:47 b8cc5d1170e3: Pull complete 23:51:48 2924cbbf6a41: Pull complete 23:51:48 93b08a4f1073: Pull complete 23:51:48 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:51:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:51:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:51:48 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:51:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:51:51 $ docker top 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:51:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:51:51 [ssh-agent] Looking for ssh-agent implementation... 23:51:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:51:51 $ docker exec 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c ssh-agent 23:51:52 SSH_AUTH_SOCK=/tmp/ssh-mEsXSoQ2GRNk/agent.11 23:51:52 SSH_AGENT_PID=17 23:51:52 Running ssh-add (command line suppressed) 23:51:52 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8474075679964302506.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8474075679964302506.key) 23:51:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:51:52 + git describe --exact-match --tags HEAD 23:51:52 fatal: No names found, cannot describe anything. [Pipeline] } 23:51:52 $ docker exec --env ******** --env ******** 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c ssh-agent -k 23:51:53 unset SSH_AUTH_SOCK; 23:51:53 unset SSH_AGENT_PID; 23:51:53 echo Agent pid 17 killed; 23:51:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:51:53 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:51:53 This usually means this commit has not been tagged. [Pipeline] sshagent 23:51:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:51:53 [ssh-agent] Looking for ssh-agent implementation... 23:51:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:51:53 $ docker exec 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c ssh-agent 23:51:54 SSH_AUTH_SOCK=/tmp/ssh-1xXtpi34Dxpr/agent.46 23:51:54 SSH_AGENT_PID=51 23:51:54 Running ssh-add (command line suppressed) 23:51:54 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8547709041736607863.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8547709041736607863.key) 23:51:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:51:54 + git semver init 23:51:54 # -> Open(): unable to determine branch for HEAD 23:51:54 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:51:54 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:51:54 # $SEMVER_REMOTE_NAME = origin 23:51:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:51:54 # $SEMVER_USER_NAME = edgex-jenkins 23:51:54 # $SEMVER_BRANCH = master 23:51:54 # $SEMVER_TEMP = /tmp/semver-944341507 23:51:54 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 23:51:55 # '/tmp/semver-944341507' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 23:51:55 # -> Force: false 23:51:55 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 23:51:55 $ docker exec --env ******** --env ******** 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c ssh-agent -k 23:51:55 unset SSH_AUTH_SOCK; 23:51:55 unset SSH_AGENT_PID; 23:51:55 echo Agent pid 51 killed; 23:51:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:51:56 + git semver [Pipeline] } 23:51:56 $ docker stop --time=1 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c 23:51:57 $ docker rm -f 8d522d985564186bf84dff974004cac0a79b5f8df30141717810880a1ef20f2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:51:58 Stashed 31 file(s) [Pipeline] echo 23:51:58 [edgeXSemver] initialized semver on version 0.1.21 [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 23:52:14 Still waiting to schedule task 23:52:14 ‘prd-centos7-docker-4c-2g-3237’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3210’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3211’ doesn’t have label ‘centos7-docker-4c-2g’ 23:52:14 Still waiting to schedule task 23:52:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:54:16 Running on prd-centos7-docker-4c-2g-3238 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 23:54:16 Running in /w/workspace/go-mod-registry/9 [Pipeline] { [Pipeline] checkout 23:54:24 using credential edgex-jenkins-ssh 23:54:24 Cloning the remote Git repository 23:54:24 Cloning with configured refspecs honoured and without tags 23:54:24 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 23:54:24 > git init /w/workspace/go-mod-registry/9 # timeout=10 23:54:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:54:24 > git --version # timeout=10 23:54:24 using GIT_SSH to set credentials SSH Credentials for GitHub 23:54:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:54:26 Fetching without tags 23:54:27 Checking out Revision 1046cccd4841a3fd011f4d5cde55378f39b67fd6 (master) 23:54:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:54:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:54:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:54:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:54:26 using GIT_SSH to set credentials SSH Credentials for GitHub 23:54:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:54:27 > git config core.sparsecheckout # timeout=10 23:54:27 > git checkout -f 1046cccd4841a3fd011f4d5cde55378f39b67fd6 # timeout=10 23:54:31 Commit message: "Merge pull request #47 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:54:32 ========================================================= 23:54:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:54:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:54:34 + 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 . 23:54:34 Sending build context to Docker daemon 311.3kB 23:54:34 Step 1/7 : ARG BASE=golang:1.13-alpine 23:54:34 Step 2/7 : FROM ${BASE} 23:54:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:54:34 e6b0cf9c0882: Pulling fs layer 23:54:34 2848faf0eed1: Pulling fs layer 23:54:34 0f37312ad70f: Pulling fs layer 23:54:34 5788d62ee057: Pulling fs layer 23:54:34 0e6b1d234666: Pulling fs layer 23:54:34 bf5d7aec512f: Pulling fs layer 23:54:34 34c802a77dc8: Pulling fs layer 23:54:34 9eb99e56ec68: Pulling fs layer 23:54:34 27c7a5d97fbd: Pulling fs layer 23:54:34 5c102a31e300: Pulling fs layer 23:54:34 dcfb455df0a1: Pulling fs layer 23:54:35 bf5d7aec512f: Waiting 23:54:35 34c802a77dc8: Waiting 23:54:35 9eb99e56ec68: Waiting 23:54:35 5c102a31e300: Waiting 23:54:35 27c7a5d97fbd: Waiting 23:54:35 dcfb455df0a1: Waiting 23:54:35 5788d62ee057: Waiting 23:54:35 0e6b1d234666: Waiting 23:54:35 0f37312ad70f: Verifying Checksum 23:54:35 0f37312ad70f: Download complete 23:54:35 2848faf0eed1: Verifying Checksum 23:54:35 2848faf0eed1: Download complete 23:54:35 0e6b1d234666: Verifying Checksum 23:54:35 0e6b1d234666: Download complete 23:54:35 e6b0cf9c0882: Verifying Checksum 23:54:35 e6b0cf9c0882: Download complete 23:54:35 bf5d7aec512f: Verifying Checksum 23:54:35 bf5d7aec512f: Download complete 23:54:36 e6b0cf9c0882: Pull complete 23:54:38 2848faf0eed1: Pull complete 23:54:38 34c802a77dc8: Verifying Checksum 23:54:38 34c802a77dc8: Download complete 23:54:38 27c7a5d97fbd: Verifying Checksum 23:54:38 27c7a5d97fbd: Download complete 23:54:38 0f37312ad70f: Pull complete 23:54:38 9eb99e56ec68: Verifying Checksum 23:54:38 9eb99e56ec68: Download complete 23:54:39 dcfb455df0a1: Verifying Checksum 23:54:39 dcfb455df0a1: Download complete 23:54:39 5c102a31e300: Verifying Checksum 23:54:39 5c102a31e300: Download complete 23:54:39 5788d62ee057: Verifying Checksum 23:54:39 5788d62ee057: Download complete 23:54:49 5788d62ee057: Pull complete 23:54:49 0e6b1d234666: Pull complete 23:54:49 bf5d7aec512f: Pull complete 23:54:53 34c802a77dc8: Pull complete 23:54:58 9eb99e56ec68: Pull complete 23:54:58 27c7a5d97fbd: Pull complete 23:54:59 5c102a31e300: Pull complete 23:54:59 dcfb455df0a1: Pull complete 23:54:59 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:55:00 ---> 7c70fe431013 23:55:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:55:00 ---> Running in 4209e5ae5822 23:55:01 Removing intermediate container 4209e5ae5822 23:55:01 ---> adf0718ffb67 23:55:01 Step 4/7 : RUN apk add --update bash 23:55:01 ---> Running in ccf8c71b4c5b 23:55:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:55:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:55:03 OK: 143 MiB in 39 packages 23:55:04 Removing intermediate container ccf8c71b4c5b 23:55:04 ---> 4ab45a1dba9f 23:55:04 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:55:04 ---> Running in 06e5a23ba9d9 23:55:04 Removing intermediate container 06e5a23ba9d9 23:55:04 ---> 706a3e6b9030 23:55:04 Step 6/7 : COPY go.mod . 23:55:05 ---> 30f8df16f7ea 23:55:05 Step 7/7 : RUN go mod download 23:55:05 ---> Running in 550a65d28dad 23:55:08 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:55:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:55:08 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:55:08 go: finding github.com/bgentry/speakeasy v0.1.0 23:55:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:55:08 go: finding github.com/davecgh/go-spew v1.1.1 23:55:08 go: finding github.com/fatih/color v1.7.0 23:55:08 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:55:08 go: finding github.com/hashicorp/consul/api v1.1.0 23:55:08 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:55:08 go: finding github.com/hashicorp/errwrap v1.0.0 23:55:08 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:55:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:55:08 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:55:08 go: finding github.com/hashicorp/go-multierror v1.0.0 23:55:08 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:55:08 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:55:08 go: finding github.com/hashicorp/go-syslog v1.0.0 23:55:08 go: finding github.com/hashicorp/go-uuid v1.0.1 23:55:08 go: finding github.com/hashicorp/go.net v0.0.1 23:55:08 go: finding github.com/hashicorp/golang-lru v0.5.0 23:55:08 go: finding github.com/hashicorp/logutils v1.0.0 23:55:08 go: finding github.com/hashicorp/mdns v1.0.0 23:55:08 go: finding github.com/hashicorp/memberlist v0.1.3 23:55:08 go: finding github.com/hashicorp/serf v0.8.2 23:55:08 go: finding github.com/mattn/go-colorable v0.0.9 23:55:08 go: finding github.com/mattn/go-isatty v0.0.3 23:55:08 go: finding github.com/miekg/dns v1.0.14 23:55:08 go: finding github.com/mitchellh/cli v1.0.0 23:55:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:55:08 go: finding github.com/mitchellh/copystructure v1.0.0 23:55:08 go: finding github.com/mitchellh/go-homedir v1.0.0 23:55:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:55:08 go: finding github.com/mitchellh/gox v0.4.0 23:55:08 go: finding github.com/mitchellh/iochan v1.0.0 23:55:08 go: finding github.com/mitchellh/mapstructure v1.1.2 23:55:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:55:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:55:08 go: finding github.com/pelletier/go-toml v1.2.0 23:55:08 go: finding github.com/pkg/errors v0.8.1 23:55:08 go: finding github.com/pmezard/go-difflib v1.0.0 23:55:08 go: finding github.com/posener/complete v1.1.1 23:55:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:55:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:55:08 go: finding github.com/stretchr/objx v0.1.0 23:55:08 go: finding github.com/stretchr/testify v1.3.0 23:55:08 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:55:08 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 23:55:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:55:08 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:55:15 Removing intermediate container 550a65d28dad 23:55:15 ---> 4ffd40b65331 23:55:15 Successfully built 4ffd40b65331 23:55:15 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 23:55:16 + docker inspect -f . ci-base-image-x86_64 23:55:16 . [Pipeline] withDockerContainer 23:55:16 prd-centos7-docker-4c-2g-3238 does not seem to be running inside a container 23:55:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/9 -v /w/workspace/go-mod-registry/9:/w/workspace/go-mod-registry/9:rw,z -v /w/workspace/go-mod-registry/9@tmp:/w/workspace/go-mod-registry/9@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 ******** ci-base-image-x86_64 cat 23:55:17 $ docker top 6289da22b457aef7846c5ad1b5454ce64aec49c7af0235cc7ec4af972871bb1c -eo pid,comm [Pipeline] { [Pipeline] sh 23:55:17 + go version 23:55:17 go version go1.13.5 linux/amd64 [Pipeline] sh 23:55:18 + make test 23:55:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:55:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3241 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 23:55:24 Running in /w/workspace/go-mod-registry/9 [Pipeline] { [Pipeline] checkout 23:55:29 using credential edgex-jenkins-ssh 23:55:29 Cloning the remote Git repository 23:55:29 Cloning with configured refspecs honoured and without tags 23:55:30 Fetching without tags 23:55:29 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 23:55:29 > git init /w/workspace/go-mod-registry/9 # timeout=10 23:55:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:55:29 > git --version # timeout=10 23:55:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:55:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:55:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:55:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:55:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:55:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:55:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:55:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:55:30 Checking out Revision 1046cccd4841a3fd011f4d5cde55378f39b67fd6 (master) 23:55:30 > git config core.sparsecheckout # timeout=10 23:55:30 > git checkout -f 1046cccd4841a3fd011f4d5cde55378f39b67fd6 # timeout=10 23:55:33 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.030s coverage: 87.2% of statements 23:55:33 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 23:55:33 ok github.com/edgexfoundry/go-mod-registry/registry 0.017s coverage: 85.7% of statements 23:55:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:55:33 gofmt -l . 23:55:33 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:55:33 Stashed 1 file(s) [Pipeline] } 23:55:33 $ docker stop --time=1 6289da22b457aef7846c5ad1b5454ce64aec49c7af0235cc7ec4af972871bb1c 23:55:35 Commit message: "Merge pull request #47 from jamesrgregg/update-pr-template" 23:55:35 $ docker rm -f 6289da22b457aef7846c5ad1b5454ce64aec49c7af0235cc7ec4af972871bb1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] unstash 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] echo 23:55:36 ========================================================= 23:55:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:55:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:55:37 + 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 . 23:55:38 Sending build context to Docker daemon 311.3kB 23:55:38 Step 1/7 : ARG BASE=golang:1.13-alpine 23:55:38 Step 2/7 : FROM ${BASE} 23:55:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:55:38 cde5963f3b93: Pulling fs layer 23:55:38 2a23fa8c16f7: Pulling fs layer 23:55:38 777b28850792: Pulling fs layer 23:55:38 8a11ddd9e578: Pulling fs layer 23:55:38 4cf88f913ddb: Pulling fs layer 23:55:38 1df406cf5192: Pulling fs layer 23:55:38 cd6300453558: Pulling fs layer 23:55:38 b9c365052c96: Pulling fs layer 23:55:38 a2d8cc88f415: Pulling fs layer 23:55:38 ea1d1ca13537: Pulling fs layer 23:55:38 3750a50a1c5e: Pulling fs layer 23:55:38 4cf88f913ddb: Waiting 23:55:38 1df406cf5192: Waiting 23:55:38 cd6300453558: Waiting 23:55:38 b9c365052c96: Waiting 23:55:38 a2d8cc88f415: Waiting 23:55:38 ea1d1ca13537: Waiting 23:55:38 3750a50a1c5e: Waiting 23:55:38 8a11ddd9e578: Waiting 23:55:38 2a23fa8c16f7: Verifying Checksum 23:55:38 2a23fa8c16f7: Download complete 23:55:38 4cf88f913ddb: Verifying Checksum 23:55:38 4cf88f913ddb: Download complete 23:55:38 1df406cf5192: Download complete 23:55:38 cde5963f3b93: Verifying Checksum 23:55:38 cde5963f3b93: Download complete 23:55:39 cde5963f3b93: Pull complete 23:55:40 2a23fa8c16f7: Pull complete 23:55:40 777b28850792: Pull complete 23:55:40 cd6300453558: Verifying Checksum 23:55:40 cd6300453558: Download complete 23:55:40 a2d8cc88f415: Verifying Checksum 23:55:40 a2d8cc88f415: Download complete 23:55:42 ea1d1ca13537: Verifying Checksum 23:55:42 ea1d1ca13537: Download complete 23:55:42 3750a50a1c5e: Verifying Checksum 23:55:42 3750a50a1c5e: Download complete 23:55:43 b9c365052c96: Verifying Checksum 23:55:43 b9c365052c96: Download complete 23:55:43 8a11ddd9e578: Download complete 23:55:56 8a11ddd9e578: Pull complete 23:55:56 4cf88f913ddb: Pull complete 23:55:56 1df406cf5192: Pull complete 23:55:59 cd6300453558: Pull complete 23:56:03 b9c365052c96: Pull complete 23:56:03 a2d8cc88f415: Pull complete 23:56:05 ea1d1ca13537: Pull complete 23:56:06 3750a50a1c5e: Pull complete 23:56:06 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:56:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:56:06 ---> 78745c68409d 23:56:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:56:11 ---> Running in f4543951366a 23:56:11 Removing intermediate container f4543951366a 23:56:11 ---> 54f3d491fe13 23:56:11 Step 4/7 : RUN apk add --update bash 23:56:11 ---> Running in c4fe94e71c1f 23:56:13 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:56:14 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:56:14 OK: 125 MiB in 39 packages 23:56:16 Removing intermediate container c4fe94e71c1f 23:56:16 ---> 23b58df85269 23:56:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:56:16 ---> Running in 607210d4d515 23:56:16 Removing intermediate container 607210d4d515 23:56:16 ---> c15e5b7795ec 23:56:16 Step 6/7 : COPY go.mod . 23:56:17 ---> c4ad9dad551d 23:56:17 Step 7/7 : RUN go mod download 23:56:17 ---> Running in 5dbbc1481152 23:56:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:56:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:56:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:56:20 go: finding github.com/bgentry/speakeasy v0.1.0 23:56:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:56:20 go: finding github.com/davecgh/go-spew v1.1.1 23:56:20 go: finding github.com/fatih/color v1.7.0 23:56:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:56:20 go: finding github.com/hashicorp/consul/api v1.1.0 23:56:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:56:20 go: finding github.com/hashicorp/errwrap v1.0.0 23:56:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:56:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:56:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:56:20 go: finding github.com/hashicorp/go-multierror v1.0.0 23:56:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:56:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:56:20 go: finding github.com/hashicorp/go-syslog v1.0.0 23:56:20 go: finding github.com/hashicorp/go-uuid v1.0.1 23:56:20 go: finding github.com/hashicorp/go.net v0.0.1 23:56:20 go: finding github.com/hashicorp/golang-lru v0.5.0 23:56:20 go: finding github.com/hashicorp/logutils v1.0.0 23:56:20 go: finding github.com/hashicorp/mdns v1.0.0 23:56:20 go: finding github.com/hashicorp/memberlist v0.1.3 23:56:20 go: finding github.com/hashicorp/serf v0.8.2 23:56:20 go: finding github.com/mattn/go-colorable v0.0.9 23:56:20 go: finding github.com/mattn/go-isatty v0.0.3 23:56:20 go: finding github.com/miekg/dns v1.0.14 23:56:20 go: finding github.com/mitchellh/cli v1.0.0 23:56:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:56:20 go: finding github.com/mitchellh/copystructure v1.0.0 23:56:20 go: finding github.com/mitchellh/go-homedir v1.0.0 23:56:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:56:20 go: finding github.com/mitchellh/gox v0.4.0 23:56:20 go: finding github.com/mitchellh/iochan v1.0.0 23:56:20 go: finding github.com/mitchellh/mapstructure v1.1.2 23:56:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:56:20 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:56:20 go: finding github.com/pelletier/go-toml v1.2.0 23:56:20 go: finding github.com/pkg/errors v0.8.1 23:56:20 go: finding github.com/pmezard/go-difflib v1.0.0 23:56:20 go: finding github.com/posener/complete v1.1.1 23:56:20 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:56:20 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:56:20 go: finding github.com/stretchr/objx v0.1.0 23:56:20 go: finding github.com/stretchr/testify v1.3.0 23:56:20 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:56:20 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 23:56:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:56:20 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:56:28 Removing intermediate container 5dbbc1481152 23:56:28 ---> a4bb9c18cc1c 23:56:28 Successfully built a4bb9c18cc1c 23:56:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:56:29 + docker inspect -f . ci-base-image-arm64 23:56:29 . [Pipeline] withDockerContainer 23:56:29 prd-ubuntu18.04-docker-arm64-4c-16g-3241 does not seem to be running inside a container 23:56:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/9 -v /w/workspace/go-mod-registry/9:/w/workspace/go-mod-registry/9:rw,z -v /w/workspace/go-mod-registry/9@tmp:/w/workspace/go-mod-registry/9@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 ******** ci-base-image-arm64 cat 23:56:31 $ docker top e1aa28d8df68d5e164f472897085eddb54cf957104025bb589e9921fbc2b72f8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:56:33 + go version 23:56:33 go version go1.13.5 linux/arm64 [Pipeline] sh 23:56:34 + make test 23:56:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:56:56 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.060s coverage: 87.2% of statements 23:56:56 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 23:56:56 ok github.com/edgexfoundry/go-mod-registry/registry 0.014s coverage: 85.7% of statements 23:56:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:56:59 gofmt -l . 23:56:59 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:56:59 Warning: overwriting stash ‘coverage-report’ 23:56:59 Stashed 1 file(s) [Pipeline] } 23:56:59 $ docker stop --time=1 e1aa28d8df68d5e164f472897085eddb54cf957104025bb589e9921fbc2b72f8 23:57:01 $ docker rm -f e1aa28d8df68d5e164f472897085eddb54cf957104025bb589e9921fbc2b72f8 [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 23:57:02 provisioning config files... 23:57:03 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config9099913715458869560tmp [Pipeline] { [Pipeline] sh 23:57:03 + curl -s https://codecov.io/bash 23:57:03 + bash -s - -t @/w/workspace/exfoundry_go-mod-registry_master@tmp/config9099913715458869560tmp 23:57:03 23:57:03 _____ _ 23:57:03 / ____| | | 23:57:03 | | ___ __| | ___ ___ _____ __ 23:57:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:57:03 | |___| (_) | (_| | __/ (_| (_) \ V / 23:57:03 \_____\___/ \__,_|\___|\___\___/ \_/ 23:57:03 Bash-20200602-f809a24 23:57:03 23:57:03 23:57:03 ==> Jenkins CI detected. 23:57:03 project root: . 23:57:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:57:03 ==> Running gcov in . (disable via -X gcov) 23:57:03 ==> Python coveragepy not found 23:57:03 ==> Searching for coverage reports in: 23:57:03 + . 23:57:03 -> Found 1 reports 23:57:03 ==> Detecting git/mercurial file structure 23:57:03 ==> Reading reports 23:57:04 + ./coverage.out bytes=7890 23:57:04 ==> Appending adjustments 23:57:04 https://docs.codecov.io/docs/fixing-reports 23:57:04 + Found adjustments 23:57:04 ==> Gzipping contents 23:57:04 ==> Uploading reports 23:57:04 url: https://codecov.io 23:57:04 query: branch=master&commit=1046cccd4841a3fd011f4d5cde55378f39b67fd6&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job= 23:57:04 -> Pinging Codecov 23:57:04 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=1046cccd4841a3fd011f4d5cde55378f39b67fd6&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job= 23:57:04 -> Uploading 23:57:05 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/1046cccd4841a3fd011f4d5cde55378f39b67fd6 [Pipeline] } 23:57:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:57:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:57:05 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:57:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:57:05 23:57:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:57:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:57:06 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:57:06 cbdbe7a5bc2a: Pulling fs layer 23:57:06 408f87550127: Pulling fs layer 23:57:06 fe522b08c979: Pulling fs layer 23:57:06 221eaa008020: Pulling fs layer 23:57:06 2a4607e5d6b9: Pulling fs layer 23:57:06 8f79b27c4fd2: Pulling fs layer 23:57:06 e5c8dbe1645b: Pulling fs layer 23:57:06 23e8b3b47431: Pulling fs layer 23:57:06 5c568d65a230: Pulling fs layer 23:57:06 8f79b27c4fd2: Waiting 23:57:06 e5c8dbe1645b: Waiting 23:57:06 23e8b3b47431: Waiting 23:57:06 5c568d65a230: Waiting 23:57:06 221eaa008020: Waiting 23:57:06 2a4607e5d6b9: Waiting 23:57:06 fe522b08c979: Verifying Checksum 23:57:06 fe522b08c979: Download complete 23:57:06 408f87550127: Download complete 23:57:06 2a4607e5d6b9: Verifying Checksum 23:57:06 2a4607e5d6b9: Download complete 23:57:06 8f79b27c4fd2: Verifying Checksum 23:57:06 8f79b27c4fd2: Download complete 23:57:06 cbdbe7a5bc2a: Verifying Checksum 23:57:06 cbdbe7a5bc2a: Download complete 23:57:07 e5c8dbe1645b: Verifying Checksum 23:57:07 e5c8dbe1645b: Download complete 23:57:07 cbdbe7a5bc2a: Pull complete 23:57:08 23e8b3b47431: Verifying Checksum 23:57:08 23e8b3b47431: Download complete 23:57:09 408f87550127: Pull complete 23:57:09 5c568d65a230: Verifying Checksum 23:57:09 5c568d65a230: Download complete 23:57:09 fe522b08c979: Pull complete 23:57:09 221eaa008020: Verifying Checksum 23:57:09 221eaa008020: Download complete 23:57:20 221eaa008020: Pull complete 23:57:20 2a4607e5d6b9: Pull complete 23:57:20 8f79b27c4fd2: Pull complete 23:57:22 e5c8dbe1645b: Pull complete 23:57:26 23e8b3b47431: Pull complete 23:57:28 5c568d65a230: Pull complete 23:57:28 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:57:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:57:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:57:29 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:57:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 23:57:30 $ docker top 6999ac444c570f235a3777f1b7f3e7cb78de24b4ac1335cc9a1c492021401ad3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:57:30 + snyk monitor '--org=edgex-jenkins' 23:57:37 23:57:37 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... 23:57:37 23:57:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/0e06412e-9c54-49a1-a6a4-2d87afc238bd 23:57:37 23:57:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:57:37 23:57:37 23:57:37 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 23:57:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:57:37 $ docker stop --time=1 6999ac444c570f235a3777f1b7f3e7cb78de24b4ac1335cc9a1c492021401ad3 23:57:40 $ docker rm -f 6999ac444c570f235a3777f1b7f3e7cb78de24b4ac1335cc9a1c492021401ad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:57:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:57:41 . [Pipeline] withDockerContainer 23:57:41 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:57:41 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:57:42 $ docker top 6fb692eb2d590ed06f106a7ffb3fceb042b722881eaf2c18c85de9acf9305920 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:57:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:57:42 [ssh-agent] Looking for ssh-agent implementation... 23:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:57:43 $ docker exec 6fb692eb2d590ed06f106a7ffb3fceb042b722881eaf2c18c85de9acf9305920 ssh-agent 23:57:44 SSH_AUTH_SOCK=/tmp/ssh-0nIKb3WPsAoy/agent.11 23:57:44 SSH_AGENT_PID=16 23:57:44 Running ssh-add (command line suppressed) 23:57:44 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2097174094428979117.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2097174094428979117.key) 23:57:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:57:44 + git semver tag 23:57:45 # -> Open(): unable to determine branch for HEAD 23:57:45 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:57:45 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:57:45 # $SEMVER_REMOTE_NAME = origin 23:57:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:57:45 # $SEMVER_USER_NAME = edgex-jenkins 23:57:45 # $SEMVER_BRANCH = master 23:57:45 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 23:57:45 # 1046cccd4841a3fd011f4d5cde55378f39b67fd6 HEAD 23:57:45 # -> Force: false 23:57:45 # 22d210283149b36f6015e12b2686240f4f2f0b2a refs/tags/v0.1.21 [Pipeline] } 23:57:45 $ docker exec --env ******** --env ******** 6fb692eb2d590ed06f106a7ffb3fceb042b722881eaf2c18c85de9acf9305920 ssh-agent -k 23:57:45 unset SSH_AUTH_SOCK; 23:57:45 unset SSH_AGENT_PID; 23:57:45 echo Agent pid 16 killed; 23:57:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:57:45 + git semver [Pipeline] } 23:57:45 $ docker stop --time=1 6fb692eb2d590ed06f106a7ffb3fceb042b722881eaf2c18c85de9acf9305920 23:57:47 $ docker rm -f 6fb692eb2d590ed06f106a7ffb3fceb042b722881eaf2c18c85de9acf9305920 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:57:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:57:47 23:57:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:57:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:57:48 0.23.1-centos7: Pulling from edgex-lftools 23:57:48 ab5ef0e58194: Pulling fs layer 23:57:48 9712f1f96733: Pulling fs layer 23:57:48 63f879dbbcfc: Pulling fs layer 23:57:48 0d9ebad4ef96: Pulling fs layer 23:57:48 e9a5061849ea: Pulling fs layer 23:57:48 d747dcd14b5f: Pulling fs layer 23:57:48 2de7ff778b66: Pulling fs layer 23:57:48 e9a5061849ea: Waiting 23:57:48 d747dcd14b5f: Waiting 23:57:48 2de7ff778b66: Waiting 23:57:48 0d9ebad4ef96: Waiting 23:57:48 9712f1f96733: Download complete 23:57:49 63f879dbbcfc: Download complete 23:57:50 e9a5061849ea: Verifying Checksum 23:57:50 e9a5061849ea: Download complete 23:57:50 d747dcd14b5f: Verifying Checksum 23:57:50 d747dcd14b5f: Download complete 23:57:50 0d9ebad4ef96: Verifying Checksum 23:57:50 0d9ebad4ef96: Download complete 23:57:50 ab5ef0e58194: Verifying Checksum 23:57:50 ab5ef0e58194: Download complete 23:57:50 2de7ff778b66: Verifying Checksum 23:57:50 2de7ff778b66: Download complete 23:57:57 ab5ef0e58194: Pull complete 23:57:57 9712f1f96733: Pull complete 23:57:59 63f879dbbcfc: Pull complete 23:58:12 0d9ebad4ef96: Pull complete 23:58:12 e9a5061849ea: Pull complete 23:58:12 d747dcd14b5f: Pull complete 23:58:15 2de7ff778b66: Pull complete 23:58:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:58:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:58:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:58:15 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:58:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:58:18 $ docker top 552e138832195ec4eb12649b62d53e60548256c9bf643102dd61bc23f6033c18 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:58:19 provisioning config files... 23:58:19 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config477981216031978620tmp 23:58:19 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config113303238532341732tmp 23:58:19 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3878791844234172726tmp [Pipeline] { [Pipeline] echo 23:58:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:58:19 ---> sigul-configuration.sh 23:58:19 gpg: directory `/root/.gnupg' created 23:58:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:58:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:58:19 gpg: keyring `/root/.gnupg/secring.gpg' created 23:58:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:58:19 gpg: CAST5 encrypted data 23:58:20 gpg: encrypted with 1 passphrase 23:58:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:58:20 + mkdir /home/jenkins 23:58:20 + mkdir /home/jenkins/sigul [Pipeline] sh 23:58:21 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 23:58:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:58:22 ---> sigul-install.sh 23:58:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:58:29 + git tag --list 23:58:29 v0.1.21 [Pipeline] sh 23:58:29 + lftools sign git-tag v0.1.21 23:58:31 Signing Git tag with Sigul... 23:58:31 Signing v0.1.21 [Pipeline] echo 23:58:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:58:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:58:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:58:33 $ docker stop --time=1 552e138832195ec4eb12649b62d53e60548256c9bf643102dd61bc23f6033c18 23:58:35 $ docker rm -f 552e138832195ec4eb12649b62d53e60548256c9bf643102dd61bc23f6033c18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:58:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:58:36 . [Pipeline] withDockerContainer 23:58:36 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:58:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:58:37 $ docker top c0f5b2c5cb0cb67da2357b7999b54c6f06e32ad0262c3ed14cac3d311f7bfa2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:58:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:58:37 [ssh-agent] Looking for ssh-agent implementation... 23:58:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:58:38 $ docker exec c0f5b2c5cb0cb67da2357b7999b54c6f06e32ad0262c3ed14cac3d311f7bfa2c ssh-agent 23:58:38 SSH_AUTH_SOCK=/tmp/ssh-loQiqypHVYdw/agent.13 23:58:38 SSH_AGENT_PID=18 23:58:38 Running ssh-add (command line suppressed) 23:58:38 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_705205312348345967.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_705205312348345967.key) 23:58:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:58:38 + git semver bump patch 23:58:38 # -> Open(): unable to determine branch for HEAD 23:58:38 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:58:38 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:58:38 # $SEMVER_REMOTE_NAME = origin 23:58:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:58:38 # $SEMVER_USER_NAME = edgex-jenkins 23:58:38 # $SEMVER_BRANCH = master 23:58:38 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 23:58:39 0.1.22 [Pipeline] } 23:58:39 $ docker exec --env ******** --env ******** c0f5b2c5cb0cb67da2357b7999b54c6f06e32ad0262c3ed14cac3d311f7bfa2c ssh-agent -k 23:58:39 unset SSH_AUTH_SOCK; 23:58:39 unset SSH_AGENT_PID; 23:58:39 echo Agent pid 18 killed; 23:58:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:58:39 + git semver [Pipeline] } 23:58:40 $ docker stop --time=1 c0f5b2c5cb0cb67da2357b7999b54c6f06e32ad0262c3ed14cac3d311f7bfa2c 23:58:41 $ docker rm -f c0f5b2c5cb0cb67da2357b7999b54c6f06e32ad0262c3ed14cac3d311f7bfa2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:58:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:58:42 . [Pipeline] withDockerContainer 23:58:42 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:58:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:58:43 $ docker top d7b8377f5a9b192e41fa60fe162a6d3d4f60db4708999156488014ff0557d3c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:58:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:58:43 [ssh-agent] Looking for ssh-agent implementation... 23:58:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:58:43 $ docker exec d7b8377f5a9b192e41fa60fe162a6d3d4f60db4708999156488014ff0557d3c4 ssh-agent 23:58:44 SSH_AUTH_SOCK=/tmp/ssh-EiY4Ih272T1v/agent.11 23:58:44 SSH_AGENT_PID=17 23:58:44 Running ssh-add (command line suppressed) 23:58:44 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1189596009250013807.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1189596009250013807.key) 23:58:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:58:45 + git semver push 23:58:45 # -> Open(): unable to determine branch for HEAD 23:58:45 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:58:45 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:58:45 # $SEMVER_REMOTE_NAME = origin 23:58:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:58:45 # $SEMVER_USER_NAME = edgex-jenkins 23:58:45 # $SEMVER_BRANCH = master 23:58:45 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 23:58:52 $ docker exec --env ******** --env ******** d7b8377f5a9b192e41fa60fe162a6d3d4f60db4708999156488014ff0557d3c4 ssh-agent -k 23:58:52 unset SSH_AUTH_SOCK; 23:58:52 unset SSH_AGENT_PID; 23:58:52 echo Agent pid 17 killed; 23:58:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:58:52 + git semver [Pipeline] } 23:58:52 $ docker stop --time=1 d7b8377f5a9b192e41fa60fe162a6d3d4f60db4708999156488014ff0557d3c4 23:58:54 $ docker rm -f d7b8377f5a9b192e41fa60fe162a6d3d4f60db4708999156488014ff0557d3c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:58:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:58:55 ---> package-listing.sh 23:58:55 ++ facter osfamily 23:58:55 ++ tr '[:upper:]' '[:lower:]' 23:58:55 + OS_FAMILY=redhat 23:58:55 + workspace=/w/workspace/exfoundry_go-mod-registry_master 23:58:55 + START_PACKAGES=/tmp/packages_start.txt 23:58:55 + END_PACKAGES=/tmp/packages_end.txt 23:58:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:58:55 + PACKAGES=/tmp/packages_start.txt 23:58:55 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 23:58:55 + PACKAGES=/tmp/packages_end.txt 23:58:55 + case "${OS_FAMILY}" in 23:58:55 + rpm -qa 23:58:55 + sort 23:58:59 + '[' -f /tmp/packages_start.txt ']' 23:58:59 + '[' -f /tmp/packages_end.txt ']' 23:58:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:58:59 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 23:58:59 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 23:58:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:59:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:59:00 23:59:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:59:00 alpine: Pulling from edgex-lftools-log-publisher 23:59:00 c9b1b535fdd9: Pulling fs layer 23:59:00 2cc5ad85d9ab: Pulling fs layer 23:59:00 756a868c4378: Pulling fs layer 23:59:00 444b2fc9a129: Pulling fs layer 23:59:00 ea15f1150254: Pulling fs layer 23:59:00 41b27a9f41bf: Pulling fs layer 23:59:00 28c525ee5125: Pulling fs layer 23:59:00 094b1ea09ed8: Pulling fs layer 23:59:00 138eaada9080: Pulling fs layer 23:59:00 0622d0fa9048: Pulling fs layer 23:59:00 28c525ee5125: Waiting 23:59:00 094b1ea09ed8: Waiting 23:59:00 444b2fc9a129: Waiting 23:59:00 138eaada9080: Waiting 23:59:00 0622d0fa9048: Waiting 23:59:00 ea15f1150254: Waiting 23:59:00 41b27a9f41bf: Waiting 23:59:00 2cc5ad85d9ab: Verifying Checksum 23:59:00 2cc5ad85d9ab: Download complete 23:59:00 444b2fc9a129: Verifying Checksum 23:59:00 444b2fc9a129: Download complete 23:59:00 c9b1b535fdd9: Verifying Checksum 23:59:00 c9b1b535fdd9: Download complete 23:59:00 ea15f1150254: Verifying Checksum 23:59:00 ea15f1150254: Download complete 23:59:00 28c525ee5125: Verifying Checksum 23:59:00 28c525ee5125: Download complete 23:59:01 756a868c4378: Verifying Checksum 23:59:01 756a868c4378: Download complete 23:59:01 138eaada9080: Verifying Checksum 23:59:01 138eaada9080: Download complete 23:59:01 094b1ea09ed8: Verifying Checksum 23:59:01 094b1ea09ed8: Download complete 23:59:01 0622d0fa9048: Verifying Checksum 23:59:01 0622d0fa9048: Download complete 23:59:02 c9b1b535fdd9: Pull complete 23:59:03 41b27a9f41bf: Verifying Checksum 23:59:03 41b27a9f41bf: Download complete 23:59:03 2cc5ad85d9ab: Pull complete 23:59:06 756a868c4378: Pull complete 23:59:06 444b2fc9a129: Pull complete 23:59:07 ea15f1150254: Pull complete 23:59:12 41b27a9f41bf: Pull complete 23:59:12 28c525ee5125: Pull complete 23:59:17 094b1ea09ed8: Pull complete 23:59:17 138eaada9080: Pull complete 23:59:17 0622d0fa9048: Pull complete 23:59:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:59:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:59:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:59:17 prd-centos7-docker-4c-2g-3236 does not seem to be running inside a container 23:59:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:59:21 $ docker top 8a691c57ccc5034b9f97224c470341b49fb1c32bb637be075e77142798884915 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:59:22 provisioning config files... 23:59:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config1266887350061372200tmp [Pipeline] { [Pipeline] echo 23:59:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:59:22 ---> create-netrc.sh [Pipeline] echo 23:59:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:59:23 ---> logs-deploy.sh 23:59:23 + ARCHIVE_ARTIFACTS= 23:59:23 + LOGS_SERVER=https://logs.edgexfoundry.org 23:59:23 + '[' https://logs.edgexfoundry.org == None ']' 23:59:23 + NEXUS_URL=https://nexus.edgexfoundry.org 23:59:23 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/9 23:59:23 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-registry/job/master/9/ 23:59:23 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/9 /w/workspace/exfoundry_go-mod-registry_master 23:59:25 Archives upload complete. 23:59:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-registry/job/master/9/ 23:59:26 ---> uname -a: 23:59:26 Linux 8a691c57ccc5 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:59:26 23:59:26 23:59:26 ---> lscpu: 23:59:26 Architecture: x86_64 23:59:26 CPU op-mode(s): 32-bit, 64-bit 23:59:26 Byte Order: Little Endian 23:59:26 Address sizes: 40 bits physical, 48 bits virtual 23:59:26 CPU(s): 4 23:59:26 On-line CPU(s) list: 0-3 23:59:26 Thread(s) per core: 1 23:59:26 Core(s) per socket: 1 23:59:26 Socket(s): 4 23:59:26 NUMA node(s): 1 23:59:26 Vendor ID: GenuineIntel 23:59:26 CPU family: 6 23:59:26 Model: 44 23:59:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:59:26 Stepping: 1 23:59:26 CPU MHz: 2933.438 23:59:26 BogoMIPS: 5866.87 23:59:26 Virtualization: VT-x 23:59:26 Hypervisor vendor: KVM 23:59:26 Virtualization type: full 23:59:26 L1d cache: 128 KiB 23:59:26 L1i cache: 128 KiB 23:59:26 L2 cache: 16 MiB 23:59:26 L3 cache: 64 MiB 23:59:26 NUMA node0 CPU(s): 0-3 23:59:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:59:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:59:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:59:26 Vulnerability Meltdown: Mitigation; PTI 23:59:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:59:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:59:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:59:26 Vulnerability Tsx async abort: Not affected 23:59:26 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 23:59:26 23:59:26 23:59:26 ---> nproc: 23:59:26 4 23:59:26 23:59:26 23:59:26 ---> df -h: 23:59:26 Filesystem Size Used Available Use% Mounted on 23:59:26 overlay 50.0G 8.5G 41.5G 17% / 23:59:26 tmpfs 64.0M 0 64.0M 0% /dev 23:59:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:59:26 shm 64.0M 0 64.0M 0% /dev/shm 23:59:26 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 23:59:26 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 23:59:26 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 23:59:26 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 23:59:26 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/exfoundry_go-mod-registry_master 23:59:26 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/exfoundry_go-mod-registry_master@tmp 23:59:26 23:59:26 23:59:26 ---> free -m: 23:59:26 total used free shared buff/cache available 23:59:26 Mem: 1837 776 108 0 952 993 23:59:26 Swap: 1023 3 1020 23:59:26 23:59:26 23:59:26 ---> ip addr: 23:59:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:59:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:59:26 inet 127.0.0.1/8 scope host lo 23:59:26 valid_lft forever preferred_lft forever 23:59:26 16: eth0@if17: mtu 1458 qdisc noqueue state UP 23:59:26 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:59:26 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:59:26 valid_lft forever preferred_lft forever 23:59:26 23:59:26 23:59:26 ---> sar -b -r -n DEV: 23:59:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/16/20 _x86_64_ (4 CPU) 23:59:26 23:59:26 23:50:40 LINUX RESTART 23:59:26 23:59:26 23:51:01 tps rtps wtps bread/s bwrtn/s 23:59:26 23:52:01 184.92 98.95 85.96 11707.03 40135.71 23:59:26 23:53:01 3.29 0.02 3.28 0.13 105.45 23:59:26 23:54:01 0.55 0.07 0.48 4.79 8.74 23:59:26 23:55:02 0.25 0.00 0.25 0.00 3.50 23:59:26 23:56:01 0.25 0.00 0.25 0.00 3.27 23:59:26 23:57:01 0.32 0.00 0.32 0.00 4.48 23:59:26 23:58:01 283.65 150.17 133.48 6599.83 49591.44 23:59:26 23:59:01 196.46 107.07 89.39 7553.71 13582.35 23:59:26 Average: 83.94 44.66 39.28 3242.10 12961.55 23:59:26 23:59:26 23:51:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:59:26 23:52:01 160312 1721244 91.48 2620 1179548 1140924 38.94 411824 1148128 132 23:59:26 23:53:01 167192 1714364 91.11 2620 1179584 1101036 37.58 406916 1146984 20 23:59:26 23:54:01 168544 1713012 91.04 2620 1179748 1078736 36.82 406628 1146496 8 23:59:26 23:55:02 167140 1714416 91.12 2620 1179752 1079024 36.83 408340 1146496 8 23:59:26 23:56:01 165328 1716228 91.21 2620 1179756 1079148 36.83 413392 1142940 8 23:59:26 23:57:01 165656 1715900 91.20 2620 1179764 1079040 36.83 412720 1142936 8 23:59:26 23:58:01 79664 1801892 95.77 2596 1093544 1505460 51.38 605728 977692 8908 23:59:26 23:59:01 72856 1808700 96.13 2080 1023288 1573224 53.69 663824 863508 80676 23:59:26 Average: 143337 1738220 92.38 2550 1149373 1204574 41.11 466172 1089398 11221 23:59:26 23:59:26 23:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 23:59:26 23:52:01 eth0 232.10 169.17 1022.96 84.66 0.00 0.00 0.00 23:59:26 23:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:52:01 docker0 1.16 1.08 0.25 1.54 0.00 0.00 0.00 23:59:26 23:53:01 eth0 1.00 0.45 0.55 0.21 0.00 0.00 0.00 23:59:26 23:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:54:01 eth0 1.71 0.08 0.16 0.01 0.00 0.00 0.00 23:59:26 23:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:55:02 eth0 3.38 0.83 1.00 0.59 0.00 0.00 0.00 23:59:26 23:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:56:01 eth0 2.01 0.71 0.87 0.57 0.00 0.00 0.00 23:59:26 23:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:57:01 eth0 0.68 0.38 0.40 0.23 0.00 0.00 0.00 23:59:26 23:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:58:01 eth0 280.34 158.34 6980.94 29.10 0.00 0.00 0.00 23:59:26 23:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:58:01 docker0 12.41 12.62 1.33 19.40 0.00 0.00 0.00 23:59:26 23:59:01 eth0 149.43 99.22 1502.85 78.84 0.00 0.00 0.00 23:59:26 23:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 23:59:01 docker0 17.85 30.20 1.20 157.14 0.00 0.00 0.00 23:59:26 Average: eth0 84.05 53.79 1191.73 24.34 0.00 0.00 0.00 23:59:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:59:26 Average: docker0 3.94 5.51 0.35 22.34 0.00 0.00 0.00 23:59:26 23:59:26 23:59:26 ---> sar -P ALL: 23:59:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/16/20 _x86_64_ (4 CPU) 23:59:26 23:59:26 23:50:40 LINUX RESTART 23:59:26 23:59:26 23:51:01 CPU %user %nice %system %iowait %steal %idle 23:59:26 23:52:01 all 16.84 0.00 9.27 8.21 14.06 51.61 23:59:26 23:52:01 0 15.25 0.00 8.83 10.95 15.50 49.46 23:59:26 23:52:01 1 16.78 0.00 11.73 7.99 13.99 49.52 23:59:26 23:52:01 2 16.62 0.00 7.94 6.04 13.95 55.45 23:59:26 23:52:01 3 18.79 0.00 8.62 7.84 12.79 51.96 23:59:26 23:53:01 all 0.12 0.00 0.08 0.00 0.27 99.53 23:59:26 23:53:01 0 0.03 0.00 0.05 0.00 0.15 99.77 23:59:26 23:53:01 1 0.08 0.00 0.05 0.02 0.40 99.45 23:59:26 23:53:01 2 0.07 0.00 0.12 0.00 0.30 99.52 23:59:26 23:53:01 3 0.32 0.00 0.10 0.00 0.22 99.37 23:59:26 23:54:01 all 0.13 0.00 0.05 0.00 0.22 99.60 23:59:26 23:54:01 0 0.03 0.00 0.03 0.00 0.10 99.83 23:59:26 23:54:01 1 0.05 0.00 0.07 0.00 0.28 99.60 23:59:26 23:54:01 2 0.08 0.00 0.07 0.00 0.35 99.50 23:59:26 23:54:01 3 0.33 0.00 0.02 0.00 0.15 99.50 23:59:26 23:55:02 all 0.09 0.00 0.03 0.00 0.31 99.57 23:59:26 23:55:02 0 0.02 0.00 0.02 0.00 0.42 99.55 23:59:26 23:55:02 1 0.05 0.00 0.02 0.00 0.32 99.62 23:59:26 23:55:02 2 0.03 0.00 0.02 0.00 0.37 99.58 23:59:26 23:55:02 3 0.28 0.00 0.05 0.00 0.12 99.55 23:59:26 23:56:01 all 0.11 0.00 0.03 0.00 0.54 99.33 23:59:26 23:56:01 0 0.02 0.00 0.02 0.00 0.32 99.65 23:59:26 23:56:01 1 0.10 0.00 0.03 0.00 0.30 99.56 23:59:26 23:56:01 2 0.07 0.00 0.03 0.00 0.88 99.02 23:59:26 23:56:01 3 0.24 0.00 0.03 0.00 0.66 99.07 23:59:26 23:57:01 all 0.11 0.00 0.05 0.00 0.26 99.59 23:59:26 23:57:01 0 0.02 0.00 0.03 0.00 0.18 99.77 23:59:26 23:57:01 1 0.02 0.00 0.07 0.00 0.10 99.82 23:59:26 23:57:01 2 0.05 0.00 0.05 0.00 0.43 99.47 23:59:26 23:57:01 3 0.35 0.00 0.03 0.00 0.32 99.30 23:59:26 23:58:01 all 8.05 0.00 5.69 2.29 19.46 64.51 23:59:26 23:58:01 0 6.80 0.00 4.45 1.87 19.86 67.03 23:59:26 23:58:01 1 8.62 0.00 6.44 3.87 19.82 61.25 23:59:26 23:58:01 2 8.73 0.00 5.82 2.11 19.83 63.52 23:59:26 23:58:01 3 8.07 0.00 6.12 1.32 18.34 66.14 23:59:26 23:59:01 all 6.53 0.00 5.35 3.46 11.23 73.43 23:59:26 23:59:01 0 4.07 0.00 4.97 1.68 11.73 77.55 23:59:26 23:59:01 1 7.48 0.00 6.04 5.89 11.51 69.08 23:59:26 23:59:01 2 6.82 0.00 4.90 2.53 11.32 74.43 23:59:26 23:59:01 3 7.78 0.00 5.53 3.76 10.36 72.57 23:59:26 Average: all 3.97 0.00 2.56 1.73 5.78 85.97 23:59:26 Average: 0 3.29 0.00 2.31 1.81 6.09 86.50 23:59:26 Average: 1 4.09 0.00 3.01 2.20 5.78 84.92 23:59:26 Average: 2 4.05 0.00 2.37 1.33 5.93 86.33 23:59:26 Average: 3 4.46 0.00 2.53 1.59 5.31 86.10 23:59:26 23:59:26 23:59:26