Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b0be4bff414f616667081b807b7ae2ca15e70c77 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 ‘prd-centos7-docker-4c-2g-2016’ Running on prd-centos7-docker-4c-2g-2019 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 b0be4bff414f616667081b807b7ae2ca15e70c77 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 Commit message: "Merge pull request #217 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.17" > git rev-list --no-walk eb96085f06c3e40c3482a523f63635189f7c7673 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:58:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:58:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:58:13 ========================================================= 15:58:13 EdgeX Global Pipelines Version Info 15:58:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:58:15 ------------------- 15:58:15 stable info: 15:58:15 ------------------- 15:58:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:58:15 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:58:15 Message: update stable to v1.0.186 15:58:15 ------------------- 15:58:15 experimental info: 15:58:15 ------------------- 15:58:15 Commited By: **** collab-it+edgex@linuxfoundation.org 15:58:15 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:58:15 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0be4bff414f616667081b807b7ae2ca15e70c77 [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0be4bf [Pipeline] echo 15:58:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:58:17 + git log --format=format:%s -1 b0be4bff414f616667081b807b7ae2ca15e70c77 [Pipeline] echo 15:58:17 GIT_COMMIT: b0be4bff414f616667081b807b7ae2ca15e70c77, Commit Message: Merge pull request #217 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.17 [Pipeline] echo 15:58:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:58:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:58:18 15:58:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:58:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:58:19 latest: Pulling from edgex-devops/git-semver 15:58:19 31603596830f: Pulling fs layer 15:58:19 2a8b12db71e7: Pulling fs layer 15:58:19 6ca5941a6612: Pulling fs layer 15:58:19 ecc8261a40a4: Pulling fs layer 15:58:19 ecc8261a40a4: Waiting 15:58:19 2a8b12db71e7: Verifying Checksum 15:58:19 2a8b12db71e7: Download complete 15:58:19 31603596830f: Verifying Checksum 15:58:19 31603596830f: Download complete 15:58:19 ecc8261a40a4: Verifying Checksum 15:58:19 ecc8261a40a4: Download complete 15:58:19 6ca5941a6612: Verifying Checksum 15:58:19 6ca5941a6612: Download complete 15:58:19 31603596830f: Pull complete 15:58:19 2a8b12db71e7: Pull complete 15:58:20 6ca5941a6612: Pull complete 15:58:20 ecc8261a40a4: Pull complete 15:58:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:58:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:58:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:58:21 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 15:58:21 $ 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 15:58:23 $ docker top 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:58:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:58:23 [ssh-agent] Looking for ssh-agent implementation... 15:58:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:58:23 $ docker exec 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb ssh-agent 15:58:23 SSH_AUTH_SOCK=/tmp/ssh-guDnR1Q3D3mR/agent.12 15:58:23 SSH_AGENT_PID=17 15:58:23 Running ssh-add (command line suppressed) 15:58:24 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1854718520006407449.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1854718520006407449.key) 15:58:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:58:24 + git tag --points-at HEAD [Pipeline] } 15:58:24 $ docker exec --env ******** --env ******** 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb ssh-agent -k 15:58:24 unset SSH_AUTH_SOCK; 15:58:24 unset SSH_AGENT_PID; 15:58:24 echo Agent pid 17 killed; 15:58:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:58:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:58:24 [ssh-agent] Looking for ssh-agent implementation... 15:58:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:58:24 $ docker exec 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb ssh-agent 15:58:25 SSH_AUTH_SOCK=/tmp/ssh-lI2oE650QLpY/agent.45 15:58:25 SSH_AGENT_PID=50 15:58:25 Running ssh-add (command line suppressed) 15:58:25 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_301261522032394534.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_301261522032394534.key) 15:58:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:58:25 + git semver init 15:58:25 # -> Open(): unable to determine branch for HEAD 15:58:25 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:58:25 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:58:25 # $SEMVER_REMOTE_NAME = origin 15:58:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:58:25 # $SEMVER_USER_NAME = edgex-jenkins 15:58:25 # $SEMVER_BRANCH = master 15:58:25 # $SEMVER_TEMP = /tmp/semver-072141477 15:58:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:58:26 # '/tmp/semver-072141477' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:58:26 # -> Force: false 15:58:26 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:58:26 $ docker exec --env ******** --env ******** 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb ssh-agent -k 15:58:26 unset SSH_AUTH_SOCK; 15:58:26 unset SSH_AGENT_PID; 15:58:26 echo Agent pid 50 killed; 15:58:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:58:26 + git semver [Pipeline] } 15:58:26 $ docker stop --time=1 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb 15:58:28 $ docker rm -f 7ef23562af838bbf133b92c2022a0b707b75daa8bae3b382f47a5c8ad952d3eb [Pipeline] // withDockerContainer [Pipeline] sh 15:58:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:58:29 Stashed 1 file(s) [Pipeline] echo 15:58:29 [edgeXSemver]: initialized semver on version 2.0.0-dev.39 [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 15:58:44 Still waiting to schedule task 15:58:44 ‘prd-centos7-docker-4c-2g-2020’ is offline; ‘prd-centos7-docker-4c-2g-2021’ is offline; ‘prd-centos7-docker-4c-2g-2022’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ doesn’t have label ‘centos7-docker-4c-2g’ 15:58:44 Still waiting to schedule task 15:58:44 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ is offline 16:00:02 Running on prd-centos7-docker-4c-2g-2028 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:00:02 Running in /w/workspace/go-mod-bootstrap/115 [Pipeline] { [Pipeline] checkout 16:00:06 using credential edgex-jenkins-ssh 16:00:06 Cloning the remote Git repository 16:00:06 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:06 > git init /w/workspace/go-mod-bootstrap/115 # timeout=10 16:00:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:06 > git --version # timeout=10 16:00:06 > git --version # 'git version 2.24.3' 16:00:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:00:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:00:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:00:10 Checking out Revision b0be4bff414f616667081b807b7ae2ca15e70c77 (master) 16:00:10 > git config core.sparsecheckout # timeout=10 16:00:10 > git checkout -f b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 16:00:13 Commit message: "Merge pull request #217 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.17" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:00:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:00:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:00:15 + sudo service docker restart 16:00:15 + true 16:00:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:00:17 ========================================================= 16:00:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:00:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:00:17 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:00:17 Sending build context to Docker daemon 853kB 16:00:17 Step 1/8 : ARG BASE=golang:1.15-alpine 16:00:17 Step 2/8 : FROM ${BASE} 16:00:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:00:18 188c0c94c7c5: Pulling fs layer 16:00:18 0ef7d3d256c8: Pulling fs layer 16:00:18 de9db76c5a1d: Pulling fs layer 16:00:18 bca2f99d35d6: Pulling fs layer 16:00:18 93359f2a8cfa: Pulling fs layer 16:00:18 7c6f9722023f: Pulling fs layer 16:00:18 a35cf1a2eb13: Pulling fs layer 16:00:18 93359f2a8cfa: Waiting 16:00:18 7c6f9722023f: Waiting 16:00:18 a35cf1a2eb13: Waiting 16:00:18 bca2f99d35d6: Waiting 16:00:18 de9db76c5a1d: Verifying Checksum 16:00:18 de9db76c5a1d: Download complete 16:00:18 0ef7d3d256c8: Verifying Checksum 16:00:18 0ef7d3d256c8: Download complete 16:00:18 93359f2a8cfa: Verifying Checksum 16:00:18 93359f2a8cfa: Download complete 16:00:18 7c6f9722023f: Verifying Checksum 16:00:18 7c6f9722023f: Download complete 16:00:18 188c0c94c7c5: Verifying Checksum 16:00:18 188c0c94c7c5: Download complete 16:00:18 188c0c94c7c5: Pull complete 16:00:18 0ef7d3d256c8: Pull complete 16:00:19 de9db76c5a1d: Pull complete 16:00:20 a35cf1a2eb13: Verifying Checksum 16:00:20 a35cf1a2eb13: Download complete 16:00:21 bca2f99d35d6: Verifying Checksum 16:00:21 bca2f99d35d6: Download complete 16:00:29 bca2f99d35d6: Pull complete 16:00:29 93359f2a8cfa: Pull complete 16:00:29 7c6f9722023f: Pull complete 16:00:33 a35cf1a2eb13: Pull complete 16:00:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:00:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:00:33 ---> a62c8e92a672 16:00:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:00:33 ---> Running in 9a112821d03a 16:00:33 Removing intermediate container 9a112821d03a 16:00:33 ---> 77c793eb2607 16:00:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:33 ---> Running in 44cc57890fc5 16:00:34 Removing intermediate container 44cc57890fc5 16:00:34 ---> c7a9dc647b7b 16:00:34 Step 5/8 : RUN apk add --update --no-cache git make 16:00:34 ---> Running in d0551e233818 16:00:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:37 OK: 166 MiB in 39 packages 16:00:37 Removing intermediate container d0551e233818 16:00:37 ---> 5d10887ba3de 16:00:37 Step 6/8 : WORKDIR /build 16:00:37 ---> Running in 063bc5d36973 16:00:37 Removing intermediate container 063bc5d36973 16:00:37 ---> 2edb345f49ab 16:00:37 Step 7/8 : COPY go.mod . 16:00:37 ---> 21b7b03f0d8d 16:00:37 Step 8/8 : RUN go mod download 16:00:37 ---> Running in d5fab97f50ab 16:00:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2025 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:00:39 Running in /w/workspace/go-mod-bootstrap/115 [Pipeline] { [Pipeline] checkout 16:00:45 using credential edgex-jenkins-ssh 16:00:45 Cloning the remote Git repository 16:00:45 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:45 > git init /w/workspace/go-mod-bootstrap/115 # timeout=10 16:00:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:45 > git --version # timeout=10 16:00:45 > git --version # 'git version 2.17.1' 16:00:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:00:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:00:47 Checking out Revision b0be4bff414f616667081b807b7ae2ca15e70c77 (master) 16:00:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:00:47 > git config core.sparsecheckout # timeout=10 16:00:47 > git checkout -f b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 16:00:51 Commit message: "Merge pull request #217 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.17" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:00:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:00:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:00:53 + sudo service docker restart 16:00:53 + true [Pipeline] unstash [Pipeline] echo 16:00:56 ========================================================= 16:00:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:00:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:00:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:00:58 Sending build context to Docker daemon 852.5kB 16:00:58 Step 1/8 : ARG BASE=golang:1.15-alpine 16:00:58 Step 2/8 : FROM ${BASE} 16:00:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:00:58 5f621e34cdf4: Pulling fs layer 16:00:58 a4357932f1b6: Pulling fs layer 16:00:58 18c013af1878: Pulling fs layer 16:00:58 00ac8860ef70: Pulling fs layer 16:00:58 63d7cb157983: Pulling fs layer 16:00:58 b116817d02f9: Pulling fs layer 16:00:58 745a02a5169b: Pulling fs layer 16:00:58 00ac8860ef70: Waiting 16:00:58 63d7cb157983: Waiting 16:00:58 b116817d02f9: Waiting 16:00:58 745a02a5169b: Waiting 16:00:58 18c013af1878: Download complete 16:00:58 a4357932f1b6: Verifying Checksum 16:00:58 a4357932f1b6: Download complete 16:00:58 63d7cb157983: Verifying Checksum 16:00:58 63d7cb157983: Download complete 16:00:58 b116817d02f9: Download complete 16:00:58 5f621e34cdf4: Verifying Checksum 16:00:58 5f621e34cdf4: Download complete 16:00:58 5f621e34cdf4: Pull complete 16:00:59 a4357932f1b6: Pull complete 16:00:59 Removing intermediate container d5fab97f50ab 16:00:59 ---> 51de70ed3b3d 16:00:59 Successfully built 51de70ed3b3d 16:00:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:01:00 18c013af1878: Pull complete 16:01:00 + docker inspect -f . ci-base-image-x86_64 16:01:00 . [Pipeline] withDockerContainer 16:01:00 prd-centos7-docker-4c-2g-2028 does not seem to be running inside a container 16:01:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/115 -v /w/workspace/go-mod-bootstrap/115:/w/workspace/go-mod-bootstrap/115:rw,z -v /w/workspace/go-mod-bootstrap/115@tmp:/w/workspace/go-mod-bootstrap/115@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 ******** ci-base-image-x86_64 cat 16:01:00 745a02a5169b: Verifying Checksum 16:01:00 745a02a5169b: Download complete 16:01:01 $ docker top dc511a1c3d06815b1693e09e0cd442f8cd8d9aa4be737d7c50862d395011d547 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:02 00ac8860ef70: Verifying Checksum 16:01:02 00ac8860ef70: Download complete 16:01:02 + go version 16:01:02 go version go1.15.5 linux/amd64 [Pipeline] } 16:01:02 $ docker stop --time=1 dc511a1c3d06815b1693e09e0cd442f8cd8d9aa4be737d7c50862d395011d547 16:01:03 $ docker rm -f dc511a1c3d06815b1693e09e0cd442f8cd8d9aa4be737d7c50862d395011d547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:01:04 + docker inspect -f . ci-base-image-x86_64 16:01:04 . [Pipeline] withDockerContainer 16:01:04 prd-centos7-docker-4c-2g-2028 does not seem to be running inside a container 16:01:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/115 -v /w/workspace/go-mod-bootstrap/115:/w/workspace/go-mod-bootstrap/115:rw,z -v /w/workspace/go-mod-bootstrap/115@tmp:/w/workspace/go-mod-bootstrap/115@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 ******** ci-base-image-x86_64 cat 16:01:05 $ docker top 2240d4ba94d37a2f2e9ab3c37d5f387f09f81f95e6829c2bc6981f245893b45f -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:06 + make test 16:01:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:01:12 00ac8860ef70: Pull complete 16:01:12 63d7cb157983: Pull complete 16:01:12 b116817d02f9: Pull complete 16:01:16 745a02a5169b: Pull complete 16:01:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:01:16 ---> b7e6874047d6 16:01:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:01:19 ---> Running in def77c5ba643 16:01:19 Removing intermediate container def77c5ba643 16:01:19 ---> 9debc7782d39 16:01:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:19 ---> Running in d9ad80300a22 16:01:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:01:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.018s coverage: 5.4% of statements 16:01:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:01:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.027s coverage: 92.2% of statements 16:01:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.011s coverage: 85.3% of statements 16:01:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:01:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:01:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:01:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.009s coverage: 26.7% of statements 16:01:21 Removing intermediate container d9ad80300a22 16:01:21 ---> 1a6022e62620 16:01:21 Step 5/8 : RUN apk add --update --no-cache git make 16:01:22 ---> Running in 07ecabf9c43b 16:01:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:24 OK: 142 MiB in 39 packages 16:01:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.025s coverage: 90.7% of statements 16:01:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:01:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:01:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.021s coverage: 91.3% of statements 16:01:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:01:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:01:26 Removing intermediate container 07ecabf9c43b 16:01:26 ---> 6288f009ebc8 16:01:26 Step 6/8 : WORKDIR /build 16:01:26 ---> Running in d4b416d6d102 16:01:26 Removing intermediate container d4b416d6d102 16:01:26 ---> bd6dbc6803f2 16:01:26 Step 7/8 : COPY go.mod . 16:01:27 ---> e6347b67f168 16:01:27 Step 8/8 : RUN go mod download 16:01:27 ---> Running in 4c9c5c51e6ca 16:01:28 gofmt -l . 16:01:28 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:01:28 $ docker stop --time=1 2240d4ba94d37a2f2e9ab3c37d5f387f09f81f95e6829c2bc6981f245893b45f 16:01:30 $ docker rm -f 2240d4ba94d37a2f2e9ab3c37d5f387f09f81f95e6829c2bc6981f245893b45f [Pipeline] // withDockerContainer [Pipeline] sh 16:01:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:01:32 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 16:01:32 ---> job-cost.sh 16:01:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fhWk 16:01:49 Removing intermediate container 4c9c5c51e6ca 16:01:49 ---> 4d1be46aecd0 16:01:49 Successfully built 4d1be46aecd0 16:01:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:01:50 + docker inspect -f . ci-base-image-arm64 16:01:50 . [Pipeline] withDockerContainer 16:01:50 prd-ubuntu18.04-docker-arm64-4c-16g-2025 does not seem to be running inside a container 16:01:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/115 -v /w/workspace/go-mod-bootstrap/115:/w/workspace/go-mod-bootstrap/115:rw,z -v /w/workspace/go-mod-bootstrap/115@tmp:/w/workspace/go-mod-bootstrap/115@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 16:01:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:01:51 $ docker top 5da98d07bada0105fcfdf290c866be237972dd6e1428506ee0402e6d7842b4ee -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:52 + go version 16:01:52 go version go1.15.5 linux/arm64 [Pipeline] } 16:01:53 $ docker stop --time=1 5da98d07bada0105fcfdf290c866be237972dd6e1428506ee0402e6d7842b4ee 16:01:54 $ docker rm -f 5da98d07bada0105fcfdf290c866be237972dd6e1428506ee0402e6d7842b4ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:01:55 + docker inspect -f . ci-base-image-arm64 16:01:55 . [Pipeline] withDockerContainer 16:01:55 prd-ubuntu18.04-docker-arm64-4c-16g-2025 does not seem to be running inside a container 16:01:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/115 -v /w/workspace/go-mod-bootstrap/115:/w/workspace/go-mod-bootstrap/115:rw,z -v /w/workspace/go-mod-bootstrap/115@tmp:/w/workspace/go-mod-bootstrap/115@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 16:01:57 $ docker top f44a9233187af88554ff5724cbaef3b3e7a74308ec1c1ddfea9ed2d5bbf88d8c -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:58 + make test 16:01:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:02:23 lf-activate-venv(): INFO: Adding /tmp/venv-fhWk/bin to PATH 16:02:23 INFO: No Stack... 16:02:23 INFO: Retrieving Pricing Info for: v1-standard-2 16:02:23 INFO: Archiving Costs [Pipeline] sh 16:02:23 + cat /w/workspace/go-mod-bootstrap/115/archives/cost.csv 16:02:23 + cut -d, -f6 [Pipeline] lock 16:02:23 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] 16:02:23 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] did not exist. Created. 16:02:23 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:02:24 + echo total: 0.029999999329447746 [Pipeline] stash 16:02:24 Stashed 1 file(s) [Pipeline] } 16:02:24 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:02:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:02:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.047s coverage: 5.4% of statements 16:02:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:02:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.039s coverage: 92.2% of statements 16:02:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.017s coverage: 85.3% of statements 16:02:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:02:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:02:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:02:34 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.028s coverage: 26.7% of statements 16:02:39 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.041s coverage: 90.7% of statements 16:02:39 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:02:39 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:02:39 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements 16:02:39 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:02:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:02:47 gofmt -l . 16:02:47 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:02:47 $ docker stop --time=1 f44a9233187af88554ff5724cbaef3b3e7a74308ec1c1ddfea9ed2d5bbf88d8c 16:02:50 $ docker rm -f f44a9233187af88554ff5724cbaef3b3e7a74308ec1c1ddfea9ed2d5bbf88d8c [Pipeline] // withDockerContainer [Pipeline] sh 16:02:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:02:51 Warning: overwriting stash ‘coverage-report’ 16:02:52 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 16:02:52 ---> job-cost.sh 16:02:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WXb1 16:03:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:05:08 lf-activate-venv(): INFO: Adding /tmp/venv-WXb1/bin to PATH 16:05:08 INFO: No Stack... 16:05:08 INFO: Retrieving Pricing Info for: lf-standard-4 16:05:08 INFO: Archiving Costs [Pipeline] sh 16:05:08 + cut -d, -f6 16:05:08 + cat /w/workspace/go-mod-bootstrap/115/archives/cost.csv [Pipeline] lock 16:05:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] 16:05:08 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] did not exist. Created. 16:05:08 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:05:09 /w/workspace/go-mod-bootstrap/115@tmp/durable-6c408d01/script.sh: 1: /w/workspace/go-mod-bootstrap/115@tmp/durable-6c408d01/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:05:09 + echo total: 0.20999999344348907 [Pipeline] stash 16:05:09 Warning: overwriting stash ‘stack-cost’ 16:05:09 Stashed 1 file(s) [Pipeline] } 16:05:09 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-115-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 16:05:10 provisioning config files... 16:05:10 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1913555557264549212tmp [Pipeline] { [Pipeline] sh 16:05:10 + set +x 16:05:10 + bash -s -- 16:05:10 + curl -s https://codecov.io/bash 16:05:10 16:05:10 _____ _ 16:05:10 / ____| | | 16:05:10 | | ___ __| | ___ ___ _____ __ 16:05:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:05:10 | |___| (_) | (_| | __/ (_| (_) \ V / 16:05:10 \_____\___/ \__,_|\___|\___\___/ \_/ 16:05:10 Bash-1.0.2 16:05:10 16:05:10 16:05:10 ==> git version 2.24.3 found 16:05:10 ==> 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 16:05:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:05:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:05:10 ==> Jenkins CI detected. 16:05:10 project root: . 16:05:10 --> token set from env 16:05:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:05:10 ==> Running gcov in . (disable via -X gcov) 16:05:10 ==> Python coveragepy not found 16:05:10 ==> Searching for coverage reports in: 16:05:10 + . 16:05:10 -> Found 1 reports 16:05:10 ==> Detecting git/mercurial file structure 16:05:10 ==> Reading reports 16:05:10 + ./coverage.out bytes=28856 16:05:10 ==> Appending adjustments 16:05:10 https://docs.codecov.io/docs/fixing-reports 16:05:11 + Found adjustments 16:05:11 ==> Gzipping contents 16:05:11 8.0K /tmp/codecov.QFAOxn.gz 16:05:11 ==> Uploading reports 16:05:11 url: https://codecov.io 16:05:11 query: branch=master&commit=b0be4bff414f616667081b807b7ae2ca15e70c77&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F115%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:05:11 -> Pinging Codecov 16:05:11 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=b0be4bff414f616667081b807b7ae2ca15e70c77&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F115%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:05:11 -> Uploading to 16:05:11 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/b0be4bff414f616667081b807b7ae2ca15e70c77/20115b69-dad1-4e30-ba98-3adb4f999ef9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T160511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=34a8ed59701509850a3d51a6ca6985a58773b2d57fb177d6f9ec6879c7f7f14b 16:05:11 % Total % Received % Xferd Average Speed Time Time Time Current 16:05:11 Dload Upload Total Spent Left Speed 16:05:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5498 0 0 100 5498 0 11064 --:--:-- --:--:-- --:--:-- 11084 16:05:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b0be4bff414f616667081b807b7ae2ca15e70c77 [Pipeline] } 16:05:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:05:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:05:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:05:12 16:05:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:05:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:05:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:05:13 188c0c94c7c5: Pulling fs layer 16:05:13 0ef7d3d256c8: Pulling fs layer 16:05:13 de9db76c5a1d: Pulling fs layer 16:05:13 0eba1c9be4d2: Pulling fs layer 16:05:13 0d57e429df01: Pulling fs layer 16:05:13 4e4be7b47b0d: Pulling fs layer 16:05:13 e1f770b5df2f: Pulling fs layer 16:05:13 85a0685a4137: Pulling fs layer 16:05:13 4e4be7b47b0d: Waiting 16:05:13 e1f770b5df2f: Waiting 16:05:13 85a0685a4137: Waiting 16:05:13 0eba1c9be4d2: Waiting 16:05:13 0d57e429df01: Waiting 16:05:13 de9db76c5a1d: Download complete 16:05:13 0ef7d3d256c8: Verifying Checksum 16:05:13 0ef7d3d256c8: Download complete 16:05:13 0d57e429df01: Download complete 16:05:13 4e4be7b47b0d: Verifying Checksum 16:05:13 4e4be7b47b0d: Download complete 16:05:13 188c0c94c7c5: Verifying Checksum 16:05:13 188c0c94c7c5: Download complete 16:05:13 188c0c94c7c5: Pull complete 16:05:13 0ef7d3d256c8: Pull complete 16:05:14 de9db76c5a1d: Pull complete 16:05:14 e1f770b5df2f: Verifying Checksum 16:05:14 e1f770b5df2f: Download complete 16:05:16 0eba1c9be4d2: Verifying Checksum 16:05:16 0eba1c9be4d2: Download complete 16:05:16 85a0685a4137: Verifying Checksum 16:05:16 85a0685a4137: Download complete 16:05:22 0eba1c9be4d2: Pull complete 16:05:22 0d57e429df01: Pull complete 16:05:22 4e4be7b47b0d: Pull complete 16:05:23 e1f770b5df2f: Pull complete 16:05:32 85a0685a4137: Pull complete 16:05:32 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:05:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:05:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:05:32 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 16:05:32 $ 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 16:05:33 $ docker top aef1317669a3a4c02cffe67746be85ca29d9fa42de567340090e84b51f73b39d -eo pid,comm [Pipeline] { [Pipeline] echo 16:05:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:05:34 + set -o pipefail 16:05:34 + snyk monitor '--org=edgex-jenkins' 16:05:44 16:05:44 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 16:05:44 16:05:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/5260a674-8857-4a23-85b0-3f5ebae786ca 16:05:44 16:05:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:05:44 16:05:44 [Pipeline] } 16:05:44 $ docker stop --time=1 aef1317669a3a4c02cffe67746be85ca29d9fa42de567340090e84b51f73b39d 16:05:47 $ docker rm -f aef1317669a3a4c02cffe67746be85ca29d9fa42de567340090e84b51f73b39d [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 16:05:48 + git log --format=format:%s -1 b0be4bff414f616667081b807b7ae2ca15e70c77 [Pipeline] isUnix [Pipeline] sh 16:05:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:48 . [Pipeline] withDockerContainer 16:05:48 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 16:05:48 $ 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 16:05:49 $ docker top 5b1ab7c7b25382a62c664f35e395deee4b29e8b1b3815ad7f6b59c5b111d22c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:50 [ssh-agent] Looking for ssh-agent implementation... 16:05:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:50 $ docker exec 5b1ab7c7b25382a62c664f35e395deee4b29e8b1b3815ad7f6b59c5b111d22c6 ssh-agent 16:05:50 SSH_AUTH_SOCK=/tmp/ssh-Hxs5JSrxIhez/agent.12 16:05:50 SSH_AGENT_PID=18 16:05:50 Running ssh-add (command line suppressed) 16:05:50 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1118611691051909298.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1118611691051909298.key) 16:05:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:51 + git semver tag 16:05:51 # -> Open(): unable to determine branch for HEAD 16:05:51 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:05:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:05:51 # $SEMVER_REMOTE_NAME = origin 16:05:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:05:51 # $SEMVER_USER_NAME = edgex-jenkins 16:05:51 # $SEMVER_BRANCH = master 16:05:51 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:05:51 # b0be4bff414f616667081b807b7ae2ca15e70c77 HEAD 16:05:51 # -> Force: false 16:05:51 # 5c62620781ffcb7b1fac97aa4cef9838c7f3f96a refs/tags/v2.0.0-dev.39 [Pipeline] } 16:05:51 $ docker exec --env ******** --env ******** 5b1ab7c7b25382a62c664f35e395deee4b29e8b1b3815ad7f6b59c5b111d22c6 ssh-agent -k 16:05:51 unset SSH_AUTH_SOCK; 16:05:51 unset SSH_AGENT_PID; 16:05:51 echo Agent pid 18 killed; 16:05:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:51 + git semver [Pipeline] } 16:05:51 $ docker stop --time=1 5b1ab7c7b25382a62c664f35e395deee4b29e8b1b3815ad7f6b59c5b111d22c6 16:05:53 $ docker rm -f 5b1ab7c7b25382a62c664f35e395deee4b29e8b1b3815ad7f6b59c5b111d22c6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:05:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:05:53 16:05:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:05:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:05:54 0.23.1-centos7: Pulling from edgex-lftools 16:05:54 ab5ef0e58194: Pulling fs layer 16:05:54 9712f1f96733: Pulling fs layer 16:05:54 63f879dbbcfc: Pulling fs layer 16:05:54 0d9ebad4ef96: Pulling fs layer 16:05:54 e9a5061849ea: Pulling fs layer 16:05:54 d747dcd14b5f: Pulling fs layer 16:05:54 2de7ff778b66: Pulling fs layer 16:05:54 e9a5061849ea: Waiting 16:05:54 d747dcd14b5f: Waiting 16:05:54 2de7ff778b66: Waiting 16:05:54 0d9ebad4ef96: Waiting 16:05:54 9712f1f96733: Verifying Checksum 16:05:54 9712f1f96733: Download complete 16:05:55 63f879dbbcfc: Download complete 16:05:55 e9a5061849ea: Verifying Checksum 16:05:55 e9a5061849ea: Download complete 16:05:55 d747dcd14b5f: Verifying Checksum 16:05:55 d747dcd14b5f: Download complete 16:05:56 2de7ff778b66: Verifying Checksum 16:05:56 2de7ff778b66: Download complete 16:05:56 0d9ebad4ef96: Verifying Checksum 16:05:56 0d9ebad4ef96: Download complete 16:05:56 ab5ef0e58194: Verifying Checksum 16:05:56 ab5ef0e58194: Download complete 16:06:02 ab5ef0e58194: Pull complete 16:06:02 9712f1f96733: Pull complete 16:06:04 63f879dbbcfc: Pull complete 16:06:11 0d9ebad4ef96: Pull complete 16:06:12 e9a5061849ea: Pull complete 16:06:12 d747dcd14b5f: Pull complete 16:06:14 2de7ff778b66: Pull complete 16:06:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:06:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:06:15 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 16:06:15 $ 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 16:06:18 $ docker top e7a9cac820bd9353636355021ee10f7c137c67d90a86faea4bd691fb0c588284 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:06:19 provisioning config files... 16:06:19 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2068958802296737594tmp 16:06:19 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8445434570059468687tmp 16:06:19 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5596787495227427929tmp [Pipeline] { [Pipeline] echo 16:06:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:06:19 ---> sigul-configuration.sh 16:06:19 gpg: directory `/root/.gnupg' created 16:06:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:06:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:06:19 gpg: keyring `/root/.gnupg/secring.gpg' created 16:06:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:06:19 gpg: CAST5 encrypted data 16:06:19 gpg: encrypted with 1 passphrase 16:06:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:06:20 + mkdir /home/jenkins 16:06:20 + mkdir /home/jenkins/sigul [Pipeline] sh 16:06:20 + 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:06:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:06:20 ---> sigul-install.sh 16:06:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:06:27 + git tag --list 16:06:27 v0.0.1 16:06:27 v0.0.10 16:06:27 v0.0.11 16:06:27 v0.0.12 16:06:27 v0.0.13 16:06:27 v0.0.14 16:06:27 v0.0.15 16:06:27 v0.0.16 16:06:27 v0.0.17 16:06:27 v0.0.18 16:06:27 v0.0.19 16:06:27 v0.0.2 16:06:27 v0.0.20 16:06:27 v0.0.21 16:06:27 v0.0.22 16:06:27 v0.0.23 16:06:27 v0.0.24 16:06:27 v0.0.25 16:06:27 v0.0.26 16:06:27 v0.0.27 16:06:27 v0.0.28 16:06:27 v0.0.29 16:06:27 v0.0.3 16:06:27 v0.0.30 16:06:27 v0.0.31 16:06:27 v0.0.32 16:06:27 v0.0.33 16:06:27 v0.0.34 16:06:27 v0.0.35 16:06:27 v0.0.36 16:06:27 v0.0.37 16:06:27 v0.0.38 16:06:27 v0.0.39 16:06:27 v0.0.4 16:06:27 v0.0.40 16:06:27 v0.0.41 16:06:27 v0.0.42 16:06:27 v0.0.43 16:06:27 v0.0.44 16:06:27 v0.0.45 16:06:27 v0.0.46 16:06:27 v0.0.47 16:06:27 v0.0.48 16:06:27 v0.0.49 16:06:27 v0.0.5 16:06:27 v0.0.50 16:06:27 v0.0.51 16:06:27 v0.0.52 16:06:27 v0.0.53 16:06:27 v0.0.54 16:06:27 v0.0.55 16:06:27 v0.0.56 16:06:27 v0.0.57 16:06:27 v0.0.58 16:06:27 v0.0.59 16:06:27 v0.0.6 16:06:27 v0.0.60 16:06:27 v0.0.61 16:06:27 v0.0.62 16:06:27 v0.0.63 16:06:27 v0.0.64 16:06:27 v0.0.65 16:06:27 v0.0.66 16:06:27 v0.0.67 16:06:27 v0.0.68 16:06:27 v0.0.69 16:06:27 v0.0.7 16:06:27 v0.0.70 16:06:27 v0.0.71 16:06:27 v0.0.72 16:06:27 v0.0.8 16:06:27 v0.0.9 16:06:27 v2.0.0-dev.1 16:06:27 v2.0.0-dev.10 16:06:27 v2.0.0-dev.11 16:06:27 v2.0.0-dev.12 16:06:27 v2.0.0-dev.13 16:06:27 v2.0.0-dev.14 16:06:27 v2.0.0-dev.15 16:06:27 v2.0.0-dev.16 16:06:27 v2.0.0-dev.17 16:06:27 v2.0.0-dev.18 16:06:27 v2.0.0-dev.19 16:06:27 v2.0.0-dev.2 16:06:27 v2.0.0-dev.20 16:06:27 v2.0.0-dev.21 16:06:27 v2.0.0-dev.22 16:06:27 v2.0.0-dev.23 16:06:27 v2.0.0-dev.24 16:06:27 v2.0.0-dev.25 16:06:27 v2.0.0-dev.26 16:06:27 v2.0.0-dev.27 16:06:27 v2.0.0-dev.28 16:06:27 v2.0.0-dev.29 16:06:27 v2.0.0-dev.3 16:06:27 v2.0.0-dev.30 16:06:27 v2.0.0-dev.31 16:06:27 v2.0.0-dev.32 16:06:27 v2.0.0-dev.33 16:06:27 v2.0.0-dev.34 16:06:27 v2.0.0-dev.35 16:06:27 v2.0.0-dev.36 16:06:27 v2.0.0-dev.37 16:06:27 v2.0.0-dev.38 16:06:27 v2.0.0-dev.39 16:06:27 v2.0.0-dev.4 16:06:27 v2.0.0-dev.5 16:06:27 v2.0.0-dev.6 16:06:27 v2.0.0-dev.7 16:06:27 v2.0.0-dev.8 16:06:27 v2.0.0-dev.9 [Pipeline] sh 16:06:27 + lftools sign git-tag v2.0.0-dev.39 16:06:29 Signing Git tag with Sigul... 16:06:29 Signing v2.0.0-dev.39 [Pipeline] echo 16:06:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:06:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:06:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:06:30 $ docker stop --time=1 e7a9cac820bd9353636355021ee10f7c137c67d90a86faea4bd691fb0c588284 16:06:32 $ docker rm -f e7a9cac820bd9353636355021ee10f7c137c67d90a86faea4bd691fb0c588284 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:33 . [Pipeline] withDockerContainer 16:06:33 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 16:06:33 $ 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 16:06:34 $ docker top cc64de7b938cf8997f5cca27e98ac614e2ee1420e576f91ded53871528543f41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:35 [ssh-agent] Looking for ssh-agent implementation... 16:06:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:36 $ docker exec cc64de7b938cf8997f5cca27e98ac614e2ee1420e576f91ded53871528543f41 ssh-agent 16:06:36 SSH_AUTH_SOCK=/tmp/ssh-nRMlLPEBFkGB/agent.12 16:06:36 SSH_AGENT_PID=17 16:06:36 Running ssh-add (command line suppressed) 16:06:36 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8565566584363364618.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8565566584363364618.key) 16:06:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:37 + git semver bump pre 16:06:37 # -> Open(): unable to determine branch for HEAD 16:06:37 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:06:37 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:06:37 # $SEMVER_REMOTE_NAME = origin 16:06:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:06:37 # $SEMVER_USER_NAME = edgex-jenkins 16:06:37 # $SEMVER_BRANCH = master 16:06:37 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:06:37 2.0.0-dev.40 [Pipeline] } 16:06:37 $ docker exec --env ******** --env ******** cc64de7b938cf8997f5cca27e98ac614e2ee1420e576f91ded53871528543f41 ssh-agent -k 16:06:37 unset SSH_AUTH_SOCK; 16:06:37 unset SSH_AGENT_PID; 16:06:37 echo Agent pid 17 killed; 16:06:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:37 + git semver [Pipeline] } 16:06:37 $ docker stop --time=1 cc64de7b938cf8997f5cca27e98ac614e2ee1420e576f91ded53871528543f41 16:06:39 $ docker rm -f cc64de7b938cf8997f5cca27e98ac614e2ee1420e576f91ded53871528543f41 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:06:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:39 . [Pipeline] withDockerContainer 16:06:39 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 16:06:39 $ 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 16:06:40 $ docker top 23bd126f0cbe192df2be31afe6d34dd0ea1113d30c92bc7c00ecdc720bb6930f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:40 [ssh-agent] Looking for ssh-agent implementation... 16:06:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:40 $ docker exec 23bd126f0cbe192df2be31afe6d34dd0ea1113d30c92bc7c00ecdc720bb6930f ssh-agent 16:06:41 SSH_AUTH_SOCK=/tmp/ssh-MzKQdNXWkpNF/agent.12 16:06:41 SSH_AGENT_PID=17 16:06:41 Running ssh-add (command line suppressed) 16:06:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6644982394623969070.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6644982394623969070.key) 16:06:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:41 + git semver push 16:06:41 # -> Open(): unable to determine branch for HEAD 16:06:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:06:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:06:41 # $SEMVER_REMOTE_NAME = origin 16:06:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:06:41 # $SEMVER_USER_NAME = edgex-jenkins 16:06:41 # $SEMVER_BRANCH = master 16:06:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:06:46 $ docker exec --env ******** --env ******** 23bd126f0cbe192df2be31afe6d34dd0ea1113d30c92bc7c00ecdc720bb6930f ssh-agent -k 16:06:47 unset SSH_AUTH_SOCK; 16:06:47 unset SSH_AGENT_PID; 16:06:47 echo Agent pid 17 killed; 16:06:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:47 + git semver [Pipeline] } 16:06:47 $ docker stop --time=1 23bd126f0cbe192df2be31afe6d34dd0ea1113d30c92bc7c00ecdc720bb6930f 16:06:48 $ docker rm -f 23bd126f0cbe192df2be31afe6d34dd0ea1113d30c92bc7c00ecdc720bb6930f [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:06:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:06:50 ---> package-listing.sh 16:06:50 ++ facter osfamily 16:06:50 ++ tr '[:upper:]' '[:lower:]' 16:06:50 + OS_FAMILY=redhat 16:06:50 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 16:06:50 + START_PACKAGES=/tmp/packages_start.txt 16:06:50 + END_PACKAGES=/tmp/packages_end.txt 16:06:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:06:50 + PACKAGES=/tmp/packages_start.txt 16:06:50 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:06:50 + PACKAGES=/tmp/packages_end.txt 16:06:50 + case "${OS_FAMILY}" in 16:06:50 + rpm -qa 16:06:50 + sort 16:06:55 + '[' -f /tmp/packages_start.txt ']' 16:06:55 + '[' -f /tmp/packages_end.txt ']' 16:06:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:06:55 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:06:55 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 16:06:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 16:06:55 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 16:06:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:06:56 16:06:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:06:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:06:56 alpine: Pulling from edgex-lftools-log-publisher 16:06:56 df20fa9351a1: Pulling fs layer 16:06:56 36b3adc4ff6f: Pulling fs layer 16:06:56 8ad3a11d3b57: Pulling fs layer 16:06:56 46f8f816bc3b: Pulling fs layer 16:06:56 93b61091891f: Pulling fs layer 16:06:56 93b9cdb0e59b: Pulling fs layer 16:06:56 5e14af77c1be: Pulling fs layer 16:06:56 01666e4c0597: Pulling fs layer 16:06:56 aa168da1d23b: Pulling fs layer 16:06:56 93b9cdb0e59b: Waiting 16:06:56 5e14af77c1be: Waiting 16:06:56 01666e4c0597: Waiting 16:06:56 46f8f816bc3b: Waiting 16:06:56 aa168da1d23b: Waiting 16:06:56 93b61091891f: Waiting 16:06:56 36b3adc4ff6f: Verifying Checksum 16:06:56 36b3adc4ff6f: Download complete 16:06:56 46f8f816bc3b: Verifying Checksum 16:06:56 46f8f816bc3b: Download complete 16:06:56 df20fa9351a1: Verifying Checksum 16:06:56 93b9cdb0e59b: Verifying Checksum 16:06:56 93b9cdb0e59b: Download complete 16:06:56 5e14af77c1be: Verifying Checksum 16:06:56 5e14af77c1be: Download complete 16:06:56 01666e4c0597: Verifying Checksum 16:06:56 01666e4c0597: Download complete 16:06:56 93b61091891f: Verifying Checksum 16:06:56 93b61091891f: Download complete 16:06:56 8ad3a11d3b57: Verifying Checksum 16:06:56 8ad3a11d3b57: Download complete 16:06:57 df20fa9351a1: Pull complete 16:06:57 36b3adc4ff6f: Pull complete 16:06:58 8ad3a11d3b57: Pull complete 16:06:58 aa168da1d23b: Verifying Checksum 16:06:58 aa168da1d23b: Download complete 16:06:58 46f8f816bc3b: Pull complete 16:06:59 93b61091891f: Pull complete 16:06:59 93b9cdb0e59b: Pull complete 16:06:59 5e14af77c1be: Pull complete 16:06:59 01666e4c0597: Pull complete 16:07:08 aa168da1d23b: Pull complete 16:07:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:07:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:07:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:07:08 prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container 16:07:08 $ 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 16:07:10 $ docker top ac7319e22270b690a8378f50313586ff25be5094728a2c2356ed4f342255de88 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:11 + touch /tmp/pre-build-complete [Pipeline] sh 16:07:11 + mkdir -p /var/log/sa [Pipeline] sh 16:07:12 + ls /var/log/sa-host 16:07:12 + sadf -c /var/log/sa-host/sa23 16:07:12 file_magic: OK 16:07:12 HZ: Using current value: 100 16:07:12 file_header: OK 16:07:12 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:07:12 Statistics: 16:07:12 Hnuu...uuuununununu... 16:07:12 File successfully converted to sysstat format version 12.2.1 16:07:12 + sadf -c /var/log/sa-host/sa27 16:07:12 file_magic: OK 16:07:12 HZ: Using current value: 100 16:07:12 file_header: OK 16:07:12 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:07:12 Statistics: 16:07:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:07:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:07:12 provisioning config files... 16:07:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8932015763198684279tmp [Pipeline] { [Pipeline] echo 16:07:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:07:12 ---> create-netrc.sh [Pipeline] } 16:07:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:07:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:07:12 ---> python-tools-install.sh [Pipeline] echo 16:07:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:07:13 ---> sudo-logs.sh 16:07:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:07:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:07:13 ---> job-cost.sh 16:07:13 lf-activate-venv: SKIPPING 16:07:13 DEBUG: total: 0.20999999344348907 16:07:13 INFO: Retrieving Stack Cost... 16:07:14 INFO: Retrieving Pricing Info for: v1-standard-2 16:07:15 INFO: Archiving Costs [Pipeline] echo 16:07:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:07:15 ---> logs-deploy.sh 16:07:15 lf-activate-venv: SKIPPING 16:07:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/115 16:07:15 INFO: archiving workspace using pattern(s): 16:07:17 Archives upload complete. 16:07:17 INFO: archiving logs to Nexus