Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e4c30cdb011fbe016161a067d606eede52a9275 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-7008 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4e4c30cdb011fbe016161a067d606eede52a9275 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e4c30cdb011fbe016161a067d606eede52a9275 # timeout=10 Commit message: "Merge pull request #345 from cloudxxx8/issue-342" > git rev-list --no-walk 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:29:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:29:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:29:16 ========================================================= 16:29:16 EdgeX Global Pipelines Version Info 16:29:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:29:18 ------------------- 16:29:18 stable info: 16:29:18 ------------------- 16:29:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:29:18 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 16:29:18 Message: update stable to v1.0.144 16:29:19 ------------------- 16:29:19 experimental info: 16:29:19 ------------------- 16:29:19 Commited By: **** collab-it+edgex@linuxfoundation.org 16:29:19 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 16:29:19 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:29:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:29:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:29:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:29:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:29:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:29:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e4c30cdb011fbe016161a067d606eede52a9275 [Pipeline] echo 16:29:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e4c30c [Pipeline] echo 16:29:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:29:23 + git log --format=format:%s -1 4e4c30cdb011fbe016161a067d606eede52a9275 [Pipeline] echo 16:29:23 GIT_COMMIT: 4e4c30cdb011fbe016161a067d606eede52a9275, Commit Message: Merge pull request #345 from cloudxxx8/issue-342 [Pipeline] echo 16:29:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:29:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:29:26 16:29:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:29:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:29:26 latest: Pulling from edgex-devops/git-semver 16:29:26 31603596830f: Pulling fs layer 16:29:26 2a8b12db71e7: Pulling fs layer 16:29:26 6ca5941a6612: Pulling fs layer 16:29:26 ecc8261a40a4: Pulling fs layer 16:29:26 ecc8261a40a4: Waiting 16:29:26 2a8b12db71e7: Verifying Checksum 16:29:26 2a8b12db71e7: Download complete 16:29:27 31603596830f: Verifying Checksum 16:29:27 31603596830f: Download complete 16:29:27 ecc8261a40a4: Verifying Checksum 16:29:27 ecc8261a40a4: Download complete 16:29:27 6ca5941a6612: Verifying Checksum 16:29:27 6ca5941a6612: Download complete 16:29:27 31603596830f: Pull complete 16:29:27 2a8b12db71e7: Pull complete 16:29:28 6ca5941a6612: Pull complete 16:29:28 ecc8261a40a4: Pull complete 16:29:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:29:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:29:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:29:28 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:29:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:29:31 $ docker top cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:29:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:29:31 [ssh-agent] Looking for ssh-agent implementation... 16:29:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:29:31 $ docker exec cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent 16:29:32 SSH_AUTH_SOCK=/tmp/ssh-2L5JHtjrFaoM/agent.11 16:29:32 SSH_AGENT_PID=16 16:29:32 Running ssh-add (command line suppressed) 16:29:32 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1328465079856883224.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1328465079856883224.key) 16:29:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:29:32 + git tag --points-at HEAD [Pipeline] } 16:29:32 $ docker exec --env ******** --env ******** cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent -k 16:29:32 unset SSH_AUTH_SOCK; 16:29:32 unset SSH_AGENT_PID; 16:29:32 echo Agent pid 16 killed; 16:29:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:29:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:29:33 [ssh-agent] Looking for ssh-agent implementation... 16:29:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:29:33 $ docker exec cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent 16:29:33 SSH_AUTH_SOCK=/tmp/ssh-DliVvcbz9ehQ/agent.46 16:29:33 SSH_AGENT_PID=51 16:29:33 Running ssh-add (command line suppressed) 16:29:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4004031016305959809.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4004031016305959809.key) 16:29:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:29:33 + git semver init 16:29:33 # -> Open(): unable to determine branch for HEAD 16:29:33 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:29:33 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:29:33 # $SEMVER_REMOTE_NAME = origin 16:29:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:29:33 # $SEMVER_USER_NAME = edgex-jenkins 16:29:33 # $SEMVER_BRANCH = master 16:29:33 # $SEMVER_TEMP = /tmp/semver-920773160 16:29:33 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:29:34 # '/tmp/semver-920773160' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:29:34 # -> Force: false 16:29:34 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:29:35 $ docker exec --env ******** --env ******** cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent -k 16:29:35 unset SSH_AUTH_SOCK; 16:29:35 unset SSH_AGENT_PID; 16:29:35 echo Agent pid 51 killed; 16:29:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:29:36 + git semver [Pipeline] } 16:29:36 $ docker stop --time=1 cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 16:29:38 $ docker rm -f cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 [Pipeline] // withDockerContainer [Pipeline] sh 16:29:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:29:39 Stashed 1 file(s) [Pipeline] echo 16:29:39 [edgeXSemver]: initialized semver on version 0.1.108 [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 16:29:54 Still waiting to schedule task 16:29:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:29:54 Still waiting to schedule task 16:29:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:31:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7009 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:31:58 Running in /w/workspace/go-mod-core-contracts/74 [Pipeline] { [Pipeline] checkout 16:32:05 using credential edgex-jenkins-ssh 16:32:05 Cloning the remote Git repository 16:32:05 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:32:05 > git init /w/workspace/go-mod-core-contracts/74 # timeout=10 16:32:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:32:05 > git --version # timeout=10 16:32:05 > git --version # 'git version 2.17.1' 16:32:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:32:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:32:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:32:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:32:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:32:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:07 Checking out Revision 4e4c30cdb011fbe016161a067d606eede52a9275 (master) 16:32:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:32:07 > git config core.sparsecheckout # timeout=10 16:32:07 > git checkout -f 4e4c30cdb011fbe016161a067d606eede52a9275 # timeout=10 16:32:11 Commit message: "Merge pull request #345 from cloudxxx8/issue-342" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:32:13 ========================================================= 16:32:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:32:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:32:14 + 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 . 16:32:15 Sending build context to Docker daemon 1.769MB 16:32:15 Step 1/7 : ARG BASE=golang:1.15-alpine 16:32:15 Step 2/7 : FROM ${BASE} 16:32:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:32:15 b538f80385f9: Pulling fs layer 16:32:15 74f711af9a0d: Pulling fs layer 16:32:15 99f96fe45779: Pulling fs layer 16:32:15 8529a6b9a6be: Pulling fs layer 16:32:15 45590311c82a: Pulling fs layer 16:32:15 69ca0ff8b7b3: Pulling fs layer 16:32:15 209524e5b208: Pulling fs layer 16:32:15 69ca0ff8b7b3: Waiting 16:32:15 209524e5b208: Waiting 16:32:15 45590311c82a: Waiting 16:32:15 8529a6b9a6be: Waiting 16:32:15 99f96fe45779: Download complete 16:32:15 74f711af9a0d: Download complete 16:32:15 45590311c82a: Verifying Checksum 16:32:15 45590311c82a: Download complete 16:32:16 69ca0ff8b7b3: Download complete 16:32:16 b538f80385f9: Verifying Checksum 16:32:16 b538f80385f9: Download complete 16:32:17 b538f80385f9: Pull complete 16:32:17 74f711af9a0d: Pull complete 16:32:18 99f96fe45779: Pull complete 16:32:18 209524e5b208: Verifying Checksum 16:32:18 209524e5b208: Download complete 16:32:20 8529a6b9a6be: Verifying Checksum 16:32:20 8529a6b9a6be: Download complete 16:32:30 8529a6b9a6be: Pull complete 16:32:30 45590311c82a: Pull complete 16:32:31 69ca0ff8b7b3: Pull complete 16:32:35 209524e5b208: Pull complete 16:32:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:32:35 ---> 5bddaf1c2fca 16:32:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:32:38 ---> Running in acbf5ec53df0 16:32:38 Removing intermediate container acbf5ec53df0 16:32:38 ---> 6d757a0b8925 16:32:38 Step 4/7 : RUN apk add bash 16:32:38 ---> Running in 299a126b461a 16:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:32:43 OK: 142 MiB in 39 packages 16:32:44 Removing intermediate container 299a126b461a 16:32:44 ---> 0caea932aef4 16:32:44 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:32:44 ---> Running in 7e2abc0dd600 16:32:45 Removing intermediate container 7e2abc0dd600 16:32:45 ---> 0dc6e657bc9a 16:32:45 Step 6/7 : COPY go.mod . 16:32:45 ---> 70e129d46bea 16:32:45 Step 7/7 : RUN go mod download 16:32:45 ---> Running in fdb0f3cbdbdd 16:32:58 Running on prd-centos7-docker-4c-2g-7010 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:32:58 Running in /w/workspace/go-mod-core-contracts/74 [Pipeline] { [Pipeline] checkout 16:33:01 Removing intermediate container fdb0f3cbdbdd 16:33:01 ---> 470b7881adc1 16:33:01 Successfully built 470b7881adc1 16:33:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:33:01 + docker inspect -f . ci-base-image-arm64 16:33:01 . [Pipeline] withDockerContainer 16:33:02 prd-ubuntu18.04-docker-arm64-4c-16g-7009 does not seem to be running inside a container 16:33:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/74 -v /w/workspace/go-mod-core-contracts/74:/w/workspace/go-mod-core-contracts/74:rw,z -v /w/workspace/go-mod-core-contracts/74@tmp:/w/workspace/go-mod-core-contracts/74@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 16:33:04 $ docker top 67c7404663e81278d2fa9dcaccfea7ce37978a2171db1c5ca0650747023dfaf9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:33:05 + go version 16:33:05 go version go1.15.2 linux/arm64 [Pipeline] } 16:33:05 $ docker stop --time=1 67c7404663e81278d2fa9dcaccfea7ce37978a2171db1c5ca0650747023dfaf9 16:33:07 $ docker rm -f 67c7404663e81278d2fa9dcaccfea7ce37978a2171db1c5ca0650747023dfaf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } 16:33:09 using credential edgex-jenkins-ssh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 16:33:09 Cloning the remote Git repository Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 16:33:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:33:09 > git init /w/workspace/go-mod-core-contracts/74 # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:33:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:33:09 > git --version # timeout=10 16:33:09 > git --version # 'git version 2.16.5' 16:33:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:33:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:33:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:33:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:33:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:33:10 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:33:11 Checking out Revision 4e4c30cdb011fbe016161a067d606eede52a9275 (master) 16:33:11 > git config core.sparsecheckout # timeout=10 16:33:11 > git checkout -f 4e4c30cdb011fbe016161a067d606eede52a9275 # timeout=10 16:33:16 Commit message: "Merge pull request #345 from cloudxxx8/issue-342" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:33:17 ========================================================= 16:33:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:33:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:33:18 + 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 . 16:33:19 Sending build context to Docker daemon 1.769MB 16:33:19 Step 1/7 : ARG BASE=golang:1.15-alpine 16:33:19 Step 2/7 : FROM ${BASE} 16:33:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:33:19 df20fa9351a1: Pulling fs layer 16:33:19 ed8968b2872e: Pulling fs layer 16:33:19 a92cc7c5fd73: Pulling fs layer 16:33:19 e871e8e8d7a9: Pulling fs layer 16:33:19 e73272ec9a57: Pulling fs layer 16:33:19 1e910a182e73: Pulling fs layer 16:33:19 4e634b169226: Pulling fs layer 16:33:19 e871e8e8d7a9: Waiting 16:33:19 1e910a182e73: Waiting 16:33:19 4e634b169226: Waiting 16:33:19 e73272ec9a57: Waiting 16:33:19 a92cc7c5fd73: Verifying Checksum 16:33:19 a92cc7c5fd73: Download complete 16:33:19 ed8968b2872e: Verifying Checksum 16:33:19 ed8968b2872e: Download complete 16:33:19 e73272ec9a57: Verifying Checksum 16:33:19 e73272ec9a57: Download complete 16:33:19 1e910a182e73: Verifying Checksum 16:33:19 1e910a182e73: Download complete 16:33:20 df20fa9351a1: Verifying Checksum 16:33:20 df20fa9351a1: Download complete 16:33:20 df20fa9351a1: Pull complete 16:33:20 ed8968b2872e: Pull complete 16:33:20 a92cc7c5fd73: Pull complete 16:33:25 4e634b169226: Verifying Checksum 16:33:25 4e634b169226: Download complete 16:33:27 e871e8e8d7a9: Verifying Checksum 16:33:27 e871e8e8d7a9: Download complete 16:33:36 e871e8e8d7a9: Pull complete 16:33:36 e73272ec9a57: Pull complete 16:33:36 1e910a182e73: Pull complete 16:33:43 4e634b169226: Pull complete 16:33:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:33:43 ---> f7629b54cfaa 16:33:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:33:43 ---> Running in 7712204f2bb4 16:33:44 Removing intermediate container 7712204f2bb4 16:33:44 ---> b918c68eeda1 16:33:44 Step 4/7 : RUN apk add bash 16:33:44 ---> Running in 42d82f5d21a0 16:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:47 OK: 166 MiB in 39 packages 16:33:48 Removing intermediate container 42d82f5d21a0 16:33:48 ---> 467d63508459 16:33:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:33:48 ---> Running in 73b09d564f16 16:33:48 Removing intermediate container 73b09d564f16 16:33:48 ---> bbc518aac357 16:33:48 Step 6/7 : COPY go.mod . 16:33:48 ---> ab41297f75f8 16:33:48 Step 7/7 : RUN go mod download 16:33:48 ---> Running in 4f7a47af9580 16:34:01 Removing intermediate container 4f7a47af9580 16:34:01 ---> 3d268ae1f631 16:34:01 Successfully built 3d268ae1f631 16:34:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:34:02 + docker inspect -f . ci-base-image-x86_64 16:34:02 . [Pipeline] withDockerContainer 16:34:02 prd-centos7-docker-4c-2g-7010 does not seem to be running inside a container 16:34:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/74 -v /w/workspace/go-mod-core-contracts/74:/w/workspace/go-mod-core-contracts/74:rw,z -v /w/workspace/go-mod-core-contracts/74@tmp:/w/workspace/go-mod-core-contracts/74@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 16:34:04 $ docker top 378eec269e0c9985e615f7fc1108da639bd71111c1102051f01ad586776b5e18 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:04 + go version 16:34:04 go version go1.15.2 linux/amd64 [Pipeline] } 16:34:04 $ docker stop --time=1 378eec269e0c9985e615f7fc1108da639bd71111c1102051f01ad586776b5e18 16:34:06 $ docker rm -f 378eec269e0c9985e615f7fc1108da639bd71111c1102051f01ad586776b5e18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:34:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:34:09 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:34:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:34:09 16:34:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:34:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:34:10 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:34:10 cbdbe7a5bc2a: Pulling fs layer 16:34:10 408f87550127: Pulling fs layer 16:34:10 fe522b08c979: Pulling fs layer 16:34:10 221eaa008020: Pulling fs layer 16:34:10 2a4607e5d6b9: Pulling fs layer 16:34:10 8f79b27c4fd2: Pulling fs layer 16:34:10 e5c8dbe1645b: Pulling fs layer 16:34:10 23e8b3b47431: Pulling fs layer 16:34:10 5c568d65a230: Pulling fs layer 16:34:10 23e8b3b47431: Waiting 16:34:10 8f79b27c4fd2: Waiting 16:34:10 e5c8dbe1645b: Waiting 16:34:10 2a4607e5d6b9: Waiting 16:34:10 5c568d65a230: Waiting 16:34:10 221eaa008020: Waiting 16:34:10 fe522b08c979: Verifying Checksum 16:34:10 fe522b08c979: Download complete 16:34:10 408f87550127: Download complete 16:34:10 2a4607e5d6b9: Verifying Checksum 16:34:10 2a4607e5d6b9: Download complete 16:34:10 8f79b27c4fd2: Verifying Checksum 16:34:10 8f79b27c4fd2: Download complete 16:34:10 cbdbe7a5bc2a: Verifying Checksum 16:34:10 cbdbe7a5bc2a: Download complete 16:34:10 cbdbe7a5bc2a: Pull complete 16:34:10 408f87550127: Pull complete 16:34:11 fe522b08c979: Pull complete 16:34:11 e5c8dbe1645b: Download complete 16:34:12 5c568d65a230: Verifying Checksum 16:34:12 5c568d65a230: Download complete 16:34:12 23e8b3b47431: Verifying Checksum 16:34:12 23e8b3b47431: Download complete 16:34:13 221eaa008020: Verifying Checksum 16:34:13 221eaa008020: Download complete 16:34:20 221eaa008020: Pull complete 16:34:20 2a4607e5d6b9: Pull complete 16:34:20 8f79b27c4fd2: Pull complete 16:34:21 e5c8dbe1645b: Pull complete 16:34:25 23e8b3b47431: Pull complete 16:34:27 5c568d65a230: Pull complete 16:34:27 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:34:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:34:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:34:27 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:34:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:34:28 $ docker top acb106fac7a6e6b488bd2262c757a05bc21820c05bb201c956bb81ef584babbd -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:29 + snyk monitor '--org=edgex-jenkins' 16:34:34 16:34:34 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 16:34:34 16:34:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/932d75e9-4385-41bc-a5db-abe9873901f9 16:34:34 16:34:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:34:34 16:34:34 16:34:34 Snyk CLI supports Node.js 8 and higher. 16:34:34 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:34:34 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:34:34 16:34:34 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:34:34 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 16:34:34 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 16:34:34 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:34:34 $ docker stop --time=1 acb106fac7a6e6b488bd2262c757a05bc21820c05bb201c956bb81ef584babbd 16:34:36 $ docker rm -f acb106fac7a6e6b488bd2262c757a05bc21820c05bb201c956bb81ef584babbd [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 16:34:38 + git log --format=format:%s -1 4e4c30cdb011fbe016161a067d606eede52a9275 [Pipeline] isUnix [Pipeline] sh 16:34:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:34:38 . [Pipeline] withDockerContainer 16:34:38 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:34:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:34:39 $ docker top ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:34:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:34:40 [ssh-agent] Looking for ssh-agent implementation... 16:34:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:34:40 $ docker exec ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 ssh-agent 16:34:40 SSH_AUTH_SOCK=/tmp/ssh-E1cXq5d9LQUr/agent.13 16:34:40 SSH_AGENT_PID=19 16:34:40 Running ssh-add (command line suppressed) 16:34:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904989171794085565.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904989171794085565.key) 16:34:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:34:40 + git semver tag 16:34:40 # -> Open(): unable to determine branch for HEAD 16:34:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:34:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:34:40 # $SEMVER_REMOTE_NAME = origin 16:34:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:34:40 # $SEMVER_USER_NAME = edgex-jenkins 16:34:40 # $SEMVER_BRANCH = master 16:34:40 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:34:40 # 4e4c30cdb011fbe016161a067d606eede52a9275 HEAD 16:34:40 # -> Force: false 16:34:40 # 0850fcf6bcadf0f34babc6ad4e424bd4c6bc6c8f refs/tags/v0.1.108 [Pipeline] } 16:34:40 $ docker exec --env ******** --env ******** ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 ssh-agent -k 16:34:41 unset SSH_AUTH_SOCK; 16:34:41 unset SSH_AGENT_PID; 16:34:41 echo Agent pid 19 killed; 16:34:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:34:41 + git semver [Pipeline] } 16:34:41 $ docker stop --time=1 ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 16:34:42 $ docker rm -f ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:34:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:34:43 16:34:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:34:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:34:43 0.23.1-centos7: Pulling from edgex-lftools 16:34:43 ab5ef0e58194: Pulling fs layer 16:34:43 9712f1f96733: Pulling fs layer 16:34:43 63f879dbbcfc: Pulling fs layer 16:34:43 0d9ebad4ef96: Pulling fs layer 16:34:43 e9a5061849ea: Pulling fs layer 16:34:43 d747dcd14b5f: Pulling fs layer 16:34:43 2de7ff778b66: Pulling fs layer 16:34:43 e9a5061849ea: Waiting 16:34:43 0d9ebad4ef96: Waiting 16:34:43 d747dcd14b5f: Waiting 16:34:43 2de7ff778b66: Waiting 16:34:43 9712f1f96733: Verifying Checksum 16:34:43 9712f1f96733: Download complete 16:34:45 63f879dbbcfc: Verifying Checksum 16:34:45 63f879dbbcfc: Download complete 16:34:45 e9a5061849ea: Verifying Checksum 16:34:45 e9a5061849ea: Download complete 16:34:45 d747dcd14b5f: Download complete 16:34:46 2de7ff778b66: Verifying Checksum 16:34:46 2de7ff778b66: Download complete 16:34:46 0d9ebad4ef96: Verifying Checksum 16:34:46 0d9ebad4ef96: Download complete 16:34:46 ab5ef0e58194: Verifying Checksum 16:34:46 ab5ef0e58194: Download complete 16:34:52 ab5ef0e58194: Pull complete 16:34:52 9712f1f96733: Pull complete 16:34:53 63f879dbbcfc: Pull complete 16:35:01 0d9ebad4ef96: Pull complete 16:35:01 e9a5061849ea: Pull complete 16:35:01 d747dcd14b5f: Pull complete 16:35:04 2de7ff778b66: Pull complete 16:35:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:35:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:35:05 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:35:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:35:08 $ docker top a80359ea68b89bca805bd09992bd6569281789db45ee1f35b9115118ea902e49 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:35:08 provisioning config files... 16:35:08 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1025707128326504256tmp 16:35:08 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3321729965397566652tmp 16:35:08 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1725419065269975177tmp [Pipeline] { [Pipeline] echo 16:35:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:35:09 ---> sigul-configuration.sh 16:35:09 gpg: directory `/root/.gnupg' created 16:35:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:35:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:35:09 gpg: keyring `/root/.gnupg/secring.gpg' created 16:35:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:35:09 gpg: CAST5 encrypted data 16:35:09 gpg: encrypted with 1 passphrase 16:35:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:35:09 + mkdir /home/jenkins 16:35:09 + mkdir /home/jenkins/sigul [Pipeline] sh 16:35:10 + 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 16:35:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:35:10 ---> sigul-install.sh 16:35:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:35:16 + git tag --list 16:35:16 v0.0.0 16:35:16 v0.0.1 16:35:16 v0.1.0 16:35:16 v0.1.1 16:35:16 v0.1.10 16:35:16 v0.1.100 16:35:16 v0.1.101 16:35:16 v0.1.102 16:35:16 v0.1.103 16:35:16 v0.1.104 16:35:16 v0.1.105 16:35:16 v0.1.106 16:35:16 v0.1.107 16:35:16 v0.1.108 16:35:16 v0.1.11 16:35:16 v0.1.12 16:35:16 v0.1.13 16:35:16 v0.1.14 16:35:16 v0.1.15 16:35:16 v0.1.16 16:35:16 v0.1.17 16:35:16 v0.1.18 16:35:16 v0.1.19 16:35:16 v0.1.2 16:35:16 v0.1.20 16:35:16 v0.1.21 16:35:16 v0.1.22 16:35:16 v0.1.23 16:35:16 v0.1.24 16:35:16 v0.1.25 16:35:16 v0.1.26 16:35:16 v0.1.27 16:35:16 v0.1.28 16:35:16 v0.1.29 16:35:16 v0.1.3 16:35:16 v0.1.30 16:35:16 v0.1.31 16:35:16 v0.1.32 16:35:16 v0.1.33 16:35:16 v0.1.34 16:35:16 v0.1.35 16:35:16 v0.1.36 16:35:16 v0.1.37 16:35:16 v0.1.38 16:35:16 v0.1.39 16:35:16 v0.1.4 16:35:16 v0.1.40 16:35:16 v0.1.41 16:35:16 v0.1.42 16:35:16 v0.1.43 16:35:16 v0.1.44 16:35:16 v0.1.45 16:35:16 v0.1.46 16:35:16 v0.1.47 16:35:16 v0.1.48 16:35:16 v0.1.49 16:35:16 v0.1.5 16:35:16 v0.1.50 16:35:16 v0.1.51 16:35:16 v0.1.52 16:35:16 v0.1.53 16:35:16 v0.1.54 16:35:16 v0.1.55 16:35:16 v0.1.56 16:35:16 v0.1.57 16:35:16 v0.1.58 16:35:16 v0.1.59 16:35:16 v0.1.6 16:35:16 v0.1.60 16:35:16 v0.1.61 16:35:16 v0.1.62 16:35:16 v0.1.63 16:35:16 v0.1.64 16:35:16 v0.1.65 16:35:16 v0.1.66 16:35:16 v0.1.67 16:35:16 v0.1.68 16:35:16 v0.1.69 16:35:16 v0.1.7 16:35:16 v0.1.70 16:35:16 v0.1.71 16:35:16 v0.1.72 16:35:16 v0.1.73 16:35:16 v0.1.74 16:35:16 v0.1.75 16:35:16 v0.1.76 16:35:16 v0.1.77 16:35:16 v0.1.78 16:35:16 v0.1.79 16:35:16 v0.1.8 16:35:16 v0.1.80 16:35:16 v0.1.81 16:35:16 v0.1.82 16:35:16 v0.1.83 16:35:16 v0.1.84 16:35:16 v0.1.85 16:35:16 v0.1.86 16:35:16 v0.1.87 16:35:16 v0.1.88 16:35:16 v0.1.89 16:35:16 v0.1.9 16:35:16 v0.1.90 16:35:16 v0.1.91 16:35:16 v0.1.92 16:35:16 v0.1.93 16:35:16 v0.1.94 16:35:16 v0.1.95 16:35:16 v0.1.96 16:35:16 v0.1.97 16:35:16 v0.1.98 16:35:16 v0.1.99 [Pipeline] sh 16:35:16 + lftools sign git-tag v0.1.108 16:35:17 Signing Git tag with Sigul... 16:35:17 Signing v0.1.108 [Pipeline] echo 16:35:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:35:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:35:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:35:19 $ docker stop --time=1 a80359ea68b89bca805bd09992bd6569281789db45ee1f35b9115118ea902e49 16:35:21 $ docker rm -f a80359ea68b89bca805bd09992bd6569281789db45ee1f35b9115118ea902e49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:35:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:22 . [Pipeline] withDockerContainer 16:35:22 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:35:23 $ docker top bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:35:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:35:23 [ssh-agent] Looking for ssh-agent implementation... 16:35:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:35:23 $ docker exec bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 ssh-agent 16:35:23 SSH_AUTH_SOCK=/tmp/ssh-EcSmnqdM1N3z/agent.11 16:35:23 SSH_AGENT_PID=16 16:35:23 Running ssh-add (command line suppressed) 16:35:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3293924277156392394.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3293924277156392394.key) 16:35:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:35:24 + git semver bump patch 16:35:24 # -> Open(): unable to determine branch for HEAD 16:35:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:35:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:35:24 # $SEMVER_REMOTE_NAME = origin 16:35:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:35:24 # $SEMVER_USER_NAME = edgex-jenkins 16:35:24 # $SEMVER_BRANCH = master 16:35:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:35:24 0.1.109 [Pipeline] } 16:35:24 $ docker exec --env ******** --env ******** bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 ssh-agent -k 16:35:24 unset SSH_AUTH_SOCK; 16:35:24 unset SSH_AGENT_PID; 16:35:24 echo Agent pid 16 killed; 16:35:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:35:25 + git semver [Pipeline] } 16:35:25 $ docker stop --time=1 bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 16:35:26 $ docker rm -f bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:27 . [Pipeline] withDockerContainer 16:35:27 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:35:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:35:27 $ docker top a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:35:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:35:28 [ssh-agent] Looking for ssh-agent implementation... 16:35:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:35:28 $ docker exec a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe ssh-agent 16:35:28 SSH_AUTH_SOCK=/tmp/ssh-tw0Ot1gftpXJ/agent.12 16:35:28 SSH_AGENT_PID=17 16:35:28 Running ssh-add (command line suppressed) 16:35:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3700176347243683140.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3700176347243683140.key) 16:35:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:35:29 + git semver push 16:35:29 # -> Open(): unable to determine branch for HEAD 16:35:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:35:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:35:29 # $SEMVER_REMOTE_NAME = origin 16:35:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:35:29 # $SEMVER_USER_NAME = edgex-jenkins 16:35:29 # $SEMVER_BRANCH = master 16:35:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:35:35 $ docker exec --env ******** --env ******** a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe ssh-agent -k 16:35:35 unset SSH_AUTH_SOCK; 16:35:35 unset SSH_AGENT_PID; 16:35:35 echo Agent pid 17 killed; 16:35:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:35:36 + git semver [Pipeline] } 16:35:36 $ docker stop --time=1 a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe 16:35:37 $ docker rm -f a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe [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 16:35:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:35:40 ---> package-listing.sh 16:35:40 ++ facter osfamily 16:35:40 ++ tr '[:upper:]' '[:lower:]' 16:35:40 + OS_FAMILY=redhat 16:35:40 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:35:40 + START_PACKAGES=/tmp/packages_start.txt 16:35:40 + END_PACKAGES=/tmp/packages_end.txt 16:35:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:35:40 + PACKAGES=/tmp/packages_start.txt 16:35:40 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:35:40 + PACKAGES=/tmp/packages_end.txt 16:35:40 + case "${OS_FAMILY}" in 16:35:40 + rpm -qa 16:35:40 + sort 16:35:44 + '[' -f /tmp/packages_start.txt ']' 16:35:44 + '[' -f /tmp/packages_end.txt ']' 16:35:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:35:44 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:35:44 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:35:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 16:35:44 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:35:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:35:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:35:45 16:35:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:35:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:35:45 alpine: Pulling from edgex-lftools-log-publisher 16:35:45 df20fa9351a1: Pulling fs layer 16:35:45 36b3adc4ff6f: Pulling fs layer 16:35:45 8ad3a11d3b57: Pulling fs layer 16:35:45 46f8f816bc3b: Pulling fs layer 16:35:45 93b61091891f: Pulling fs layer 16:35:45 93b9cdb0e59b: Pulling fs layer 16:35:45 5e14af77c1be: Pulling fs layer 16:35:45 01666e4c0597: Pulling fs layer 16:35:45 aa168da1d23b: Pulling fs layer 16:35:45 93b9cdb0e59b: Waiting 16:35:45 5e14af77c1be: Waiting 16:35:45 01666e4c0597: Waiting 16:35:45 aa168da1d23b: Waiting 16:35:45 46f8f816bc3b: Waiting 16:35:45 93b61091891f: Waiting 16:35:45 36b3adc4ff6f: Verifying Checksum 16:35:45 36b3adc4ff6f: Download complete 16:35:45 46f8f816bc3b: Verifying Checksum 16:35:45 46f8f816bc3b: Download complete 16:35:45 df20fa9351a1: Download complete 16:35:45 93b9cdb0e59b: Verifying Checksum 16:35:45 93b9cdb0e59b: Download complete 16:35:45 5e14af77c1be: Verifying Checksum 16:35:45 5e14af77c1be: Download complete 16:35:45 01666e4c0597: Verifying Checksum 16:35:45 01666e4c0597: Download complete 16:35:45 93b61091891f: Verifying Checksum 16:35:45 93b61091891f: Download complete 16:35:45 8ad3a11d3b57: Verifying Checksum 16:35:45 8ad3a11d3b57: Download complete 16:35:45 df20fa9351a1: Pull complete 16:35:46 36b3adc4ff6f: Pull complete 16:35:47 8ad3a11d3b57: Pull complete 16:35:47 46f8f816bc3b: Pull complete 16:35:47 93b61091891f: Pull complete 16:35:48 aa168da1d23b: Verifying Checksum 16:35:48 aa168da1d23b: Download complete 16:35:48 93b9cdb0e59b: Pull complete 16:35:48 5e14af77c1be: Pull complete 16:35:48 01666e4c0597: Pull complete 16:35:55 aa168da1d23b: Pull complete 16:35:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:35:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:35:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:35:55 prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container 16:35:55 $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 16:35:58 $ docker top 5511b8de73667137360fbd216fa0feae0829f86c32acecb812f103094846b3d8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:35:59 + touch /tmp/pre-build-complete [Pipeline] sh 16:35:59 + mkdir -p /var/log/sa [Pipeline] sh 16:35:59 + ls /var/log/sa-host 16:35:59 + sadf -c /var/log/sa-host/sa05 16:35:59 file_magic: OK 16:35:59 HZ: Using current value: 100 16:35:59 file_header: OK 16:35:59 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 16:35:59 Statistics: 16:35:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:35:59 File successfully converted to sysstat format version 12.2.1 16:35:59 + sadf -c /var/log/sa-host/sa20 16:35:59 file_magic: OK 16:35:59 HZ: Using current value: 100 16:35:59 file_header: OK 16:35:59 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 16:35:59 Statistics: 16:35:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:35:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:36:00 provisioning config files... 16:36:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7650545208386276447tmp [Pipeline] { [Pipeline] echo 16:36:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:36:00 ---> create-netrc.sh [Pipeline] } 16:36:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:36:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:36:01 ---> python-tools-install.sh [Pipeline] echo 16:36:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:36:01 ---> sudo-logs.sh 16:36:01 Archiving 'sudo' log.. [Pipeline] echo 16:36:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:36:01 ---> job-cost.sh 16:36:01 lf-activate-venv: SKIPPING 16:36:01 INFO: No Stack... 16:36:02 INFO: Retrieving Pricing Info for: v1-standard-2 16:36:03 INFO: Archiving Costs [Pipeline] echo 16:36:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:36:03 ---> logs-deploy.sh 16:36:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/74 16:36:03 INFO: archiving workspace using pattern(s): 16:36:05 Archives upload complete. 16:36:05 INFO: archiving logs to Nexus 16:36:06 ---> uname -a: 16:36:06 Linux prd-centos7-docker-4c-2g-7008.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:36:06 16:36:06 16:36:06 ---> lscpu: 16:36:06 Architecture: x86_64 16:36:06 CPU op-mode(s): 32-bit, 64-bit 16:36:06 Byte Order: Little Endian 16:36:06 Address sizes: 40 bits physical, 48 bits virtual 16:36:06 CPU(s): 4 16:36:06 On-line CPU(s) list: 0-3 16:36:06 Thread(s) per core: 1 16:36:06 Core(s) per socket: 1 16:36:06 Socket(s): 4 16:36:06 NUMA node(s): 1 16:36:06 Vendor ID: GenuineIntel 16:36:06 CPU family: 6 16:36:06 Model: 44 16:36:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:36:06 Stepping: 1 16:36:06 CPU MHz: 2933.436 16:36:06 BogoMIPS: 5866.87 16:36:06 Virtualization: VT-x 16:36:06 Hypervisor vendor: KVM 16:36:06 Virtualization type: full 16:36:06 L1d cache: 128 KiB 16:36:06 L1i cache: 128 KiB 16:36:06 L2 cache: 16 MiB 16:36:06 L3 cache: 64 MiB 16:36:06 NUMA node0 CPU(s): 0-3 16:36:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:36:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:36:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:36:06 Vulnerability Meltdown: Mitigation; PTI 16:36:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:36:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:36:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:36:06 Vulnerability Tsx async abort: Not affected 16:36:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:36:06 16:36:06 16:36:06 ---> nproc: 16:36:06 4 16:36:06 16:36:06 16:36:06 ---> df -h: 16:36:06 Filesystem Size Used Available Use% Mounted on 16:36:06 overlay 50.0G 8.4G 41.5G 17% / 16:36:06 tmpfs 64.0M 0 64.0M 0% /dev 16:36:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:36:06 shm 64.0M 0 64.0M 0% /dev/shm 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 16:36:06 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 16:36:06 16:36:06 16:36:06 ---> free -m: 16:36:06 total used free shared buff/cache available 16:36:06 Mem: 1837 783 148 0 905 989 16:36:06 Swap: 1023 3 1020 16:36:06 16:36:06 16:36:06 ---> ip addr: 16:36:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:36:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:36:06 inet 127.0.0.1/8 scope host lo 16:36:06 valid_lft forever preferred_lft forever 16:36:06 inet6 ::1/128 scope host 16:36:06 valid_lft forever preferred_lft forever 16:36:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:36:06 link/ether fa:16:3e:52:3a:80 brd ff:ff:ff:ff:ff:ff 16:36:06 inet 10.30.122.138/23 brd 10.30.123.255 scope global dynamic eth0 16:36:06 valid_lft 85957sec preferred_lft 85957sec 16:36:06 inet6 fe80::f816:3eff:fe52:3a80/64 scope link 16:36:06 valid_lft forever preferred_lft forever 16:36:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:36:06 link/ether 02:42:0a:ae:4c:2b brd ff:ff:ff:ff:ff:ff 16:36:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:36:06 valid_lft forever preferred_lft forever 16:36:06 inet6 fe80::42:aff:feae:4c2b/64 scope link 16:36:06 valid_lft forever preferred_lft forever 16:36:06 16:36:06 16:36:06 ---> sar -b -r -n DEV: 16:36:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 16:36:06 16:36:06 16:28:25 LINUX RESTART (4 CPU) 16:36:06 16:36:06 16:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:36:06 16:30:02 67.52 20.22 47.30 0.00 5345.85 5002.70 0.00 16:36:06 16:31:01 1.71 0.00 1.71 0.00 0.00 30.44 0.00 16:36:06 16:32:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 16:36:06 16:33:01 0.17 0.00 0.17 0.00 0.00 2.32 0.00 16:36:06 16:34:01 0.37 0.00 0.37 0.00 0.00 5.48 0.00 16:36:06 16:35:02 317.34 152.19 165.15 0.00 8368.51 55327.48 0.00 16:36:06 Average: 65.45 29.17 36.28 0.00 2310.22 10220.75 0.00 16:36:06 16:36:06 16:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:36:06 16:30:02 171108 0 541132 28.76 2620 1166696 1103420 37.66 404028 1144252 128 16:36:06 16:31:01 176380 0 535852 28.48 2620 1166704 1072136 36.59 403108 1141140 16 16:36:06 16:32:01 176132 0 536096 28.49 2620 1166708 1072284 36.60 403368 1141140 20 16:36:06 16:33:01 174428 0 537796 28.58 2620 1166712 1072344 36.60 405856 1140600 16 16:36:06 16:34:01 175148 0 537068 28.54 2620 1166720 1072200 36.59 410168 1135388 12 16:36:06 16:35:02 65184 0 768036 40.82 2360 1045976 1505936 51.39 598800 933740 98292 16:36:06 Average: 156397 0 575997 30.61 2577 1146586 1149720 39.24 437555 1106043 16414 16:36:06 16:36:06 16:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:36:06 16:30:02 eth0 523.58 309.47 1046.94 94.81 0.00 0.00 0.00 0.00 16:36:06 16:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:30:02 docker0 7.76 6.51 1.31 12.59 0.00 0.00 0.00 0.00 16:36:06 16:31:01 eth0 0.54 0.07 0.04 0.01 0.00 0.00 0.00 0.00 16:36:06 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:32:01 eth0 0.63 0.23 0.94 0.02 0.00 0.00 0.00 0.00 16:36:06 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:33:01 eth0 1.28 0.52 0.58 0.36 0.00 0.00 0.00 0.00 16:36:06 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:34:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 16:36:06 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:35:02 eth0 796.51 702.73 6998.18 63.07 0.00 0.00 0.00 0.00 16:36:06 16:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 16:35:02 docker0 17.53 16.66 1.33 120.19 0.00 0.00 0.00 0.00 16:36:06 Average: eth0 222.77 170.90 1361.28 26.57 0.00 0.00 0.00 0.00 16:36:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:06 Average: docker0 4.27 3.91 0.44 22.48 0.00 0.00 0.00 0.00 16:36:06 16:36:06 16:36:06 ---> sar -P ALL: 16:36:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 16:36:06 16:36:06 16:28:25 LINUX RESTART (4 CPU) 16:36:06 16:36:06 16:29:01 CPU %user %nice %system %iowait %steal %idle 16:36:06 16:30:02 all 11.72 0.00 4.63 2.99 0.05 80.61 16:36:06 16:30:02 0 13.07 0.00 4.39 4.98 0.05 77.51 16:36:06 16:30:02 1 11.26 0.00 4.47 1.96 0.05 82.25 16:36:06 16:30:02 2 11.39 0.00 4.65 2.16 0.05 81.75 16:36:06 16:30:02 3 11.15 0.00 5.01 2.86 0.05 80.94 16:36:06 16:31:01 all 0.08 0.00 0.06 0.00 0.01 99.84 16:36:06 16:31:01 0 0.08 0.00 0.07 0.00 0.00 99.85 16:36:06 16:31:01 1 0.05 0.00 0.07 0.00 0.02 99.86 16:36:06 16:31:01 2 0.07 0.00 0.05 0.00 0.02 99.86 16:36:06 16:31:01 3 0.14 0.00 0.07 0.00 0.00 99.80 16:36:06 16:32:01 all 0.15 0.00 0.03 0.00 0.00 99.81 16:36:06 16:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:36:06 16:32:01 1 0.47 0.00 0.03 0.00 0.00 99.50 16:36:06 16:32:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:36:06 16:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:36:06 16:33:01 all 0.16 0.00 0.03 0.00 0.00 99.81 16:36:06 16:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:36:06 16:33:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:36:06 16:33:01 2 0.05 0.00 0.05 0.00 0.02 99.88 16:36:06 16:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:36:06 16:34:01 all 0.15 0.00 0.04 0.00 0.00 99.81 16:36:06 16:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:36:06 16:34:01 1 0.47 0.00 0.08 0.00 0.00 99.45 16:36:06 16:34:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:36:06 16:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:36:06 16:35:02 all 14.77 0.00 10.15 3.22 0.17 71.69 16:36:06 16:35:02 0 14.48 0.00 8.93 2.20 0.17 74.22 16:36:06 16:35:02 1 14.83 0.00 9.87 3.35 0.17 71.79 16:36:06 16:35:02 2 15.52 0.00 11.19 2.42 0.17 70.70 16:36:06 16:35:02 3 14.25 0.00 10.61 4.92 0.15 70.07 16:36:06 Average: all 4.47 0.00 2.47 1.03 0.04 92.00 16:36:06 Average: 0 4.58 0.00 2.21 1.19 0.04 91.98 16:36:06 Average: 1 4.56 0.00 2.40 0.88 0.04 92.12 16:36:06 Average: 2 4.49 0.00 2.65 0.76 0.04 92.05 16:36:06 Average: 3 4.24 0.00 2.60 1.28 0.03 91.84 16:36:06 16:36:06 16:36:06