Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31803 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 # timeout=10 Commit message: "Merge pull request #191 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4" > git rev-list --no-walk e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:35:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:35:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:35:36 ========================================================= 18:35:36 EdgeX Global Pipelines Version Info 18:35:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:35:38 ------------------- 18:35:38 stable info: 18:35:38 ------------------- 18:35:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:35:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:35:38 Message: update stable to v1.0.186 18:35:39 ------------------- 18:35:39 experimental info: 18:35:39 ------------------- 18:35:39 Commited By: **** collab-it+edgex@linuxfoundation.org 18:35:39 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:35:39 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:35:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:35:39 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:35:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:35:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:35:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:35:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:35:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d3f8f1 [Pipeline] echo 18:35:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:35:43 + git log --format=format:%s -1 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 [Pipeline] echo 18:35:43 GIT_COMMIT: 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69, Commit Message: Merge pull request #191 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4 [Pipeline] echo 18:35:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:35:45 18:35:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:35:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:35:45 latest: Pulling from edgex-devops/git-semver 18:35:45 31603596830f: Pulling fs layer 18:35:45 2a8b12db71e7: Pulling fs layer 18:35:45 6ca5941a6612: Pulling fs layer 18:35:45 ecc8261a40a4: Pulling fs layer 18:35:45 ecc8261a40a4: Waiting 18:35:45 2a8b12db71e7: Verifying Checksum 18:35:45 2a8b12db71e7: Download complete 18:35:45 31603596830f: Verifying Checksum 18:35:45 31603596830f: Download complete 18:35:46 ecc8261a40a4: Verifying Checksum 18:35:46 ecc8261a40a4: Download complete 18:35:46 6ca5941a6612: Verifying Checksum 18:35:46 6ca5941a6612: Download complete 18:35:46 31603596830f: Pull complete 18:35:46 2a8b12db71e7: Pull complete 18:35:47 6ca5941a6612: Pull complete 18:35:47 ecc8261a40a4: Pull complete 18:35:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:35:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:35:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:35:47 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:35:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:35:49 $ docker top 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:35:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:35:50 [ssh-agent] Looking for ssh-agent implementation... 18:35:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:35:50 $ docker exec 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 ssh-agent 18:35:50 SSH_AUTH_SOCK=/tmp/ssh-OQjCnjtdv0LA/agent.11 18:35:50 SSH_AGENT_PID=16 18:35:50 Running ssh-add (command line suppressed) 18:35:50 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6231352941658409187.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6231352941658409187.key) 18:35:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:35:51 + git tag --points-at HEAD [Pipeline] } 18:35:51 $ docker exec --env ******** --env ******** 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 ssh-agent -k 18:35:51 unset SSH_AUTH_SOCK; 18:35:51 unset SSH_AGENT_PID; 18:35:51 echo Agent pid 16 killed; 18:35:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:35:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:35:51 [ssh-agent] Looking for ssh-agent implementation... 18:35:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:35:51 $ docker exec 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 ssh-agent 18:35:52 SSH_AUTH_SOCK=/tmp/ssh-HNaMY5w4eoZv/agent.46 18:35:52 SSH_AGENT_PID=51 18:35:52 Running ssh-add (command line suppressed) 18:35:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1350350845978812666.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1350350845978812666.key) 18:35:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:35:52 + git semver init 18:35:52 # -> Open(): unable to determine branch for HEAD 18:35:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:35:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:35:52 # $SEMVER_REMOTE_NAME = origin 18:35:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:35:52 # $SEMVER_USER_NAME = edgex-jenkins 18:35:52 # $SEMVER_BRANCH = master 18:35:52 # $SEMVER_TEMP = /tmp/semver-038328809 18:35:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:35:53 # '/tmp/semver-038328809' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 18:35:53 # -> Force: false 18:35:53 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:35:53 $ docker exec --env ******** --env ******** 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 ssh-agent -k 18:35:53 unset SSH_AUTH_SOCK; 18:35:53 unset SSH_AGENT_PID; 18:35:53 echo Agent pid 51 killed; 18:35:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:35:54 + git semver [Pipeline] } 18:35:54 $ docker stop --time=1 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 18:35:56 $ docker rm -f 9bb41a6d689a0f17e15651ae8ce133feb33591da50d1dd9e446b3a9b1ab905b3 [Pipeline] // withDockerContainer [Pipeline] sh 18:35:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:35:56 Stashed 1 file(s) [Pipeline] echo 18:35:56 [edgeXSemver]: initialized semver on version 2.0.0-dev.24 [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 18:36:12 Still waiting to schedule task 18:36:12 ‘prd-centos7-docker-4c-2g-31789’ is offline; ‘prd-centos7-docker-4c-2g-31804’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31791’ doesn’t have label ‘centos7-docker-4c-2g’ 18:36:12 Still waiting to schedule task 18:36:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:37:26 Running on prd-centos7-docker-4c-2g-31806 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:37:26 Running in /w/workspace/go-mod-bootstrap/100 [Pipeline] { [Pipeline] checkout 18:37:29 using credential edgex-jenkins-ssh 18:37:29 Cloning the remote Git repository 18:37:29 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:37:29 > git init /w/workspace/go-mod-bootstrap/100 # timeout=10 18:37:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:37:29 > git --version # timeout=10 18:37:29 > git --version # 'git version 2.24.3' 18:37:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:37:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:37:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:37:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:37:30 Checking out Revision 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 (master) 18:37:30 > git config core.sparsecheckout # timeout=10 18:37:30 > git checkout -f 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 # timeout=10 18:37:34 Commit message: "Merge pull request #191 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:37:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:37:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:37:36 + sudo service docker restart 18:37:36 + true 18:37:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:37:37 ========================================================= 18:37:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:37:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:37:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:37:38 Sending build context to Docker daemon 763.4kB 18:37:38 Step 1/8 : ARG BASE=golang:1.15-alpine 18:37:38 Step 2/8 : FROM ${BASE} 18:37:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:37:38 188c0c94c7c5: Pulling fs layer 18:37:38 0ef7d3d256c8: Pulling fs layer 18:37:38 de9db76c5a1d: Pulling fs layer 18:37:38 bca2f99d35d6: Pulling fs layer 18:37:38 93359f2a8cfa: Pulling fs layer 18:37:38 7c6f9722023f: Pulling fs layer 18:37:38 a35cf1a2eb13: Pulling fs layer 18:37:38 93359f2a8cfa: Waiting 18:37:38 7c6f9722023f: Waiting 18:37:38 a35cf1a2eb13: Waiting 18:37:38 bca2f99d35d6: Waiting 18:37:38 de9db76c5a1d: Verifying Checksum 18:37:38 de9db76c5a1d: Download complete 18:37:38 0ef7d3d256c8: Download complete 18:37:38 93359f2a8cfa: Verifying Checksum 18:37:38 93359f2a8cfa: Download complete 18:37:38 7c6f9722023f: Verifying Checksum 18:37:38 7c6f9722023f: Download complete 18:37:38 188c0c94c7c5: Verifying Checksum 18:37:38 188c0c94c7c5: Download complete 18:37:38 188c0c94c7c5: Pull complete 18:37:38 0ef7d3d256c8: Pull complete 18:37:38 de9db76c5a1d: Pull complete 18:37:40 a35cf1a2eb13: Verifying Checksum 18:37:40 a35cf1a2eb13: Download complete 18:37:41 bca2f99d35d6: Verifying Checksum 18:37:41 bca2f99d35d6: Download complete 18:37:46 bca2f99d35d6: Pull complete 18:37:46 93359f2a8cfa: Pull complete 18:37:46 7c6f9722023f: Pull complete 18:37:53 a35cf1a2eb13: Pull complete 18:37:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:37:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:37:53 ---> a62c8e92a672 18:37:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:37:53 ---> Running in 0dfde9666185 18:37:53 Removing intermediate container 0dfde9666185 18:37:53 ---> ea2331238939 18:37:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:53 ---> Running in f01d5aac0f35 18:37:54 Removing intermediate container f01d5aac0f35 18:37:54 ---> a33dbf8fdc2f 18:37:54 Step 5/8 : RUN apk add --update --no-cache git make 18:37:54 ---> Running in cd115ed49fd8 18:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:57 OK: 166 MiB in 39 packages 18:37:58 Removing intermediate container cd115ed49fd8 18:37:58 ---> 9c0e73ed83d5 18:37:58 Step 6/8 : WORKDIR /build 18:37:58 ---> Running in ae640eab3a6e 18:37:58 Removing intermediate container ae640eab3a6e 18:37:58 ---> 512b61bb283c 18:37:58 Step 7/8 : COPY go.mod . 18:37:58 ---> 1ef1804d16d5 18:37:58 Step 8/8 : RUN go mod download 18:37:58 ---> Running in 140faf917074 18:38:16 Removing intermediate container 140faf917074 18:38:16 ---> 34bf4f4bbb2c 18:38:16 Successfully built 34bf4f4bbb2c 18:38:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:38:16 + docker inspect -f . ci-base-image-x86_64 18:38:16 . [Pipeline] withDockerContainer 18:38:17 prd-centos7-docker-4c-2g-31806 does not seem to be running inside a container 18:38:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/100 -v /w/workspace/go-mod-bootstrap/100:/w/workspace/go-mod-bootstrap/100:rw,z -v /w/workspace/go-mod-bootstrap/100@tmp:/w/workspace/go-mod-bootstrap/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:38:17 $ docker top bdc9f01f9e5f1fa2170859e83f47f37fa8ce0c3c2da3a5605f796aef3bb7c675 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:18 + go version 18:38:18 go version go1.15.5 linux/amd64 [Pipeline] } 18:38:18 $ docker stop --time=1 bdc9f01f9e5f1fa2170859e83f47f37fa8ce0c3c2da3a5605f796aef3bb7c675 18:38:19 $ docker rm -f bdc9f01f9e5f1fa2170859e83f47f37fa8ce0c3c2da3a5605f796aef3bb7c675 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:20 + docker inspect -f . ci-base-image-x86_64 18:38:20 . [Pipeline] withDockerContainer 18:38:20 prd-centos7-docker-4c-2g-31806 does not seem to be running inside a container 18:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/100 -v /w/workspace/go-mod-bootstrap/100:/w/workspace/go-mod-bootstrap/100:rw,z -v /w/workspace/go-mod-bootstrap/100@tmp:/w/workspace/go-mod-bootstrap/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:38:21 $ docker top c534ce143fb24cb83785e0c2b93caeecc67145b90ba3a9c1ec72f06754fecfcf -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:22 + make test 18:38:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:38:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:38:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.023s coverage: 5.8% of statements 18:38:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:38:33 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.020s coverage: 92.2% of statements 18:38:33 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.024s coverage: 85.3% of statements 18:38:34 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.028s coverage: 34.3% of statements 18:38:34 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:38:34 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:38:34 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.018s coverage: 18.2% of statements 18:38:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.011s coverage: 95.3% of statements 18:38:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:38:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:38:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.014s coverage: 91.3% of statements 18:38:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:38:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:38:39 gofmt -l . 18:38:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:38:39 $ docker stop --time=1 c534ce143fb24cb83785e0c2b93caeecc67145b90ba3a9c1ec72f06754fecfcf 18:38:41 $ docker rm -f c534ce143fb24cb83785e0c2b93caeecc67145b90ba3a9c1ec72f06754fecfcf [Pipeline] // withDockerContainer [Pipeline] sh 18:38:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:38:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:38:44 ---> job-cost.sh 18:38:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Dv86 18:38:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:39:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31807 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:39:19 Running in /w/workspace/go-mod-bootstrap/100 [Pipeline] { [Pipeline] checkout 18:39:25 using credential edgex-jenkins-ssh 18:39:25 Cloning the remote Git repository 18:39:25 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:39:25 > git init /w/workspace/go-mod-bootstrap/100 # timeout=10 18:39:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:39:25 > git --version # timeout=10 18:39:25 > git --version # 'git version 2.17.1' 18:39:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:26 Checking out Revision 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 (master) 18:39:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:39:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:39:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:39:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:39:26 > git config core.sparsecheckout # timeout=10 18:39:26 > git checkout -f 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 # timeout=10 18:39:31 lf-activate-venv(): INFO: Adding /tmp/venv-Dv86/bin to PATH 18:39:31 INFO: No Stack... 18:39:31 INFO: Retrieving Pricing Info for: v1-standard-2 18:39:31 INFO: Archiving Costs [Pipeline] sh 18:39:31 Commit message: "Merge pull request #191 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4" 18:39:31 + cut -d, -f6 18:39:31 + cat /w/workspace/go-mod-bootstrap/100/archives/cost.csv [Pipeline] lock 18:39:31 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] 18:39:31 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] did not exist. Created. 18:39:31 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:31 18:39:31 GitHub has been notified of this commit’s build result 18:39:31 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:39:32 + echo total: 0.029999999329447746 [Pipeline] script [Pipeline] { [Pipeline] stash [Pipeline] sh 18:39:32 Stashed 1 file(s) [Pipeline] } 18:39:32 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 18:39:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage 18:39:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] } [Pipeline] sh 18:39:34 + sudo service+ docker restart 18:39:34 true [Pipeline] unstash [Pipeline] echo 18:39:37 ========================================================= 18:39:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:39:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:39:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:39:38 Sending build context to Docker daemon 764.9kB 18:39:38 Step 1/8 : ARG BASE=golang:1.15-alpine 18:39:38 Step 2/8 : FROM ${BASE} 18:39:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:39:38 5f621e34cdf4: Pulling fs layer 18:39:38 a4357932f1b6: Pulling fs layer 18:39:38 18c013af1878: Pulling fs layer 18:39:38 00ac8860ef70: Pulling fs layer 18:39:38 63d7cb157983: Pulling fs layer 18:39:38 b116817d02f9: Pulling fs layer 18:39:38 745a02a5169b: Pulling fs layer 18:39:38 00ac8860ef70: Waiting 18:39:38 745a02a5169b: Waiting 18:39:38 b116817d02f9: Waiting 18:39:38 63d7cb157983: Waiting 18:39:38 18c013af1878: Verifying Checksum 18:39:38 18c013af1878: Download complete 18:39:38 a4357932f1b6: Download complete 18:39:38 63d7cb157983: Verifying Checksum 18:39:38 63d7cb157983: Download complete 18:39:39 b116817d02f9: Verifying Checksum 18:39:39 b116817d02f9: Download complete 18:39:39 5f621e34cdf4: Verifying Checksum 18:39:39 5f621e34cdf4: Download complete 18:39:39 5f621e34cdf4: Pull complete 18:39:40 a4357932f1b6: Pull complete 18:39:40 18c013af1878: Pull complete 18:39:42 745a02a5169b: Verifying Checksum 18:39:42 745a02a5169b: Download complete 18:39:42 00ac8860ef70: Verifying Checksum 18:39:42 00ac8860ef70: Download complete 18:39:52 00ac8860ef70: Pull complete 18:39:52 63d7cb157983: Pull complete 18:39:52 b116817d02f9: Pull complete 18:39:57 745a02a5169b: Pull complete 18:39:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:39:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:39:57 ---> b7e6874047d6 18:39:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:39:59 ---> Running in e8f42578f5d7 18:40:00 Removing intermediate container e8f42578f5d7 18:40:00 ---> 8bb9861f26f9 18:40:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:00 ---> Running in 0a9113d021da 18:40:02 Removing intermediate container 0a9113d021da 18:40:02 ---> 7d626b514698 18:40:02 Step 5/8 : RUN apk add --update --no-cache git make 18:40:02 ---> Running in 82fe112946c3 18:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:05 OK: 142 MiB in 39 packages 18:40:06 Removing intermediate container 82fe112946c3 18:40:06 ---> ab7455174ef6 18:40:06 Step 6/8 : WORKDIR /build 18:40:06 ---> Running in f216bce02bfc 18:40:07 Removing intermediate container f216bce02bfc 18:40:07 ---> 97c038c0f41d 18:40:07 Step 7/8 : COPY go.mod . 18:40:07 ---> 999e1c1007a5 18:40:07 Step 8/8 : RUN go mod download 18:40:08 ---> Running in a5db447447af 18:40:30 Removing intermediate container a5db447447af 18:40:30 ---> 9aae310ccc52 18:40:30 Successfully built 9aae310ccc52 18:40:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:40:30 + docker inspect -f . ci-base-image-arm64 18:40:30 . [Pipeline] withDockerContainer 18:40:31 prd-ubuntu18.04-docker-arm64-4c-16g-31807 does not seem to be running inside a container 18:40:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/100 -v /w/workspace/go-mod-bootstrap/100:/w/workspace/go-mod-bootstrap/100:rw,z -v /w/workspace/go-mod-bootstrap/100@tmp:/w/workspace/go-mod-bootstrap/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:40:32 $ docker top 802fd666df3fca5fa276b5aaa94a9c863f37bcbbfe87a21f1da83e201db6c534 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:33 + go version 18:40:33 go version go1.15.5 linux/arm64 [Pipeline] } 18:40:33 $ docker stop --time=1 802fd666df3fca5fa276b5aaa94a9c863f37bcbbfe87a21f1da83e201db6c534 18:40:35 $ docker rm -f 802fd666df3fca5fa276b5aaa94a9c863f37bcbbfe87a21f1da83e201db6c534 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:36 + docker inspect -f . ci-base-image-arm64 18:40:36 . [Pipeline] withDockerContainer 18:40:36 prd-ubuntu18.04-docker-arm64-4c-16g-31807 does not seem to be running inside a container 18:40:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/100 -v /w/workspace/go-mod-bootstrap/100:/w/workspace/go-mod-bootstrap/100:rw,z -v /w/workspace/go-mod-bootstrap/100@tmp:/w/workspace/go-mod-bootstrap/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:40:38 $ docker top a59c979499242381f54c87f830a27c90acc41e376b4f986a1956f6f64e207523 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:39 + make test 18:40:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:41:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:41:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.039s coverage: 5.8% of statements 18:41:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:41:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.046s coverage: 92.2% of statements 18:41:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.051s coverage: 85.3% of statements 18:41:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.036s coverage: 34.3% of statements 18:41:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:41:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:41:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.045s coverage: 18.2% of statements 18:41:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.043s coverage: 95.3% of statements 18:41:19 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:41:19 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:41:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.017s coverage: 91.3% of statements 18:41:19 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:41:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:41:26 gofmt -l . 18:41:26 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:41:26 $ docker stop --time=1 a59c979499242381f54c87f830a27c90acc41e376b4f986a1956f6f64e207523 18:41:28 $ docker rm -f a59c979499242381f54c87f830a27c90acc41e376b4f986a1956f6f64e207523 [Pipeline] // withDockerContainer [Pipeline] sh 18:41:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:41:29 Warning: overwriting stash ‘coverage-report’ 18:41:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:41:31 ---> job-cost.sh 18:41:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pq3N 18:42:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:43:47 lf-activate-venv(): INFO: Adding /tmp/venv-pq3N/bin to PATH 18:43:47 INFO: No Stack... 18:43:47 INFO: Retrieving Pricing Info for: lf-standard-4 18:43:47 INFO: Archiving Costs [Pipeline] sh 18:43:47 + cut -d, -f6 18:43:47 + cat /w/workspace/go-mod-bootstrap/100/archives/cost.csv [Pipeline] lock 18:43:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] 18:43:47 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] did not exist. Created. 18:43:47 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:43:48 /w/workspace/go-mod-bootstrap/100@tmp/durable-dc01ddb4/script.sh: 1: /w/workspace/go-mod-bootstrap/100@tmp/durable-dc01ddb4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:43:48 + echo total: 0.20999999344348907 [Pipeline] stash 18:43:48 Warning: overwriting stash ‘stack-cost’ 18:43:48 Stashed 1 file(s) [Pipeline] } 18:43:48 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-100-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 18:43:50 provisioning config files... 18:43:50 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1221961544158453472tmp [Pipeline] { [Pipeline] sh 18:43:50 + set +x 18:43:50 + curl -s https://codecov.io/bash 18:43:50 + bash -s -- 18:43:50 18:43:50 _____ _ 18:43:50 / ____| | | 18:43:50 | | ___ __| | ___ ___ _____ __ 18:43:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:43:50 | |___| (_) | (_| | __/ (_| (_) \ V / 18:43:50 \_____\___/ \__,_|\___|\___\___/ \_/ 18:43:50 Bash-20210309-2b87ace 18:43:50 18:43:50 18:43:50 ==> git version 2.24.3 found 18:43:50 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:43:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:43:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:43:50 curl: option -sm: expected a proper numerical parameter 18:43:50 curl: try 'curl --help' or 'curl --manual' for more information 18:43:50 ==> Jenkins CI detected. 18:43:50 project root: . 18:43:50 --> token set from env 18:43:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:43:50 ==> Running gcov in . (disable via -X gcov) 18:43:50 ==> Python coveragepy not found 18:43:50 ==> Searching for coverage reports in: 18:43:50 + . 18:43:50 -> Found 1 reports 18:43:50 ==> Detecting git/mercurial file structure 18:43:50 ==> Reading reports 18:43:50 + ./coverage.out bytes=30077 18:43:50 ==> Appending adjustments 18:43:50 https://docs.codecov.io/docs/fixing-reports 18:43:50 + Found adjustments 18:43:50 ==> Gzipping contents 18:43:50 8.0K /tmp/codecov.41OrhS.gz 18:43:50 ==> Uploading reports 18:43:50 url: https://codecov.io 18:43:50 query: branch=master&commit=3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:43:50 -> Pinging Codecov 18:43:50 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:43:51 -> Uploading to 18:43:51 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/833815588EE85121546D348822E98E2E/3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69/78eece76-54c3-4a82-8fd9-d685db7ebce3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T184351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a506bcc9aff14c8d125459aa3b5ae2081428d3d02d0d354d3a044f4614de070a 18:43:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:43:51 Dload Upload Total Spent Left Speed 18:43:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5569 0 0 100 5569 0 9695 --:--:-- --:--:-- --:--:-- 9685 18:43:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 [Pipeline] } 18:43:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:43:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:43:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:43:53 18:43:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:43:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:43:54 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:43:54 188c0c94c7c5: Pulling fs layer 18:43:54 0ef7d3d256c8: Pulling fs layer 18:43:54 de9db76c5a1d: Pulling fs layer 18:43:54 0eba1c9be4d2: Pulling fs layer 18:43:54 0d57e429df01: Pulling fs layer 18:43:54 4e4be7b47b0d: Pulling fs layer 18:43:54 e1f770b5df2f: Pulling fs layer 18:43:54 85a0685a4137: Pulling fs layer 18:43:54 0eba1c9be4d2: Waiting 18:43:54 0d57e429df01: Waiting 18:43:54 4e4be7b47b0d: Waiting 18:43:54 e1f770b5df2f: Waiting 18:43:54 85a0685a4137: Waiting 18:43:54 de9db76c5a1d: Verifying Checksum 18:43:54 de9db76c5a1d: Download complete 18:43:54 0ef7d3d256c8: Verifying Checksum 18:43:54 0ef7d3d256c8: Download complete 18:43:54 0d57e429df01: Verifying Checksum 18:43:54 0d57e429df01: Download complete 18:43:54 4e4be7b47b0d: Download complete 18:43:54 188c0c94c7c5: Download complete 18:43:54 188c0c94c7c5: Pull complete 18:43:54 0ef7d3d256c8: Pull complete 18:43:54 de9db76c5a1d: Pull complete 18:43:55 e1f770b5df2f: Verifying Checksum 18:43:55 e1f770b5df2f: Download complete 18:43:57 85a0685a4137: Verifying Checksum 18:43:57 85a0685a4137: Download complete 18:43:58 0eba1c9be4d2: Verifying Checksum 18:43:58 0eba1c9be4d2: Download complete 18:44:03 0eba1c9be4d2: Pull complete 18:44:03 0d57e429df01: Pull complete 18:44:03 4e4be7b47b0d: Pull complete 18:44:06 e1f770b5df2f: Pull complete 18:44:14 85a0685a4137: Pull complete 18:44:14 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:44:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:44:14 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:44:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:44:16 $ docker top 66d06ce06196161dbcee9d02d747d716660b32b1cbfaa3d7956d1a2aef7d66a0 -eo pid,comm [Pipeline] { [Pipeline] echo 18:44:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:44:16 + set -o pipefail 18:44:16 + snyk monitor '--org=edgex-jenkins' 18:44:28 18:44:28 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 18:44:28 18:44:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/e6148bc0-952a-49cc-9e32-a61e8d5ae252 18:44:28 18:44:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:44:28 18:44:28 18:44:28 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 18:44:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:44:28 $ docker stop --time=1 66d06ce06196161dbcee9d02d747d716660b32b1cbfaa3d7956d1a2aef7d66a0 18:44:31 $ docker rm -f 66d06ce06196161dbcee9d02d747d716660b32b1cbfaa3d7956d1a2aef7d66a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:44:33 + git log --format=format:%s -1 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 [Pipeline] isUnix [Pipeline] sh 18:44:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:33 . [Pipeline] withDockerContainer 18:44:34 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:44:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:44:34 $ docker top 6b8b5c1f951fdef470a73bbd5d6768eff9f3bfe78c7c96d17c1b8135c85d2191 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:35 [ssh-agent] Looking for ssh-agent implementation... 18:44:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:35 $ docker exec 6b8b5c1f951fdef470a73bbd5d6768eff9f3bfe78c7c96d17c1b8135c85d2191 ssh-agent 18:44:35 SSH_AUTH_SOCK=/tmp/ssh-DXkOh7iC1idH/agent.12 18:44:35 SSH_AGENT_PID=18 18:44:35 Running ssh-add (command line suppressed) 18:44:35 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9136336387412819590.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9136336387412819590.key) 18:44:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:36 + git semver tag 18:44:36 # -> Open(): unable to determine branch for HEAD 18:44:36 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:44:36 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:44:36 # $SEMVER_REMOTE_NAME = origin 18:44:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:44:36 # $SEMVER_USER_NAME = edgex-jenkins 18:44:36 # $SEMVER_BRANCH = master 18:44:36 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:44:36 # 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 HEAD 18:44:36 # -> Force: false 18:44:36 # b0cf39d73d5a2d00006f894cd4ff22a514d1e204 refs/tags/v2.0.0-dev.24 [Pipeline] } 18:44:36 $ docker exec --env ******** --env ******** 6b8b5c1f951fdef470a73bbd5d6768eff9f3bfe78c7c96d17c1b8135c85d2191 ssh-agent -k 18:44:36 unset SSH_AUTH_SOCK; 18:44:36 unset SSH_AGENT_PID; 18:44:36 echo Agent pid 18 killed; 18:44:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:36 + git semver [Pipeline] } 18:44:36 $ docker stop --time=1 6b8b5c1f951fdef470a73bbd5d6768eff9f3bfe78c7c96d17c1b8135c85d2191 18:44:38 $ docker rm -f 6b8b5c1f951fdef470a73bbd5d6768eff9f3bfe78c7c96d17c1b8135c85d2191 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:44:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:38 18:44:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:44:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:39 0.23.1-centos7: Pulling from edgex-lftools 18:44:39 ab5ef0e58194: Pulling fs layer 18:44:39 9712f1f96733: Pulling fs layer 18:44:39 63f879dbbcfc: Pulling fs layer 18:44:39 0d9ebad4ef96: Pulling fs layer 18:44:39 e9a5061849ea: Pulling fs layer 18:44:39 d747dcd14b5f: Pulling fs layer 18:44:39 2de7ff778b66: Pulling fs layer 18:44:39 0d9ebad4ef96: Waiting 18:44:39 e9a5061849ea: Waiting 18:44:39 d747dcd14b5f: Waiting 18:44:39 2de7ff778b66: Waiting 18:44:39 9712f1f96733: Verifying Checksum 18:44:39 9712f1f96733: Download complete 18:44:40 63f879dbbcfc: Verifying Checksum 18:44:40 63f879dbbcfc: Download complete 18:44:40 e9a5061849ea: Verifying Checksum 18:44:40 e9a5061849ea: Download complete 18:44:40 d747dcd14b5f: Verifying Checksum 18:44:40 d747dcd14b5f: Download complete 18:44:41 2de7ff778b66: Verifying Checksum 18:44:41 2de7ff778b66: Download complete 18:44:41 ab5ef0e58194: Verifying Checksum 18:44:41 ab5ef0e58194: Download complete 18:44:41 0d9ebad4ef96: Verifying Checksum 18:44:41 0d9ebad4ef96: Download complete 18:44:45 ab5ef0e58194: Pull complete 18:44:45 9712f1f96733: Pull complete 18:44:48 63f879dbbcfc: Pull complete 18:44:54 0d9ebad4ef96: Pull complete 18:44:55 e9a5061849ea: Pull complete 18:44:55 d747dcd14b5f: Pull complete 18:44:58 2de7ff778b66: Pull complete 18:44:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:44:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:44:58 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:44:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:45:02 $ docker top 25cc337960e859959fdd067d5aaae106911020903b15e89130f61b4649a84562 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:45:03 provisioning config files... 18:45:03 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4271503746069848529tmp 18:45:03 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5191288401486428635tmp 18:45:03 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7291528795398663817tmp [Pipeline] { [Pipeline] echo 18:45:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:45:03 ---> sigul-configuration.sh 18:45:03 gpg: directory `/root/.gnupg' created 18:45:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:45:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:45:03 gpg: keyring `/root/.gnupg/secring.gpg' created 18:45:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:45:03 gpg: CAST5 encrypted data 18:45:03 gpg: encrypted with 1 passphrase 18:45:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:45:04 + mkdir /home/jenkins 18:45:04 + mkdir /home/jenkins/sigul [Pipeline] sh 18:45:04 + 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 18:45:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:04 ---> sigul-install.sh 18:45:13 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:45:13 + git tag --list 18:45:13 v0.0.1 18:45:13 v0.0.10 18:45:13 v0.0.11 18:45:13 v0.0.12 18:45:13 v0.0.13 18:45:13 v0.0.14 18:45:13 v0.0.15 18:45:13 v0.0.16 18:45:13 v0.0.17 18:45:13 v0.0.18 18:45:13 v0.0.19 18:45:13 v0.0.2 18:45:13 v0.0.20 18:45:13 v0.0.21 18:45:13 v0.0.22 18:45:13 v0.0.23 18:45:13 v0.0.24 18:45:13 v0.0.25 18:45:13 v0.0.26 18:45:13 v0.0.27 18:45:13 v0.0.28 18:45:13 v0.0.29 18:45:13 v0.0.3 18:45:13 v0.0.30 18:45:13 v0.0.31 18:45:13 v0.0.32 18:45:13 v0.0.33 18:45:13 v0.0.34 18:45:13 v0.0.35 18:45:13 v0.0.36 18:45:13 v0.0.37 18:45:13 v0.0.38 18:45:13 v0.0.39 18:45:13 v0.0.4 18:45:13 v0.0.40 18:45:13 v0.0.41 18:45:13 v0.0.42 18:45:13 v0.0.43 18:45:13 v0.0.44 18:45:13 v0.0.45 18:45:13 v0.0.46 18:45:13 v0.0.47 18:45:13 v0.0.48 18:45:13 v0.0.49 18:45:13 v0.0.5 18:45:13 v0.0.50 18:45:13 v0.0.51 18:45:13 v0.0.52 18:45:13 v0.0.53 18:45:13 v0.0.54 18:45:13 v0.0.55 18:45:13 v0.0.56 18:45:13 v0.0.57 18:45:13 v0.0.58 18:45:13 v0.0.59 18:45:13 v0.0.6 18:45:13 v0.0.60 18:45:13 v0.0.61 18:45:13 v0.0.62 18:45:13 v0.0.63 18:45:13 v0.0.64 18:45:13 v0.0.65 18:45:13 v0.0.66 18:45:13 v0.0.67 18:45:13 v0.0.68 18:45:13 v0.0.69 18:45:13 v0.0.7 18:45:13 v0.0.70 18:45:13 v0.0.71 18:45:13 v0.0.72 18:45:13 v0.0.8 18:45:13 v0.0.9 18:45:13 v2.0.0-dev.1 18:45:13 v2.0.0-dev.10 18:45:13 v2.0.0-dev.11 18:45:13 v2.0.0-dev.12 18:45:13 v2.0.0-dev.13 18:45:13 v2.0.0-dev.14 18:45:13 v2.0.0-dev.15 18:45:13 v2.0.0-dev.16 18:45:13 v2.0.0-dev.17 18:45:13 v2.0.0-dev.18 18:45:13 v2.0.0-dev.19 18:45:13 v2.0.0-dev.2 18:45:13 v2.0.0-dev.20 18:45:13 v2.0.0-dev.21 18:45:13 v2.0.0-dev.22 18:45:13 v2.0.0-dev.23 18:45:13 v2.0.0-dev.24 18:45:13 v2.0.0-dev.3 18:45:13 v2.0.0-dev.4 18:45:13 v2.0.0-dev.5 18:45:13 v2.0.0-dev.6 18:45:13 v2.0.0-dev.7 18:45:13 v2.0.0-dev.8 18:45:13 v2.0.0-dev.9 [Pipeline] sh 18:45:13 + lftools sign git-tag v2.0.0-dev.24 18:45:15 Signing Git tag with Sigul... 18:45:15 Signing v2.0.0-dev.24 [Pipeline] echo 18:45:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:45:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:45:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:45:16 $ docker stop --time=1 25cc337960e859959fdd067d5aaae106911020903b15e89130f61b4649a84562 18:45:18 $ docker rm -f 25cc337960e859959fdd067d5aaae106911020903b15e89130f61b4649a84562 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:45:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:19 . [Pipeline] withDockerContainer 18:45:19 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:45:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:20 $ docker top 795a1808c2906c2e08f4609317a6539fd60785881dcf6a282b006550ee6b56b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:20 [ssh-agent] Looking for ssh-agent implementation... 18:45:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:21 $ docker exec 795a1808c2906c2e08f4609317a6539fd60785881dcf6a282b006550ee6b56b4 ssh-agent 18:45:21 SSH_AUTH_SOCK=/tmp/ssh-s4hTEwIOa9FF/agent.11 18:45:21 SSH_AGENT_PID=17 18:45:21 Running ssh-add (command line suppressed) 18:45:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3172620243382451826.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3172620243382451826.key) 18:45:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:21 + git semver bump pre 18:45:21 # -> Open(): unable to determine branch for HEAD 18:45:21 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:45:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:45:21 # $SEMVER_REMOTE_NAME = origin 18:45:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:21 # $SEMVER_USER_NAME = edgex-jenkins 18:45:21 # $SEMVER_BRANCH = master 18:45:21 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:45:21 2.0.0-dev.25 [Pipeline] } 18:45:21 $ docker exec --env ******** --env ******** 795a1808c2906c2e08f4609317a6539fd60785881dcf6a282b006550ee6b56b4 ssh-agent -k 18:45:22 unset SSH_AUTH_SOCK; 18:45:22 unset SSH_AGENT_PID; 18:45:22 echo Agent pid 17 killed; 18:45:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:22 + git semver [Pipeline] } 18:45:22 $ docker stop --time=1 795a1808c2906c2e08f4609317a6539fd60785881dcf6a282b006550ee6b56b4 18:45:24 $ docker rm -f 795a1808c2906c2e08f4609317a6539fd60785881dcf6a282b006550ee6b56b4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:24 . [Pipeline] withDockerContainer 18:45:24 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:45:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:25 $ docker top e9dd3096850e5ae1bb56fd96f2eee923b791963362be752e22145976a4983c4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:26 [ssh-agent] Looking for ssh-agent implementation... 18:45:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:26 $ docker exec e9dd3096850e5ae1bb56fd96f2eee923b791963362be752e22145976a4983c4f ssh-agent 18:45:26 SSH_AUTH_SOCK=/tmp/ssh-4RXW8jTWKBng/agent.12 18:45:26 SSH_AGENT_PID=17 18:45:26 Running ssh-add (command line suppressed) 18:45:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8509149137716174983.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8509149137716174983.key) 18:45:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:27 + git semver push 18:45:27 # -> Open(): unable to determine branch for HEAD 18:45:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:45:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:45:27 # $SEMVER_REMOTE_NAME = origin 18:45:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:27 # $SEMVER_USER_NAME = edgex-jenkins 18:45:27 # $SEMVER_BRANCH = master 18:45:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:45:31 $ docker exec --env ******** --env ******** e9dd3096850e5ae1bb56fd96f2eee923b791963362be752e22145976a4983c4f ssh-agent -k 18:45:31 unset SSH_AUTH_SOCK; 18:45:31 unset SSH_AGENT_PID; 18:45:31 echo Agent pid 17 killed; 18:45:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:31 + git semver [Pipeline] } 18:45:31 $ docker stop --time=1 e9dd3096850e5ae1bb56fd96f2eee923b791963362be752e22145976a4983c4f 18:45:33 $ docker rm -f e9dd3096850e5ae1bb56fd96f2eee923b791963362be752e22145976a4983c4f [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 18:45:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:35 ---> package-listing.sh 18:45:35 ++ facter osfamily 18:45:35 ++ tr '[:upper:]' '[:lower:]' 18:45:35 + OS_FAMILY=redhat 18:45:35 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 18:45:35 + START_PACKAGES=/tmp/packages_start.txt 18:45:35 + END_PACKAGES=/tmp/packages_end.txt 18:45:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:35 + PACKAGES=/tmp/packages_start.txt 18:45:35 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:45:35 + PACKAGES=/tmp/packages_end.txt 18:45:35 + case "${OS_FAMILY}" in 18:45:35 + rpm -qa 18:45:35 + sort 18:45:39 + '[' -f /tmp/packages_start.txt ']' 18:45:39 + '[' -f /tmp/packages_end.txt ']' 18:45:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:40 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:45:40 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 18:45:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 18:45:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:40 18:45:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:40 alpine: Pulling from edgex-lftools-log-publisher 18:45:40 df20fa9351a1: Pulling fs layer 18:45:40 36b3adc4ff6f: Pulling fs layer 18:45:40 8ad3a11d3b57: Pulling fs layer 18:45:40 46f8f816bc3b: Pulling fs layer 18:45:40 93b61091891f: Pulling fs layer 18:45:40 93b9cdb0e59b: Pulling fs layer 18:45:40 5e14af77c1be: Pulling fs layer 18:45:40 01666e4c0597: Pulling fs layer 18:45:40 aa168da1d23b: Pulling fs layer 18:45:40 46f8f816bc3b: Waiting 18:45:40 93b61091891f: Waiting 18:45:40 93b9cdb0e59b: Waiting 18:45:40 5e14af77c1be: Waiting 18:45:40 01666e4c0597: Waiting 18:45:40 aa168da1d23b: Waiting 18:45:40 36b3adc4ff6f: Verifying Checksum 18:45:40 36b3adc4ff6f: Download complete 18:45:40 46f8f816bc3b: Verifying Checksum 18:45:40 46f8f816bc3b: Download complete 18:45:41 df20fa9351a1: Verifying Checksum 18:45:41 df20fa9351a1: Download complete 18:45:41 93b9cdb0e59b: Verifying Checksum 18:45:41 93b9cdb0e59b: Download complete 18:45:41 5e14af77c1be: Verifying Checksum 18:45:41 5e14af77c1be: Download complete 18:45:41 01666e4c0597: Download complete 18:45:41 93b61091891f: Verifying Checksum 18:45:41 93b61091891f: Download complete 18:45:41 8ad3a11d3b57: Verifying Checksum 18:45:41 8ad3a11d3b57: Download complete 18:45:41 df20fa9351a1: Pull complete 18:45:42 36b3adc4ff6f: Pull complete 18:45:43 8ad3a11d3b57: Pull complete 18:45:43 46f8f816bc3b: Pull complete 18:45:43 aa168da1d23b: Verifying Checksum 18:45:43 aa168da1d23b: Download complete 18:45:43 93b61091891f: Pull complete 18:45:44 93b9cdb0e59b: Pull complete 18:45:44 5e14af77c1be: Pull complete 18:45:44 01666e4c0597: Pull complete 18:45:52 aa168da1d23b: Pull complete 18:45:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:52 prd-centos7-docker-4c-2g-31803 does not seem to be running inside a container 18:45:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:45:55 $ docker top 997376d19f786f3d6dac65eff1afe0040f6ad27e70c3f07584ee503836ab6b3d -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:55 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:56 + mkdir -p /var/log/sa [Pipeline] sh 18:45:56 + ls /var/log/sa-host 18:45:56 + sadf -c /var/log/sa-host/sa23 18:45:56 file_magic: OK 18:45:56 HZ: Using current value: 100 18:45:56 file_header: OK 18:45:56 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 18:45:56 Statistics: 18:45:56 Hnuu...uuuununununu... 18:45:56 File successfully converted to sysstat format version 12.2.1 18:45:56 + sadf -c /var/log/sa-host/sa29 18:45:56 file_magic: OK 18:45:56 HZ: Using current value: 100 18:45:56 file_header: OK 18:45:56 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 18:45:56 Statistics: 18:45:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:56 provisioning config files... 18:45:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2607328548909409685tmp [Pipeline] { [Pipeline] echo 18:45:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:57 ---> create-netrc.sh [Pipeline] } 18:45:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:57 ---> python-tools-install.sh [Pipeline] echo 18:45:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:57 ---> sudo-logs.sh 18:45:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:45:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:58 ---> job-cost.sh 18:45:58 lf-activate-venv: SKIPPING 18:45:58 DEBUG: total: 0.20999999344348907 18:45:58 INFO: Retrieving Stack Cost... 18:45:59 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:59 INFO: Archiving Costs [Pipeline] echo 18:45:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:46:00 ---> logs-deploy.sh 18:46:00 lf-activate-venv: SKIPPING 18:46:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/100 18:46:00 INFO: archiving workspace using pattern(s): 18:46:01 Archives upload complete. 18:46:01 INFO: archiving logs to Nexus