Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1db7493c2b0ad75053762ce271523df13aeaddcc 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 Running on prd-centos7-docker-4c-2g-2066 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 1db7493c2b0ad75053762ce271523df13aeaddcc (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 1db7493c2b0ad75053762ce271523df13aeaddcc # timeout=10 Commit message: "Merge pull request #221 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.77" > git rev-list --no-walk c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:20:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:20:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:20:02 ========================================================= 17:20:02 EdgeX Global Pipelines Version Info 17:20:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:20:04 ------------------- 17:20:04 stable info: 17:20:04 ------------------- 17:20:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:20:04 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:20:04 Message: update stable to v1.0.186 17:20:05 ------------------- 17:20:05 experimental info: 17:20:05 ------------------- 17:20:05 Commited By: **** collab-it+edgex@linuxfoundation.org 17:20:05 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 17:20:05 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1db7493c2b0ad75053762ce271523df13aeaddcc [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1db7493 [Pipeline] echo 17:20:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:20:07 + git log --format=format:%s -1 1db7493c2b0ad75053762ce271523df13aeaddcc [Pipeline] echo 17:20:07 GIT_COMMIT: 1db7493c2b0ad75053762ce271523df13aeaddcc, Commit Message: Merge pull request #221 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.77 [Pipeline] echo 17:20:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:20:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:10 17:20:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:20:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:10 latest: Pulling from edgex-devops/git-semver 17:20:10 31603596830f: Pulling fs layer 17:20:10 2a8b12db71e7: Pulling fs layer 17:20:10 6ca5941a6612: Pulling fs layer 17:20:10 ecc8261a40a4: Pulling fs layer 17:20:10 ecc8261a40a4: Waiting 17:20:10 2a8b12db71e7: Verifying Checksum 17:20:10 2a8b12db71e7: Download complete 17:20:10 31603596830f: Download complete 17:20:10 6ca5941a6612: Verifying Checksum 17:20:10 6ca5941a6612: Download complete 17:20:10 ecc8261a40a4: Verifying Checksum 17:20:10 ecc8261a40a4: Download complete 17:20:11 31603596830f: Pull complete 17:20:11 2a8b12db71e7: Pull complete 17:20:12 6ca5941a6612: Pull complete 17:20:13 ecc8261a40a4: Pull complete 17:20:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:20:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:20:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:20:13 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:20:13 $ 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 17:20:15 $ docker top ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:20:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:20:15 [ssh-agent] Looking for ssh-agent implementation... 17:20:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:20:16 $ docker exec ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 ssh-agent 17:20:16 SSH_AUTH_SOCK=/tmp/ssh-RkPzeshsRIED/agent.11 17:20:16 SSH_AGENT_PID=17 17:20:16 Running ssh-add (command line suppressed) 17:20:17 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1719441132004457420.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1719441132004457420.key) 17:20:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:20:17 + git tag --points-at HEAD [Pipeline] } 17:20:17 $ docker exec --env ******** --env ******** ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 ssh-agent -k 17:20:17 unset SSH_AUTH_SOCK; 17:20:17 unset SSH_AGENT_PID; 17:20:17 echo Agent pid 17 killed; 17:20:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:20:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:20:17 [ssh-agent] Looking for ssh-agent implementation... 17:20:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:20:18 $ docker exec ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 ssh-agent 17:20:18 SSH_AUTH_SOCK=/tmp/ssh-rIKrCC8855C1/agent.47 17:20:18 SSH_AGENT_PID=53 17:20:18 Running ssh-add (command line suppressed) 17:20:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2753630151498878828.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2753630151498878828.key) 17:20:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:20:18 + git semver init 17:20:18 # -> Open(): unable to determine branch for HEAD 17:20:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:20:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:20:18 # $SEMVER_REMOTE_NAME = origin 17:20:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:20:18 # $SEMVER_USER_NAME = edgex-jenkins 17:20:18 # $SEMVER_BRANCH = master 17:20:18 # $SEMVER_TEMP = /tmp/semver-849664438 17:20:18 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:20:19 # '/tmp/semver-849664438' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 17:20:19 # -> Force: false 17:20:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:20:19 $ docker exec --env ******** --env ******** ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 ssh-agent -k 17:20:19 unset SSH_AUTH_SOCK; 17:20:19 unset SSH_AGENT_PID; 17:20:19 echo Agent pid 53 killed; 17:20:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:20:20 + git semver [Pipeline] } 17:20:20 $ docker stop --time=1 ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 17:20:22 $ docker rm -f ef0b9c9a917a663fe0eb2d7ba2d2c38a7b43e449788163a0d232b90d6f8e5ac0 [Pipeline] // withDockerContainer [Pipeline] sh 17:20:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:20:23 Stashed 1 file(s) [Pipeline] echo 17:20:23 [edgeXSemver]: initialized semver on version 2.0.0-dev.42 [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 17:20:38 Still waiting to schedule task 17:20:38 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2066’ 17:20:38 Still waiting to schedule task 17:20:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:22:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2067 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:22:26 Running in /w/workspace/go-mod-bootstrap/118 [Pipeline] { [Pipeline] checkout 17:22:32 using credential edgex-jenkins-ssh 17:22:32 Cloning the remote Git repository 17:22:32 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:22:33 > git init /w/workspace/go-mod-bootstrap/118 # timeout=10 17:22:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:22:33 > git --version # timeout=10 17:22:33 > git --version # 'git version 2.17.1' 17:22:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:22:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:22:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:22:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:22:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:22:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:22:34 Checking out Revision 1db7493c2b0ad75053762ce271523df13aeaddcc (master) 17:22:34 > git config core.sparsecheckout # timeout=10 17:22:34 > git checkout -f 1db7493c2b0ad75053762ce271523df13aeaddcc # timeout=10 17:22:39 Commit message: "Merge pull request #221 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.77" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:22:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:22:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:22:41 + true 17:22:41 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:22:44 ========================================================= 17:22:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:22:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:22:44 + 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 . 17:22:45 Sending build context to Docker daemon 847.4kB 17:22:45 Step 1/8 : ARG BASE=golang:1.15-alpine 17:22:45 Step 2/8 : FROM ${BASE} 17:22:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:22:46 5f621e34cdf4: Pulling fs layer 17:22:46 a4357932f1b6: Pulling fs layer 17:22:46 18c013af1878: Pulling fs layer 17:22:46 00ac8860ef70: Pulling fs layer 17:22:46 63d7cb157983: Pulling fs layer 17:22:46 b116817d02f9: Pulling fs layer 17:22:46 745a02a5169b: Pulling fs layer 17:22:46 63d7cb157983: Waiting 17:22:46 b116817d02f9: Waiting 17:22:46 745a02a5169b: Waiting 17:22:46 00ac8860ef70: Waiting 17:22:46 18c013af1878: Verifying Checksum 17:22:46 18c013af1878: Download complete 17:22:46 a4357932f1b6: Download complete 17:22:46 63d7cb157983: Verifying Checksum 17:22:46 63d7cb157983: Download complete 17:22:46 b116817d02f9: Verifying Checksum 17:22:46 b116817d02f9: Download complete 17:22:46 5f621e34cdf4: Verifying Checksum 17:22:46 5f621e34cdf4: Download complete 17:22:46 5f621e34cdf4: Pull complete 17:22:47 a4357932f1b6: Pull complete 17:22:47 18c013af1878: Pull complete 17:22:48 745a02a5169b: Download complete 17:22:50 00ac8860ef70: Verifying Checksum 17:22:50 00ac8860ef70: Download complete 17:23:00 00ac8860ef70: Pull complete 17:23:00 63d7cb157983: Pull complete 17:23:01 b116817d02f9: Pull complete 17:23:04 745a02a5169b: Pull complete 17:23:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:23:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:23:04 ---> b7e6874047d6 17:23:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:23:06 Running on prd-centos7-docker-4c-2g-2068 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:23:06 Running in /w/workspace/go-mod-bootstrap/118 [Pipeline] { [Pipeline] checkout 17:23:08 ---> Running in dfb31bd83456 17:23:08 Removing intermediate container dfb31bd83456 17:23:08 ---> 0e5750f09eba 17:23:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:08 ---> Running in 6016d5b8149e 17:23:08 using credential edgex-jenkins-ssh 17:23:08 Cloning the remote Git repository 17:23:08 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:09 > git init /w/workspace/go-mod-bootstrap/118 # timeout=10 17:23:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:09 > git --version # timeout=10 17:23:09 > git --version # 'git version 2.24.3' 17:23:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:10 Checking out Revision 1db7493c2b0ad75053762ce271523df13aeaddcc (master) 17:23:10 Removing intermediate container 6016d5b8149e 17:23:10 ---> eb4f707cac4a 17:23:10 Step 5/8 : RUN apk add --update --no-cache git make 17:23:10 ---> Running in 3fa541a6ffaa 17:23:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:23:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:23:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:23:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:10 > git config core.sparsecheckout # timeout=10 17:23:10 > git checkout -f 1db7493c2b0ad75053762ce271523df13aeaddcc # timeout=10 17:23:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:12 OK: 142 MiB in 39 packages 17:23:13 Commit message: "Merge pull request #221 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.77" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:14 Removing intermediate container 3fa541a6ffaa 17:23:14 ---> 6d42d61fcf2a 17:23:14 Step 6/8 : WORKDIR /build 17:23:14 ---> Running in a693917e6bee 17:23:14 Removing intermediate container a693917e6bee 17:23:14 ---> be72ca34e69e 17:23:14 Step 7/8 : COPY go.mod . 17:23:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:23:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:23:15 + true 17:23:15 + sudo service docker restart 17:23:15 Redirecting to /bin/systemctl restart docker.service 17:23:15 ---> c8d454a12955 17:23:15 Step 8/8 : RUN go mod download 17:23:15 ---> Running in 90c2ee0867bb [Pipeline] unstash [Pipeline] echo 17:23:16 ========================================================= 17:23:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:23:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23: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 . 17:23:17 Sending build context to Docker daemon 848.4kB 17:23:17 Step 1/8 : ARG BASE=golang:1.15-alpine 17:23:17 Step 2/8 : FROM ${BASE} 17:23:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:23:17 188c0c94c7c5: Pulling fs layer 17:23:17 0ef7d3d256c8: Pulling fs layer 17:23:17 de9db76c5a1d: Pulling fs layer 17:23:17 bca2f99d35d6: Pulling fs layer 17:23:17 93359f2a8cfa: Pulling fs layer 17:23:17 7c6f9722023f: Pulling fs layer 17:23:17 a35cf1a2eb13: Pulling fs layer 17:23:17 bca2f99d35d6: Waiting 17:23:17 93359f2a8cfa: Waiting 17:23:17 7c6f9722023f: Waiting 17:23:17 a35cf1a2eb13: Waiting 17:23:17 de9db76c5a1d: Verifying Checksum 17:23:17 de9db76c5a1d: Download complete 17:23:17 0ef7d3d256c8: Verifying Checksum 17:23:17 0ef7d3d256c8: Download complete 17:23:17 93359f2a8cfa: Verifying Checksum 17:23:17 93359f2a8cfa: Download complete 17:23:17 7c6f9722023f: Download complete 17:23:17 188c0c94c7c5: Verifying Checksum 17:23:17 188c0c94c7c5: Download complete 17:23:17 188c0c94c7c5: Pull complete 17:23:18 0ef7d3d256c8: Pull complete 17:23:18 de9db76c5a1d: Pull complete 17:23:19 a35cf1a2eb13: Verifying Checksum 17:23:19 a35cf1a2eb13: Download complete 17:23:19 bca2f99d35d6: Verifying Checksum 17:23:19 bca2f99d35d6: Download complete 17:23:25 bca2f99d35d6: Pull complete 17:23:25 93359f2a8cfa: Pull complete 17:23:25 7c6f9722023f: Pull complete 17:23:35 a35cf1a2eb13: Pull complete 17:23:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:23:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:23:35 ---> a62c8e92a672 17:23:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:23:35 ---> Running in 0ab5e2f32a53 17:23:35 Removing intermediate container 0ab5e2f32a53 17:23:35 ---> 43887192bebe 17:23:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:35 ---> Running in f8307bcf2c2c 17:23:36 Removing intermediate container f8307bcf2c2c 17:23:36 ---> 23e5cdd07288 17:23:36 Step 5/8 : RUN apk add --update --no-cache git make 17:23:36 ---> Running in 1e5f85a6059f 17:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:38 OK: 166 MiB in 39 packages 17:23:39 Removing intermediate container 1e5f85a6059f 17:23:39 ---> 6a5349926823 17:23:39 Step 6/8 : WORKDIR /build 17:23:39 ---> Running in 92b1778116cf 17:23:39 Removing intermediate container 92b1778116cf 17:23:39 ---> 92f56dcc761c 17:23:39 Step 7/8 : COPY go.mod . 17:23:39 ---> 122ef102ed4e 17:23:39 Step 8/8 : RUN go mod download 17:23:39 ---> Running in 962e83426ff5 17:23:42 Removing intermediate container 90c2ee0867bb 17:23:42 ---> db7d594f23ca 17:23:42 Successfully built db7d594f23ca 17:23:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:23:42 + docker inspect -f . ci-base-image-arm64 17:23:42 . [Pipeline] withDockerContainer 17:23:43 prd-ubuntu18.04-docker-arm64-4c-16g-2067 does not seem to be running inside a container 17:23:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/118 -v /w/workspace/go-mod-bootstrap/118:/w/workspace/go-mod-bootstrap/118:rw,z -v /w/workspace/go-mod-bootstrap/118@tmp:/w/workspace/go-mod-bootstrap/118@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 17:23:44 $ docker top 77be75bb9a2ac680ad808b62851bbf866652dd8ee484cb113bdd2857b9c362d2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:45 + go version 17:23:45 go version go1.15.5 linux/arm64 [Pipeline] } 17:23:45 $ docker stop --time=1 77be75bb9a2ac680ad808b62851bbf866652dd8ee484cb113bdd2857b9c362d2 17:23:47 $ docker rm -f 77be75bb9a2ac680ad808b62851bbf866652dd8ee484cb113bdd2857b9c362d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:48 + docker inspect -f . ci-base-image-arm64 17:23:48 . [Pipeline] withDockerContainer 17:23:48 prd-ubuntu18.04-docker-arm64-4c-16g-2067 does not seem to be running inside a container 17:23:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/118 -v /w/workspace/go-mod-bootstrap/118:/w/workspace/go-mod-bootstrap/118:rw,z -v /w/workspace/go-mod-bootstrap/118@tmp:/w/workspace/go-mod-bootstrap/118@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 17:23:50 $ docker top de503ff1d586ff826db3bd443cf3cc8c4be825907e303df68e3f21072cc5fdba -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:51 + make test 17:23:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:23:57 Removing intermediate container 962e83426ff5 17:23:57 ---> 4dcd01330f7e 17:23:57 Successfully built 4dcd01330f7e 17:23:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:23:58 + docker inspect -f . ci-base-image-x86_64 17:23:58 . [Pipeline] withDockerContainer 17:23:58 prd-centos7-docker-4c-2g-2068 does not seem to be running inside a container 17:23:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/118 -v /w/workspace/go-mod-bootstrap/118:/w/workspace/go-mod-bootstrap/118:rw,z -v /w/workspace/go-mod-bootstrap/118@tmp:/w/workspace/go-mod-bootstrap/118@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 17:23:59 $ docker top 9a20b2df88762b94154e7dfab6ffebe970c7f93a4352b8f4d26897e9231cc3bb -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:59 + go version 17:23:59 go version go1.15.5 linux/amd64 [Pipeline] } 17:23:59 $ docker stop --time=1 9a20b2df88762b94154e7dfab6ffebe970c7f93a4352b8f4d26897e9231cc3bb 17:24:01 $ docker rm -f 9a20b2df88762b94154e7dfab6ffebe970c7f93a4352b8f4d26897e9231cc3bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:01 + docker inspect -f . ci-base-image-x86_64 17:24:01 . [Pipeline] withDockerContainer 17:24:01 prd-centos7-docker-4c-2g-2068 does not seem to be running inside a container 17:24:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/118 -v /w/workspace/go-mod-bootstrap/118:/w/workspace/go-mod-bootstrap/118:rw,z -v /w/workspace/go-mod-bootstrap/118@tmp:/w/workspace/go-mod-bootstrap/118@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 17:24:03 $ docker top e546c262a375a83d6e7b136943eff08cc512ab305ff3a28e897fc79b1a822608 -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:03 + make test 17:24:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 17:24:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.022s coverage: 5.4% of statements 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 17:24:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.020s coverage: 92.2% of statements 17:24:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.007s coverage: 85.3% of statements 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 17:24:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 17:24:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.011s coverage: 26.7% of statements 17:24:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.018s coverage: 90.7% of statements 17:24:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 17:24:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 17:24:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.005s coverage: 91.3% of statements 17:24:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 17:24:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:24:22 gofmt -l . 17:24:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:24:22 $ docker stop --time=1 e546c262a375a83d6e7b136943eff08cc512ab305ff3a28e897fc79b1a822608 17:24:25 $ docker rm -f e546c262a375a83d6e7b136943eff08cc512ab305ff3a28e897fc79b1a822608 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:26 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 17:24:27 ---> job-cost.sh 17:24:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KpqG 17:24:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 17:24:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.037s coverage: 5.4% of statements 17:24:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 17:24:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.067s coverage: 92.2% of statements 17:24:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.028s coverage: 85.3% of statements 17:24:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 17:24:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 17:24:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 17:24:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.029s coverage: 26.7% of statements 17:24:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.044s coverage: 90.7% of statements 17:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 17:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 17:24:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.025s coverage: 91.3% of statements 17:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 17:24:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:24:39 gofmt -l . 17:24:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:24:40 $ docker stop --time=1 de503ff1d586ff826db3bd443cf3cc8c4be825907e303df68e3f21072cc5fdba 17:24:42 $ docker rm -f de503ff1d586ff826db3bd443cf3cc8c4be825907e303df68e3f21072cc5fdba [Pipeline] // withDockerContainer [Pipeline] sh 17:24:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:43 Warning: overwriting stash ‘coverage-report’ 17:24:44 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 17:24:44 ---> job-cost.sh 17:24:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2Whr 17:24:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:25:11 lf-activate-venv(): INFO: Adding /tmp/venv-KpqG/bin to PATH 17:25:11 INFO: No Stack... 17:25:11 INFO: Retrieving Pricing Info for: v1-standard-2 17:25:11 INFO: Archiving Costs [Pipeline] sh 17:25:12 + cat /w/workspace/go-mod-bootstrap/118/archives/cost.csv 17:25:12 + cut -d, -f6 [Pipeline] lock 17:25:12 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] 17:25:12 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] did not exist. Created. 17:25:12 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:25:12 + echo total: 0.029999999329447746 [Pipeline] stash 17:25:12 Stashed 1 file(s) [Pipeline] } 17:25:12 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:25:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:26:45 lf-activate-venv(): INFO: Adding /tmp/venv-2Whr/bin to PATH 17:26:45 INFO: No Stack... 17:26:45 INFO: Retrieving Pricing Info for: lf-standard-4 17:26:45 INFO: Archiving Costs [Pipeline] sh 17:26:46 + + cutcat -d, /w/workspace/go-mod-bootstrap/118/archives/cost.csv -f6 17:26:46 [Pipeline] lock 17:26:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] 17:26:46 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] did not exist. Created. 17:26:46 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:26:46 /w/workspace/go-mod-bootstrap/118@tmp/durable-4fb5b952/script.sh: 1: /w/workspace/go-mod-bootstrap/118@tmp/durable-4fb5b952/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:26:46 + echo total: 0.20999999344348907 [Pipeline] stash 17:26:46 Warning: overwriting stash ‘stack-cost’ 17:26:47 Stashed 1 file(s) [Pipeline] } 17:26:47 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-118-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 17:26:47 provisioning config files... 17:26:47 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4557424711900370968tmp [Pipeline] { [Pipeline] sh 17:26:48 + set +x 17:26:48 + curl -s https://codecov.io/bash 17:26:48 + bash -s -- 17:26:49 17:26:49 _____ _ 17:26:49 / ____| | | 17:26:49 | | ___ __| | ___ ___ _____ __ 17:26:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:26:49 | |___| (_) | (_| | __/ (_| (_) \ V / 17:26:49 \_____\___/ \__,_|\___|\___\___/ \_/ 17:26:49 Bash-1.0.2 17:26:49 17:26:49 17:26:49 ==> git version 2.24.3 found 17:26:49 ==> 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 17:26:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:26:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:26:49 ==> Jenkins CI detected. 17:26:49 project root: . 17:26:49 --> token set from env 17:26:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:26:49 ==> Running gcov in . (disable via -X gcov) 17:26:49 ==> Python coveragepy not found 17:26:49 ==> Searching for coverage reports in: 17:26:49 + . 17:26:49 -> Found 1 reports 17:26:49 ==> Detecting git/mercurial file structure 17:26:49 ==> Reading reports 17:26:49 + ./coverage.out bytes=28856 17:26:49 ==> Appending adjustments 17:26:49 https://docs.codecov.io/docs/fixing-reports 17:26:49 + Found adjustments 17:26:49 ==> Gzipping contents 17:26:49 8.0K /tmp/codecov.8Dm24g.gz 17:26:49 ==> Uploading reports 17:26:49 url: https://codecov.io 17:26:49 query: branch=master&commit=1db7493c2b0ad75053762ce271523df13aeaddcc&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F118%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 17:26:49 -> Pinging Codecov 17:26:49 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=1db7493c2b0ad75053762ce271523df13aeaddcc&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F118%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 17:26:50 -> Uploading to 17:26:50 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/1db7493c2b0ad75053762ce271523df13aeaddcc/83693b0e-9005-4ff5-82fc-66895ceae584.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T172650Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6f1404b97f8a446eb45920ae5fe43868738db00867dede6578b317df146796d1 17:26:50 % Total % Received % Xferd Average Speed Time Time Time Current 17:26:50 Dload Upload Total Spent Left Speed 17:26:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5502 0 0 100 5502 0 10176 --:--:-- --:--:-- --:--:-- 10188 17:26:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/1db7493c2b0ad75053762ce271523df13aeaddcc [Pipeline] } 17:26:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:26:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:26:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:26:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:26:52 17:26:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:26:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:26:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:26:52 188c0c94c7c5: Pulling fs layer 17:26:52 0ef7d3d256c8: Pulling fs layer 17:26:52 de9db76c5a1d: Pulling fs layer 17:26:52 0eba1c9be4d2: Pulling fs layer 17:26:52 0d57e429df01: Pulling fs layer 17:26:52 4e4be7b47b0d: Pulling fs layer 17:26:52 e1f770b5df2f: Pulling fs layer 17:26:52 85a0685a4137: Pulling fs layer 17:26:52 4e4be7b47b0d: Waiting 17:26:52 e1f770b5df2f: Waiting 17:26:52 85a0685a4137: Waiting 17:26:52 0d57e429df01: Waiting 17:26:52 0eba1c9be4d2: Waiting 17:26:52 de9db76c5a1d: Download complete 17:26:52 0ef7d3d256c8: Verifying Checksum 17:26:52 0ef7d3d256c8: Download complete 17:26:52 0d57e429df01: Verifying Checksum 17:26:52 0d57e429df01: Download complete 17:26:52 4e4be7b47b0d: Download complete 17:26:52 188c0c94c7c5: Verifying Checksum 17:26:52 188c0c94c7c5: Download complete 17:26:53 188c0c94c7c5: Pull complete 17:26:53 0ef7d3d256c8: Pull complete 17:26:53 de9db76c5a1d: Pull complete 17:26:54 e1f770b5df2f: Verifying Checksum 17:26:54 e1f770b5df2f: Download complete 17:26:57 0eba1c9be4d2: Verifying Checksum 17:26:57 0eba1c9be4d2: Download complete 17:26:58 85a0685a4137: Verifying Checksum 17:26:58 85a0685a4137: Download complete 17:27:06 0eba1c9be4d2: Pull complete 17:27:06 0d57e429df01: Pull complete 17:27:06 4e4be7b47b0d: Pull complete 17:27:09 e1f770b5df2f: Pull complete 17:27:24 85a0685a4137: Pull complete 17:27:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:27:25 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:27:25 $ 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 17:27:26 $ docker top f9aebae426f49964438e5937a2d521a339d9d5127bdc0cd40cdcd880f94f5c08 -eo pid,comm [Pipeline] { [Pipeline] echo 17:27:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:27:27 + set -o pipefail 17:27:27 + snyk monitor '--org=edgex-jenkins' 17:27:42 17:27:42 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 17:27:42 17:27:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/bfa7a744-5e7f-43f0-9b95-96c9a1bfb92e 17:27:42 17:27:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:27:42 17:27:42 [Pipeline] } 17:27:42 $ docker stop --time=1 f9aebae426f49964438e5937a2d521a339d9d5127bdc0cd40cdcd880f94f5c08 17:27:45 $ docker rm -f f9aebae426f49964438e5937a2d521a339d9d5127bdc0cd40cdcd880f94f5c08 [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 17:27:47 + git log --format=format:%s -1 1db7493c2b0ad75053762ce271523df13aeaddcc [Pipeline] isUnix [Pipeline] sh 17:27:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:27:48 . [Pipeline] withDockerContainer 17:27:48 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:27: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:27:50 $ docker top 1015fb231b6df97ec8e548bf2a2c760a1db4353ba7400025e685c776bf10b2ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:27:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:27:50 [ssh-agent] Looking for ssh-agent implementation... 17:27:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:27:50 $ docker exec 1015fb231b6df97ec8e548bf2a2c760a1db4353ba7400025e685c776bf10b2ac ssh-agent 17:27:50 SSH_AUTH_SOCK=/tmp/ssh-ACejpmigNsjR/agent.12 17:27:50 SSH_AGENT_PID=18 17:27:50 Running ssh-add (command line suppressed) 17:27:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8942139690259908202.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8942139690259908202.key) 17:27:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:27:51 + git semver tag 17:27:51 # -> Open(): unable to determine branch for HEAD 17:27:51 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:27:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:27:51 # $SEMVER_REMOTE_NAME = origin 17:27:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:27:51 # $SEMVER_USER_NAME = edgex-jenkins 17:27:51 # $SEMVER_BRANCH = master 17:27:51 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:27:51 # 1db7493c2b0ad75053762ce271523df13aeaddcc HEAD 17:27:52 # -> Force: false 17:27:52 # cdd9f45301788e8954492526a6fc9c6be9b20a71 refs/tags/v2.0.0-dev.42 [Pipeline] } 17:27:52 $ docker exec --env ******** --env ******** 1015fb231b6df97ec8e548bf2a2c760a1db4353ba7400025e685c776bf10b2ac ssh-agent -k 17:27:52 unset SSH_AUTH_SOCK; 17:27:52 unset SSH_AGENT_PID; 17:27:52 echo Agent pid 18 killed; 17:27:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:53 + git semver [Pipeline] } 17:27:53 $ docker stop --time=1 1015fb231b6df97ec8e548bf2a2c760a1db4353ba7400025e685c776bf10b2ac 17:27:54 $ docker rm -f 1015fb231b6df97ec8e548bf2a2c760a1db4353ba7400025e685c776bf10b2ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:27:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:27:56 17:27:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:27:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:27:56 0.23.1-centos7: Pulling from edgex-lftools 17:27:56 ab5ef0e58194: Pulling fs layer 17:27:56 9712f1f96733: Pulling fs layer 17:27:56 63f879dbbcfc: Pulling fs layer 17:27:56 0d9ebad4ef96: Pulling fs layer 17:27:56 e9a5061849ea: Pulling fs layer 17:27:56 d747dcd14b5f: Pulling fs layer 17:27:56 2de7ff778b66: Pulling fs layer 17:27:56 0d9ebad4ef96: Waiting 17:27:56 e9a5061849ea: Waiting 17:27:56 d747dcd14b5f: Waiting 17:27:56 2de7ff778b66: Waiting 17:27:56 9712f1f96733: Verifying Checksum 17:27:56 9712f1f96733: Download complete 17:28:00 63f879dbbcfc: Download complete 17:28:00 e9a5061849ea: Verifying Checksum 17:28:00 e9a5061849ea: Download complete 17:28:00 d747dcd14b5f: Download complete 17:28:00 0d9ebad4ef96: Verifying Checksum 17:28:00 0d9ebad4ef96: Download complete 17:28:01 2de7ff778b66: Verifying Checksum 17:28:01 2de7ff778b66: Download complete 17:28:01 ab5ef0e58194: Verifying Checksum 17:28:01 ab5ef0e58194: Download complete 17:28:16 ab5ef0e58194: Pull complete 17:28:16 9712f1f96733: Pull complete 17:28:19 63f879dbbcfc: Pull complete 17:28:37 0d9ebad4ef96: Pull complete 17:28:37 e9a5061849ea: Pull complete 17:28:38 d747dcd14b5f: Pull complete 17:28:41 2de7ff778b66: Pull complete 17:28:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:28:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:28:42 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:28:42 $ 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 17:28:47 $ docker top f63747a5dcc28cc33f6fc10db2bf99bcd6081814e170b1888beb69d6fba2b7b5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:28:47 provisioning config files... 17:28:47 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4654639518609528287tmp 17:28:47 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7549650987561158263tmp 17:28:47 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5005493563861274737tmp [Pipeline] { [Pipeline] echo 17:28:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:28:48 ---> sigul-configuration.sh 17:28:48 gpg: directory `/root/.gnupg' created 17:28:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:28:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:28:48 gpg: keyring `/root/.gnupg/secring.gpg' created 17:28:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:28:48 gpg: CAST5 encrypted data 17:28:48 gpg: encrypted with 1 passphrase 17:28:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:28:48 + mkdir /home/jenkins 17:28:48 + mkdir /home/jenkins/sigul [Pipeline] sh 17:28:49 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:28:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:28:50 ---> sigul-install.sh 17:29:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:29:01 + git tag --list 17:29:01 v0.0.1 17:29:01 v0.0.10 17:29:01 v0.0.11 17:29:01 v0.0.12 17:29:01 v0.0.13 17:29:01 v0.0.14 17:29:01 v0.0.15 17:29:01 v0.0.16 17:29:01 v0.0.17 17:29:01 v0.0.18 17:29:01 v0.0.19 17:29:01 v0.0.2 17:29:01 v0.0.20 17:29:01 v0.0.21 17:29:01 v0.0.22 17:29:01 v0.0.23 17:29:01 v0.0.24 17:29:01 v0.0.25 17:29:01 v0.0.26 17:29:01 v0.0.27 17:29:01 v0.0.28 17:29:01 v0.0.29 17:29:01 v0.0.3 17:29:01 v0.0.30 17:29:01 v0.0.31 17:29:01 v0.0.32 17:29:01 v0.0.33 17:29:01 v0.0.34 17:29:01 v0.0.35 17:29:01 v0.0.36 17:29:01 v0.0.37 17:29:01 v0.0.38 17:29:01 v0.0.39 17:29:01 v0.0.4 17:29:01 v0.0.40 17:29:01 v0.0.41 17:29:01 v0.0.42 17:29:01 v0.0.43 17:29:01 v0.0.44 17:29:01 v0.0.45 17:29:01 v0.0.46 17:29:01 v0.0.47 17:29:01 v0.0.48 17:29:01 v0.0.49 17:29:01 v0.0.5 17:29:01 v0.0.50 17:29:01 v0.0.51 17:29:01 v0.0.52 17:29:01 v0.0.53 17:29:01 v0.0.54 17:29:01 v0.0.55 17:29:01 v0.0.56 17:29:01 v0.0.57 17:29:01 v0.0.58 17:29:01 v0.0.59 17:29:01 v0.0.6 17:29:01 v0.0.60 17:29:01 v0.0.61 17:29:01 v0.0.62 17:29:01 v0.0.63 17:29:01 v0.0.64 17:29:01 v0.0.65 17:29:01 v0.0.66 17:29:01 v0.0.67 17:29:01 v0.0.68 17:29:01 v0.0.69 17:29:01 v0.0.7 17:29:01 v0.0.70 17:29:01 v0.0.71 17:29:01 v0.0.72 17:29:01 v0.0.8 17:29:01 v0.0.9 17:29:01 v2.0.0-dev.1 17:29:01 v2.0.0-dev.10 17:29:01 v2.0.0-dev.11 17:29:01 v2.0.0-dev.12 17:29:01 v2.0.0-dev.13 17:29:01 v2.0.0-dev.14 17:29:01 v2.0.0-dev.15 17:29:01 v2.0.0-dev.16 17:29:01 v2.0.0-dev.17 17:29:01 v2.0.0-dev.18 17:29:01 v2.0.0-dev.19 17:29:01 v2.0.0-dev.2 17:29:01 v2.0.0-dev.20 17:29:01 v2.0.0-dev.21 17:29:01 v2.0.0-dev.22 17:29:01 v2.0.0-dev.23 17:29:01 v2.0.0-dev.24 17:29:01 v2.0.0-dev.25 17:29:01 v2.0.0-dev.26 17:29:01 v2.0.0-dev.27 17:29:01 v2.0.0-dev.28 17:29:01 v2.0.0-dev.29 17:29:01 v2.0.0-dev.3 17:29:01 v2.0.0-dev.30 17:29:01 v2.0.0-dev.31 17:29:01 v2.0.0-dev.32 17:29:01 v2.0.0-dev.33 17:29:01 v2.0.0-dev.34 17:29:01 v2.0.0-dev.35 17:29:01 v2.0.0-dev.36 17:29:01 v2.0.0-dev.37 17:29:01 v2.0.0-dev.38 17:29:01 v2.0.0-dev.39 17:29:01 v2.0.0-dev.4 17:29:01 v2.0.0-dev.40 17:29:01 v2.0.0-dev.41 17:29:01 v2.0.0-dev.42 17:29:01 v2.0.0-dev.5 17:29:01 v2.0.0-dev.6 17:29:01 v2.0.0-dev.7 17:29:01 v2.0.0-dev.8 17:29:01 v2.0.0-dev.9 [Pipeline] sh 17:29:02 + lftools sign git-tag v2.0.0-dev.42 17:29:04 Signing Git tag with Sigul... 17:29:04 Signing v2.0.0-dev.42 [Pipeline] echo 17:29:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:29:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:29:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:29:06 $ docker stop --time=1 f63747a5dcc28cc33f6fc10db2bf99bcd6081814e170b1888beb69d6fba2b7b5 17:29:08 $ docker rm -f f63747a5dcc28cc33f6fc10db2bf99bcd6081814e170b1888beb69d6fba2b7b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:29:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:09 . [Pipeline] withDockerContainer 17:29:10 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:29:10 $ 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 17:29:11 $ docker top 552eec8f7d2c5ee27ce73103fc90919550c55cfc23e57b6e085a35522887b1c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:11 [ssh-agent] Looking for ssh-agent implementation... 17:29:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:11 $ docker exec 552eec8f7d2c5ee27ce73103fc90919550c55cfc23e57b6e085a35522887b1c5 ssh-agent 17:29:12 SSH_AUTH_SOCK=/tmp/ssh-k4MsgLOew4yT/agent.11 17:29:12 SSH_AGENT_PID=16 17:29:12 Running ssh-add (command line suppressed) 17:29:13 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9128076377203512298.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9128076377203512298.key) 17:29:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:13 + git semver bump pre 17:29:13 # -> Open(): unable to determine branch for HEAD 17:29:13 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:29:13 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:29:13 # $SEMVER_REMOTE_NAME = origin 17:29:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:13 # $SEMVER_USER_NAME = edgex-jenkins 17:29:13 # $SEMVER_BRANCH = master 17:29:13 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:29:13 2.0.0-dev.43 [Pipeline] } 17:29:13 $ docker exec --env ******** --env ******** 552eec8f7d2c5ee27ce73103fc90919550c55cfc23e57b6e085a35522887b1c5 ssh-agent -k 17:29:13 unset SSH_AUTH_SOCK; 17:29:13 unset SSH_AGENT_PID; 17:29:13 echo Agent pid 16 killed; 17:29:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:14 + git semver [Pipeline] } 17:29:14 $ docker stop --time=1 552eec8f7d2c5ee27ce73103fc90919550c55cfc23e57b6e085a35522887b1c5 17:29:15 $ docker rm -f 552eec8f7d2c5ee27ce73103fc90919550c55cfc23e57b6e085a35522887b1c5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:29:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:16 . [Pipeline] withDockerContainer 17:29:16 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:29:16 $ 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 17:29:17 $ docker top 1e8ec145ba6e5986c0d55b8ea604d55e07d8c92a054cedc890edb8cb704995d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:18 [ssh-agent] Looking for ssh-agent implementation... 17:29:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:19 $ docker exec 1e8ec145ba6e5986c0d55b8ea604d55e07d8c92a054cedc890edb8cb704995d4 ssh-agent 17:29:19 SSH_AUTH_SOCK=/tmp/ssh-DaTz66UBGl7M/agent.11 17:29:19 SSH_AGENT_PID=16 17:29:19 Running ssh-add (command line suppressed) 17:29:20 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3035671765164154948.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3035671765164154948.key) 17:29:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:20 + git semver push 17:29:20 # -> Open(): unable to determine branch for HEAD 17:29:20 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:29:20 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:29:20 # $SEMVER_REMOTE_NAME = origin 17:29:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:20 # $SEMVER_USER_NAME = edgex-jenkins 17:29:20 # $SEMVER_BRANCH = master 17:29:20 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:29:25 $ docker exec --env ******** --env ******** 1e8ec145ba6e5986c0d55b8ea604d55e07d8c92a054cedc890edb8cb704995d4 ssh-agent -k 17:29:26 unset SSH_AUTH_SOCK; 17:29:26 unset SSH_AGENT_PID; 17:29:26 echo Agent pid 16 killed; 17:29:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:26 + git semver [Pipeline] } 17:29:26 $ docker stop --time=1 1e8ec145ba6e5986c0d55b8ea604d55e07d8c92a054cedc890edb8cb704995d4 17:29:28 $ docker rm -f 1e8ec145ba6e5986c0d55b8ea604d55e07d8c92a054cedc890edb8cb704995d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:29:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:29:30 ---> package-listing.sh 17:29:30 ++ facter osfamily 17:29:30 ++ tr '[:upper:]' '[:lower:]' 17:29:30 + OS_FAMILY=redhat 17:29:30 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 17:29:30 + START_PACKAGES=/tmp/packages_start.txt 17:29:30 + END_PACKAGES=/tmp/packages_end.txt 17:29:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:29:30 + PACKAGES=/tmp/packages_start.txt 17:29:30 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:29:30 + PACKAGES=/tmp/packages_end.txt 17:29:30 + case "${OS_FAMILY}" in 17:29:30 + sort 17:29:30 + rpm -qa 17:29:39 + '[' -f /tmp/packages_start.txt ']' 17:29:39 + '[' -f /tmp/packages_end.txt ']' 17:29:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:29:39 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:29:39 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 17:29:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 17:29:39 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 17:29:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:29:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:40 17:29:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:29:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:40 alpine: Pulling from edgex-lftools-log-publisher 17:29:40 df20fa9351a1: Pulling fs layer 17:29:40 36b3adc4ff6f: Pulling fs layer 17:29:40 8ad3a11d3b57: Pulling fs layer 17:29:40 46f8f816bc3b: Pulling fs layer 17:29:40 93b61091891f: Pulling fs layer 17:29:40 93b9cdb0e59b: Pulling fs layer 17:29:40 5e14af77c1be: Pulling fs layer 17:29:40 01666e4c0597: Pulling fs layer 17:29:40 aa168da1d23b: Pulling fs layer 17:29:40 93b9cdb0e59b: Waiting 17:29:40 5e14af77c1be: Waiting 17:29:40 01666e4c0597: Waiting 17:29:40 aa168da1d23b: Waiting 17:29:40 46f8f816bc3b: Waiting 17:29:40 93b61091891f: Waiting 17:29:40 36b3adc4ff6f: Download complete 17:29:40 46f8f816bc3b: Verifying Checksum 17:29:40 46f8f816bc3b: Download complete 17:29:40 df20fa9351a1: Verifying Checksum 17:29:40 df20fa9351a1: Download complete 17:29:40 93b61091891f: Download complete 17:29:40 93b9cdb0e59b: Verifying Checksum 17:29:40 93b9cdb0e59b: Download complete 17:29:40 5e14af77c1be: Verifying Checksum 17:29:40 5e14af77c1be: Download complete 17:29:40 01666e4c0597: Verifying Checksum 17:29:40 01666e4c0597: Download complete 17:29:41 df20fa9351a1: Pull complete 17:29:41 8ad3a11d3b57: Verifying Checksum 17:29:41 8ad3a11d3b57: Download complete 17:29:41 36b3adc4ff6f: Pull complete 17:29:44 8ad3a11d3b57: Pull complete 17:29:44 aa168da1d23b: Verifying Checksum 17:29:44 aa168da1d23b: Download complete 17:29:45 46f8f816bc3b: Pull complete 17:29:46 93b61091891f: Pull complete 17:29:47 93b9cdb0e59b: Pull complete 17:29:47 5e14af77c1be: Pull complete 17:29:47 01666e4c0597: Pull complete 17:30:09 aa168da1d23b: Pull complete 17:30:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:30:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:30:10 prd-centos7-docker-4c-2g-2066 does not seem to be running inside a container 17:30:10 $ 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 17:30:13 $ docker top 68b44fb865d985efd8af079fffe90f8c3fb047bb801a8738a13b83e24a367efd -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:15 + touch /tmp/pre-build-complete [Pipeline] sh 17:30:15 + mkdir -p /var/log/sa [Pipeline] sh 17:30:16 + ls /var/log/sa-host 17:30:16 + sadf -c /var/log/sa-host/sa23 17:30:16 file_magic: OK 17:30:16 HZ: Using current value: 100 17:30:16 file_header: OK 17:30:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:30:16 Statistics: 17:30:16 Hnuu...uuuununununu... 17:30:16 File successfully converted to sysstat format version 12.2.1 17:30:16 + sadf -c /var/log/sa-host/sa27 17:30:16 file_magic: OK 17:30:16 HZ: Using current value: 100 17:30:16 file_header: OK 17:30:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:30:16 Statistics: 17:30:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:30:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:16 provisioning config files... 17:30:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9173212840342332134tmp [Pipeline] { [Pipeline] echo 17:30:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:30:17 ---> create-netrc.sh [Pipeline] } 17:30:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:30:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:30:17 ---> python-tools-install.sh [Pipeline] echo 17:30:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:30:18 ---> sudo-logs.sh 17:30:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:30:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:30:19 ---> job-cost.sh 17:30:19 lf-activate-venv: SKIPPING 17:30:19 DEBUG: total: 0.20999999344348907 17:30:19 INFO: Retrieving Stack Cost... 17:30:20 INFO: Retrieving Pricing Info for: v1-standard-2 17:30:20 INFO: Archiving Costs [Pipeline] echo 17:30:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:30:21 ---> logs-deploy.sh 17:30:21 lf-activate-venv: SKIPPING 17:30:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/118 17:30:21 INFO: archiving workspace using pattern(s): 17:30:24 Archives upload complete. 17:30:24 INFO: archiving logs to Nexus