Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c9efc357fe638ed4dbd739befcaf3df2c9dd2676 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6405 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 > 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 Checking out Revision c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 Commit message: "Merge pull request #353 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 2df0a14434091646fd777a80e1ba277eb1861dc5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:27:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:27:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:27:33 ========================================================= 23:27:33 EdgeX Global Pipelines Version Info 23:27:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:27:35 ------------------- 23:27:35 stable info: 23:27:35 ------------------- 23:27:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:27:35 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 23:27:35 Message: update stable to v1.0.144 23:27:36 ------------------- 23:27:36 experimental info: 23:27:36 ------------------- 23:27:36 Commited By: **** collab-it+edgex@linuxfoundation.org 23:27:36 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 23:27:36 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:27:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 23:27:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 23:27:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:27:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:27:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:27:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:27:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9efc35 [Pipeline] echo 23:27:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:27:40 + git log --format=format:%s -1 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] echo 23:27:40 GIT_COMMIT: c9efc357fe638ed4dbd739befcaf3df2c9dd2676, Commit Message: Merge pull request #353 from jpwhitemn/contrib-link-issue [Pipeline] echo 23:27:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:27:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:27:41 23:27:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:27:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:27:41 latest: Pulling from edgex-devops/git-semver 23:27:41 31603596830f: Pulling fs layer 23:27:41 2a8b12db71e7: Pulling fs layer 23:27:41 6ca5941a6612: Pulling fs layer 23:27:41 ecc8261a40a4: Pulling fs layer 23:27:41 ecc8261a40a4: Waiting 23:27:41 2a8b12db71e7: Verifying Checksum 23:27:41 2a8b12db71e7: Download complete 23:27:42 31603596830f: Verifying Checksum 23:27:42 31603596830f: Download complete 23:27:42 6ca5941a6612: Verifying Checksum 23:27:42 6ca5941a6612: Download complete 23:27:42 ecc8261a40a4: Verifying Checksum 23:27:42 ecc8261a40a4: Download complete 23:27:42 31603596830f: Pull complete 23:27:42 2a8b12db71e7: Pull complete 23:27:43 6ca5941a6612: Pull complete 23:27:43 ecc8261a40a4: Pull complete 23:27:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:27:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:27:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:27:43 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:27:43 $ 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 23:27:45 $ docker top cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:27:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:27:46 [ssh-agent] Looking for ssh-agent implementation... 23:27:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:27:46 $ docker exec cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent 23:27:46 SSH_AUTH_SOCK=/tmp/ssh-4cKKnloHKal1/agent.12 23:27:46 SSH_AGENT_PID=17 23:27:46 Running ssh-add (command line suppressed) 23:27:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2937051397572684540.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2937051397572684540.key) 23:27:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:27:47 + git tag --points-at HEAD [Pipeline] } 23:27:47 $ docker exec --env ******** --env ******** cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent -k 23:27:47 unset SSH_AUTH_SOCK; 23:27:47 unset SSH_AGENT_PID; 23:27:47 echo Agent pid 17 killed; 23:27:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:27:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:27:47 [ssh-agent] Looking for ssh-agent implementation... 23:27:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:27:47 $ docker exec cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent 23:27:47 SSH_AUTH_SOCK=/tmp/ssh-79aJu6UPm38B/agent.46 23:27:47 SSH_AGENT_PID=51 23:27:47 Running ssh-add (command line suppressed) 23:27:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5883936301080747390.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5883936301080747390.key) 23:27:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:27:48 + git semver init 23:27:48 # -> Open(): unable to determine branch for HEAD 23:27:48 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:27:48 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:27:48 # $SEMVER_REMOTE_NAME = origin 23:27:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:27:48 # $SEMVER_USER_NAME = edgex-jenkins 23:27:48 # $SEMVER_BRANCH = master 23:27:48 # $SEMVER_TEMP = /tmp/semver-971879542 23:27:48 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 23:27:48 # '/tmp/semver-971879542' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 23:27:48 # -> Force: false 23:27:48 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 23:27:48 $ docker exec --env ******** --env ******** cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent -k 23:27:48 unset SSH_AUTH_SOCK; 23:27:48 unset SSH_AGENT_PID; 23:27:48 echo Agent pid 51 killed; 23:27:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:27:49 + git semver [Pipeline] } 23:27:49 $ docker stop --time=1 cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a 23:27:51 $ docker rm -f cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a [Pipeline] // withDockerContainer [Pipeline] sh 23:27:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:27:52 Stashed 1 file(s) [Pipeline] echo 23:27:52 [edgeXSemver]: initialized semver on version 0.1.105 [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 23:28:07 Still waiting to schedule task 23:28:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:28:07 Still waiting to schedule task 23:28:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:30:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6408 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 23:30:43 Running in /w/workspace/go-mod-core-contracts/71 [Pipeline] { [Pipeline] checkout 23:30:48 using credential edgex-jenkins-ssh 23:30:48 Cloning the remote Git repository 23:30:48 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 23:30:49 > git init /w/workspace/go-mod-core-contracts/71 # timeout=10 23:30:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:30:49 > git --version # timeout=10 23:30:49 > git --version # 'git version 2.17.1' 23:30:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:30:50 Checking out Revision c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (master) 23:30:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:30:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:30:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:30:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:30:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:30:50 > git config core.sparsecheckout # timeout=10 23:30:50 > git checkout -f c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 23:30:55 Commit message: "Merge pull request #353 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:30:56 ========================================================= 23:30:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:30:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:30:57 + 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 . 23:30:58 Sending build context to Docker daemon 1.757MB 23:30:58 Step 1/7 : ARG BASE=golang:1.15-alpine 23:30:58 Step 2/7 : FROM ${BASE} 23:30:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:30:58 b538f80385f9: Pulling fs layer 23:30:58 74f711af9a0d: Pulling fs layer 23:30:58 99f96fe45779: Pulling fs layer 23:30:58 8529a6b9a6be: Pulling fs layer 23:30:58 45590311c82a: Pulling fs layer 23:30:58 69ca0ff8b7b3: Pulling fs layer 23:30:58 209524e5b208: Pulling fs layer 23:30:58 8529a6b9a6be: Waiting 23:30:58 45590311c82a: Waiting 23:30:58 69ca0ff8b7b3: Waiting 23:30:58 209524e5b208: Waiting 23:30:58 99f96fe45779: Verifying Checksum 23:30:58 99f96fe45779: Download complete 23:30:58 74f711af9a0d: Verifying Checksum 23:30:58 74f711af9a0d: Download complete 23:30:58 45590311c82a: Verifying Checksum 23:30:58 45590311c82a: Download complete 23:30:58 69ca0ff8b7b3: Verifying Checksum 23:30:58 69ca0ff8b7b3: Download complete 23:30:58 b538f80385f9: Verifying Checksum 23:30:58 b538f80385f9: Download complete 23:30:59 b538f80385f9: Pull complete 23:31:00 74f711af9a0d: Pull complete 23:31:00 99f96fe45779: Pull complete 23:31:01 209524e5b208: Verifying Checksum 23:31:01 209524e5b208: Download complete 23:31:02 8529a6b9a6be: Verifying Checksum 23:31:02 8529a6b9a6be: Download complete 23:31:12 8529a6b9a6be: Pull complete 23:31:13 45590311c82a: Pull complete 23:31:13 69ca0ff8b7b3: Pull complete 23:31:17 209524e5b208: Pull complete 23:31:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:31:17 ---> 5bddaf1c2fca 23:31:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:31:19 ---> Running in d6dce0f9a430 23:31:19 Removing intermediate container d6dce0f9a430 23:31:19 ---> 3b162c8153f2 23:31:19 Step 4/7 : RUN apk add bash 23:31:20 ---> Running in 46d374e877ab 23:31:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:23 OK: 142 MiB in 39 packages 23:31:24 Running on prd-centos7-docker-4c-2g-6410 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 23:31:24 Running in /w/workspace/go-mod-core-contracts/71 [Pipeline] { [Pipeline] checkout 23:31:24 Removing intermediate container 46d374e877ab 23:31:24 ---> 6b9e2e9cdfb5 23:31:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:31:24 ---> Running in 657edc84551c 23:31:25 Removing intermediate container 657edc84551c 23:31:25 ---> 83d4f6e6d2b2 23:31:25 Step 6/7 : COPY go.mod . 23:31:25 ---> afb29f007b93 23:31:25 Step 7/7 : RUN go mod download 23:31:26 ---> Running in 8d3d88e7f360 23:31:27 using credential edgex-jenkins-ssh 23:31:27 Cloning the remote Git repository 23:31:27 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 23:31:27 > git init /w/workspace/go-mod-core-contracts/71 # timeout=10 23:31:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:31:27 > git --version # timeout=10 23:31:27 > git --version # 'git version 2.16.5' 23:31:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:31:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:31:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:31:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 23:31:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 23:31:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:31:28 Checking out Revision c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (master) 23:31:28 > git config core.sparsecheckout # timeout=10 23:31:28 > git checkout -f c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 23:31:32 Commit message: "Merge pull request #353 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:31:33 ========================================================= 23:31:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:31:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:31:33 + 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 . 23:31:34 Sending build context to Docker daemon 1.757MB 23:31:34 Step 1/7 : ARG BASE=golang:1.15-alpine 23:31:34 Step 2/7 : FROM ${BASE} 23:31:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:31:34 df20fa9351a1: Pulling fs layer 23:31:34 ed8968b2872e: Pulling fs layer 23:31:34 a92cc7c5fd73: Pulling fs layer 23:31:34 e871e8e8d7a9: Pulling fs layer 23:31:34 e73272ec9a57: Pulling fs layer 23:31:34 1e910a182e73: Pulling fs layer 23:31:34 4e634b169226: Pulling fs layer 23:31:34 e73272ec9a57: Waiting 23:31:34 1e910a182e73: Waiting 23:31:34 4e634b169226: Waiting 23:31:34 e871e8e8d7a9: Waiting 23:31:34 a92cc7c5fd73: Verifying Checksum 23:31:34 a92cc7c5fd73: Download complete 23:31:34 ed8968b2872e: Verifying Checksum 23:31:34 ed8968b2872e: Download complete 23:31:34 e73272ec9a57: Verifying Checksum 23:31:34 e73272ec9a57: Download complete 23:31:34 1e910a182e73: Verifying Checksum 23:31:34 1e910a182e73: Download complete 23:31:34 df20fa9351a1: Verifying Checksum 23:31:34 df20fa9351a1: Download complete 23:31:34 df20fa9351a1: Pull complete 23:31:34 ed8968b2872e: Pull complete 23:31:35 a92cc7c5fd73: Pull complete 23:31:36 4e634b169226: Verifying Checksum 23:31:36 4e634b169226: Download complete 23:31:37 e871e8e8d7a9: Verifying Checksum 23:31:37 e871e8e8d7a9: Download complete 23:31:41 Removing intermediate container 8d3d88e7f360 23:31:41 ---> f6f8b3436420 23:31:41 Successfully built f6f8b3436420 23:31:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:31:41 + docker inspect -f . ci-base-image-arm64 23:31:41 . [Pipeline] withDockerContainer 23:31:41 prd-ubuntu18.04-docker-arm64-4c-16g-6408 does not seem to be running inside a container 23:31:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/71 -v /w/workspace/go-mod-core-contracts/71:/w/workspace/go-mod-core-contracts/71:rw,z -v /w/workspace/go-mod-core-contracts/71@tmp:/w/workspace/go-mod-core-contracts/71@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 ******** ci-base-image-arm64 cat 23:31:42 e871e8e8d7a9: Pull complete 23:31:42 e73272ec9a57: Pull complete 23:31:42 1e910a182e73: Pull complete 23:31:43 $ docker top 4b5efc1a6fa6ea35a97fc47addd24f94a0baa456e794d0cff07d2d191d0c5e8d -eo pid,comm [Pipeline] { [Pipeline] sh 23:31:45 + go version 23:31:45 go version go1.15.2 linux/arm64 [Pipeline] } 23:31:45 $ docker stop --time=1 4b5efc1a6fa6ea35a97fc47addd24f94a0baa456e794d0cff07d2d191d0c5e8d 23:31:47 $ docker rm -f 4b5efc1a6fa6ea35a97fc47addd24f94a0baa456e794d0cff07d2d191d0c5e8d [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] } 23:31:52 4e634b169226: Pull complete 23:31:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:31:52 ---> f7629b54cfaa 23:31:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:31:52 ---> Running in a67415cb791e 23:31:52 Removing intermediate container a67415cb791e 23:31:52 ---> 8ead3c5b2a02 23:31:52 Step 4/7 : RUN apk add bash 23:31:52 ---> Running in 90743a2ba264 23:31:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:31:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:31:55 OK: 166 MiB in 39 packages 23:31:55 Removing intermediate container 90743a2ba264 23:31:55 ---> b3c393b5a09d 23:31:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:31:55 ---> Running in 9bc99af17eea 23:31:56 Removing intermediate container 9bc99af17eea 23:31:56 ---> 828929b75718 23:31:56 Step 6/7 : COPY go.mod . 23:31:56 ---> 36e691794d5e 23:31:56 Step 7/7 : RUN go mod download 23:31:56 ---> Running in 25eba02ff7ec 23:32:08 Removing intermediate container 25eba02ff7ec 23:32:08 ---> 599f15ca9315 23:32:08 Successfully built 599f15ca9315 23:32:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:32:09 + docker inspect -f . ci-base-image-x86_64 23:32:09 . [Pipeline] withDockerContainer 23:32:09 prd-centos7-docker-4c-2g-6410 does not seem to be running inside a container 23:32:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/71 -v /w/workspace/go-mod-core-contracts/71:/w/workspace/go-mod-core-contracts/71:rw,z -v /w/workspace/go-mod-core-contracts/71@tmp:/w/workspace/go-mod-core-contracts/71@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 23:32:10 $ docker top 42383e6a2e563be4048a59a79d17e243c713ce1850bc32b4d31f710d9d727446 -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:10 + go version 23:32:10 go version go1.15.2 linux/amd64 [Pipeline] } 23:32:10 $ docker stop --time=1 42383e6a2e563be4048a59a79d17e243c713ce1850bc32b4d31f710d9d727446 23:32:12 $ docker rm -f 42383e6a2e563be4048a59a79d17e243c713ce1850bc32b4d31f710d9d727446 [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 23:32:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:32:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:32:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:32:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:32:15 23:32:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:32:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:32:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:32:15 cbdbe7a5bc2a: Pulling fs layer 23:32:15 408f87550127: Pulling fs layer 23:32:15 fe522b08c979: Pulling fs layer 23:32:15 221eaa008020: Pulling fs layer 23:32:15 2a4607e5d6b9: Pulling fs layer 23:32:15 8f79b27c4fd2: Pulling fs layer 23:32:15 e5c8dbe1645b: Pulling fs layer 23:32:15 23e8b3b47431: Pulling fs layer 23:32:15 5c568d65a230: Pulling fs layer 23:32:15 8f79b27c4fd2: Waiting 23:32:15 e5c8dbe1645b: Waiting 23:32:15 23e8b3b47431: Waiting 23:32:15 5c568d65a230: Waiting 23:32:15 221eaa008020: Waiting 23:32:15 2a4607e5d6b9: Waiting 23:32:15 fe522b08c979: Download complete 23:32:15 408f87550127: Verifying Checksum 23:32:15 408f87550127: Download complete 23:32:15 2a4607e5d6b9: Verifying Checksum 23:32:15 2a4607e5d6b9: Download complete 23:32:15 8f79b27c4fd2: Verifying Checksum 23:32:15 8f79b27c4fd2: Download complete 23:32:15 cbdbe7a5bc2a: Download complete 23:32:16 cbdbe7a5bc2a: Pull complete 23:32:16 408f87550127: Pull complete 23:32:16 fe522b08c979: Pull complete 23:32:17 e5c8dbe1645b: Verifying Checksum 23:32:17 e5c8dbe1645b: Download complete 23:32:18 23e8b3b47431: Verifying Checksum 23:32:18 23e8b3b47431: Download complete 23:32:18 5c568d65a230: Verifying Checksum 23:32:18 5c568d65a230: Download complete 23:32:19 221eaa008020: Verifying Checksum 23:32:19 221eaa008020: Download complete 23:32:24 221eaa008020: Pull complete 23:32:24 2a4607e5d6b9: Pull complete 23:32:24 8f79b27c4fd2: Pull complete 23:32:26 e5c8dbe1645b: Pull complete 23:32:29 23e8b3b47431: Pull complete 23:32:30 5c568d65a230: Pull complete 23:32:30 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:32:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:32:31 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:32:31 $ 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 23:32:32 $ docker top e9324ae0d88b331108c1e0d06577cfec587dc4ad260eac82a6ac9360d24d44ce -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:32 + snyk monitor '--org=edgex-jenkins' 23:32:37 23:32:37 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 23:32:37 23:32:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/46310f23-7844-4e56-80e5-e005a831394c 23:32:37 23:32:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:32:37 23:32:37 23:32:37 Snyk CLI supports Node.js 8 and higher. 23:32:37 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:32:37 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:32:37 23:32:37 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:32:37 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 23:32:37 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:32:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:32:37 $ docker stop --time=1 e9324ae0d88b331108c1e0d06577cfec587dc4ad260eac82a6ac9360d24d44ce 23:32:39 $ docker rm -f e9324ae0d88b331108c1e0d06577cfec587dc4ad260eac82a6ac9360d24d44ce [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 23:32:41 + git log --format=format:%s -1 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] isUnix [Pipeline] sh 23:32:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:32:41 . [Pipeline] withDockerContainer 23:32:41 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:32:41 $ 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 23:32:42 $ docker top 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:32:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:32:42 [ssh-agent] Looking for ssh-agent implementation... 23:32:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:32:43 $ docker exec 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 ssh-agent 23:32:43 SSH_AUTH_SOCK=/tmp/ssh-YMEc9O7QtLlJ/agent.11 23:32:43 SSH_AGENT_PID=16 23:32:43 Running ssh-add (command line suppressed) 23:32:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5343059081207472660.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5343059081207472660.key) 23:32:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:32:43 + git semver tag 23:32:43 # -> Open(): unable to determine branch for HEAD 23:32:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:32:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:32:43 # $SEMVER_REMOTE_NAME = origin 23:32:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:32:43 # $SEMVER_USER_NAME = edgex-jenkins 23:32:43 # $SEMVER_BRANCH = master 23:32:43 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 23:32:43 # c9efc357fe638ed4dbd739befcaf3df2c9dd2676 HEAD 23:32:43 # -> Force: false 23:32:43 # 0a215f545e214d355b992c2c8762321fa38d86b4 refs/tags/v0.1.105 [Pipeline] } 23:32:43 $ docker exec --env ******** --env ******** 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 ssh-agent -k 23:32:43 unset SSH_AUTH_SOCK; 23:32:43 unset SSH_AGENT_PID; 23:32:43 echo Agent pid 16 killed; 23:32:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:32:44 + git semver [Pipeline] } 23:32:44 $ docker stop --time=1 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 23:32:45 $ docker rm -f 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:32:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:32:46 23:32:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:32:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:32:46 0.23.1-centos7: Pulling from edgex-lftools 23:32:46 ab5ef0e58194: Pulling fs layer 23:32:46 9712f1f96733: Pulling fs layer 23:32:46 63f879dbbcfc: Pulling fs layer 23:32:46 0d9ebad4ef96: Pulling fs layer 23:32:46 e9a5061849ea: Pulling fs layer 23:32:46 d747dcd14b5f: Pulling fs layer 23:32:46 2de7ff778b66: Pulling fs layer 23:32:46 0d9ebad4ef96: Waiting 23:32:46 e9a5061849ea: Waiting 23:32:46 d747dcd14b5f: Waiting 23:32:46 2de7ff778b66: Waiting 23:32:46 9712f1f96733: Verifying Checksum 23:32:46 9712f1f96733: Download complete 23:32:48 63f879dbbcfc: Verifying Checksum 23:32:48 63f879dbbcfc: Download complete 23:32:48 e9a5061849ea: Verifying Checksum 23:32:48 e9a5061849ea: Download complete 23:32:48 d747dcd14b5f: Download complete 23:32:49 2de7ff778b66: Verifying Checksum 23:32:49 2de7ff778b66: Download complete 23:32:49 0d9ebad4ef96: Verifying Checksum 23:32:49 0d9ebad4ef96: Download complete 23:32:49 ab5ef0e58194: Verifying Checksum 23:32:49 ab5ef0e58194: Download complete 23:32:53 ab5ef0e58194: Pull complete 23:32:53 9712f1f96733: Pull complete 23:32:56 63f879dbbcfc: Pull complete 23:33:03 0d9ebad4ef96: Pull complete 23:33:04 e9a5061849ea: Pull complete 23:33:04 d747dcd14b5f: Pull complete 23:33:07 2de7ff778b66: Pull complete 23:33:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:33:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:33:07 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:33:07 $ 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 23:33:11 $ docker top 7029d3406c49591f4005e43ff223256fdccdd72fdb377f02f1e611125d0276d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:33:11 provisioning config files... 23:33:11 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5138467270029001430tmp 23:33:11 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7607174374062131853tmp 23:33:11 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8162828827140322148tmp [Pipeline] { [Pipeline] echo 23:33:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:33:12 ---> sigul-configuration.sh 23:33:12 gpg: directory `/root/.gnupg' created 23:33:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:33:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:33:12 gpg: keyring `/root/.gnupg/secring.gpg' created 23:33:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:33:12 gpg: CAST5 encrypted data 23:33:12 gpg: encrypted with 1 passphrase 23:33:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:33:12 + mkdir /home/jenkins 23:33:12 + mkdir /home/jenkins/sigul [Pipeline] sh 23:33:13 + 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 23:33:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:33:13 ---> sigul-install.sh 23:33:18 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:33:18 + git tag --list 23:33:18 v0.0.0 23:33:18 v0.0.1 23:33:18 v0.1.0 23:33:18 v0.1.1 23:33:18 v0.1.10 23:33:18 v0.1.100 23:33:18 v0.1.101 23:33:18 v0.1.102 23:33:18 v0.1.103 23:33:18 v0.1.104 23:33:18 v0.1.105 23:33:18 v0.1.11 23:33:18 v0.1.12 23:33:18 v0.1.13 23:33:18 v0.1.14 23:33:18 v0.1.15 23:33:18 v0.1.16 23:33:18 v0.1.17 23:33:18 v0.1.18 23:33:18 v0.1.19 23:33:18 v0.1.2 23:33:18 v0.1.20 23:33:18 v0.1.21 23:33:18 v0.1.22 23:33:18 v0.1.23 23:33:18 v0.1.24 23:33:18 v0.1.25 23:33:18 v0.1.26 23:33:18 v0.1.27 23:33:18 v0.1.28 23:33:18 v0.1.29 23:33:18 v0.1.3 23:33:18 v0.1.30 23:33:18 v0.1.31 23:33:18 v0.1.32 23:33:18 v0.1.33 23:33:18 v0.1.34 23:33:18 v0.1.35 23:33:18 v0.1.36 23:33:18 v0.1.37 23:33:18 v0.1.38 23:33:18 v0.1.39 23:33:18 v0.1.4 23:33:18 v0.1.40 23:33:18 v0.1.41 23:33:18 v0.1.42 23:33:18 v0.1.43 23:33:18 v0.1.44 23:33:18 v0.1.45 23:33:18 v0.1.46 23:33:18 v0.1.47 23:33:18 v0.1.48 23:33:18 v0.1.49 23:33:18 v0.1.5 23:33:18 v0.1.50 23:33:18 v0.1.51 23:33:18 v0.1.52 23:33:18 v0.1.53 23:33:18 v0.1.54 23:33:18 v0.1.55 23:33:18 v0.1.56 23:33:18 v0.1.57 23:33:18 v0.1.58 23:33:18 v0.1.59 23:33:18 v0.1.6 23:33:18 v0.1.60 23:33:18 v0.1.61 23:33:18 v0.1.62 23:33:18 v0.1.63 23:33:18 v0.1.64 23:33:18 v0.1.65 23:33:18 v0.1.66 23:33:18 v0.1.67 23:33:18 v0.1.68 23:33:18 v0.1.69 23:33:18 v0.1.7 23:33:18 v0.1.70 23:33:18 v0.1.71 23:33:18 v0.1.72 23:33:18 v0.1.73 23:33:18 v0.1.74 23:33:18 v0.1.75 23:33:18 v0.1.76 23:33:18 v0.1.77 23:33:18 v0.1.78 23:33:18 v0.1.79 23:33:18 v0.1.8 23:33:18 v0.1.80 23:33:18 v0.1.81 23:33:18 v0.1.82 23:33:18 v0.1.83 23:33:18 v0.1.84 23:33:18 v0.1.85 23:33:18 v0.1.86 23:33:18 v0.1.87 23:33:18 v0.1.88 23:33:18 v0.1.89 23:33:18 v0.1.9 23:33:18 v0.1.90 23:33:18 v0.1.91 23:33:18 v0.1.92 23:33:18 v0.1.93 23:33:18 v0.1.94 23:33:18 v0.1.95 23:33:18 v0.1.96 23:33:18 v0.1.97 23:33:18 v0.1.98 23:33:18 v0.1.99 [Pipeline] sh 23:33:19 + lftools sign git-tag v0.1.105 23:33:20 Signing Git tag with Sigul... 23:33:20 Signing v0.1.105 [Pipeline] echo 23:33:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:33:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:33:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:33:22 $ docker stop --time=1 7029d3406c49591f4005e43ff223256fdccdd72fdb377f02f1e611125d0276d0 23:33:23 $ docker rm -f 7029d3406c49591f4005e43ff223256fdccdd72fdb377f02f1e611125d0276d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:33:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:33:24 . [Pipeline] withDockerContainer 23:33:25 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:33:25 $ 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 23:33:25 $ docker top 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:33:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:33:25 [ssh-agent] Looking for ssh-agent implementation... 23:33:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:33:26 $ docker exec 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 ssh-agent 23:33:26 SSH_AUTH_SOCK=/tmp/ssh-RJhpVpSBZa3f/agent.13 23:33:26 SSH_AGENT_PID=18 23:33:26 Running ssh-add (command line suppressed) 23:33:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1231352326185119156.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1231352326185119156.key) 23:33:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:33:26 + git semver bump patch 23:33:26 # -> Open(): unable to determine branch for HEAD 23:33:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:33:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:33:26 # $SEMVER_REMOTE_NAME = origin 23:33:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:33:26 # $SEMVER_USER_NAME = edgex-jenkins 23:33:26 # $SEMVER_BRANCH = master 23:33:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 23:33:26 0.1.106 [Pipeline] } 23:33:26 $ docker exec --env ******** --env ******** 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 ssh-agent -k 23:33:26 unset SSH_AUTH_SOCK; 23:33:26 unset SSH_AGENT_PID; 23:33:26 echo Agent pid 18 killed; 23:33:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:33:27 + git semver [Pipeline] } 23:33:27 $ docker stop --time=1 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 23:33:28 $ docker rm -f 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:33:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:33:29 . [Pipeline] withDockerContainer 23:33:29 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:33:29 $ 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 23:33:30 $ docker top 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:33:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:33:30 [ssh-agent] Looking for ssh-agent implementation... 23:33:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:33:30 $ docker exec 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 ssh-agent 23:33:30 SSH_AUTH_SOCK=/tmp/ssh-ftaY4WjoMYm2/agent.11 23:33:30 SSH_AGENT_PID=17 23:33:30 Running ssh-add (command line suppressed) 23:33:30 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1198863696045918882.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1198863696045918882.key) 23:33:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:33:31 + git semver push 23:33:31 # -> Open(): unable to determine branch for HEAD 23:33:31 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 23:33:31 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 23:33:31 # $SEMVER_REMOTE_NAME = origin 23:33:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:33:31 # $SEMVER_USER_NAME = edgex-jenkins 23:33:31 # $SEMVER_BRANCH = master 23:33:31 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 23:33:37 $ docker exec --env ******** --env ******** 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 ssh-agent -k 23:33:38 unset SSH_AUTH_SOCK; 23:33:38 unset SSH_AGENT_PID; 23:33:38 echo Agent pid 17 killed; 23:33:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:33:38 + git semver [Pipeline] } 23:33:38 $ docker stop --time=1 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 23:33:39 $ docker rm -f 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 [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 23:33:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:33:42 ---> package-listing.sh 23:33:42 ++ facter osfamily 23:33:42 ++ tr '[:upper:]' '[:lower:]' 23:33:42 + OS_FAMILY=redhat 23:33:42 + workspace=/w/workspace/dry_go-mod-core-contracts_master 23:33:42 + START_PACKAGES=/tmp/packages_start.txt 23:33:42 + END_PACKAGES=/tmp/packages_end.txt 23:33:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:33:42 + PACKAGES=/tmp/packages_start.txt 23:33:42 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 23:33:42 + PACKAGES=/tmp/packages_end.txt 23:33:42 + case "${OS_FAMILY}" in 23:33:42 + rpm -qa 23:33:42 + sort 23:33:46 + '[' -f /tmp/packages_start.txt ']' 23:33:46 + '[' -f /tmp/packages_end.txt ']' 23:33:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:33:46 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 23:33:46 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 23:33:46 + 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 23:33:46 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 23:33:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:33:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:33:47 23:33:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:33:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:33:47 alpine: Pulling from edgex-lftools-log-publisher 23:33:47 df20fa9351a1: Pulling fs layer 23:33:47 36b3adc4ff6f: Pulling fs layer 23:33:47 8ad3a11d3b57: Pulling fs layer 23:33:47 46f8f816bc3b: Pulling fs layer 23:33:47 93b61091891f: Pulling fs layer 23:33:47 93b9cdb0e59b: Pulling fs layer 23:33:47 5e14af77c1be: Pulling fs layer 23:33:47 01666e4c0597: Pulling fs layer 23:33:47 aa168da1d23b: Pulling fs layer 23:33:47 93b9cdb0e59b: Waiting 23:33:47 5e14af77c1be: Waiting 23:33:47 46f8f816bc3b: Waiting 23:33:47 93b61091891f: Waiting 23:33:47 01666e4c0597: Waiting 23:33:47 aa168da1d23b: Waiting 23:33:47 36b3adc4ff6f: Verifying Checksum 23:33:47 36b3adc4ff6f: Download complete 23:33:47 46f8f816bc3b: Verifying Checksum 23:33:47 46f8f816bc3b: Download complete 23:33:47 df20fa9351a1: Verifying Checksum 23:33:47 df20fa9351a1: Download complete 23:33:47 93b61091891f: Verifying Checksum 23:33:47 93b61091891f: Download complete 23:33:47 93b9cdb0e59b: Verifying Checksum 23:33:47 93b9cdb0e59b: Download complete 23:33:47 5e14af77c1be: Verifying Checksum 23:33:47 5e14af77c1be: Download complete 23:33:47 01666e4c0597: Download complete 23:33:47 8ad3a11d3b57: Verifying Checksum 23:33:47 8ad3a11d3b57: Download complete 23:33:47 df20fa9351a1: Pull complete 23:33:48 36b3adc4ff6f: Pull complete 23:33:49 8ad3a11d3b57: Pull complete 23:33:50 aa168da1d23b: Verifying Checksum 23:33:50 aa168da1d23b: Download complete 23:33:50 46f8f816bc3b: Pull complete 23:33:50 93b61091891f: Pull complete 23:33:50 93b9cdb0e59b: Pull complete 23:33:50 5e14af77c1be: Pull complete 23:33:50 01666e4c0597: Pull complete 23:33:57 aa168da1d23b: Pull complete 23:33:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:33:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:33:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:33:57 prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container 23:33:57 $ 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 23:34:00 $ docker top 9ae13b45cebd027afcfd611ef85784ff5f5819c7edb09a3ce4aa60129b53406d -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:00 + touch /tmp/pre-build-complete [Pipeline] sh 23:34:01 + mkdir -p /var/log/sa [Pipeline] sh 23:34:01 + ls /var/log/sa-host 23:34:01 + sadf -c /var/log/sa-host/sa05 23:34:01 file_magic: OK 23:34:01 HZ: Using current value: 100 23:34:01 file_header: OK 23:34:01 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 23:34:01 Statistics: 23:34:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:34:01 File successfully converted to sysstat format version 12.2.1 23:34:01 + sadf -c /var/log/sa-host/sa19 23:34:01 file_magic: OK 23:34:01 HZ: Using current value: 100 23:34:01 file_header: OK 23:34:01 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 23:34:01 Statistics: 23:34:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:34:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:34:01 provisioning config files... 23:34:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config539087205207689706tmp [Pipeline] { [Pipeline] echo 23:34:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:34:02 ---> create-netrc.sh [Pipeline] } 23:34:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:34:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:34:02 ---> python-tools-install.sh [Pipeline] echo 23:34:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:34:02 ---> sudo-logs.sh 23:34:02 Archiving 'sudo' log.. [Pipeline] echo 23:34:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:34:03 ---> job-cost.sh 23:34:03 lf-activate-venv: SKIPPING 23:34:03 INFO: No Stack... 23:34:03 INFO: Retrieving Pricing Info for: v1-standard-2 23:34:04 INFO: Archiving Costs [Pipeline] echo 23:34:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:34:04 ---> logs-deploy.sh 23:34:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/71 23:34:04 INFO: archiving workspace using pattern(s): 23:34:05 Archives upload complete. 23:34:06 INFO: archiving logs to Nexus 23:34:07 ---> uname -a: 23:34:07 Linux prd-centos7-docker-4c-2g-6405.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:34:07 23:34:07 23:34:07 ---> lscpu: 23:34:07 Architecture: x86_64 23:34:07 CPU op-mode(s): 32-bit, 64-bit 23:34:07 Byte Order: Little Endian 23:34:07 Address sizes: 40 bits physical, 48 bits virtual 23:34:07 CPU(s): 4 23:34:07 On-line CPU(s) list: 0-3 23:34:07 Thread(s) per core: 1 23:34:07 Core(s) per socket: 1 23:34:07 Socket(s): 4 23:34:07 NUMA node(s): 1 23:34:07 Vendor ID: GenuineIntel 23:34:07 CPU family: 6 23:34:07 Model: 44 23:34:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:34:07 Stepping: 1 23:34:07 CPU MHz: 2933.442 23:34:07 BogoMIPS: 5866.88 23:34:07 Virtualization: VT-x 23:34:07 Hypervisor vendor: KVM 23:34:07 Virtualization type: full 23:34:07 L1d cache: 128 KiB 23:34:07 L1i cache: 128 KiB 23:34:07 L2 cache: 16 MiB 23:34:07 L3 cache: 64 MiB 23:34:07 NUMA node0 CPU(s): 0-3 23:34:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:34:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:34:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:34:07 Vulnerability Meltdown: Mitigation; PTI 23:34:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:34:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:34:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:34:07 Vulnerability Tsx async abort: Not affected 23:34:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:34:07 23:34:07 23:34:07 ---> nproc: 23:34:07 4 23:34:07 23:34:07 23:34:07 ---> df -h: 23:34:07 Filesystem Size Used Available Use% Mounted on 23:34:07 overlay 50.0G 8.4G 41.5G 17% / 23:34:07 tmpfs 64.0M 0 64.0M 0% /dev 23:34:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:34:07 shm 64.0M 0 64.0M 0% /dev/shm 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 23:34:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 23:34:07 23:34:07 23:34:07 ---> free -m: 23:34:07 total used free shared buff/cache available 23:34:07 Mem: 1837 772 165 0 899 1001 23:34:07 Swap: 1023 3 1020 23:34:07 23:34:07 23:34:07 ---> ip addr: 23:34:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:34:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:34:07 inet 127.0.0.1/8 scope host lo 23:34:07 valid_lft forever preferred_lft forever 23:34:07 inet6 ::1/128 scope host 23:34:07 valid_lft forever preferred_lft forever 23:34:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:34:07 link/ether fa:16:3e:9b:84:71 brd ff:ff:ff:ff:ff:ff 23:34:07 inet 10.30.123.15/23 brd 10.30.123.255 scope global dynamic eth0 23:34:07 valid_lft 85974sec preferred_lft 85974sec 23:34:07 inet6 fe80::f816:3eff:fe9b:8471/64 scope link 23:34:07 valid_lft forever preferred_lft forever 23:34:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:34:07 link/ether 02:42:3f:3d:93:a2 brd ff:ff:ff:ff:ff:ff 23:34:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:34:07 valid_lft forever preferred_lft forever 23:34:07 inet6 fe80::42:3fff:fe3d:93a2/64 scope link 23:34:07 valid_lft forever preferred_lft forever 23:34:07 23:34:07 23:34:07 ---> sar -b -r -n DEV: 23:34:07 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) 23:34:07 23:34:07 23:26:43 LINUX RESTART (4 CPU) 23:34:07 23:34:07 23:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:34:07 23:29:01 3.88 0.00 3.88 0.00 0.00 129.08 0.00 23:34:07 23:30:01 0.57 0.00 0.57 0.00 0.00 9.24 0.00 23:34:07 23:31:01 0.15 0.00 0.15 0.00 0.00 2.02 0.00 23:34:07 23:32:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 23:34:07 23:33:01 309.38 149.62 159.77 0.00 8014.51 54940.10 0.00 23:34:07 Average: 62.88 29.95 32.94 0.00 1604.08 11024.48 0.00 23:34:07 23:34:07 23:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:34:07 23:29:01 176328 0 565232 30.04 2620 1137376 1109228 37.86 421600 1123044 20 23:34:07 23:30:01 179448 0 562104 29.87 2620 1137384 1088668 37.15 420304 1121800 12 23:34:07 23:31:01 178652 0 562896 29.92 2620 1137388 1088800 37.16 420992 1121796 12 23:34:07 23:32:01 176800 0 564748 30.01 2620 1137388 1088872 37.16 430504 1113944 20 23:34:07 23:33:01 171640 0 708952 37.68 2100 998864 1303952 44.50 558584 891020 88660 23:34:07 Average: 176574 0 592786 31.51 2516 1109680 1135904 38.77 450397 1074321 17745 23:34:07 23:34:07 23:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:34:07 23:29:01 eth0 4.01 1.85 3.28 0.28 0.00 0.00 0.00 0.00 23:34:07 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:30:01 eth0 1.08 0.08 0.10 0.04 0.00 0.00 0.00 0.00 23:34:07 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:31:01 eth0 2.32 0.80 0.77 0.41 0.00 0.00 0.00 0.00 23:34:07 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:32:01 eth0 0.95 0.63 0.60 0.40 0.00 0.00 0.00 0.00 23:34:07 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:33:01 eth0 794.26 717.30 7113.16 63.76 0.00 0.00 0.00 0.00 23:34:07 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:33:01 docker0 16.72 16.01 1.29 121.93 0.00 0.00 0.00 0.00 23:34:07 Average: eth0 160.64 144.24 1424.62 12.99 0.00 0.00 0.00 0.00 23:34:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 Average: docker0 3.35 3.20 0.26 24.40 0.00 0.00 0.00 0.00 23:34:07 23:34:07 23:34:07 ---> sar -P ALL: 23:34:07 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) 23:34:07 23:34:07 23:26:43 LINUX RESTART (4 CPU) 23:34:07 23:34:07 23:28:01 CPU %user %nice %system %iowait %steal %idle 23:34:07 23:29:01 all 0.20 0.00 0.05 0.00 0.00 99.75 23:34:07 23:29:01 0 0.57 0.00 0.05 0.00 0.00 99.38 23:34:07 23:29:01 1 0.08 0.00 0.05 0.00 0.00 99.87 23:34:07 23:29:01 2 0.10 0.00 0.03 0.00 0.00 99.87 23:34:07 23:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:34:07 23:30:01 all 0.15 0.00 0.03 0.00 0.00 99.81 23:34:07 23:30:01 0 0.35 0.00 0.03 0.00 0.00 99.62 23:34:07 23:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:34:07 23:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:34:07 23:30:01 3 0.18 0.00 0.05 0.00 0.00 99.77 23:34:07 23:31:01 all 0.16 0.00 0.03 0.00 0.00 99.80 23:34:07 23:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:34:07 23:31:01 1 0.08 0.00 0.07 0.00 0.00 99.85 23:34:07 23:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:34:07 23:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:34:07 23:32:01 all 0.15 0.00 0.05 0.00 0.01 99.79 23:34:07 23:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:34:07 23:32:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:34:07 23:32:01 2 0.05 0.00 0.10 0.00 0.02 99.83 23:34:07 23:32:01 3 0.48 0.00 0.03 0.00 0.02 99.47 23:34:07 23:33:01 all 13.83 0.00 7.57 2.93 0.08 75.59 23:34:07 23:33:01 0 13.60 0.00 7.77 2.53 0.07 76.03 23:34:07 23:33:01 1 13.42 0.00 6.98 2.46 0.12 77.01 23:34:07 23:33:01 2 13.68 0.00 8.26 3.08 0.05 74.93 23:34:07 23:33:01 3 14.63 0.00 7.27 3.65 0.07 74.38 23:34:07 Average: all 2.85 0.00 1.52 0.58 0.02 95.04 23:34:07 Average: 0 2.86 0.00 1.55 0.50 0.01 95.08 23:34:07 Average: 1 2.69 0.00 1.41 0.49 0.02 95.39 23:34:07 Average: 2 2.73 0.00 1.66 0.61 0.01 94.99 23:34:07 Average: 3 3.12 0.00 1.46 0.72 0.02 94.69 23:34:07 23:34:07 23:34:07