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