Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ed7be16d849faef73e281002eeec433bb10e1df 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2263 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 Fetching 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 > 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 Checking out Revision 9ed7be16d849faef73e281002eeec433bb10e1df (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 Commit message: "Merge pull request #279 from cloudxxx8/issue-278" > git rev-list --no-walk 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:32:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:32:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:32:59 ========================================================= 16:32:59 EdgeX Global Pipelines Version Info 16:32:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:33:00 ------------------- 16:33:00 stable info: 16:33:00 ------------------- 16:33:00 Commited By: Emilio Reyes emilio.reyes@intel.com 16:33:00 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 16:33:00 Message: update stable to v1.0.119 16:33:01 ------------------- 16:33:01 experimental info: 16:33:01 ------------------- 16:33:01 Commited By: **** collab-it+edgex@linuxfoundation.org 16:33:01 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 16:33:01 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:33:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:33:02 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:33:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:33:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:33:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:33:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:33:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:33:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:33:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ed7be16d849faef73e281002eeec433bb10e1df [Pipeline] echo 16:33:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ed7be1 [Pipeline] echo 16:33:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:33:05 + git log --format=format:%s -1 9ed7be16d849faef73e281002eeec433bb10e1df [Pipeline] echo 16:33:05 GIT_COMMIT: 9ed7be16d849faef73e281002eeec433bb10e1df, Commit Message: Merge pull request #279 from cloudxxx8/issue-278 [Pipeline] echo 16:33:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:33:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:06 16:33:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:33:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:07 latest: Pulling from edgex-devops/git-semver 16:33:07 31603596830f: Pulling fs layer 16:33:07 2a8b12db71e7: Pulling fs layer 16:33:07 6ca5941a6612: Pulling fs layer 16:33:07 ecc8261a40a4: Pulling fs layer 16:33:07 ecc8261a40a4: Waiting 16:33:07 2a8b12db71e7: Verifying Checksum 16:33:07 2a8b12db71e7: Download complete 16:33:07 31603596830f: Verifying Checksum 16:33:07 31603596830f: Download complete 16:33:07 6ca5941a6612: Verifying Checksum 16:33:07 6ca5941a6612: Download complete 16:33:07 ecc8261a40a4: Verifying Checksum 16:33:07 ecc8261a40a4: Download complete 16:33:07 31603596830f: Pull complete 16:33:08 2a8b12db71e7: Pull complete 16:33:08 6ca5941a6612: Pull complete 16:33:08 ecc8261a40a4: Pull complete 16:33:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:33:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:33:09 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:33:09 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:33:11 $ docker top 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:11 [ssh-agent] Looking for ssh-agent implementation... 16:33:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:12 $ docker exec 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent 16:33:12 SSH_AUTH_SOCK=/tmp/ssh-IWPpMAwYNSWK/agent.12 16:33:12 SSH_AGENT_PID=17 16:33:12 Running ssh-add (command line suppressed) 16:33:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6473995207078634440.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6473995207078634440.key) 16:33:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:12 + git describe --exact-match --tags HEAD 16:33:12 fatal: No names found, cannot describe anything. [Pipeline] } 16:33:12 $ docker exec --env ******** --env ******** 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent -k 16:33:13 unset SSH_AUTH_SOCK; 16:33:13 unset SSH_AGENT_PID; 16:33:13 echo Agent pid 17 killed; 16:33:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:33:13 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:33:13 This usually means this commit has not been tagged. [Pipeline] sshagent 16:33:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:13 [ssh-agent] Looking for ssh-agent implementation... 16:33:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:13 $ docker exec 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent 16:33:13 SSH_AUTH_SOCK=/tmp/ssh-t2USLLicZxmg/agent.46 16:33:13 SSH_AGENT_PID=51 16:33:13 Running ssh-add (command line suppressed) 16:33:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9005057154813897978.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9005057154813897978.key) 16:33:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:14 + git semver init 16:33:14 # -> Open(): unable to determine branch for HEAD 16:33:14 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:33:14 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:33:14 # $SEMVER_REMOTE_NAME = origin 16:33:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:33:14 # $SEMVER_USER_NAME = edgex-jenkins 16:33:14 # $SEMVER_BRANCH = master 16:33:14 # $SEMVER_TEMP = /tmp/semver-851189182 16:33:14 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:33:14 # '/tmp/semver-851189182' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:33:14 # -> Force: false 16:33:14 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:33:14 $ docker exec --env ******** --env ******** 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent -k 16:33:14 unset SSH_AUTH_SOCK; 16:33:14 unset SSH_AGENT_PID; 16:33:14 echo Agent pid 51 killed; 16:33:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:15 + git semver [Pipeline] } 16:33:15 $ docker stop --time=1 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 16:33:17 $ docker rm -f 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:33:17 Stashed 89 file(s) [Pipeline] echo 16:33:17 [edgeXSemver]: initialized semver on version 0.1.78 [Pipeline] echo 16:33:17 Archived original version: [0.1.78] [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:33:33 Still waiting to schedule task 16:33:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:33:33 Still waiting to schedule task 16:33:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:36:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2264 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:36:44 Running in /w/workspace/go-mod-core-contracts/44 [Pipeline] { [Pipeline] checkout 16:36:49 using credential edgex-jenkins-ssh 16:36:49 Cloning the remote Git repository 16:36:49 Cloning with configured refspecs honoured and without tags 16:36:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:36:49 > git init /w/workspace/go-mod-core-contracts/44 # timeout=10 16:36:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:36:49 > git --version # timeout=10 16:36:49 > git --version # 'git version 2.17.1' 16:36:49 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:50 Fetching without tags 16:36:51 Checking out Revision 9ed7be16d849faef73e281002eeec433bb10e1df (master) 16:36:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:36:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:36:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:36:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:51 > git config core.sparsecheckout # timeout=10 16:36:51 > git checkout -f 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 16:36:55 Commit message: "Merge pull request #279 from cloudxxx8/issue-278" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:36:57 ========================================================= 16:36:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:36:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:58 + 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:36:59 Sending build context to Docker daemon 2.224MB 16:36:59 Step 1/7 : ARG BASE=golang:1.13-alpine 16:36:59 Step 2/7 : FROM ${BASE} 16:36:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:36:59 b538f80385f9: Pulling fs layer 16:36:59 74f711af9a0d: Pulling fs layer 16:36:59 99f96fe45779: Pulling fs layer 16:36:59 fd7a069fd194: Pulling fs layer 16:36:59 66aa3694b03b: Pulling fs layer 16:36:59 170f70906a0f: Pulling fs layer 16:36:59 ad7c5574e4b9: Pulling fs layer 16:36:59 e772456be8f7: Pulling fs layer 16:36:59 c890913d741a: Pulling fs layer 16:36:59 2480fcc9aa5a: Pulling fs layer 16:36:59 09adf4765672: Pulling fs layer 16:36:59 fd7a069fd194: Waiting 16:36:59 ad7c5574e4b9: Waiting 16:36:59 e772456be8f7: Waiting 16:36:59 66aa3694b03b: Waiting 16:36:59 170f70906a0f: Waiting 16:36:59 c890913d741a: Waiting 16:36:59 2480fcc9aa5a: Waiting 16:36:59 09adf4765672: Waiting 16:36:59 99f96fe45779: Download complete 16:36:59 74f711af9a0d: Download complete 16:36:59 66aa3694b03b: Verifying Checksum 16:36:59 66aa3694b03b: Download complete 16:37:00 170f70906a0f: Verifying Checksum 16:37:00 170f70906a0f: Download complete 16:37:00 b538f80385f9: Verifying Checksum 16:37:00 b538f80385f9: Download complete 16:37:01 b538f80385f9: Pull complete 16:37:01 74f711af9a0d: Pull complete 16:37:02 99f96fe45779: Pull complete 16:37:02 Running on prd-centos7-docker-4c-2g-2265 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:37:02 Running in /w/workspace/go-mod-core-contracts/44 [Pipeline] { [Pipeline] checkout 16:37:03 ad7c5574e4b9: Verifying Checksum 16:37:03 ad7c5574e4b9: Download complete 16:37:03 c890913d741a: Download complete 16:37:04 2480fcc9aa5a: Verifying Checksum 16:37:04 2480fcc9aa5a: Download complete 16:37:04 09adf4765672: Verifying Checksum 16:37:04 09adf4765672: Download complete 16:37:05 e772456be8f7: Download complete 16:37:05 fd7a069fd194: Verifying Checksum 16:37:05 fd7a069fd194: Download complete 16:37:06 using credential edgex-jenkins-ssh 16:37:06 Cloning the remote Git repository 16:37:06 Cloning with configured refspecs honoured and without tags 16:37:06 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:37:06 > git init /w/workspace/go-mod-core-contracts/44 # timeout=10 16:37:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:37:06 > git --version # timeout=10 16:37:06 > git --version # 'git version 2.16.5' 16:37:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:07 Fetching without tags 16:37:07 Checking out Revision 9ed7be16d849faef73e281002eeec433bb10e1df (master) 16:37:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:37:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:37:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:37:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:07 > git config core.sparsecheckout # timeout=10 16:37:07 > git checkout -f 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 16:37:11 Commit message: "Merge pull request #279 from cloudxxx8/issue-278" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:37:12 ========================================================= 16:37:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:37:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:37:13 + 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 . 16:37:13 Sending build context to Docker daemon 2.224MB 16:37:13 Step 1/7 : ARG BASE=golang:1.13-alpine 16:37:13 Step 2/7 : FROM ${BASE} 16:37:13 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:37:13 df20fa9351a1: Pulling fs layer 16:37:13 ed8968b2872e: Pulling fs layer 16:37:13 a92cc7c5fd73: Pulling fs layer 16:37:13 2dd03ba5bac4: Pulling fs layer 16:37:13 1e091d79d1de: Pulling fs layer 16:37:13 481702a1767f: Pulling fs layer 16:37:13 f64a6f60c768: Pulling fs layer 16:37:13 e78d2573fc39: Pulling fs layer 16:37:13 e876d2f968b6: Pulling fs layer 16:37:13 ce8a83651883: Pulling fs layer 16:37:13 07967f4d0e4b: Pulling fs layer 16:37:13 f64a6f60c768: Waiting 16:37:13 e78d2573fc39: Waiting 16:37:13 2dd03ba5bac4: Waiting 16:37:13 1e091d79d1de: Waiting 16:37:13 e876d2f968b6: Waiting 16:37:13 ce8a83651883: Waiting 16:37:13 07967f4d0e4b: Waiting 16:37:13 481702a1767f: Waiting 16:37:13 a92cc7c5fd73: Verifying Checksum 16:37:13 a92cc7c5fd73: Download complete 16:37:13 ed8968b2872e: Download complete 16:37:13 1e091d79d1de: Verifying Checksum 16:37:13 1e091d79d1de: Download complete 16:37:13 df20fa9351a1: Verifying Checksum 16:37:13 df20fa9351a1: Download complete 16:37:14 df20fa9351a1: Pull complete 16:37:14 ed8968b2872e: Pull complete 16:37:14 a92cc7c5fd73: Pull complete 16:37:14 481702a1767f: Verifying Checksum 16:37:14 481702a1767f: Download complete 16:37:15 f64a6f60c768: Verifying Checksum 16:37:15 f64a6f60c768: Download complete 16:37:15 e876d2f968b6: Verifying Checksum 16:37:15 e876d2f968b6: Download complete 16:37:17 ce8a83651883: Verifying Checksum 16:37:17 ce8a83651883: Download complete 16:37:17 07967f4d0e4b: Verifying Checksum 16:37:17 07967f4d0e4b: Download complete 16:37:17 2dd03ba5bac4: Verifying Checksum 16:37:17 2dd03ba5bac4: Download complete 16:37:17 fd7a069fd194: Pull complete 16:37:17 66aa3694b03b: Pull complete 16:37:17 170f70906a0f: Pull complete 16:37:18 e78d2573fc39: Verifying Checksum 16:37:18 e78d2573fc39: Download complete 16:37:20 ad7c5574e4b9: Pull complete 16:37:23 2dd03ba5bac4: Pull complete 16:37:23 1e091d79d1de: Pull complete 16:37:23 481702a1767f: Pull complete 16:37:25 e772456be8f7: Pull complete 16:37:25 c890913d741a: Pull complete 16:37:27 2480fcc9aa5a: Pull complete 16:37:28 09adf4765672: Pull complete 16:37:28 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 16:37:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:37:28 ---> 2248a725d1cf 16:37:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:37:30 f64a6f60c768: Pull complete 16:37:32 ---> Running in 7cade083ca29 16:37:32 Removing intermediate container 7cade083ca29 16:37:32 ---> 01463e3dfb13 16:37:32 Step 4/7 : RUN apk add bash 16:37:32 ---> Running in f9a0875b2bc0 16:37:33 e78d2573fc39: Pull complete 16:37:33 e876d2f968b6: Pull complete 16:37:34 ce8a83651883: Pull complete 16:37:34 07967f4d0e4b: Pull complete 16:37:34 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 16:37:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:37:34 ---> 5d7c900382c6 16:37:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:35 ---> Running in 058103680a04 16:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:35 Removing intermediate container 058103680a04 16:37:35 ---> 8db892a71600 16:37:35 Step 4/7 : RUN apk add bash 16:37:35 ---> Running in c82fd8c003ff 16:37:36 OK: 142 MiB in 39 packages 16:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:37 Removing intermediate container f9a0875b2bc0 16:37:37 ---> bbe0bd2f49ca 16:37:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:37:37 ---> Running in 1721133af18a 16:37:37 Removing intermediate container 1721133af18a 16:37:37 ---> 8e0ed868ed51 16:37:37 Step 6/7 : COPY go.mod . 16:37:38 OK: 166 MiB in 39 packages 16:37:38 Removing intermediate container c82fd8c003ff 16:37:38 ---> 40e02938f928 16:37:38 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:37:38 ---> Running in 869a6dfaac07 16:37:38 Removing intermediate container 869a6dfaac07 16:37:38 ---> 71822ae91e06 16:37:38 Step 6/7 : COPY go.mod . 16:37:38 ---> 80ccec482e4c 16:37:38 Step 7/7 : RUN go mod download 16:37:38 ---> Running in 78cbaeed715f 16:37:38 ---> e657c85e55d0 16:37:38 Step 7/7 : RUN go mod download 16:37:39 ---> Running in 0a94c5ca3603 16:37:40 go: finding github.com/davecgh/go-spew v1.1.0 16:37:40 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:37:40 go: finding github.com/go-kit/kit v0.8.0 16:37:40 go: finding github.com/go-logfmt/logfmt v0.4.0 16:37:40 go: finding github.com/go-playground/assert/v2 v2.0.1 16:37:40 go: finding github.com/go-playground/locales v0.13.0 16:37:40 go: finding github.com/go-playground/universal-translator v0.17.0 16:37:40 go: finding github.com/go-playground/validator/v10 v10.3.0 16:37:40 go: finding github.com/go-stack/stack v1.8.0 16:37:40 go: finding github.com/google/uuid v1.1.0 16:37:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:37:40 go: finding github.com/leodido/go-urn v1.2.0 16:37:40 go: finding github.com/pmezard/go-difflib v1.0.0 16:37:40 go: finding github.com/stretchr/objx v0.1.0 16:37:40 go: finding github.com/stretchr/testify v1.5.1 16:37:40 go: finding github.com/x448/float16 v0.8.4 16:37:40 go: finding golang.org/x/text v0.3.2 16:37:40 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:37:40 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:37:40 go: finding gopkg.in/yaml.v2 v2.2.8 16:37:41 go: finding github.com/davecgh/go-spew v1.1.0 16:37:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:37:41 go: finding github.com/go-kit/kit v0.8.0 16:37:41 go: finding github.com/go-logfmt/logfmt v0.4.0 16:37:41 go: finding github.com/go-playground/assert/v2 v2.0.1 16:37:41 go: finding github.com/go-playground/locales v0.13.0 16:37:41 go: finding github.com/go-playground/universal-translator v0.17.0 16:37:41 go: finding github.com/go-playground/validator/v10 v10.3.0 16:37:41 go: finding github.com/go-stack/stack v1.8.0 16:37:41 go: finding github.com/google/uuid v1.1.0 16:37:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:37:41 go: finding github.com/leodido/go-urn v1.2.0 16:37:41 go: finding github.com/pmezard/go-difflib v1.0.0 16:37:41 go: finding github.com/stretchr/objx v0.1.0 16:37:41 go: finding github.com/stretchr/testify v1.5.1 16:37:41 go: finding github.com/x448/float16 v0.8.4 16:37:41 go: finding golang.org/x/text v0.3.2 16:37:41 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:37:41 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:37:41 go: finding gopkg.in/yaml.v2 v2.2.8 16:37:49 Removing intermediate container 0a94c5ca3603 16:37:49 ---> 310f41a34b96 16:37:49 Successfully built 310f41a34b96 16:37:49 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] } 16:37:53 Removing intermediate container 78cbaeed715f 16:37:53 ---> a0639969ece7 16:37:53 Successfully built a0639969ece7 16:37:53 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:37:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:37:56 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:37:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:37:56 16:37:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:37:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:37:57 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:37:57 cbdbe7a5bc2a: Pulling fs layer 16:37:57 408f87550127: Pulling fs layer 16:37:57 fe522b08c979: Pulling fs layer 16:37:57 221eaa008020: Pulling fs layer 16:37:57 2a4607e5d6b9: Pulling fs layer 16:37:57 8f79b27c4fd2: Pulling fs layer 16:37:57 e5c8dbe1645b: Pulling fs layer 16:37:57 23e8b3b47431: Pulling fs layer 16:37:57 5c568d65a230: Pulling fs layer 16:37:57 8f79b27c4fd2: Waiting 16:37:57 e5c8dbe1645b: Waiting 16:37:57 23e8b3b47431: Waiting 16:37:57 5c568d65a230: Waiting 16:37:57 2a4607e5d6b9: Waiting 16:37:57 221eaa008020: Waiting 16:37:57 fe522b08c979: Download complete 16:37:57 408f87550127: Download complete 16:37:57 2a4607e5d6b9: Verifying Checksum 16:37:57 2a4607e5d6b9: Download complete 16:37:57 8f79b27c4fd2: Verifying Checksum 16:37:57 8f79b27c4fd2: Download complete 16:37:57 cbdbe7a5bc2a: Verifying Checksum 16:37:57 cbdbe7a5bc2a: Download complete 16:37:57 cbdbe7a5bc2a: Pull complete 16:37:57 408f87550127: Pull complete 16:37:57 fe522b08c979: Pull complete 16:37:58 e5c8dbe1645b: Verifying Checksum 16:37:58 e5c8dbe1645b: Download complete 16:37:59 23e8b3b47431: Verifying Checksum 16:37:59 5c568d65a230: Verifying Checksum 16:37:59 5c568d65a230: Download complete 16:38:00 221eaa008020: Verifying Checksum 16:38:00 221eaa008020: Download complete 16:38:06 221eaa008020: Pull complete 16:38:06 2a4607e5d6b9: Pull complete 16:38:06 8f79b27c4fd2: Pull complete 16:38:08 e5c8dbe1645b: Pull complete 16:38:12 23e8b3b47431: Pull complete 16:38:13 5c568d65a230: Pull complete 16:38:13 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:38:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:38:14 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:38:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:38:15 $ docker top 3e558593277ef16ec8d3bc61583d7a27d5cc8cb01a93865b73d5f9b5fedaa86a -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:15 + snyk monitor '--org=edgex-jenkins' 16:38:25 16:38:25 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 16:38:25 16:38:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/b3d20ca0-81a8-4f54-80a6-1c3f8fc82f92 16:38:25 16:38:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:38:25 16:38:25 16:38:25 Snyk CLI supports Node.js 8 and higher. 16:38:25 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:38:25 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:38:25 16:38:25 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:38:25 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 16:38:25 $ docker stop --time=1 3e558593277ef16ec8d3bc61583d7a27d5cc8cb01a93865b73d5f9b5fedaa86a 16:38:28 $ docker rm -f 3e558593277ef16ec8d3bc61583d7a27d5cc8cb01a93865b73d5f9b5fedaa86a [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 16:38:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:38:30 . [Pipeline] withDockerContainer 16:38:30 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:38:30 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:38:31 $ docker top fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:38:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:38:31 [ssh-agent] Looking for ssh-agent implementation... 16:38:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:38:31 $ docker exec fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c ssh-agent 16:38:32 SSH_AUTH_SOCK=/tmp/ssh-N0oUhwO126hZ/agent.11 16:38:32 SSH_AGENT_PID=16 16:38:32 Running ssh-add (command line suppressed) 16:38:32 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1740393784112246678.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1740393784112246678.key) 16:38:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:38:32 + git semver tag 16:38:32 # -> Open(): unable to determine branch for HEAD 16:38:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:38:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:38:32 # $SEMVER_REMOTE_NAME = origin 16:38:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:38:32 # $SEMVER_USER_NAME = edgex-jenkins 16:38:32 # $SEMVER_BRANCH = master 16:38:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:38:32 # 9ed7be16d849faef73e281002eeec433bb10e1df HEAD 16:38:32 # -> Force: false 16:38:32 # c9f770506b5da94b45bbb84448dc91767657ade4 refs/tags/v0.1.78 [Pipeline] } 16:38:32 $ docker exec --env ******** --env ******** fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c ssh-agent -k 16:38:32 unset SSH_AUTH_SOCK; 16:38:32 unset SSH_AGENT_PID; 16:38:32 echo Agent pid 16 killed; 16:38:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:38:33 + git semver [Pipeline] } 16:38:33 $ docker stop --time=1 fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c 16:38:34 $ docker rm -f fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:38:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:38:35 16:38:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:38:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:38:35 0.23.1-centos7: Pulling from edgex-lftools 16:38:35 ab5ef0e58194: Pulling fs layer 16:38:35 9712f1f96733: Pulling fs layer 16:38:35 63f879dbbcfc: Pulling fs layer 16:38:35 0d9ebad4ef96: Pulling fs layer 16:38:35 e9a5061849ea: Pulling fs layer 16:38:35 d747dcd14b5f: Pulling fs layer 16:38:35 2de7ff778b66: Pulling fs layer 16:38:35 e9a5061849ea: Waiting 16:38:35 d747dcd14b5f: Waiting 16:38:35 2de7ff778b66: Waiting 16:38:35 0d9ebad4ef96: Waiting 16:38:35 9712f1f96733: Verifying Checksum 16:38:35 9712f1f96733: Download complete 16:38:37 63f879dbbcfc: Verifying Checksum 16:38:37 63f879dbbcfc: Download complete 16:38:37 e9a5061849ea: Verifying Checksum 16:38:37 e9a5061849ea: Download complete 16:38:37 d747dcd14b5f: Verifying Checksum 16:38:37 d747dcd14b5f: Download complete 16:38:37 2de7ff778b66: Verifying Checksum 16:38:37 2de7ff778b66: Download complete 16:38:38 0d9ebad4ef96: Verifying Checksum 16:38:38 0d9ebad4ef96: Download complete 16:38:38 ab5ef0e58194: Download complete 16:38:43 ab5ef0e58194: Pull complete 16:38:43 9712f1f96733: Pull complete 16:38:45 63f879dbbcfc: Pull complete 16:38:53 0d9ebad4ef96: Pull complete 16:38:53 e9a5061849ea: Pull complete 16:38:53 d747dcd14b5f: Pull complete 16:38:56 2de7ff778b66: Pull complete 16:38:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:38:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:38:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:38:56 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:38:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:39:00 $ docker top 828f2969c735e52d9784034185f30a378ee3f537acc1bd442a40b0e93511bb52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:39:00 provisioning config files... 16:39:00 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7757999511096101969tmp 16:39:00 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5190044610252954385tmp 16:39:00 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4755395167724093526tmp [Pipeline] { [Pipeline] echo 16:39:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:39:00 ---> sigul-configuration.sh 16:39:00 gpg: directory `/root/.gnupg' created 16:39:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:39:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:39:00 gpg: keyring `/root/.gnupg/secring.gpg' created 16:39:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:39:00 gpg: CAST5 encrypted data 16:39:01 gpg: encrypted with 1 passphrase 16:39:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:39:01 + mkdir /home/jenkins 16:39:01 + mkdir /home/jenkins/sigul [Pipeline] sh 16:39:01 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:39:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:39:02 ---> sigul-install.sh 16:39:07 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:39:07 + git tag --list 16:39:07 v0.1.78 [Pipeline] sh 16:39:08 + lftools sign git-tag v0.1.78 16:39:09 Signing Git tag with Sigul... 16:39:09 Signing v0.1.78 [Pipeline] echo 16:39:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:39:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:39:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:39:10 $ docker stop --time=1 828f2969c735e52d9784034185f30a378ee3f537acc1bd442a40b0e93511bb52 16:39:13 $ docker rm -f 828f2969c735e52d9784034185f30a378ee3f537acc1bd442a40b0e93511bb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:14 . [Pipeline] withDockerContainer 16:39:14 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:39:14 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:39:14 $ docker top d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:39:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:15 [ssh-agent] Looking for ssh-agent implementation... 16:39:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:15 $ docker exec d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 ssh-agent 16:39:15 SSH_AUTH_SOCK=/tmp/ssh-ar1nTQrCjmr4/agent.12 16:39:15 SSH_AGENT_PID=17 16:39:15 Running ssh-add (command line suppressed) 16:39:15 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3902608539126301020.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3902608539126301020.key) 16:39:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:16 + git semver bump patch 16:39:16 # -> Open(): unable to determine branch for HEAD 16:39:16 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:39:16 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:39:16 # $SEMVER_REMOTE_NAME = origin 16:39:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:39:16 # $SEMVER_USER_NAME = edgex-jenkins 16:39:16 # $SEMVER_BRANCH = master 16:39:16 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:39:16 0.1.79 [Pipeline] } 16:39:16 $ docker exec --env ******** --env ******** d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 ssh-agent -k 16:39:16 unset SSH_AUTH_SOCK; 16:39:16 unset SSH_AGENT_PID; 16:39:16 echo Agent pid 17 killed; 16:39:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:16 + git semver [Pipeline] } 16:39:16 $ docker stop --time=1 d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 16:39:18 $ docker rm -f d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:39:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:18 . [Pipeline] withDockerContainer 16:39:18 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:39:18 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:39:19 $ docker top df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:39:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:19 [ssh-agent] Looking for ssh-agent implementation... 16:39:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:20 $ docker exec df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e ssh-agent 16:39:20 SSH_AUTH_SOCK=/tmp/ssh-csAKOumDV8c6/agent.11 16:39:20 SSH_AGENT_PID=17 16:39:20 Running ssh-add (command line suppressed) 16:39:20 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_28910760083130787.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_28910760083130787.key) 16:39:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:20 + git semver push 16:39:20 # -> Open(): unable to determine branch for HEAD 16:39:20 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:39:20 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:39:20 # $SEMVER_REMOTE_NAME = origin 16:39:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:39:20 # $SEMVER_USER_NAME = edgex-jenkins 16:39:20 # $SEMVER_BRANCH = master 16:39:20 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:39:27 $ docker exec --env ******** --env ******** df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e ssh-agent -k 16:39:27 unset SSH_AUTH_SOCK; 16:39:27 unset SSH_AGENT_PID; 16:39:27 echo Agent pid 17 killed; 16:39:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:28 + git semver [Pipeline] } 16:39:28 $ docker stop --time=1 df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e 16:39:29 $ docker rm -f df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:39:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:39:31 ---> package-listing.sh 16:39:31 ++ facter osfamily 16:39:31 ++ tr '[:upper:]' '[:lower:]' 16:39:31 + OS_FAMILY=redhat 16:39:31 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:39:31 + START_PACKAGES=/tmp/packages_start.txt 16:39:31 + END_PACKAGES=/tmp/packages_end.txt 16:39:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:39:31 + PACKAGES=/tmp/packages_start.txt 16:39:31 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:39:31 + PACKAGES=/tmp/packages_end.txt 16:39:31 + case "${OS_FAMILY}" in 16:39:31 + rpm -qa 16:39:31 + sort 16:39:36 + '[' -f /tmp/packages_start.txt ']' 16:39:36 + '[' -f /tmp/packages_end.txt ']' 16:39:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:39:36 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:39:36 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:39:36 + 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 16:39:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:36 16:39:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:39:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:36 alpine: Pulling from edgex-lftools-log-publisher 16:39:36 df20fa9351a1: Pulling fs layer 16:39:36 36b3adc4ff6f: Pulling fs layer 16:39:36 8ad3a11d3b57: Pulling fs layer 16:39:36 46f8f816bc3b: Pulling fs layer 16:39:36 0dadc02b9964: Pulling fs layer 16:39:36 ce6a7cf60c04: Pulling fs layer 16:39:36 7a184a31f384: Pulling fs layer 16:39:36 0879bd2ef858: Pulling fs layer 16:39:36 ce6a7cf60c04: Waiting 16:39:36 7a184a31f384: Waiting 16:39:36 0879bd2ef858: Waiting 16:39:36 46f8f816bc3b: Waiting 16:39:36 0dadc02b9964: Waiting 16:39:36 36b3adc4ff6f: Download complete 16:39:36 46f8f816bc3b: Verifying Checksum 16:39:36 46f8f816bc3b: Download complete 16:39:36 df20fa9351a1: Verifying Checksum 16:39:36 df20fa9351a1: Download complete 16:39:36 0dadc02b9964: Verifying Checksum 16:39:36 0dadc02b9964: Download complete 16:39:36 ce6a7cf60c04: Verifying Checksum 16:39:36 ce6a7cf60c04: Download complete 16:39:37 7a184a31f384: Verifying Checksum 16:39:37 7a184a31f384: Download complete 16:39:37 8ad3a11d3b57: Verifying Checksum 16:39:37 8ad3a11d3b57: Download complete 16:39:37 df20fa9351a1: Pull complete 16:39:37 0879bd2ef858: Verifying Checksum 16:39:37 0879bd2ef858: Download complete 16:39:37 36b3adc4ff6f: Pull complete 16:39:38 8ad3a11d3b57: Pull complete 16:39:38 46f8f816bc3b: Pull complete 16:39:38 0dadc02b9964: Pull complete 16:39:38 ce6a7cf60c04: Pull complete 16:39:39 7a184a31f384: Pull complete 16:39:41 0879bd2ef858: Pull complete 16:39:41 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:39:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:39:42 prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container 16:39:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:39:45 $ docker top ea48e99b672b4d54477417968d4e913abc6270bb0763d3f88cb576c19c03c787 -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:46 + mkdir -p /var/log/sa [Pipeline] sh 16:39:46 + ls /var/log/sa-host 16:39:46 + sadf -c /var/log/sa-host/sa05 16:39:46 file_magic: OK 16:39:46 HZ: Using current value: 100 16:39:46 file_header: OK 16:39:46 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:39:46 Statistics: 16:39:46 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:39:46 File successfully converted to sysstat format version 12.2.1 16:39:46 + sadf -c /var/log/sa-host/sa11 16:39:46 file_magic: OK 16:39:46 HZ: Using current value: 100 16:39:46 file_header: OK 16:39:46 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:39:46 Statistics: 16:39:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:39:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:39:46 provisioning config files... 16:39:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2380083483017532159tmp [Pipeline] { [Pipeline] echo 16:39:46 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:39:46 ---> create-netrc.sh [Pipeline] echo 16:39:46 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:39:47 ---> logs-deploy.sh 16:39:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/44 16:39:47 INFO: archiving workspace using pattern(s): 16:39:48 Archives upload complete. 16:39:48 INFO: archiving logs to Nexus 16:39:49 ---> uname -a: 16:39:49 Linux ea48e99b672b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:39:49 16:39:49 16:39:49 ---> lscpu: 16:39:49 Architecture: x86_64 16:39:49 CPU op-mode(s): 32-bit, 64-bit 16:39:49 Byte Order: Little Endian 16:39:49 Address sizes: 40 bits physical, 48 bits virtual 16:39:49 CPU(s): 4 16:39:49 On-line CPU(s) list: 0-3 16:39:49 Thread(s) per core: 1 16:39:49 Core(s) per socket: 1 16:39:49 Socket(s): 4 16:39:49 NUMA node(s): 1 16:39:49 Vendor ID: GenuineIntel 16:39:49 CPU family: 6 16:39:49 Model: 44 16:39:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:39:49 Stepping: 1 16:39:49 CPU MHz: 2933.436 16:39:49 BogoMIPS: 5866.87 16:39:49 Virtualization: VT-x 16:39:49 Hypervisor vendor: KVM 16:39:49 Virtualization type: full 16:39:49 L1d cache: 128 KiB 16:39:49 L1i cache: 128 KiB 16:39:49 L2 cache: 16 MiB 16:39:49 L3 cache: 64 MiB 16:39:49 NUMA node0 CPU(s): 0-3 16:39:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:39:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:39:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:39:49 Vulnerability Meltdown: Mitigation; PTI 16:39:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:39:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:39:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:39:49 Vulnerability Tsx async abort: Not affected 16:39:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:39:49 16:39:49 16:39:49 ---> nproc: 16:39:49 4 16:39:49 16:39:49 16:39:49 ---> df -h: 16:39:49 Filesystem Size Used Available Use% Mounted on 16:39:49 overlay 50.0G 8.2G 41.8G 16% / 16:39:49 tmpfs 64.0M 0 64.0M 0% /dev 16:39:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:39:49 shm 64.0M 0 64.0M 0% /dev/shm 16:39:49 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 16:39:49 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 16:39:49 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 16:39:49 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 16:39:49 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:39:49 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 16:39:49 16:39:49 16:39:49 ---> free -m: 16:39:49 total used free shared buff/cache available 16:39:49 Mem: 1837 775 115 0 946 996 16:39:49 Swap: 1023 3 1020 16:39:49 16:39:49 16:39:49 ---> ip addr: 16:39:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:39:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:39:49 inet 127.0.0.1/8 scope host lo 16:39:49 valid_lft forever preferred_lft forever 16:39:49 16: eth0@if17: mtu 1458 qdisc noqueue state UP 16:39:49 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:39:49 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:39:49 valid_lft forever preferred_lft forever 16:39:49 16:39:49 16:39:49 ---> sar -b -r -n DEV: 16:39:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 16:39:49 16:39:49 16:32:07 LINUX RESTART (4 CPU) 16:39:49 16:39:49 16:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:39:49 16:34:01 29.54 9.99 19.55 0.00 4404.00 2217.57 0.00 16:39:49 16:35:01 1.58 0.00 1.58 0.00 0.00 27.63 0.00 16:39:49 16:36:01 0.25 0.00 0.25 0.00 0.00 2.45 0.00 16:39:49 16:37:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 16:39:49 16:38:01 12.67 1.78 10.89 0.00 349.52 7645.15 0.00 16:39:49 16:39:01 352.60 163.59 189.02 0.00 9214.05 53718.72 0.00 16:39:49 Average: 66.28 29.29 36.98 0.00 2323.11 10630.48 0.00 16:39:49 16:39:49 16:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:39:49 16:34:01 168136 0 577664 30.70 2620 1133136 1124624 38.38 410196 1142640 24 16:39:49 16:35:01 174152 0 571644 30.38 2620 1133140 1081016 36.89 409068 1138424 8 16:39:49 16:36:01 172484 0 573308 30.47 2620 1133144 1081016 36.89 411372 1138416 8 16:39:49 16:37:01 170688 0 575100 30.57 2620 1133148 1081248 36.90 416088 1135728 20 16:39:49 16:38:01 72392 0 657060 34.92 2620 1149484 1514552 51.69 516904 1125564 104364 16:39:49 16:39:01 137388 0 740424 39.35 1948 1001796 1237776 42.24 580072 891388 200 16:39:49 Average: 149207 0 615867 32.73 2508 1113975 1186705 40.50 457283 1095360 17437 16:39:49 16:39:49 16:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:39:49 16:34:01 eth0 70.75 60.62 354.28 39.22 0.00 0.00 0.00 0.00 16:39:49 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:34:01 docker0 4.45 3.01 0.94 10.76 0.00 0.00 0.00 0.00 16:39:49 16:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:39:49 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:36:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:39:49 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:37:01 eth0 1.02 0.35 0.32 0.20 0.00 0.00 0.00 0.00 16:39:49 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:38:01 eth0 412.37 358.84 3776.59 26.14 0.00 0.00 0.00 0.00 16:39:49 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:39:01 vethd8a5aec 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:39:49 16:39:01 eth0 442.77 394.87 3367.88 93.89 0.00 0.00 0.00 0.00 16:39:49 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 16:39:01 docker0 17.87 16.84 1.36 121.59 0.00 0.00 0.00 0.00 16:39:49 Average: vethd8a5aec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 Average: eth0 154.90 136.06 1252.67 26.55 0.00 0.00 0.00 0.00 16:39:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:49 Average: docker0 3.72 3.31 0.38 22.10 0.00 0.00 0.00 0.00 16:39:49 16:39:49 16:39:49 ---> sar -P ALL: 16:39:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 16:39:49 16:39:49 16:32:07 LINUX RESTART (4 CPU) 16:39:49 16:39:49 16:33:02 CPU %user %nice %system %iowait %steal %idle 16:39:49 16:34:01 all 2.51 0.00 1.54 0.60 0.04 95.31 16:39:49 16:34:01 0 2.49 0.00 1.30 0.32 0.05 95.84 16:39:49 16:34:01 1 2.26 0.00 2.25 0.71 0.03 94.74 16:39:49 16:34:01 2 2.33 0.00 1.53 1.28 0.05 94.81 16:39:49 16:34:01 3 2.96 0.00 1.07 0.10 0.03 95.83 16:39:49 16:35:01 all 0.15 0.00 0.05 0.00 0.01 99.80 16:39:49 16:35:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:39:49 16:35:01 1 0.05 0.00 0.07 0.00 0.02 99.87 16:39:49 16:35:01 2 0.02 0.00 0.05 0.00 0.00 99.93 16:39:49 16:35:01 3 0.47 0.00 0.03 0.00 0.00 99.50 16:39:49 16:36:01 all 0.15 0.00 0.03 0.00 0.00 99.83 16:39:49 16:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:39:49 16:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:39:49 16:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:39:49 16:36:01 3 0.52 0.00 0.03 0.00 0.00 99.45 16:39:49 16:37:01 all 0.16 0.00 0.03 0.00 0.00 99.81 16:39:49 16:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:39:49 16:37:01 1 0.05 0.00 0.05 0.00 0.02 99.88 16:39:49 16:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:39:49 16:37:01 3 0.53 0.00 0.02 0.00 0.00 99.45 16:39:49 16:38:01 all 1.92 0.00 1.08 0.01 0.07 96.92 16:39:49 16:38:01 0 1.80 0.00 1.06 0.00 0.07 97.07 16:39:49 16:38:01 1 2.04 0.00 0.92 0.00 0.08 96.95 16:39:49 16:38:01 2 1.84 0.00 1.17 0.02 0.08 96.88 16:39:49 16:38:01 3 1.98 0.00 1.18 0.03 0.05 96.76 16:39:49 16:39:01 all 13.95 0.00 9.12 3.64 0.21 73.08 16:39:49 16:39:01 0 13.95 0.00 9.15 1.28 0.21 75.41 16:39:49 16:39:01 1 13.38 0.00 9.10 4.65 0.24 72.63 16:39:49 16:39:01 2 14.67 0.00 10.14 4.48 0.22 70.49 16:39:49 16:39:01 3 13.80 0.00 8.09 4.13 0.17 73.81 16:39:49 Average: all 3.08 0.00 1.94 0.70 0.06 94.23 16:39:49 Average: 0 3.00 0.00 1.89 0.26 0.06 94.80 16:39:49 Average: 1 2.92 0.00 2.04 0.88 0.06 94.10 16:39:49 Average: 2 3.10 0.00 2.12 0.94 0.06 93.78 16:39:49 Average: 3 3.33 0.00 1.71 0.70 0.04 94.23 16:39:49 16:39:49 16:39:49