Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 --version # 'git version 2.16.6' > 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 > git --version # 'git version 2.16.6' 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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-messaging, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6330 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 Commit message: "Merge pull request #71 from lenny-intel/CorrelationID" > git rev-list --no-walk a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:33:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:33:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:33:23 ========================================================= 20:33:23 EdgeX Global Pipelines Version Info 20:33:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:33:25 ------------------- 20:33:25 stable info: 20:33:25 ------------------- 20:33:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:33:25 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 20:33:25 Message: update stable to v1.0.144 20:33:26 ------------------- 20:33:26 experimental info: 20:33:26 ------------------- 20:33:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:33:26 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 20:33:26 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:33:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 20:33:26 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 20:33:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:33:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:33:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:33:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e63b08 [Pipeline] echo 20:33:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:33:30 + git log --format=format:%s -1 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d [Pipeline] echo 20:33:30 GIT_COMMIT: 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d, Commit Message: Merge pull request #71 from lenny-intel/CorrelationID [Pipeline] echo 20:33:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:33:31 20:33:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:33:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:33:32 latest: Pulling from edgex-devops/git-semver 20:33:32 31603596830f: Pulling fs layer 20:33:32 2a8b12db71e7: Pulling fs layer 20:33:32 6ca5941a6612: Pulling fs layer 20:33:32 ecc8261a40a4: Pulling fs layer 20:33:32 ecc8261a40a4: Waiting 20:33:32 2a8b12db71e7: Download complete 20:33:33 31603596830f: Verifying Checksum 20:33:33 31603596830f: Download complete 20:33:33 ecc8261a40a4: Verifying Checksum 20:33:33 ecc8261a40a4: Download complete 20:33:33 6ca5941a6612: Verifying Checksum 20:33:33 6ca5941a6612: Download complete 20:33:33 31603596830f: Pull complete 20:33:33 2a8b12db71e7: Pull complete 20:33:34 6ca5941a6612: Pull complete 20:33:35 ecc8261a40a4: Pull complete 20:33:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:33:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:33:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:33:35 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:33:38 $ docker top 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:33:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:33:38 [ssh-agent] Looking for ssh-agent implementation... 20:33:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:33:38 $ docker exec 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent 20:33:39 SSH_AUTH_SOCK=/tmp/ssh-wQq7AYO9I6s3/agent.13 20:33:39 SSH_AGENT_PID=18 20:33:39 Running ssh-add (command line suppressed) 20:33:39 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3367448687156093828.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3367448687156093828.key) 20:33:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:33:39 + git tag --points-at HEAD [Pipeline] } 20:33:39 $ docker exec --env ******** --env ******** 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent -k 20:33:40 unset SSH_AUTH_SOCK; 20:33:40 unset SSH_AGENT_PID; 20:33:40 echo Agent pid 18 killed; 20:33:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:33:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:33:40 [ssh-agent] Looking for ssh-agent implementation... 20:33:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:33:40 $ docker exec 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent 20:33:41 SSH_AUTH_SOCK=/tmp/ssh-AP302wDafQSL/agent.46 20:33:41 SSH_AGENT_PID=51 20:33:41 Running ssh-add (command line suppressed) 20:33:41 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5289725989493844749.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5289725989493844749.key) 20:33:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:33:41 + git semver init 20:33:41 # -> Open(): unable to determine branch for HEAD 20:33:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 20:33:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 20:33:41 # $SEMVER_REMOTE_NAME = origin 20:33:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:33:41 # $SEMVER_USER_NAME = edgex-jenkins 20:33:41 # $SEMVER_BRANCH = master 20:33:41 # $SEMVER_TEMP = /tmp/semver-734798020 20:33:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 20:33:42 # '/tmp/semver-734798020' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 20:33:42 # -> Force: false 20:33:42 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 20:33:42 $ docker exec --env ******** --env ******** 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent -k 20:33:42 unset SSH_AUTH_SOCK; 20:33:42 unset SSH_AGENT_PID; 20:33:42 echo Agent pid 51 killed; 20:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:33:43 + git semver [Pipeline] } 20:33:43 $ docker stop --time=1 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd 20:33:44 $ docker rm -f 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd [Pipeline] // withDockerContainer [Pipeline] sh 20:33:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:33:46 Stashed 1 file(s) [Pipeline] echo 20:33:46 [edgeXSemver]: initialized semver on version 0.1.27 [Pipeline] } [Pipeline] // script [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 20:34:01 Still waiting to schedule task 20:34:01 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:34:01 Still waiting to schedule task 20:34:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 20:35:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6331 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 20:35:47 Running in /w/workspace/go-mod-messaging/18 [Pipeline] { [Pipeline] checkout 20:35:53 using credential edgex-jenkins-ssh 20:35:53 Cloning the remote Git repository 20:35:53 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 20:35:53 > git init /w/workspace/go-mod-messaging/18 # timeout=10 20:35:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:35:53 > git --version # timeout=10 20:35:53 > git --version # 'git version 2.17.1' 20:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:35:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:54 Checking out Revision 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d (master) 20:35:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:35:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:35:54 > git config core.sparsecheckout # timeout=10 20:35:54 > git checkout -f 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 20:35:59 Commit message: "Merge pull request #71 from lenny-intel/CorrelationID" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:36:00 ========================================================= 20:36:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:36:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:36:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:36:02 Sending build context to Docker daemon 458.2kB 20:36:02 Step 1/7 : ARG BASE=golang:1.15-alpine 20:36:02 Step 2/7 : FROM ${BASE} 20:36:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:36:02 b538f80385f9: Pulling fs layer 20:36:02 74f711af9a0d: Pulling fs layer 20:36:02 99f96fe45779: Pulling fs layer 20:36:02 8529a6b9a6be: Pulling fs layer 20:36:02 45590311c82a: Pulling fs layer 20:36:02 69ca0ff8b7b3: Pulling fs layer 20:36:02 209524e5b208: Pulling fs layer 20:36:02 8529a6b9a6be: Waiting 20:36:02 45590311c82a: Waiting 20:36:02 69ca0ff8b7b3: Waiting 20:36:02 209524e5b208: Waiting 20:36:02 99f96fe45779: Download complete 20:36:02 74f711af9a0d: Verifying Checksum 20:36:02 74f711af9a0d: Download complete 20:36:02 45590311c82a: Verifying Checksum 20:36:02 45590311c82a: Download complete 20:36:02 69ca0ff8b7b3: Verifying Checksum 20:36:02 69ca0ff8b7b3: Download complete 20:36:03 b538f80385f9: Download complete 20:36:04 b538f80385f9: Pull complete 20:36:05 74f711af9a0d: Pull complete 20:36:05 99f96fe45779: Pull complete 20:36:06 209524e5b208: Verifying Checksum 20:36:06 209524e5b208: Download complete 20:36:07 8529a6b9a6be: Verifying Checksum 20:36:07 8529a6b9a6be: Download complete 20:36:16 Running on prd-centos7-docker-4c-2g-6333 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 20:36:16 Running in /w/workspace/go-mod-messaging/18 [Pipeline] { [Pipeline] checkout 20:36:17 8529a6b9a6be: Pull complete 20:36:18 45590311c82a: Pull complete 20:36:18 69ca0ff8b7b3: Pull complete 20:36:18 using credential edgex-jenkins-ssh 20:36:18 Cloning the remote Git repository 20:36:18 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 20:36:18 > git init /w/workspace/go-mod-messaging/18 # timeout=10 20:36:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:36:19 > git --version # timeout=10 20:36:19 > git --version # 'git version 2.16.5' 20:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:20 Checking out Revision 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d (master) 20:36:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:36:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:36:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:36:20 > git config core.sparsecheckout # timeout=10 20:36:20 > git checkout -f 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 20:36:22 209524e5b208: Pull complete 20:36:22 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:36:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:36:22 ---> 5bddaf1c2fca 20:36:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:36:23 Commit message: "Merge pull request #71 from lenny-intel/CorrelationID" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:36:24 ========================================================= 20:36:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:36:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:36:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:36:25 Sending build context to Docker daemon 458.2kB 20:36:25 Step 1/7 : ARG BASE=golang:1.15-alpine 20:36:25 Step 2/7 : FROM ${BASE} 20:36:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:36:25 df20fa9351a1: Pulling fs layer 20:36:25 ed8968b2872e: Pulling fs layer 20:36:25 a92cc7c5fd73: Pulling fs layer 20:36:25 e871e8e8d7a9: Pulling fs layer 20:36:25 e73272ec9a57: Pulling fs layer 20:36:25 1e910a182e73: Pulling fs layer 20:36:25 4e634b169226: Pulling fs layer 20:36:25 e73272ec9a57: Waiting 20:36:25 1e910a182e73: Waiting 20:36:25 e871e8e8d7a9: Waiting 20:36:25 4e634b169226: Waiting 20:36:25 a92cc7c5fd73: Download complete 20:36:25 ed8968b2872e: Download complete 20:36:25 e73272ec9a57: Verifying Checksum 20:36:25 e73272ec9a57: Download complete 20:36:25 1e910a182e73: Verifying Checksum 20:36:25 1e910a182e73: Download complete 20:36:25 ---> Running in b63e63c76334 20:36:25 Removing intermediate container b63e63c76334 20:36:25 ---> 1bfe1617b735 20:36:25 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 20:36:25 ---> Running in 542242371f48 20:36:25 df20fa9351a1: Verifying Checksum 20:36:25 df20fa9351a1: Download complete 20:36:25 df20fa9351a1: Pull complete 20:36:25 ed8968b2872e: Pull complete 20:36:25 a92cc7c5fd73: Pull complete 20:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:36:27 4e634b169226: Verifying Checksum 20:36:27 4e634b169226: Download complete 20:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:36:28 e871e8e8d7a9: Verifying Checksum 20:36:28 e871e8e8d7a9: Download complete 20:36:29 (1/5) Installing libsodium (1.0.18-r0) 20:36:29 (2/5) Installing libzmq (4.3.3-r0) 20:36:30 (3/5) Installing pkgconf (1.7.2-r0) 20:36:30 (4/5) Installing libsodium-dev (1.0.18-r0) 20:36:30 (5/5) Installing zeromq-dev (4.3.3-r0) 20:36:30 Executing busybox-1.31.1-r16.trigger 20:36:30 OK: 144 MiB in 44 packages 20:36:31 Removing intermediate container 542242371f48 20:36:31 ---> 430f9fe42dae 20:36:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:36:31 ---> Running in 65f531b8ad0f 20:36:32 Removing intermediate container 65f531b8ad0f 20:36:32 ---> 3e00f06c1424 20:36:32 Step 6/7 : COPY go.mod . 20:36:32 e871e8e8d7a9: Pull complete 20:36:32 e73272ec9a57: Pull complete 20:36:32 1e910a182e73: Pull complete 20:36:32 ---> 49ed80569acc 20:36:32 Step 7/7 : RUN go mod download 20:36:33 ---> Running in 4d2dab554293 20:36:36 4e634b169226: Pull complete 20:36:36 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:36:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:36:36 ---> f7629b54cfaa 20:36:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:36:36 ---> Running in d04fe97cd515 20:36:37 Removing intermediate container d04fe97cd515 20:36:37 ---> 19fabc16a1ac 20:36:37 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 20:36:37 ---> Running in b8b429c6cabd 20:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:40 (1/5) Installing libsodium (1.0.18-r0) 20:36:40 (2/5) Installing libzmq (4.3.3-r0) 20:36:40 (3/5) Installing pkgconf (1.7.2-r0) 20:36:40 (4/5) Installing libsodium-dev (1.0.18-r0) 20:36:40 (5/5) Installing zeromq-dev (4.3.3-r0) 20:36:40 Executing busybox-1.31.1-r16.trigger 20:36:40 OK: 167 MiB in 44 packages 20:36:41 Removing intermediate container b8b429c6cabd 20:36:41 ---> 6390d7f9d211 20:36:41 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:36:41 ---> Running in ce43f937fde1 20:36:41 Removing intermediate container ce43f937fde1 20:36:41 ---> efc1d72e77db 20:36:41 Step 6/7 : COPY go.mod . 20:36:41 ---> 539d5636cfac 20:36:41 Step 7/7 : RUN go mod download 20:36:41 ---> Running in 114f993a06eb 20:36:48 Removing intermediate container 4d2dab554293 20:36:48 ---> 63e1d79eab82 20:36:48 Successfully built 63e1d79eab82 20:36:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:36:48 + docker inspect -f . ci-base-image-arm64 20:36:48 . [Pipeline] withDockerContainer 20:36:48 prd-ubuntu18.04-docker-arm64-4c-16g-6331 does not seem to be running inside a container 20:36:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/18 -v /w/workspace/go-mod-messaging/18:/w/workspace/go-mod-messaging/18:rw,z -v /w/workspace/go-mod-messaging/18@tmp:/w/workspace/go-mod-messaging/18@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:50 $ docker top c9c5c9a4bb5db6b3b31d75106e6d94f805e903b78a0efacf8b4b908355497a81 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:52 + go version 20:36:52 go version go1.15.2 linux/arm64 [Pipeline] } 20:36:52 $ docker stop --time=1 c9c5c9a4bb5db6b3b31d75106e6d94f805e903b78a0efacf8b4b908355497a81 20:36:53 Removing intermediate container 114f993a06eb 20:36:53 ---> dc2cb9b52f05 20:36:53 Successfully built dc2cb9b52f05 20:36:53 Successfully tagged ci-base-image-x86_64:latest 20:36:54 $ docker rm -f c9c5c9a4bb5db6b3b31d75106e6d94f805e903b78a0efacf8b4b908355497a81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 20:36:55 + docker inspect -f . ci-base-image-x86_64 20:36:55 . [Pipeline] withDockerContainer 20:36:55 prd-centos7-docker-4c-2g-6333 does not seem to be running inside a container 20:36:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/18 -v /w/workspace/go-mod-messaging/18:/w/workspace/go-mod-messaging/18:rw,z -v /w/workspace/go-mod-messaging/18@tmp:/w/workspace/go-mod-messaging/18@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:36:55 $ docker top 422bf471da01ba434b1dbc84f0cc0c51bb01ce20f3c91f8374a00f08aa54e4bd -eo pid,comm [Pipeline] { [Pipeline] sh Stage "Build" skipped due to when conditional [Pipeline] } 20:36:56 + go version 20:36:56 go version go1.15.2 linux/amd64 [Pipeline] // stage [Pipeline] } 20:36:56 $ docker stop --time=1 422bf471da01ba434b1dbc84f0cc0c51bb01ce20f3c91f8374a00f08aa54e4bd 20:36:57 $ docker rm -f 422bf471da01ba434b1dbc84f0cc0c51bb01ce20f3c91f8374a00f08aa54e4bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:37:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:37:02 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:37:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:37:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:37:03 20:37:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:37:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:37:03 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:37:03 cbdbe7a5bc2a: Pulling fs layer 20:37:03 408f87550127: Pulling fs layer 20:37:03 fe522b08c979: Pulling fs layer 20:37:03 221eaa008020: Pulling fs layer 20:37:03 2a4607e5d6b9: Pulling fs layer 20:37:03 8f79b27c4fd2: Pulling fs layer 20:37:03 e5c8dbe1645b: Pulling fs layer 20:37:03 23e8b3b47431: Pulling fs layer 20:37:03 5c568d65a230: Pulling fs layer 20:37:03 221eaa008020: Waiting 20:37:03 2a4607e5d6b9: Waiting 20:37:03 8f79b27c4fd2: Waiting 20:37:03 e5c8dbe1645b: Waiting 20:37:03 23e8b3b47431: Waiting 20:37:03 5c568d65a230: Waiting 20:37:03 fe522b08c979: Verifying Checksum 20:37:03 fe522b08c979: Download complete 20:37:03 408f87550127: Download complete 20:37:03 2a4607e5d6b9: Verifying Checksum 20:37:03 2a4607e5d6b9: Download complete 20:37:03 8f79b27c4fd2: Verifying Checksum 20:37:03 8f79b27c4fd2: Download complete 20:37:03 cbdbe7a5bc2a: Download complete 20:37:04 cbdbe7a5bc2a: Pull complete 20:37:04 408f87550127: Pull complete 20:37:04 fe522b08c979: Pull complete 20:37:06 e5c8dbe1645b: Verifying Checksum 20:37:06 e5c8dbe1645b: Download complete 20:37:09 23e8b3b47431: Verifying Checksum 20:37:09 23e8b3b47431: Download complete 20:37:10 5c568d65a230: Verifying Checksum 20:37:10 5c568d65a230: Download complete 20:37:15 221eaa008020: Verifying Checksum 20:37:15 221eaa008020: Download complete 20:37:25 221eaa008020: Pull complete 20:37:25 2a4607e5d6b9: Pull complete 20:37:25 8f79b27c4fd2: Pull complete 20:37:27 e5c8dbe1645b: Pull complete 20:37:31 23e8b3b47431: Pull complete 20:37:33 5c568d65a230: Pull complete 20:37:33 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:37:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:37:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:37:33 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:37:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-messaging_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 20:37:35 $ docker top 6b52c4d3e41aa01f8e037120e3a93e41b2b06da51b4d122eaa060b0302f4caa1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:36 + snyk monitor '--org=edgex-jenkins' 20:37:42 20:37:42 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... 20:37:42 20:37:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/0b75b3fa-dbf5-4cbc-acf3-1d9700b8cd7b 20:37:42 20:37:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:37:42 20:37:42 20:37:42 Snyk CLI supports Node.js 8 and higher. 20:37:42 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:37:42 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:37:42 20:37:42 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:37:42 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 20:37:42 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 20:37:42 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:37:42 $ docker stop --time=1 6b52c4d3e41aa01f8e037120e3a93e41b2b06da51b4d122eaa060b0302f4caa1 20:37:44 $ docker rm -f 6b52c4d3e41aa01f8e037120e3a93e41b2b06da51b4d122eaa060b0302f4caa1 [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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:37:46 + git log --format=format:%s -1 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d [Pipeline] isUnix [Pipeline] sh 20:37:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:37:47 . [Pipeline] withDockerContainer 20:37:47 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:37:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:37:49 $ docker top 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:37:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:37:49 [ssh-agent] Looking for ssh-agent implementation... 20:37:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:37:49 $ docker exec 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d ssh-agent 20:37:50 SSH_AUTH_SOCK=/tmp/ssh-HCUxoN6y6iR5/agent.11 20:37:50 SSH_AGENT_PID=16 20:37:50 Running ssh-add (command line suppressed) 20:37:50 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2564065138552996994.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2564065138552996994.key) 20:37:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:37:50 + git semver tag 20:37:50 # -> Open(): unable to determine branch for HEAD 20:37:50 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 20:37:50 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 20:37:50 # $SEMVER_REMOTE_NAME = origin 20:37:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:37:50 # $SEMVER_USER_NAME = edgex-jenkins 20:37:50 # $SEMVER_BRANCH = master 20:37:50 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 20:37:50 # 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d HEAD 20:37:50 # -> Force: false 20:37:50 # 406d33dd004235a2b39195d179c3a95c46bb539d refs/tags/v0.1.27 [Pipeline] } 20:37:50 $ docker exec --env ******** --env ******** 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d ssh-agent -k 20:37:51 unset SSH_AUTH_SOCK; 20:37:51 unset SSH_AGENT_PID; 20:37:51 echo Agent pid 16 killed; 20:37:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:51 + git semver [Pipeline] } 20:37:51 $ docker stop --time=1 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d 20:37:53 $ docker rm -f 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:37:54 20:37:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:37:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:37:54 0.23.1-centos7: Pulling from edgex-lftools 20:37:54 ab5ef0e58194: Pulling fs layer 20:37:54 9712f1f96733: Pulling fs layer 20:37:54 63f879dbbcfc: Pulling fs layer 20:37:54 0d9ebad4ef96: Pulling fs layer 20:37:54 e9a5061849ea: Pulling fs layer 20:37:54 d747dcd14b5f: Pulling fs layer 20:37:54 2de7ff778b66: Pulling fs layer 20:37:54 0d9ebad4ef96: Waiting 20:37:54 e9a5061849ea: Waiting 20:37:54 d747dcd14b5f: Waiting 20:37:54 2de7ff778b66: Waiting 20:37:54 9712f1f96733: Download complete 20:38:04 63f879dbbcfc: Verifying Checksum 20:38:04 63f879dbbcfc: Download complete 20:38:04 e9a5061849ea: Verifying Checksum 20:38:04 e9a5061849ea: Download complete 20:38:04 d747dcd14b5f: Download complete 20:38:04 2de7ff778b66: Verifying Checksum 20:38:04 2de7ff778b66: Download complete 20:38:05 0d9ebad4ef96: Verifying Checksum 20:38:05 0d9ebad4ef96: Download complete 20:38:05 ab5ef0e58194: Verifying Checksum 20:38:05 ab5ef0e58194: Download complete 20:38:13 ab5ef0e58194: Pull complete 20:38:13 9712f1f96733: Pull complete 20:38:15 63f879dbbcfc: Pull complete 20:38:26 0d9ebad4ef96: Pull complete 20:38:26 e9a5061849ea: Pull complete 20:38:26 d747dcd14b5f: Pull complete 20:38:29 2de7ff778b66: Pull complete 20:38:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:38:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:38:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:38:29 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:38:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:38:33 $ docker top 2fb27bedd3a00e8cc8b1026b57f79e133998197de61104cf6c8bab77cc4ea54e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:38:34 provisioning config files... 20:38:34 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5523482470981011941tmp 20:38:34 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5184700736487416728tmp 20:38:34 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config286829371138705286tmp [Pipeline] { [Pipeline] echo 20:38:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:38:34 ---> sigul-configuration.sh 20:38:34 gpg: directory `/root/.gnupg' created 20:38:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:38:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:38:34 gpg: keyring `/root/.gnupg/secring.gpg' created 20:38:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:38:34 gpg: CAST5 encrypted data 20:38:35 gpg: encrypted with 1 passphrase 20:38:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:38:35 + mkdir /home/jenkins 20:38:35 + mkdir /home/jenkins/sigul [Pipeline] sh 20:38:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:38:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:38:36 ---> sigul-install.sh 20:38:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:38:44 + git tag --list 20:38:44 v0.0.0 20:38:44 v0.1.0 20:38:44 v0.1.1 20:38:44 v0.1.10 20:38:44 v0.1.11 20:38:44 v0.1.12 20:38:44 v0.1.13 20:38:44 v0.1.14 20:38:44 v0.1.15 20:38:44 v0.1.16 20:38:44 v0.1.17 20:38:44 v0.1.18 20:38:44 v0.1.19 20:38:44 v0.1.2 20:38:44 v0.1.20 20:38:44 v0.1.21 20:38:44 v0.1.22 20:38:44 v0.1.23 20:38:44 v0.1.24 20:38:44 v0.1.25 20:38:44 v0.1.26 20:38:44 v0.1.27 20:38:44 v0.1.3 20:38:44 v0.1.4 20:38:44 v0.1.5 20:38:44 v0.1.6 20:38:44 v0.1.7 20:38:44 v0.1.8 20:38:44 v0.1.9 [Pipeline] sh 20:38:44 + lftools sign git-tag v0.1.27 20:38:46 Signing Git tag with Sigul... 20:38:46 Signing v0.1.27 [Pipeline] echo 20:38:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:38:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:38:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:38:48 $ docker stop --time=1 2fb27bedd3a00e8cc8b1026b57f79e133998197de61104cf6c8bab77cc4ea54e 20:38:50 $ docker rm -f 2fb27bedd3a00e8cc8b1026b57f79e133998197de61104cf6c8bab77cc4ea54e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:38:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:38:52 . [Pipeline] withDockerContainer 20:38:52 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:38:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:38:53 $ docker top f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:38:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:38:54 [ssh-agent] Looking for ssh-agent implementation... 20:38:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:38:55 $ docker exec f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 ssh-agent 20:38:55 SSH_AUTH_SOCK=/tmp/ssh-D15hwdK2oDtA/agent.11 20:38:55 SSH_AGENT_PID=17 20:38:55 Running ssh-add (command line suppressed) 20:38:56 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_346007234168628941.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_346007234168628941.key) 20:38:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:38:56 + git semver bump patch 20:38:57 # -> Open(): unable to determine branch for HEAD 20:38:57 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 20:38:57 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 20:38:57 # $SEMVER_REMOTE_NAME = origin 20:38:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:38:57 # $SEMVER_USER_NAME = edgex-jenkins 20:38:57 # $SEMVER_BRANCH = master 20:38:57 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 20:38:57 0.1.28 [Pipeline] } 20:38:57 $ docker exec --env ******** --env ******** f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 ssh-agent -k 20:38:57 unset SSH_AUTH_SOCK; 20:38:57 unset SSH_AGENT_PID; 20:38:57 echo Agent pid 17 killed; 20:38:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:38:58 + git semver [Pipeline] } 20:38:58 $ docker stop --time=1 f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 20:38:59 $ docker rm -f f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:39:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:00 . [Pipeline] withDockerContainer 20:39:01 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:39:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:39:02 $ docker top 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:39:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:02 [ssh-agent] Looking for ssh-agent implementation... 20:39:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:03 $ docker exec 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa ssh-agent 20:39:03 SSH_AUTH_SOCK=/tmp/ssh-PD2O0X8HpCSe/agent.12 20:39:03 SSH_AGENT_PID=17 20:39:03 Running ssh-add (command line suppressed) 20:39:04 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9177562172240497653.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9177562172240497653.key) 20:39:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:04 + git semver push 20:39:04 # -> Open(): unable to determine branch for HEAD 20:39:04 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 20:39:04 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 20:39:04 # $SEMVER_REMOTE_NAME = origin 20:39:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:39:04 # $SEMVER_USER_NAME = edgex-jenkins 20:39:04 # $SEMVER_BRANCH = master 20:39:04 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 20:39:11 $ docker exec --env ******** --env ******** 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa ssh-agent -k 20:39:11 unset SSH_AUTH_SOCK; 20:39:11 unset SSH_AGENT_PID; 20:39:11 echo Agent pid 17 killed; 20:39:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:39:12 + git semver [Pipeline] } 20:39:12 $ docker stop --time=1 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa 20:39:14 $ docker rm -f 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 20:39:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:39:17 ---> package-listing.sh 20:39:17 ++ facter osfamily 20:39:17 ++ tr '[:upper:]' '[:lower:]' 20:39:17 + OS_FAMILY=redhat 20:39:17 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 20:39:17 + START_PACKAGES=/tmp/packages_start.txt 20:39:17 + END_PACKAGES=/tmp/packages_end.txt 20:39:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:39:17 + PACKAGES=/tmp/packages_start.txt 20:39:17 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 20:39:17 + PACKAGES=/tmp/packages_end.txt 20:39:17 + case "${OS_FAMILY}" in 20:39:17 + rpm -qa 20:39:17 + sort 20:39:21 + '[' -f /tmp/packages_start.txt ']' 20:39:21 + '[' -f /tmp/packages_end.txt ']' 20:39:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:39:21 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 20:39:21 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 20:39:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 20:39:21 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:39:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:39:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:39:22 20:39:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:39:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:39:23 alpine: Pulling from edgex-lftools-log-publisher 20:39:23 df20fa9351a1: Pulling fs layer 20:39:23 36b3adc4ff6f: Pulling fs layer 20:39:23 8ad3a11d3b57: Pulling fs layer 20:39:23 46f8f816bc3b: Pulling fs layer 20:39:23 93b61091891f: Pulling fs layer 20:39:23 93b9cdb0e59b: Pulling fs layer 20:39:23 5e14af77c1be: Pulling fs layer 20:39:23 01666e4c0597: Pulling fs layer 20:39:23 aa168da1d23b: Pulling fs layer 20:39:23 93b9cdb0e59b: Waiting 20:39:23 5e14af77c1be: Waiting 20:39:23 01666e4c0597: Waiting 20:39:23 aa168da1d23b: Waiting 20:39:23 46f8f816bc3b: Waiting 20:39:23 93b61091891f: Waiting 20:39:23 36b3adc4ff6f: Verifying Checksum 20:39:23 36b3adc4ff6f: Download complete 20:39:23 46f8f816bc3b: Verifying Checksum 20:39:23 46f8f816bc3b: Download complete 20:39:23 df20fa9351a1: Verifying Checksum 20:39:23 df20fa9351a1: Download complete 20:39:23 93b9cdb0e59b: Verifying Checksum 20:39:23 93b9cdb0e59b: Download complete 20:39:23 93b61091891f: Download complete 20:39:23 5e14af77c1be: Verifying Checksum 20:39:23 5e14af77c1be: Download complete 20:39:23 01666e4c0597: Verifying Checksum 20:39:23 01666e4c0597: Download complete 20:39:24 8ad3a11d3b57: Verifying Checksum 20:39:24 8ad3a11d3b57: Download complete 20:39:24 df20fa9351a1: Pull complete 20:39:25 36b3adc4ff6f: Pull complete 20:39:26 8ad3a11d3b57: Pull complete 20:39:26 46f8f816bc3b: Pull complete 20:39:27 93b61091891f: Pull complete 20:39:27 93b9cdb0e59b: Pull complete 20:39:27 5e14af77c1be: Pull complete 20:39:27 01666e4c0597: Pull complete 20:39:29 aa168da1d23b: Verifying Checksum 20:39:29 aa168da1d23b: Download complete 20:39:39 aa168da1d23b: Pull complete 20:39:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:39:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:39:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:39:39 prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container 20:39:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:39:43 $ docker top 927bc0bdaf8dc5dc71cb9bca100185f693cbee2076dc760f7280834bd6051ba1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:39:43 + touch /tmp/pre-build-complete [Pipeline] sh 20:39:44 + mkdir -p /var/log/sa [Pipeline] sh 20:39:44 + ls /var/log/sa-host 20:39:44 + sadf -c /var/log/sa-host/sa05 20:39:44 file_magic: OK 20:39:44 HZ: Using current value: 100 20:39:44 file_header: OK 20:39:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:39:44 Statistics: 20:39:44 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:39:44 File successfully converted to sysstat format version 12.2.1 20:39:44 + sadf -c /var/log/sa-host/sa19 20:39:44 file_magic: OK 20:39:44 HZ: Using current value: 100 20:39:44 file_header: OK 20:39:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:39:44 Statistics: 20:39:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:39:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:39:45 provisioning config files... 20:39:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6080187823562269547tmp [Pipeline] { [Pipeline] echo 20:39:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:39:45 ---> create-netrc.sh [Pipeline] } 20:39:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:39:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:39:46 ---> python-tools-install.sh [Pipeline] echo 20:39:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:39:47 ---> sudo-logs.sh 20:39:47 Archiving 'sudo' log.. [Pipeline] echo 20:39:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:39:48 ---> job-cost.sh 20:39:48 lf-activate-venv: SKIPPING 20:39:48 INFO: No Stack... 20:39:49 INFO: Retrieving Pricing Info for: v1-standard-2 20:39:50 INFO: Archiving Costs [Pipeline] echo 20:39:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:39:51 ---> logs-deploy.sh 20:39:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/18 20:39:51 INFO: archiving workspace using pattern(s): 20:39:53 Archives upload complete. 20:39:53 INFO: archiving logs to Nexus 20:39:55 ---> uname -a: 20:39:55 Linux prd-centos7-docker-4c-2g-6330.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:39:55 20:39:55 20:39:55 ---> lscpu: 20:39:55 Architecture: x86_64 20:39:55 CPU op-mode(s): 32-bit, 64-bit 20:39:55 Byte Order: Little Endian 20:39:55 Address sizes: 40 bits physical, 48 bits virtual 20:39:55 CPU(s): 4 20:39:55 On-line CPU(s) list: 0-3 20:39:55 Thread(s) per core: 1 20:39:55 Core(s) per socket: 1 20:39:55 Socket(s): 4 20:39:55 NUMA node(s): 1 20:39:55 Vendor ID: GenuineIntel 20:39:55 CPU family: 6 20:39:55 Model: 44 20:39:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:39:55 Stepping: 1 20:39:55 CPU MHz: 2933.438 20:39:55 BogoMIPS: 5866.87 20:39:55 Virtualization: VT-x 20:39:55 Hypervisor vendor: KVM 20:39:55 Virtualization type: full 20:39:55 L1d cache: 128 KiB 20:39:55 L1i cache: 128 KiB 20:39:55 L2 cache: 16 MiB 20:39:55 L3 cache: 64 MiB 20:39:55 NUMA node0 CPU(s): 0-3 20:39:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:39:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:39:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:39:55 Vulnerability Meltdown: Mitigation; PTI 20:39:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:39:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:39:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:39:55 Vulnerability Tsx async abort: Not affected 20:39:55 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 20:39:55 20:39:55 20:39:55 ---> nproc: 20:39:55 4 20:39:55 20:39:55 20:39:55 ---> df -h: 20:39:55 Filesystem Size Used Available Use% Mounted on 20:39:55 overlay 50.0G 8.4G 41.5G 17% / 20:39:55 tmpfs 64.0M 0 64.0M 0% /dev 20:39:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:39:55 shm 64.0M 0 64.0M 0% /dev/shm 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-messaging_master 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 20:39:55 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 20:39:55 20:39:55 20:39:55 ---> free -m: 20:39:55 total used free shared buff/cache available 20:39:55 Mem: 1837 756 161 0 919 1015 20:39:55 Swap: 1023 2 1021 20:39:55 20:39:55 20:39:55 ---> ip addr: 20:39:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:39:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:39:55 inet 127.0.0.1/8 scope host lo 20:39:55 valid_lft forever preferred_lft forever 20:39:55 inet6 ::1/128 scope host 20:39:55 valid_lft forever preferred_lft forever 20:39:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:39:55 link/ether fa:16:3e:fe:43:0e brd ff:ff:ff:ff:ff:ff 20:39:55 inet 10.30.123.33/23 brd 10.30.123.255 scope global dynamic eth0 20:39:55 valid_lft 85960sec preferred_lft 85960sec 20:39:55 inet6 fe80::f816:3eff:fefe:430e/64 scope link 20:39:55 valid_lft forever preferred_lft forever 20:39:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:39:55 link/ether 02:42:b9:cc:4c:fa brd ff:ff:ff:ff:ff:ff 20:39:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:39:55 valid_lft forever preferred_lft forever 20:39:55 inet6 fe80::42:b9ff:fecc:4cfa/64 scope link 20:39:55 valid_lft forever preferred_lft forever 20:39:55 20:39:55 20:39:55 ---> sar -b -r -n DEV: 20:39:55 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 20:39:55 20:39:55 20:32:17 LINUX RESTART (4 CPU) 20:39:55 20:39:55 20:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:39:55 20:34:01 66.18 20.33 45.86 0.00 5378.58 4843.58 0.00 20:39:55 20:35:01 1.73 0.00 1.73 0.00 0.00 33.85 0.00 20:39:55 20:36:02 0.22 0.00 0.22 0.00 0.00 3.60 0.00 20:39:55 20:37:01 0.25 0.00 0.25 0.00 0.00 2.74 0.00 20:39:55 20:38:01 239.82 144.14 95.67 0.00 7000.33 31189.53 0.00 20:39:55 20:39:01 198.00 65.82 132.19 0.00 4028.61 32807.80 0.00 20:39:55 Average: 84.63 38.50 46.13 0.00 2743.10 11515.79 0.00 20:39:55 20:39:55 20:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:39:55 20:34:01 174484 0 555512 29.52 2620 1148940 1136484 38.79 417596 1129084 132 20:39:55 20:35:01 183616 0 546372 29.04 2620 1148948 1066264 36.39 412520 1126788 16 20:39:55 20:36:02 181828 0 548156 29.13 2620 1148952 1066640 36.40 414484 1126604 16 20:39:55 20:37:01 180012 0 549968 29.23 2620 1148956 1066652 36.40 416604 1126020 12 20:39:55 20:38:01 92608 0 633608 33.67 2620 1152720 1314536 44.86 550728 1044012 71816 20:39:55 20:39:01 222128 0 722348 38.39 1924 935156 1343232 45.84 621932 754720 32 20:39:55 Average: 172446 0 592661 31.50 2504 1113945 1165635 39.78 472311 1051205 12004 20:39:55 20:39:55 20:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:39:55 20:34:01 eth0 211.86 159.61 1001.95 77.35 0.00 0.00 0.00 0.00 20:39:55 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:34:01 docker0 1.26 1.16 0.30 2.36 0.00 0.00 0.00 0.00 20:39:55 20:35:01 eth0 1.03 0.02 0.10 0.00 0.00 0.00 0.00 0.00 20:39:55 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:36:02 eth0 2.71 1.45 3.45 0.45 0.00 0.00 0.00 0.00 20:39:55 20:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:37:01 eth0 0.44 0.41 0.30 0.21 0.00 0.00 0.00 0.00 20:39:55 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:38:01 eth0 571.18 501.33 5062.42 84.24 0.00 0.00 0.00 0.00 20:39:55 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:38:01 docker0 11.38 11.11 1.08 42.12 0.00 0.00 0.00 0.00 20:39:55 20:39:01 eth0 278.28 223.87 2218.91 60.28 0.00 0.00 0.00 0.00 20:39:55 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 20:39:01 docker0 20.18 29.41 1.16 198.52 0.00 0.00 0.00 0.00 20:39:55 Average: eth0 178.13 148.23 1385.40 37.20 0.00 0.00 0.00 0.00 20:39:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:55 Average: docker0 5.49 6.97 0.42 40.63 0.00 0.00 0.00 0.00 20:39:55 20:39:55 20:39:55 ---> sar -P ALL: 20:39:55 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 20:39:55 20:39:55 20:32:17 LINUX RESTART (4 CPU) 20:39:55 20:39:55 20:33:01 CPU %user %nice %system %iowait %steal %idle 20:39:55 20:34:01 all 11.03 0.00 4.41 1.87 10.33 72.36 20:39:55 20:34:01 0 13.92 0.00 4.34 0.65 10.20 70.89 20:39:55 20:34:01 1 9.11 0.00 4.68 2.00 10.15 74.06 20:39:55 20:34:01 2 10.06 0.00 4.30 3.68 10.26 71.70 20:39:55 20:34:01 3 11.09 0.00 4.30 1.13 10.70 72.79 20:39:55 20:35:01 all 0.12 0.00 0.09 0.00 0.27 99.52 20:39:55 20:35:01 0 0.03 0.00 0.07 0.00 0.28 99.62 20:39:55 20:35:01 1 0.30 0.00 0.07 0.00 0.35 99.29 20:39:55 20:35:01 2 0.12 0.00 0.12 0.00 0.10 99.67 20:39:55 20:35:01 3 0.05 0.00 0.10 0.00 0.33 99.52 20:39:55 20:36:02 all 0.14 0.00 0.04 0.00 0.22 99.61 20:39:55 20:36:02 0 0.08 0.00 0.05 0.00 0.25 99.62 20:39:55 20:36:02 1 0.05 0.00 0.02 0.00 0.27 99.67 20:39:55 20:36:02 2 0.33 0.00 0.03 0.00 0.17 99.47 20:39:55 20:36:02 3 0.08 0.00 0.05 0.00 0.18 99.68 20:39:55 20:37:01 all 0.13 0.00 0.03 0.00 0.10 99.74 20:39:55 20:37:01 0 0.02 0.00 0.02 0.00 0.08 99.88 20:39:55 20:37:01 1 0.02 0.00 0.05 0.00 0.10 99.83 20:39:55 20:37:01 2 0.41 0.00 0.02 0.00 0.07 99.51 20:39:55 20:37:01 3 0.07 0.00 0.03 0.00 0.15 99.75 20:39:55 20:38:01 all 6.47 0.00 4.87 1.79 13.61 73.27 20:39:55 20:38:01 0 5.58 0.00 4.94 1.35 15.07 73.06 20:39:55 20:38:01 1 6.50 0.00 4.04 1.40 13.07 74.99 20:39:55 20:38:01 2 7.20 0.00 5.32 3.38 13.44 70.65 20:39:55 20:38:01 3 6.59 0.00 5.18 1.06 12.84 74.33 20:39:55 20:39:01 all 8.31 0.00 6.75 1.55 12.93 70.45 20:39:55 20:39:01 0 7.39 0.00 7.15 2.11 13.92 69.43 20:39:55 20:39:01 1 5.97 0.00 6.69 1.23 12.69 73.43 20:39:55 20:39:01 2 8.17 0.00 6.75 1.62 12.69 70.77 20:39:55 20:39:01 3 11.79 0.00 6.41 1.24 12.43 68.13 20:39:55 Average: all 4.34 0.00 2.68 0.86 6.21 85.92 20:39:55 Average: 0 4.46 0.00 2.74 0.68 6.60 85.52 20:39:55 Average: 1 3.65 0.00 2.58 0.77 6.10 86.90 20:39:55 Average: 2 4.36 0.00 2.74 1.44 6.08 85.38 20:39:55 Average: 3 4.89 0.00 2.65 0.56 6.04 85.85 20:39:55 20:39:55 20:39:55