Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aa2b8c10f917c2938a24b062f2c2b0c252e10743 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43341 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision aa2b8c10f917c2938a24b062f2c2b0c252e10743 (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/master:refs/remotes/origin/master # 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 --no-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 aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 Commit message: "Merge pull request #288 from cloudxxx8/issue-287" > git rev-list --no-walk 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:56:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:56:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:56:55 ========================================================= 16:56:55 EdgeX Global Pipelines Version Info 16:56:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:56:57 ------------------- 16:56:57 stable info: 16:56:57 ------------------- 16:56:57 Commited By: Emilio Reyes emilio.reyes@intel.com 16:56:57 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 16:56:57 Message: update stable to v1.0.119 16:56:57 ------------------- 16:56:57 experimental info: 16:56:57 ------------------- 16:56:57 Commited By: **** collab-it+edgex@linuxfoundation.org 16:56:57 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 16:56:57 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:56:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:56:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:57:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:57:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa2b8c10f917c2938a24b062f2c2b0c252e10743 [Pipeline] echo 16:57:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa2b8c1 [Pipeline] echo 16:57:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:57:02 + git log --format=format:%s -1 aa2b8c10f917c2938a24b062f2c2b0c252e10743 [Pipeline] echo 16:57:02 GIT_COMMIT: aa2b8c10f917c2938a24b062f2c2b0c252e10743, Commit Message: Merge pull request #288 from cloudxxx8/issue-287 [Pipeline] echo 16:57:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:57:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:57:03 16:57:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:57:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:57:03 latest: Pulling from edgex-devops/git-semver 16:57:03 31603596830f: Pulling fs layer 16:57:03 2a8b12db71e7: Pulling fs layer 16:57:03 6ca5941a6612: Pulling fs layer 16:57:03 ecc8261a40a4: Pulling fs layer 16:57:03 ecc8261a40a4: Waiting 16:57:03 2a8b12db71e7: Download complete 16:57:03 31603596830f: Verifying Checksum 16:57:03 31603596830f: Download complete 16:57:03 ecc8261a40a4: Verifying Checksum 16:57:03 ecc8261a40a4: Download complete 16:57:03 31603596830f: Pull complete 16:57:03 6ca5941a6612: Verifying Checksum 16:57:03 6ca5941a6612: Download complete 16:57:03 2a8b12db71e7: Pull complete 16:57:04 6ca5941a6612: Pull complete 16:57:05 ecc8261a40a4: Pull complete 16:57:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:57:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:57:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:57:05 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 16:57:05 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:57:07 $ docker top 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:57:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:07 [ssh-agent] Looking for ssh-agent implementation... 16:57:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:08 $ docker exec 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent 16:57:08 SSH_AUTH_SOCK=/tmp/ssh-u0SuscC2ljSV/agent.13 16:57:08 SSH_AGENT_PID=18 16:57:08 Running ssh-add (command line suppressed) 16:57:08 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_40781421132358719.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_40781421132358719.key) 16:57:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:08 + git describe --exact-match --tags HEAD 16:57:08 fatal: No names found, cannot describe anything. [Pipeline] } 16:57:08 $ docker exec --env ******** --env ******** 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent -k 16:57:09 unset SSH_AUTH_SOCK; 16:57:09 unset SSH_AGENT_PID; 16:57:09 echo Agent pid 18 killed; 16:57:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:57:09 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:57:09 This usually means this commit has not been tagged. [Pipeline] sshagent 16:57:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:09 [ssh-agent] Looking for ssh-agent implementation... 16:57:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:09 $ docker exec 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent 16:57:09 SSH_AUTH_SOCK=/tmp/ssh-EdXSmhKC5W1l/agent.47 16:57:09 SSH_AGENT_PID=52 16:57:09 Running ssh-add (command line suppressed) 16:57:09 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4507443427514258025.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4507443427514258025.key) 16:57:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:10 + git semver init 16:57:10 # -> Open(): unable to determine branch for HEAD 16:57:10 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:57:10 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:57:10 # $SEMVER_REMOTE_NAME = origin 16:57:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:57:10 # $SEMVER_USER_NAME = edgex-jenkins 16:57:10 # $SEMVER_BRANCH = master 16:57:10 # $SEMVER_TEMP = /tmp/semver-671970589 16:57:10 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:57:10 # '/tmp/semver-671970589' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:57:10 # -> Force: false 16:57:10 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:57:10 $ docker exec --env ******** --env ******** 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent -k 16:57:10 unset SSH_AUTH_SOCK; 16:57:10 unset SSH_AGENT_PID; 16:57:10 echo Agent pid 52 killed; 16:57:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:57:11 + git semver [Pipeline] } 16:57:11 $ docker stop --time=1 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 16:57:13 $ docker rm -f 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:57:14 Stashed 90 file(s) [Pipeline] echo 16:57:14 [edgeXSemver]: initialized semver on version 0.1.79 [Pipeline] echo 16:57:14 Archived original version: [0.1.79] [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:57:29 Still waiting to schedule task 16:57:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:57:29 Still waiting to schedule task 16:57:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:59:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43342 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:59:26 Running in /w/workspace/go-mod-core-contracts/45 [Pipeline] { [Pipeline] checkout 16:59:32 using credential edgex-jenkins-ssh 16:59:32 Cloning the remote Git repository 16:59:32 Cloning with configured refspecs honoured and without tags 16:59:32 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:59:32 > git init /w/workspace/go-mod-core-contracts/45 # timeout=10 16:59:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:59:32 > git --version # timeout=10 16:59:32 > git --version # 'git version 2.17.1' 16:59:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:59:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:33 Fetching without tags 16:59:34 Checking out Revision aa2b8c10f917c2938a24b062f2c2b0c252e10743 (master) 16:59:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:59:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:59:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:59:33 using GIT_SSH to set credentials SSH Credentials for GitHub 16:59:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:34 > git config core.sparsecheckout # timeout=10 16:59:34 > git checkout -f aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 16:59:38 Commit message: "Merge pull request #288 from cloudxxx8/issue-287" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:59:39 ========================================================= 16:59:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:59:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:59:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 16:59:41 Sending build context to Docker daemon 2.224MB 16:59:41 Step 1/7 : ARG BASE=golang:1.13-alpine 16:59:41 Step 2/7 : FROM ${BASE} 16:59:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:59:42 b538f80385f9: Pulling fs layer 16:59:42 74f711af9a0d: Pulling fs layer 16:59:42 99f96fe45779: Pulling fs layer 16:59:42 fd7a069fd194: Pulling fs layer 16:59:42 66aa3694b03b: Pulling fs layer 16:59:42 170f70906a0f: Pulling fs layer 16:59:42 ad7c5574e4b9: Pulling fs layer 16:59:42 e772456be8f7: Pulling fs layer 16:59:42 c890913d741a: Pulling fs layer 16:59:42 2480fcc9aa5a: Pulling fs layer 16:59:42 09adf4765672: Pulling fs layer 16:59:42 fd7a069fd194: Waiting 16:59:42 66aa3694b03b: Waiting 16:59:42 170f70906a0f: Waiting 16:59:42 ad7c5574e4b9: Waiting 16:59:42 e772456be8f7: Waiting 16:59:42 c890913d741a: Waiting 16:59:42 2480fcc9aa5a: Waiting 16:59:42 09adf4765672: Waiting 16:59:42 99f96fe45779: Verifying Checksum 16:59:42 99f96fe45779: Download complete 16:59:42 74f711af9a0d: Verifying Checksum 16:59:42 74f711af9a0d: Download complete 16:59:42 66aa3694b03b: Verifying Checksum 16:59:42 66aa3694b03b: Download complete 16:59:42 b538f80385f9: Verifying Checksum 16:59:42 b538f80385f9: Download complete 16:59:42 170f70906a0f: Verifying Checksum 16:59:42 170f70906a0f: Download complete 16:59:43 b538f80385f9: Pull complete 16:59:43 74f711af9a0d: Pull complete 16:59:44 99f96fe45779: Pull complete 16:59:46 ad7c5574e4b9: Verifying Checksum 16:59:46 ad7c5574e4b9: Download complete 16:59:46 c890913d741a: Verifying Checksum 16:59:46 c890913d741a: Download complete 16:59:47 2480fcc9aa5a: Verifying Checksum 16:59:47 2480fcc9aa5a: Download complete 16:59:47 09adf4765672: Download complete 16:59:47 e772456be8f7: Download complete 16:59:49 fd7a069fd194: Download complete 17:00:01 fd7a069fd194: Pull complete 17:00:01 66aa3694b03b: Pull complete 17:00:01 170f70906a0f: Pull complete 17:00:03 ad7c5574e4b9: Pull complete 17:00:09 e772456be8f7: Pull complete 17:00:09 c890913d741a: Pull complete 17:00:11 2480fcc9aa5a: Pull complete 17:00:11 09adf4765672: Pull complete 17:00:11 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 17:00:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:00:11 ---> 2248a725d1cf 17:00:11 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:00:15 ---> Running in a121d2f77c00 17:00:15 Removing intermediate container a121d2f77c00 17:00:15 ---> 3cd60de3b7a1 17:00:15 Step 4/7 : RUN apk add bash 17:00:16 ---> Running in 1d33793e901d 17:00:17 Running on prd-centos7-docker-4c-2g-43343 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:00:17 Running in /w/workspace/go-mod-core-contracts/45 [Pipeline] { 17:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] checkout 17:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:19 using credential edgex-jenkins-ssh 17:00:19 Cloning the remote Git repository 17:00:19 Cloning with configured refspecs honoured and without tags 17:00:19 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:00:20 OK: 142 MiB in 39 packages 17:00:20 Fetching without tags 17:00:20 Checking out Revision aa2b8c10f917c2938a24b062f2c2b0c252e10743 (master) 17:00:19 > git init /w/workspace/go-mod-core-contracts/45 # timeout=10 17:00:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:00:19 > git --version # timeout=10 17:00:19 > git --version # 'git version 2.16.5' 17:00:19 using GIT_SSH to set credentials SSH Credentials for GitHub 17:00:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:00:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:00:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:00:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:00:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:00:20 using GIT_SSH to set credentials SSH Credentials for GitHub 17:00:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:00:20 > git config core.sparsecheckout # timeout=10 17:00:20 > git checkout -f aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 17:00:22 Removing intermediate container 1d33793e901d 17:00:22 ---> d68e8eae60f2 17:00:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:00:22 ---> Running in 5edcf9e0fbc9 17:00:22 Removing intermediate container 5edcf9e0fbc9 17:00:22 ---> e8fba966b038 17:00:22 Step 6/7 : COPY go.mod . 17:00:22 ---> 46150ea2e3a7 17:00:22 Step 7/7 : RUN go mod download 17:00:23 ---> Running in fba3959dd003 17:00:25 go: finding github.com/davecgh/go-spew v1.1.0 17:00:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:00:25 go: finding github.com/go-kit/kit v0.8.0 17:00:25 go: finding github.com/go-logfmt/logfmt v0.4.0 17:00:25 go: finding github.com/go-playground/assert/v2 v2.0.1 17:00:25 go: finding github.com/go-playground/locales v0.13.0 17:00:25 go: finding github.com/go-playground/universal-translator v0.17.0 17:00:25 go: finding github.com/go-playground/validator/v10 v10.3.0 17:00:25 go: finding github.com/go-stack/stack v1.8.0 17:00:25 go: finding github.com/google/uuid v1.1.0 17:00:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:00:25 go: finding github.com/leodido/go-urn v1.2.0 17:00:25 go: finding github.com/pmezard/go-difflib v1.0.0 17:00:25 Commit message: "Merge pull request #288 from cloudxxx8/issue-287" 17:00:25 go: finding github.com/stretchr/objx v0.1.0 17:00:25 go: finding github.com/stretchr/testify v1.5.1 17:00:25 go: finding github.com/x448/float16 v0.8.4 17:00:25 go: finding golang.org/x/text v0.3.2 17:00:25 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:00:25 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:00:25 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:00:26 ========================================================= 17:00:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:00:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:00:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 17:00:27 Sending build context to Docker daemon 2.224MB 17:00:27 Step 1/7 : ARG BASE=golang:1.13-alpine 17:00:27 Step 2/7 : FROM ${BASE} 17:00:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:00:27 df20fa9351a1: Pulling fs layer 17:00:27 ed8968b2872e: Pulling fs layer 17:00:27 a92cc7c5fd73: Pulling fs layer 17:00:27 2dd03ba5bac4: Pulling fs layer 17:00:27 1e091d79d1de: Pulling fs layer 17:00:27 481702a1767f: Pulling fs layer 17:00:27 f64a6f60c768: Pulling fs layer 17:00:27 e78d2573fc39: Pulling fs layer 17:00:27 e876d2f968b6: Pulling fs layer 17:00:27 ce8a83651883: Pulling fs layer 17:00:27 07967f4d0e4b: Pulling fs layer 17:00:27 f64a6f60c768: Waiting 17:00:27 e78d2573fc39: Waiting 17:00:27 e876d2f968b6: Waiting 17:00:27 ce8a83651883: Waiting 17:00:27 2dd03ba5bac4: Waiting 17:00:27 07967f4d0e4b: Waiting 17:00:27 1e091d79d1de: Waiting 17:00:27 481702a1767f: Waiting 17:00:27 a92cc7c5fd73: Verifying Checksum 17:00:27 a92cc7c5fd73: Download complete 17:00:27 ed8968b2872e: Verifying Checksum 17:00:27 ed8968b2872e: Download complete 17:00:27 1e091d79d1de: Verifying Checksum 17:00:27 1e091d79d1de: Download complete 17:00:27 481702a1767f: Verifying Checksum 17:00:27 481702a1767f: Download complete 17:00:27 df20fa9351a1: Verifying Checksum 17:00:27 df20fa9351a1: Download complete 17:00:28 df20fa9351a1: Pull complete 17:00:28 ed8968b2872e: Pull complete 17:00:28 a92cc7c5fd73: Pull complete 17:00:30 f64a6f60c768: Verifying Checksum 17:00:30 f64a6f60c768: Download complete 17:00:30 e876d2f968b6: Verifying Checksum 17:00:30 e876d2f968b6: Download complete 17:00:31 ce8a83651883: Verifying Checksum 17:00:31 ce8a83651883: Download complete 17:00:31 07967f4d0e4b: Verifying Checksum 17:00:31 07967f4d0e4b: Download complete 17:00:31 e78d2573fc39: Verifying Checksum 17:00:31 e78d2573fc39: Download complete 17:00:32 2dd03ba5bac4: Verifying Checksum 17:00:32 2dd03ba5bac4: Download complete 17:00:37 2dd03ba5bac4: Pull complete 17:00:37 1e091d79d1de: Pull complete 17:00:37 481702a1767f: Pull complete 17:00:38 Removing intermediate container fba3959dd003 17:00:38 ---> 73d040841a48 17:00:38 Successfully built 73d040841a48 17:00:38 Successfully tagged ci-base-image-arm64:latest [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] } 17:00:42 f64a6f60c768: Pull complete 17:00:47 e78d2573fc39: Pull complete 17:00:47 e876d2f968b6: Pull complete 17:00:47 ce8a83651883: Pull complete 17:00:47 07967f4d0e4b: Pull complete 17:00:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 17:00:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:00:47 ---> 5d7c900382c6 17:00:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:00:49 ---> Running in 1a6c743e1642 17:00:49 Removing intermediate container 1a6c743e1642 17:00:49 ---> 1095eab9f1f4 17:00:49 Step 4/7 : RUN apk add bash 17:00:49 ---> Running in f8666aff84cf 17:00:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:52 OK: 166 MiB in 39 packages 17:00:52 Removing intermediate container f8666aff84cf 17:00:52 ---> f41592a99fc2 17:00:52 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:00:52 ---> Running in e43094b083e0 17:00:52 Removing intermediate container e43094b083e0 17:00:52 ---> f06e3d12eb08 17:00:52 Step 6/7 : COPY go.mod . 17:00:53 ---> 6a9ca047fc39 17:00:53 Step 7/7 : RUN go mod download 17:00:53 ---> Running in 973d3e93f731 17:00:54 go: finding github.com/davecgh/go-spew v1.1.0 17:00:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:00:54 go: finding github.com/go-kit/kit v0.8.0 17:00:54 go: finding github.com/go-logfmt/logfmt v0.4.0 17:00:54 go: finding github.com/go-playground/assert/v2 v2.0.1 17:00:54 go: finding github.com/go-playground/locales v0.13.0 17:00:54 go: finding github.com/go-playground/universal-translator v0.17.0 17:00:54 go: finding github.com/go-playground/validator/v10 v10.3.0 17:00:54 go: finding github.com/go-stack/stack v1.8.0 17:00:54 go: finding github.com/google/uuid v1.1.0 17:00:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:00:54 go: finding github.com/leodido/go-urn v1.2.0 17:00:54 go: finding github.com/pmezard/go-difflib v1.0.0 17:00:54 go: finding github.com/stretchr/objx v0.1.0 17:00:54 go: finding github.com/stretchr/testify v1.5.1 17:00:54 go: finding github.com/x448/float16 v0.8.4 17:00:54 go: finding golang.org/x/text v0.3.2 17:00:54 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:00:54 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:00:54 go: finding gopkg.in/yaml.v2 v2.2.8 17:01:03 Removing intermediate container 973d3e93f731 17:01:03 ---> 169039282fbe 17:01:03 Successfully built 169039282fbe 17:01:03 Successfully tagged ci-base-image-x86_64:latest [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 17:01:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:01:05 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:01:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:01:06 17:01:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:01:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:01:06 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:01:06 cbdbe7a5bc2a: Pulling fs layer 17:01:06 408f87550127: Pulling fs layer 17:01:06 fe522b08c979: Pulling fs layer 17:01:06 221eaa008020: Pulling fs layer 17:01:06 2a4607e5d6b9: Pulling fs layer 17:01:06 8f79b27c4fd2: Pulling fs layer 17:01:06 e5c8dbe1645b: Pulling fs layer 17:01:06 23e8b3b47431: Pulling fs layer 17:01:06 5c568d65a230: Pulling fs layer 17:01:06 221eaa008020: Waiting 17:01:06 2a4607e5d6b9: Waiting 17:01:06 8f79b27c4fd2: Waiting 17:01:06 e5c8dbe1645b: Waiting 17:01:06 23e8b3b47431: Waiting 17:01:06 5c568d65a230: Waiting 17:01:06 fe522b08c979: Verifying Checksum 17:01:06 fe522b08c979: Download complete 17:01:06 408f87550127: Download complete 17:01:06 2a4607e5d6b9: Verifying Checksum 17:01:06 2a4607e5d6b9: Download complete 17:01:07 8f79b27c4fd2: Verifying Checksum 17:01:07 8f79b27c4fd2: Download complete 17:01:07 cbdbe7a5bc2a: Download complete 17:01:07 cbdbe7a5bc2a: Pull complete 17:01:07 408f87550127: Pull complete 17:01:07 e5c8dbe1645b: Download complete 17:01:07 fe522b08c979: Pull complete 17:01:08 5c568d65a230: Verifying Checksum 17:01:08 5c568d65a230: Download complete 17:01:09 23e8b3b47431: Verifying Checksum 17:01:09 23e8b3b47431: Download complete 17:01:10 221eaa008020: Verifying Checksum 17:01:10 221eaa008020: Download complete 17:01:15 221eaa008020: Pull complete 17:01:15 2a4607e5d6b9: Pull complete 17:01:15 8f79b27c4fd2: Pull complete 17:01:18 e5c8dbe1645b: Pull complete 17:01:21 23e8b3b47431: Pull complete 17:01:22 5c568d65a230: Pull complete 17:01:22 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:01:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:01:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:01:22 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 17:01:22 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 17:01:23 $ docker top ce15e1ffc95eda397d65f73e1dcee1649687ba74e7b0fded357ee9d8f825c0c1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:24 + snyk monitor '--org=edgex-jenkins' 17:01:28 17:01:28 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 17:01:28 17:01:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/8fce54db-7fc1-4b44-be33-211ea28392ae 17:01:28 17:01:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:01:28 17:01:28 17:01:28 Snyk CLI supports Node.js 8 and higher. 17:01:28 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 17:01:28 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 17:01:28 17:01:28 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 17:01:28 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 17:01:28 $ docker stop --time=1 ce15e1ffc95eda397d65f73e1dcee1649687ba74e7b0fded357ee9d8f825c0c1 17:01:32 $ docker rm -f ce15e1ffc95eda397d65f73e1dcee1649687ba74e7b0fded357ee9d8f825c0c1 [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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 17:01:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:34 . [Pipeline] withDockerContainer 17:01:34 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 17:01:34 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:34 $ docker top 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:35 [ssh-agent] Looking for ssh-agent implementation... 17:01:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:35 $ docker exec 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 ssh-agent 17:01:35 SSH_AUTH_SOCK=/tmp/ssh-NtSDNd07Fy5O/agent.11 17:01:35 SSH_AGENT_PID=16 17:01:35 Running ssh-add (command line suppressed) 17:01:35 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1309998921681919703.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1309998921681919703.key) 17:01:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:36 + git semver tag 17:01:36 # -> Open(): unable to determine branch for HEAD 17:01:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:01:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:01:36 # $SEMVER_REMOTE_NAME = origin 17:01:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:36 # $SEMVER_USER_NAME = edgex-jenkins 17:01:36 # $SEMVER_BRANCH = master 17:01:36 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:01:36 # aa2b8c10f917c2938a24b062f2c2b0c252e10743 HEAD 17:01:36 # -> Force: false 17:01:36 # 62e611b196593d31ac43fd0302bb1e8c84c2293c refs/tags/v0.1.79 [Pipeline] } 17:01:36 $ docker exec --env ******** --env ******** 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 ssh-agent -k 17:01:36 unset SSH_AUTH_SOCK; 17:01:36 unset SSH_AGENT_PID; 17:01:36 echo Agent pid 16 killed; 17:01:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:36 + git semver [Pipeline] } 17:01:36 $ docker stop --time=1 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 17:01:38 $ docker rm -f 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:01:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:38 17:01:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:01:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:39 0.23.1-centos7: Pulling from edgex-lftools 17:01:39 ab5ef0e58194: Pulling fs layer 17:01:39 9712f1f96733: Pulling fs layer 17:01:39 63f879dbbcfc: Pulling fs layer 17:01:39 0d9ebad4ef96: Pulling fs layer 17:01:39 e9a5061849ea: Pulling fs layer 17:01:39 d747dcd14b5f: Pulling fs layer 17:01:39 2de7ff778b66: Pulling fs layer 17:01:39 e9a5061849ea: Waiting 17:01:39 d747dcd14b5f: Waiting 17:01:39 2de7ff778b66: Waiting 17:01:39 0d9ebad4ef96: Waiting 17:01:39 9712f1f96733: Verifying Checksum 17:01:39 9712f1f96733: Download complete 17:01:41 63f879dbbcfc: Verifying Checksum 17:01:41 63f879dbbcfc: Download complete 17:01:41 e9a5061849ea: Verifying Checksum 17:01:41 e9a5061849ea: Download complete 17:01:41 d747dcd14b5f: Verifying Checksum 17:01:41 d747dcd14b5f: Download complete 17:01:41 2de7ff778b66: Verifying Checksum 17:01:41 2de7ff778b66: Download complete 17:01:42 0d9ebad4ef96: Verifying Checksum 17:01:42 0d9ebad4ef96: Download complete 17:01:42 ab5ef0e58194: Verifying Checksum 17:01:42 ab5ef0e58194: Download complete 17:01:47 ab5ef0e58194: Pull complete 17:01:47 9712f1f96733: Pull complete 17:01:49 63f879dbbcfc: Pull complete 17:01:56 0d9ebad4ef96: Pull complete 17:01:58 e9a5061849ea: Pull complete 17:01:58 d747dcd14b5f: Pull complete 17:02:01 2de7ff778b66: Pull complete 17:02:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:02:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:02:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:02:02 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 17:02:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:02:05 $ docker top 82386a84b1a50e4971a0a235305e14f1c2c13932cad8b139fe4c78b447a6018d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:02:05 provisioning config files... 17:02:05 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6061028623379269186tmp 17:02:05 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6028034050024186588tmp 17:02:05 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7267654651123346256tmp [Pipeline] { [Pipeline] echo 17:02:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:02:05 ---> sigul-configuration.sh 17:02:05 gpg: directory `/root/.gnupg' created 17:02:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:02:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:02:05 gpg: keyring `/root/.gnupg/secring.gpg' created 17:02:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:02:05 gpg: CAST5 encrypted data 17:02:06 gpg: encrypted with 1 passphrase 17:02:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:02:06 + mkdir /home/jenkins 17:02:06 + mkdir /home/jenkins/sigul [Pipeline] sh 17:02:06 + 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 17:02:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:02:06 ---> sigul-install.sh 17:02:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:02:12 + git tag --list 17:02:12 v0.1.79 [Pipeline] sh 17:02:12 + lftools sign git-tag v0.1.79 17:02:14 Signing Git tag with Sigul... 17:02:14 Signing v0.1.79 [Pipeline] echo 17:02:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:02:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:02:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:02:16 $ docker stop --time=1 82386a84b1a50e4971a0a235305e14f1c2c13932cad8b139fe4c78b447a6018d 17:02:18 $ docker rm -f 82386a84b1a50e4971a0a235305e14f1c2c13932cad8b139fe4c78b447a6018d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:02:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:18 . [Pipeline] withDockerContainer 17:02:19 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 17:02:19 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:02:19 $ docker top 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:20 [ssh-agent] Looking for ssh-agent implementation... 17:02:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:20 $ docker exec 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 ssh-agent 17:02:20 SSH_AUTH_SOCK=/tmp/ssh-l8JLf7kcG0nj/agent.11 17:02:20 SSH_AGENT_PID=17 17:02:20 Running ssh-add (command line suppressed) 17:02:20 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6180455908996112453.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6180455908996112453.key) 17:02:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:21 + git semver bump patch 17:02:21 # -> Open(): unable to determine branch for HEAD 17:02:21 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:02:21 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:02:21 # $SEMVER_REMOTE_NAME = origin 17:02:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:21 # $SEMVER_USER_NAME = edgex-jenkins 17:02:21 # $SEMVER_BRANCH = master 17:02:21 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:02:21 0.1.80 [Pipeline] } 17:02:21 $ docker exec --env ******** --env ******** 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 ssh-agent -k 17:02:21 unset SSH_AUTH_SOCK; 17:02:21 unset SSH_AGENT_PID; 17:02:21 echo Agent pid 17 killed; 17:02:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:21 + git semver [Pipeline] } 17:02:21 $ docker stop --time=1 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 17:02:23 $ docker rm -f 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:02:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:23 . [Pipeline] withDockerContainer 17:02:23 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 17:02:23 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:02:24 $ docker top 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:24 [ssh-agent] Looking for ssh-agent implementation... 17:02:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:25 $ docker exec 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 ssh-agent 17:02:25 SSH_AUTH_SOCK=/tmp/ssh-6MBLCYOUBZZT/agent.12 17:02:25 SSH_AGENT_PID=17 17:02:25 Running ssh-add (command line suppressed) 17:02:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4056676520117850274.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4056676520117850274.key) 17:02:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:25 + git semver push 17:02:25 # -> Open(): unable to determine branch for HEAD 17:02:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:02:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:02:25 # $SEMVER_REMOTE_NAME = origin 17:02:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:25 # $SEMVER_USER_NAME = edgex-jenkins 17:02:25 # $SEMVER_BRANCH = master 17:02:25 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:02:32 $ docker exec --env ******** --env ******** 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 ssh-agent -k 17:02:32 unset SSH_AUTH_SOCK; 17:02:32 unset SSH_AGENT_PID; 17:02:32 echo Agent pid 17 killed; 17:02:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:33 + git semver [Pipeline] } 17:02:33 $ docker stop --time=1 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 17:02:34 $ docker rm -f 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 [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 17:02:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:02:36 ---> package-listing.sh 17:02:36 ++ tr '[:upper:]' '[:lower:]' 17:02:36 ++ facter osfamily 17:02:36 + OS_FAMILY=redhat 17:02:36 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:02:36 + START_PACKAGES=/tmp/packages_start.txt 17:02:36 + END_PACKAGES=/tmp/packages_end.txt 17:02:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:02:36 + PACKAGES=/tmp/packages_start.txt 17:02:36 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:02:36 + PACKAGES=/tmp/packages_end.txt 17:02:36 + case "${OS_FAMILY}" in 17:02:36 + rpm -qa 17:02:36 + sort 17:02:40 + '[' -f /tmp/packages_start.txt ']' 17:02:40 + '[' -f /tmp/packages_end.txt ']' 17:02:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:02:40 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:02:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:02:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh 17:02:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:41 17:02:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:02:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:41 alpine: Pulling from edgex-lftools-log-publisher 17:02:41 df20fa9351a1: Pulling fs layer 17:02:41 36b3adc4ff6f: Pulling fs layer 17:02:41 8ad3a11d3b57: Pulling fs layer 17:02:41 46f8f816bc3b: Pulling fs layer 17:02:41 0dadc02b9964: Pulling fs layer 17:02:41 ce6a7cf60c04: Pulling fs layer 17:02:41 7a184a31f384: Pulling fs layer 17:02:41 0879bd2ef858: Pulling fs layer 17:02:41 0dadc02b9964: Waiting 17:02:41 7a184a31f384: Waiting 17:02:41 0879bd2ef858: Waiting 17:02:41 ce6a7cf60c04: Waiting 17:02:41 46f8f816bc3b: Waiting 17:02:41 36b3adc4ff6f: Download complete 17:02:41 46f8f816bc3b: Verifying Checksum 17:02:41 46f8f816bc3b: Download complete 17:02:41 df20fa9351a1: Verifying Checksum 17:02:41 df20fa9351a1: Download complete 17:02:41 ce6a7cf60c04: Download complete 17:02:42 7a184a31f384: Verifying Checksum 17:02:42 7a184a31f384: Download complete 17:02:42 0dadc02b9964: Verifying Checksum 17:02:42 0dadc02b9964: Download complete 17:02:42 8ad3a11d3b57: Verifying Checksum 17:02:42 8ad3a11d3b57: Download complete 17:02:42 df20fa9351a1: Pull complete 17:02:42 36b3adc4ff6f: Pull complete 17:02:42 0879bd2ef858: Verifying Checksum 17:02:42 0879bd2ef858: Download complete 17:02:43 8ad3a11d3b57: Pull complete 17:02:43 46f8f816bc3b: Pull complete 17:02:43 0dadc02b9964: Pull complete 17:02:43 ce6a7cf60c04: Pull complete 17:02:43 7a184a31f384: Pull complete 17:02:46 0879bd2ef858: Pull complete 17:02:46 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 17:02:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:02:46 prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container 17:02:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:02:49 $ docker top 480251ec57fb064f31234f1be63ca0e612c1d06c159273f066e039482a15d639 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:50 + mkdir -p /var/log/sa [Pipeline] sh 17:02:50 + ls /var/log/sa-host 17:02:50 + sadf -c /var/log/sa-host/sa05 17:02:50 file_magic: OK 17:02:50 HZ: Using current value: 100 17:02:50 file_header: OK 17:02:50 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 17:02:50 Statistics: 17:02:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:50 File successfully converted to sysstat format version 12.2.1 17:02:50 + sadf -c /var/log/sa-host/sa15 17:02:50 file_magic: OK 17:02:50 HZ: Using current value: 100 17:02:50 file_header: OK 17:02:50 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 17:02:50 Statistics: 17:02:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:02:50 provisioning config files... 17:02:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4564992415909718661tmp [Pipeline] { [Pipeline] echo 17:02:50 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:02:50 ---> create-netrc.sh [Pipeline] echo 17:02:50 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:51 ---> logs-deploy.sh 17:02:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/45 17:02:51 INFO: archiving workspace using pattern(s): 17:02:52 Archives upload complete. 17:02:52 INFO: archiving logs to Nexus 17:02:53 ---> uname -a: 17:02:53 Linux 480251ec57fb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:02:53 17:02:53 17:02:53 ---> lscpu: 17:02:53 Architecture: x86_64 17:02:53 CPU op-mode(s): 32-bit, 64-bit 17:02:53 Byte Order: Little Endian 17:02:53 Address sizes: 40 bits physical, 48 bits virtual 17:02:53 CPU(s): 4 17:02:53 On-line CPU(s) list: 0-3 17:02:53 Thread(s) per core: 1 17:02:53 Core(s) per socket: 1 17:02:53 Socket(s): 4 17:02:53 NUMA node(s): 1 17:02:53 Vendor ID: GenuineIntel 17:02:53 CPU family: 6 17:02:53 Model: 44 17:02:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:02:53 Stepping: 1 17:02:53 CPU MHz: 2933.438 17:02:53 BogoMIPS: 5866.87 17:02:53 Virtualization: VT-x 17:02:53 Hypervisor vendor: KVM 17:02:53 Virtualization type: full 17:02:53 L1d cache: 128 KiB 17:02:53 L1i cache: 128 KiB 17:02:53 L2 cache: 16 MiB 17:02:53 L3 cache: 64 MiB 17:02:53 NUMA node0 CPU(s): 0-3 17:02:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:02:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:02:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:02:53 Vulnerability Meltdown: Mitigation; PTI 17:02:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:02:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:02:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:02:53 Vulnerability Tsx async abort: Not affected 17:02:53 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 17:02:53 17:02:53 17:02:53 ---> nproc: 17:02:53 4 17:02:53 17:02:53 17:02:53 ---> df -h: 17:02:53 Filesystem Size Used Available Use% Mounted on 17:02:53 overlay 50.0G 8.2G 41.8G 16% / 17:02:53 tmpfs 64.0M 0 64.0M 0% /dev 17:02:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:02:53 shm 64.0M 0 64.0M 0% /dev/shm 17:02:53 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 17:02:53 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 17:02:53 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 17:02:53 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 17:02:53 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 17:02:53 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 17:02:53 17:02:53 17:02:53 ---> free -m: 17:02:53 total used free shared buff/cache available 17:02:53 Mem: 1837 774 115 0 948 997 17:02:53 Swap: 1023 2 1021 17:02:53 17:02:53 17:02:53 ---> ip addr: 17:02:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:02:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:02:53 inet 127.0.0.1/8 scope host lo 17:02:53 valid_lft forever preferred_lft forever 17:02:53 16: eth0@if17: mtu 1458 qdisc noqueue state UP 17:02:53 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:02:53 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:02:53 valid_lft forever preferred_lft forever 17:02:53 17:02:53 17:02:53 ---> sar -b -r -n DEV: 17:02:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 17:02:53 17:02:53 16:56:00 LINUX RESTART (4 CPU) 17:02:53 17:02:53 16:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:02:53 16:58:01 30.23 10.34 19.89 0.00 4393.14 2256.17 0.00 17:02:53 16:59:01 0.30 0.00 0.30 0.00 0.00 4.60 0.00 17:02:53 17:00:01 0.27 0.00 0.27 0.00 0.00 3.90 0.00 17:02:53 17:01:01 0.27 0.02 0.25 0.00 0.13 2.56 0.00 17:02:53 17:02:01 352.77 160.90 191.87 0.00 8573.52 59774.29 0.00 17:02:53 Average: 75.91 33.86 42.05 0.00 2575.01 12261.64 0.00 17:02:53 17:02:53 16:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:02:53 16:58:01 158876 0 580328 30.84 2620 1139732 1127308 38.47 422236 1139460 20 17:02:53 16:59:01 163968 0 575232 30.57 2620 1139736 1073420 36.63 424044 1133584 12 17:02:53 17:00:01 160940 0 578248 30.73 2620 1139748 1073612 36.64 427256 1133580 8 17:02:53 17:01:01 157828 0 581360 30.90 2620 1139748 1076180 36.73 430444 1133008 8 17:02:53 17:02:01 140024 0 739012 39.28 1924 1000596 1273484 43.46 563040 904640 65648 17:02:53 Average: 156327 0 610836 32.46 2481 1111912 1124801 38.39 453404 1088854 13139 17:02:53 17:02:53 16:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:02:53 16:58:01 eth0 73.96 59.81 344.42 37.89 0.00 0.00 0.00 0.00 17:02:53 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 16:58:01 docker0 4.00 3.05 0.89 10.74 0.00 0.00 0.00 0.00 17:02:53 16:59:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:02:53 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 17:00:01 eth0 1.03 0.52 0.34 0.21 0.00 0.00 0.00 0.00 17:02:53 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 17:01:01 eth0 1.07 0.55 0.40 0.21 0.00 0.00 0.00 0.00 17:02:53 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 17:02:01 eth0 779.25 686.62 7241.10 63.75 0.00 0.00 0.00 0.00 17:02:53 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 17:02:01 docker0 17.54 16.62 1.34 123.78 0.00 0.00 0.00 0.00 17:02:53 Average: eth0 169.33 147.86 1499.54 20.28 0.00 0.00 0.00 0.00 17:02:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:53 Average: docker0 4.27 3.89 0.44 26.61 0.00 0.00 0.00 0.00 17:02:53 17:02:53 17:02:53 ---> sar -P ALL: 17:02:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 17:02:53 17:02:53 16:56:00 LINUX RESTART (4 CPU) 17:02:53 17:02:53 16:57:01 CPU %user %nice %system %iowait %steal %idle 17:02:53 16:58:01 all 2.46 0.00 1.50 0.83 0.02 95.19 17:02:53 16:58:01 0 2.34 0.00 1.40 0.08 0.02 96.15 17:02:53 16:58:01 1 2.46 0.00 1.99 0.22 0.02 95.32 17:02:53 16:58:01 2 2.37 0.00 1.25 2.39 0.02 93.97 17:02:53 16:58:01 3 2.66 0.00 1.37 0.62 0.02 95.33 17:02:53 16:59:01 all 0.16 0.00 0.04 0.00 0.00 99.80 17:02:53 16:59:01 0 0.50 0.00 0.02 0.00 0.00 99.48 17:02:53 16:59:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:02:53 16:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:02:53 16:59:01 3 0.07 0.00 0.05 0.00 0.00 99.88 17:02:53 17:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 17:02:53 17:00:01 0 0.48 0.00 0.03 0.00 0.00 99.48 17:02:53 17:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:02:53 17:00:01 2 0.07 0.00 0.05 0.00 0.00 99.88 17:02:53 17:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:02:53 17:01:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:02:53 17:01:01 0 0.50 0.00 0.03 0.00 0.00 99.47 17:02:53 17:01:01 1 0.02 0.00 0.07 0.00 0.00 99.92 17:02:53 17:01:01 2 0.07 0.00 0.05 0.00 0.00 99.88 17:02:53 17:01:01 3 0.03 0.00 0.03 0.02 0.00 99.92 17:02:53 17:02:01 all 15.60 0.00 10.50 4.10 0.06 69.74 17:02:53 17:02:01 0 15.27 0.00 10.85 4.32 0.02 69.54 17:02:53 17:02:01 1 15.19 0.00 11.10 3.92 0.05 69.73 17:02:53 17:02:01 2 16.15 0.00 9.67 2.76 0.07 71.34 17:02:53 17:02:01 3 15.78 0.00 10.39 5.38 0.09 68.36 17:02:53 Average: all 3.60 0.00 2.36 0.96 0.01 93.07 17:02:53 Average: 0 3.71 0.00 2.39 0.85 0.01 93.04 17:02:53 Average: 1 3.45 0.00 2.58 0.80 0.01 93.16 17:02:53 Average: 2 3.64 0.00 2.15 1.02 0.02 93.18 17:02:53 Average: 3 3.61 0.00 2.31 1.17 0.02 92.89 17:02:53 17:02:53 17:02:53