Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 449cb50da7d5e0485b1286aaa4b4aa6264396391 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-903’ Running on prd-centos7-docker-4c-2g-904 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 449cb50da7d5e0485b1286aaa4b4aa6264396391 (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 449cb50da7d5e0485b1286aaa4b4aa6264396391 # timeout=10 Commit message: "Merge pull request #214 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.6" > git rev-list --no-walk bca8d5f98ff19146df6b6ea0f9d64f5dcacec807 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:20:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:20:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:20:36 ========================================================= 19:20:36 EdgeX Global Pipelines Version Info 19:20:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:20:38 ------------------- 19:20:38 stable info: 19:20:38 ------------------- 19:20:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:20:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:20:38 Message: update stable to v1.0.186 19:20:39 ------------------- 19:20:39 experimental info: 19:20:39 ------------------- 19:20:39 Commited By: **** collab-it+edgex@linuxfoundation.org 19:20:39 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:20:39 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:20:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 449cb50da7d5e0485b1286aaa4b4aa6264396391 [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 449cb50 [Pipeline] echo 19:20:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:20:40 + git log --format=format:%s -1 449cb50da7d5e0485b1286aaa4b4aa6264396391 [Pipeline] echo 19:20:40 GIT_COMMIT: 449cb50da7d5e0485b1286aaa4b4aa6264396391, Commit Message: Merge pull request #214 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.6 [Pipeline] echo 19:20:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:20:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:20:42 19:20:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:20:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:20:42 latest: Pulling from edgex-devops/git-semver 19:20:42 31603596830f: Pulling fs layer 19:20:42 2a8b12db71e7: Pulling fs layer 19:20:42 6ca5941a6612: Pulling fs layer 19:20:42 ecc8261a40a4: Pulling fs layer 19:20:42 ecc8261a40a4: Waiting 19:20:42 2a8b12db71e7: Download complete 19:20:42 31603596830f: Verifying Checksum 19:20:42 31603596830f: Download complete 19:20:42 ecc8261a40a4: Verifying Checksum 19:20:42 ecc8261a40a4: Download complete 19:20:42 6ca5941a6612: Verifying Checksum 19:20:42 6ca5941a6612: Download complete 19:20:42 31603596830f: Pull complete 19:20:43 2a8b12db71e7: Pull complete 19:20:44 6ca5941a6612: Pull complete 19:20:44 ecc8261a40a4: Pull complete 19:20:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:20:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:20:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:20:44 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:20:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:20:46 $ docker top 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:20:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:20:46 [ssh-agent] Looking for ssh-agent implementation... 19:20:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:20:46 $ docker exec 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 ssh-agent 19:20:47 SSH_AUTH_SOCK=/tmp/ssh-lrCJzeeMAZgR/agent.11 19:20:47 SSH_AGENT_PID=16 19:20:47 Running ssh-add (command line suppressed) 19:20:47 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1154629855696206572.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1154629855696206572.key) 19:20:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:20:47 + git tag --points-at HEAD [Pipeline] } 19:20:47 $ docker exec --env ******** --env ******** 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 ssh-agent -k 19:20:47 unset SSH_AUTH_SOCK; 19:20:47 unset SSH_AGENT_PID; 19:20:47 echo Agent pid 16 killed; 19:20:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:20:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:20:47 [ssh-agent] Looking for ssh-agent implementation... 19:20:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:20:47 $ docker exec 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 ssh-agent 19:20:48 SSH_AUTH_SOCK=/tmp/ssh-o2Zu9nEzpPQG/agent.45 19:20:48 SSH_AGENT_PID=51 19:20:48 Running ssh-add (command line suppressed) 19:20:48 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_506978211535347127.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_506978211535347127.key) 19:20:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:20:48 + git semver init 19:20:48 # -> Open(): unable to determine branch for HEAD 19:20:48 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:20:48 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:20:48 # $SEMVER_REMOTE_NAME = origin 19:20:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:20:48 # $SEMVER_USER_NAME = edgex-jenkins 19:20:48 # $SEMVER_BRANCH = master 19:20:48 # $SEMVER_TEMP = /tmp/semver-471338275 19:20:48 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 19:20:49 # '/tmp/semver-471338275' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 19:20:49 # -> Force: false 19:20:49 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 19:20:49 $ docker exec --env ******** --env ******** 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 ssh-agent -k 19:20:49 unset SSH_AUTH_SOCK; 19:20:49 unset SSH_AGENT_PID; 19:20:49 echo Agent pid 51 killed; 19:20:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:20:50 + git semver [Pipeline] } 19:20:50 $ docker stop --time=1 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 19:20:51 $ docker rm -f 4cd3570470b3b16c30a131e491ab5406355dbffbc9ea188e42af311cdc4480c8 [Pipeline] // withDockerContainer [Pipeline] sh 19:20:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:20:52 Stashed 1 file(s) [Pipeline] echo 19:20:52 [edgeXSemver]: initialized semver on version 2.0.0-dev.37 [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:21:07 Still waiting to schedule task 19:21:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:21:07 Still waiting to schedule task 19:21:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-902’ 19:23:22 Running on prd-centos7-docker-4c-2g-905 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 19:23:22 Running in /w/workspace/go-mod-bootstrap/113 [Pipeline] { [Pipeline] checkout 19:23:27 using credential edgex-jenkins-ssh 19:23:27 Cloning the remote Git repository 19:23:27 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:23:27 > git init /w/workspace/go-mod-bootstrap/113 # timeout=10 19:23:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:23:27 > git --version # timeout=10 19:23:27 > git --version # 'git version 2.24.3' 19:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:23:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:23:28 Checking out Revision 449cb50da7d5e0485b1286aaa4b4aa6264396391 (master) 19:23:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:23:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:23:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:23:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:23:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:23:28 > git config core.sparsecheckout # timeout=10 19:23:28 > git checkout -f 449cb50da7d5e0485b1286aaa4b4aa6264396391 # timeout=10 19:23:32 Commit message: "Merge pull request #214 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.6" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:23:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:23:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:23:33 + sudo service docker restart 19:23:33 + true 19:23:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 19:23:35 ========================================================= 19:23:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:23:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:23:35 + 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:23:35 Sending build context to Docker daemon 827.4kB 19:23:35 Step 1/8 : ARG BASE=golang:1.15-alpine 19:23:35 Step 2/8 : FROM ${BASE} 19:23:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:23:36 188c0c94c7c5: Pulling fs layer 19:23:36 0ef7d3d256c8: Pulling fs layer 19:23:36 de9db76c5a1d: Pulling fs layer 19:23:36 bca2f99d35d6: Pulling fs layer 19:23:36 93359f2a8cfa: Pulling fs layer 19:23:36 7c6f9722023f: Pulling fs layer 19:23:36 a35cf1a2eb13: Pulling fs layer 19:23:36 bca2f99d35d6: Waiting 19:23:36 93359f2a8cfa: Waiting 19:23:36 7c6f9722023f: Waiting 19:23:36 a35cf1a2eb13: Waiting 19:23:36 de9db76c5a1d: Verifying Checksum 19:23:36 de9db76c5a1d: Download complete 19:23:36 0ef7d3d256c8: Verifying Checksum 19:23:36 0ef7d3d256c8: Download complete 19:23:36 93359f2a8cfa: Verifying Checksum 19:23:36 93359f2a8cfa: Download complete 19:23:36 188c0c94c7c5: Verifying Checksum 19:23:36 188c0c94c7c5: Download complete 19:23:36 7c6f9722023f: Verifying Checksum 19:23:36 7c6f9722023f: Download complete 19:23:36 188c0c94c7c5: Pull complete 19:23:36 0ef7d3d256c8: Pull complete 19:23:37 de9db76c5a1d: Pull complete 19:23:38 a35cf1a2eb13: Verifying Checksum 19:23:38 a35cf1a2eb13: Download complete 19:23:39 bca2f99d35d6: Verifying Checksum 19:23:39 bca2f99d35d6: Download complete 19:23:45 bca2f99d35d6: Pull complete 19:23:45 93359f2a8cfa: Pull complete 19:23:45 7c6f9722023f: Pull complete 19:23:54 a35cf1a2eb13: Pull complete 19:23:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:23:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:23:54 ---> a62c8e92a672 19:23:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:23:54 ---> Running in 3fd7ba679698 19:23:54 Removing intermediate container 3fd7ba679698 19:23:54 ---> cfa6426c4de8 19:23:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:54 ---> Running in 2890c50157eb 19:23:55 Removing intermediate container 2890c50157eb 19:23:55 ---> 9913aa3b41ef 19:23:55 Step 5/8 : RUN apk add --update --no-cache git make 19:23:55 ---> Running in 3a9fabc866ac 19:23:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:23:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:23:56 OK: 166 MiB in 39 packages 19:23:56 Removing intermediate container 3a9fabc866ac 19:23:56 ---> fecc1e154edb 19:23:56 Step 6/8 : WORKDIR /build 19:23:57 ---> Running in 12a77049c29b 19:23:57 Removing intermediate container 12a77049c29b 19:23:57 ---> 03e357598cb7 19:23:57 Step 7/8 : COPY go.mod . 19:23:57 ---> 179e18270b76 19:23:57 Step 8/8 : RUN go mod download 19:23:57 ---> Running in 7ca4a03226f6 19:24:15 Removing intermediate container 7ca4a03226f6 19:24:15 ---> b42762d90122 19:24:15 Successfully built b42762d90122 19:24:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:24:15 + docker inspect -f . ci-base-image-x86_64 19:24:15 . [Pipeline] withDockerContainer 19:24:15 prd-centos7-docker-4c-2g-905 does not seem to be running inside a container 19:24:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/113 -v /w/workspace/go-mod-bootstrap/113:/w/workspace/go-mod-bootstrap/113:rw,z -v /w/workspace/go-mod-bootstrap/113@tmp:/w/workspace/go-mod-bootstrap/113@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:24:16 $ docker top 495084f3a4b333ebf3a4276d6cefb23a3a4d6990d6479a51ef4afea120dda909 -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:17 + go version 19:24:17 go version go1.15.5 linux/amd64 [Pipeline] } 19:24:17 $ docker stop --time=1 495084f3a4b333ebf3a4276d6cefb23a3a4d6990d6479a51ef4afea120dda909 19:24:18 $ docker rm -f 495084f3a4b333ebf3a4276d6cefb23a3a4d6990d6479a51ef4afea120dda909 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:24:19 + docker inspect -f . ci-base-image-x86_64 19:24:19 . [Pipeline] withDockerContainer 19:24:19 prd-centos7-docker-4c-2g-905 does not seem to be running inside a container 19:24:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/113 -v /w/workspace/go-mod-bootstrap/113:/w/workspace/go-mod-bootstrap/113:rw,z -v /w/workspace/go-mod-bootstrap/113@tmp:/w/workspace/go-mod-bootstrap/113@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:24:19 $ docker top ce9523b7ee0503eb7b79d5d5c4029ade13b13485ee161a2f97a857bf3d3f249e -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:20 + make test 19:24:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 19:24:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.015s coverage: 5.4% of statements 19:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 19:24:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.021s coverage: 92.2% of statements 19:24:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.005s coverage: 85.3% of statements 19:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 19:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 19:24:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 19:24:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.014s coverage: 26.7% of statements 19:24:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.020s coverage: 90.7% of statements 19:24:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 19:24:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 19:24:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.033s coverage: 91.3% of statements 19:24:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 19:24:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:24:38 gofmt -l . 19:24:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:24:38 $ docker stop --time=1 ce9523b7ee0503eb7b79d5d5c4029ade13b13485ee161a2f97a857bf3d3f249e 19:24:41 $ docker rm -f ce9523b7ee0503eb7b79d5d5c4029ade13b13485ee161a2f97a857bf3d3f249e [Pipeline] // withDockerContainer [Pipeline] sh 19:24:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:24:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:24:43 ---> job-cost.sh 19:24:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-k4XS 19:24:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-906 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 19:24:47 Running in /w/workspace/go-mod-bootstrap/113 [Pipeline] { [Pipeline] checkout 19:24:53 using credential edgex-jenkins-ssh 19:24:53 Cloning the remote Git repository 19:24:53 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:24:53 > git init /w/workspace/go-mod-bootstrap/113 # timeout=10 19:24:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:24:53 > git --version # timeout=10 19:24:53 > git --version # 'git version 2.17.1' 19:24:53 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:24:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:24:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:24:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:55 Checking out Revision 449cb50da7d5e0485b1286aaa4b4aa6264396391 (master) 19:24:55 > git config core.sparsecheckout # timeout=10 19:24:55 > git checkout -f 449cb50da7d5e0485b1286aaa4b4aa6264396391 # timeout=10 19:24:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:24:59 Commit message: "Merge pull request #214 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.6" 19:24:59 19:24:59 GitHub has been notified of this commit’s build result 19:24:59 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:25:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:25:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:25:01 + sudo service docker restart 19:25:01 + true [Pipeline] unstash [Pipeline] echo 19:25:04 ========================================================= 19:25:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:25:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:25:04 + 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:25:05 Sending build context to Docker daemon 826.4kB 19:25:05 Step 1/8 : ARG BASE=golang:1.15-alpine 19:25:05 Step 2/8 : FROM ${BASE} 19:25:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:25:06 5f621e34cdf4: Pulling fs layer 19:25:06 a4357932f1b6: Pulling fs layer 19:25:06 18c013af1878: Pulling fs layer 19:25:06 00ac8860ef70: Pulling fs layer 19:25:06 63d7cb157983: Pulling fs layer 19:25:06 b116817d02f9: Pulling fs layer 19:25:06 745a02a5169b: Pulling fs layer 19:25:06 00ac8860ef70: Waiting 19:25:06 63d7cb157983: Waiting 19:25:06 b116817d02f9: Waiting 19:25:06 745a02a5169b: Waiting 19:25:06 18c013af1878: Download complete 19:25:06 a4357932f1b6: Verifying Checksum 19:25:06 a4357932f1b6: Download complete 19:25:06 63d7cb157983: Verifying Checksum 19:25:06 63d7cb157983: Download complete 19:25:06 b116817d02f9: Verifying Checksum 19:25:06 b116817d02f9: Download complete 19:25:06 5f621e34cdf4: Verifying Checksum 19:25:06 5f621e34cdf4: Download complete 19:25:06 5f621e34cdf4: Pull complete 19:25:07 a4357932f1b6: Pull complete 19:25:08 18c013af1878: Pull complete 19:25:08 745a02a5169b: Verifying Checksum 19:25:08 745a02a5169b: Download complete 19:25:09 00ac8860ef70: Verifying Checksum 19:25:09 00ac8860ef70: Download complete 19:25:21 00ac8860ef70: Pull complete 19:25:21 63d7cb157983: Pull complete 19:25:21 b116817d02f9: Pull complete 19:25:24 745a02a5169b: Pull complete 19:25:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:25:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:25:24 ---> b7e6874047d6 19:25:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:25:24 lf-activate-venv(): INFO: Adding /tmp/venv-k4XS/bin to PATH 19:25:24 INFO: No Stack... 19:25:25 INFO: Retrieving Pricing Info for: v1-standard-2 19:25:26 INFO: Archiving Costs [Pipeline] sh 19:25:26 + cat /w/workspace/go-mod-bootstrap/113/archives/cost.csv 19:25:26 + cut -d, -f6 [Pipeline] lock 19:25:26 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] 19:25:26 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] did not exist. Created. 19:25:26 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:25:26 ---> Running in 3e539ac3c982 19:25:26 + echo total: 0.029999999329447746 [Pipeline] stash 19:25:27 Stashed 1 file(s) [Pipeline] } 19:25:27 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] [Pipeline] // lock [Pipeline] } 19:25:27 Removing intermediate container 3e539ac3c982 19:25:27 ---> fd8d87b34426 19:25:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:25:27 ---> Running in 3b1e8eed6561 19:25:30 Removing intermediate container 3b1e8eed6561 19:25:30 ---> 12169317561e 19:25:30 Step 5/8 : RUN apk add --update --no-cache git make 19:25:30 ---> Running in de00c42f5ca1 19:25:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:32 OK: 142 MiB in 39 packages 19:25:33 Removing intermediate container de00c42f5ca1 19:25:33 ---> a8263e2e3f85 19:25:33 Step 6/8 : WORKDIR /build 19:25:33 ---> Running in 4de0bed7e0be 19:25:34 Removing intermediate container 4de0bed7e0be 19:25:34 ---> b7c4ce884368 19:25:34 Step 7/8 : COPY go.mod . 19:25:34 ---> ff06cb9c0607 19:25:34 Step 8/8 : RUN go mod download 19:25:34 ---> Running in 4b89f40e591a 19:25:57 Removing intermediate container 4b89f40e591a 19:25:57 ---> b93ad1602224 19:25:57 Successfully built b93ad1602224 19:25:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:25:57 + docker inspect -f . ci-base-image-arm64 19:25:57 . [Pipeline] withDockerContainer 19:25:57 prd-ubuntu18.04-docker-arm64-4c-16g-906 does not seem to be running inside a container 19:25:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/113 -v /w/workspace/go-mod-bootstrap/113:/w/workspace/go-mod-bootstrap/113:rw,z -v /w/workspace/go-mod-bootstrap/113@tmp:/w/workspace/go-mod-bootstrap/113@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:25:59 $ docker top fa850d0a0656d18c705a4ba773955f7e1b6f4633c8ed4ac3273fff20523d533f -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:00 + go version 19:26:00 go version go1.15.5 linux/arm64 [Pipeline] } 19:26:00 $ docker stop --time=1 fa850d0a0656d18c705a4ba773955f7e1b6f4633c8ed4ac3273fff20523d533f 19:26:02 $ docker rm -f fa850d0a0656d18c705a4ba773955f7e1b6f4633c8ed4ac3273fff20523d533f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:02 + docker inspect -f . ci-base-image-arm64 19:26:02 . [Pipeline] withDockerContainer 19:26:03 prd-ubuntu18.04-docker-arm64-4c-16g-906 does not seem to be running inside a container 19:26:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/113 -v /w/workspace/go-mod-bootstrap/113:/w/workspace/go-mod-bootstrap/113:rw,z -v /w/workspace/go-mod-bootstrap/113@tmp:/w/workspace/go-mod-bootstrap/113@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:26:04 $ docker top 0548bbd0170179cc245f6ef17eb6f880fe1bcc3344fa2bc92ff4a46fcf3d084c -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:05 + make test 19:26:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:26:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 19:26:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.053s coverage: 5.4% of statements 19:26:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 19:26:38 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.053s coverage: 92.2% of statements 19:26:38 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.011s coverage: 85.3% of statements 19:26:38 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 19:26:38 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 19:26:38 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 19:26:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.035s coverage: 26.7% of statements 19:26:45 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.046s coverage: 90.7% of statements 19:26:45 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 19:26:45 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 19:26:45 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.016s coverage: 91.3% of statements 19:26:45 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 19:26:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:26:52 gofmt -l . 19:26:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:26:52 $ docker stop --time=1 0548bbd0170179cc245f6ef17eb6f880fe1bcc3344fa2bc92ff4a46fcf3d084c 19:26:54 $ docker rm -f 0548bbd0170179cc245f6ef17eb6f880fe1bcc3344fa2bc92ff4a46fcf3d084c [Pipeline] // withDockerContainer [Pipeline] sh 19:26:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:26:55 Warning: overwriting stash ‘coverage-report’ 19:26:56 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:26:57 ---> job-cost.sh 19:26:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LMcQ 19:27:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:29:12 lf-activate-venv(): INFO: Adding /tmp/venv-LMcQ/bin to PATH 19:29:12 INFO: No Stack... 19:29:12 INFO: Retrieving Pricing Info for: lf-standard-4 19:29:12 INFO: Archiving Costs [Pipeline] sh 19:29:13 + cat+ /w/workspace/go-mod-bootstrap/113/archives/cost.csv 19:29:13 cut -d, -f6 [Pipeline] lock 19:29:13 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] 19:29:13 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] did not exist. Created. 19:29:13 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:29:13 /w/workspace/go-mod-bootstrap/113@tmp/durable-183ee8a7/script.sh: 1: /w/workspace/go-mod-bootstrap/113@tmp/durable-183ee8a7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 19:29:14 + echo total: 0.20999999344348907 [Pipeline] stash 19:29:14 Warning: overwriting stash ‘stack-cost’ 19:29:14 Stashed 1 file(s) [Pipeline] } 19:29:14 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-113-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:29:14 provisioning config files... 19:29:14 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3088710535464472645tmp [Pipeline] { [Pipeline] sh 19:29:15 + set +x 19:29:15 + curl -s https://codecov.io/bash 19:29:15 + bash -s -- 19:29:15 19:29:15 _____ _ 19:29:15 / ____| | | 19:29:15 | | ___ __| | ___ ___ _____ __ 19:29:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:29:15 | |___| (_) | (_| | __/ (_| (_) \ V / 19:29:15 \_____\___/ \__,_|\___|\___\___/ \_/ 19:29:15 Bash-1.0.1 19:29:15 19:29:15 19:29:15 ==> git version 2.24.3 found 19:29:15 ==> 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:29:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:29:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:29:15 ==> Jenkins CI detected. 19:29:15 project root: . 19:29:15 --> token set from env 19:29:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:29:15 ==> Running gcov in . (disable via -X gcov) 19:29:15 ==> Python coveragepy not found 19:29:15 ==> Searching for coverage reports in: 19:29:15 + . 19:29:15 -> Found 1 reports 19:29:15 ==> Detecting git/mercurial file structure 19:29:15 ==> Reading reports 19:29:15 + ./coverage.out bytes=28856 19:29:15 ==> Appending adjustments 19:29:15 https://docs.codecov.io/docs/fixing-reports 19:29:15 + Found adjustments 19:29:15 ==> Gzipping contents 19:29:15 8.0K /tmp/codecov.vrWvJ2.gz 19:29:15 ==> Uploading reports 19:29:15 url: https://codecov.io 19:29:15 query: branch=master&commit=449cb50da7d5e0485b1286aaa4b4aa6264396391&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F113%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 19:29:15 -> Pinging Codecov 19:29:15 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=449cb50da7d5e0485b1286aaa4b4aa6264396391&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F113%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 19:29:16 -> Uploading to 19:29:16 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/833815588EE85121546D348822E98E2E/449cb50da7d5e0485b1286aaa4b4aa6264396391/0bfe2bb2-aff6-4dd3-9ace-6cc16e1e48cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T192916Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bead5ee09d9514d0515863b13e99b7747e2815ffcb947ea4405c814929a28077 19:29:16 % Total % Received % Xferd Average Speed Time Time Time Current 19:29:16 Dload Upload Total Spent Left Speed 19:29:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5514 0 0 100 5514 0 13290 --:--:-- --:--:-- --:--:-- 13286 19:29:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/449cb50da7d5e0485b1286aaa4b4aa6264396391 [Pipeline] } 19:29:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:29:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:29:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:29:17 19:29:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:29:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:29:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:29:18 188c0c94c7c5: Pulling fs layer 19:29:18 0ef7d3d256c8: Pulling fs layer 19:29:18 de9db76c5a1d: Pulling fs layer 19:29:18 0eba1c9be4d2: Pulling fs layer 19:29:18 0d57e429df01: Pulling fs layer 19:29:18 4e4be7b47b0d: Pulling fs layer 19:29:18 e1f770b5df2f: Pulling fs layer 19:29:18 85a0685a4137: Pulling fs layer 19:29:18 0d57e429df01: Waiting 19:29:18 e1f770b5df2f: Waiting 19:29:18 85a0685a4137: Waiting 19:29:18 4e4be7b47b0d: Waiting 19:29:18 0eba1c9be4d2: Waiting 19:29:18 de9db76c5a1d: Verifying Checksum 19:29:18 de9db76c5a1d: Download complete 19:29:18 0ef7d3d256c8: Download complete 19:29:18 0d57e429df01: Verifying Checksum 19:29:18 0d57e429df01: Download complete 19:29:18 4e4be7b47b0d: Verifying Checksum 19:29:18 4e4be7b47b0d: Download complete 19:29:18 188c0c94c7c5: Verifying Checksum 19:29:18 188c0c94c7c5: Download complete 19:29:18 188c0c94c7c5: Pull complete 19:29:18 0ef7d3d256c8: Pull complete 19:29:19 de9db76c5a1d: Pull complete 19:29:19 e1f770b5df2f: Verifying Checksum 19:29:19 e1f770b5df2f: Download complete 19:29:22 85a0685a4137: Download complete 19:29:22 0eba1c9be4d2: Verifying Checksum 19:29:22 0eba1c9be4d2: Download complete 19:29:28 0eba1c9be4d2: Pull complete 19:29:28 0d57e429df01: Pull complete 19:29:28 4e4be7b47b0d: Pull complete 19:29:31 e1f770b5df2f: Pull complete 19:29:37 85a0685a4137: Pull complete 19:29:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:29:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:29:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:29:38 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:29:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:29:39 $ docker top b95f989363a90b581948a6430a29e6d9c063054f1d7f5f0c1649931e8e2d4e88 -eo pid,comm [Pipeline] { [Pipeline] echo 19:29:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:29:39 + set -o pipefail 19:29:39 + snyk monitor '--org=edgex-jenkins' 19:29:46 19:29:46 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 19:29:46 19:29:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/b64b240b-71f1-4f1f-8722-43a95ed51361 19:29:46 19:29:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:29:46 19:29:46 19:29:46 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 19:29:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 19:29:46 $ docker stop --time=1 b95f989363a90b581948a6430a29e6d9c063054f1d7f5f0c1649931e8e2d4e88 19:29:49 $ docker rm -f b95f989363a90b581948a6430a29e6d9c063054f1d7f5f0c1649931e8e2d4e88 [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:29:50 + git log --format=format:%s -1 449cb50da7d5e0485b1286aaa4b4aa6264396391 [Pipeline] isUnix [Pipeline] sh 19:29:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:29:50 . [Pipeline] withDockerContainer 19:29:50 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:29:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:29:51 $ docker top 8ff9ef3e529fbc2df7616111fa372bb9b9b36e71bfae1ea19c5eb5a8d128f157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:29:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:51 [ssh-agent] Looking for ssh-agent implementation... 19:29:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:51 $ docker exec 8ff9ef3e529fbc2df7616111fa372bb9b9b36e71bfae1ea19c5eb5a8d128f157 ssh-agent 19:29:52 SSH_AUTH_SOCK=/tmp/ssh-ArtRM4Eb5FwW/agent.11 19:29:52 SSH_AGENT_PID=16 19:29:52 Running ssh-add (command line suppressed) 19:29:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4277296330854840978.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4277296330854840978.key) 19:29:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:52 + git semver tag 19:29:52 # -> Open(): unable to determine branch for HEAD 19:29:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:29:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:29:52 # $SEMVER_REMOTE_NAME = origin 19:29:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:29:52 # $SEMVER_USER_NAME = edgex-jenkins 19:29:52 # $SEMVER_BRANCH = master 19:29:52 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 19:29:52 # 449cb50da7d5e0485b1286aaa4b4aa6264396391 HEAD 19:29:52 # -> Force: false 19:29:52 # 69ff9d1d069342c407b2da0b280448bcc1ba07c9 refs/tags/v2.0.0-dev.37 [Pipeline] } 19:29:52 $ docker exec --env ******** --env ******** 8ff9ef3e529fbc2df7616111fa372bb9b9b36e71bfae1ea19c5eb5a8d128f157 ssh-agent -k 19:29:52 unset SSH_AUTH_SOCK; 19:29:52 unset SSH_AGENT_PID; 19:29:52 echo Agent pid 16 killed; 19:29:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:53 + git semver [Pipeline] } 19:29:53 $ docker stop --time=1 8ff9ef3e529fbc2df7616111fa372bb9b9b36e71bfae1ea19c5eb5a8d128f157 19:29:54 $ docker rm -f 8ff9ef3e529fbc2df7616111fa372bb9b9b36e71bfae1ea19c5eb5a8d128f157 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:29:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:29:54 19:29:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:29:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:29:55 0.23.1-centos7: Pulling from edgex-lftools 19:29:55 ab5ef0e58194: Pulling fs layer 19:29:55 9712f1f96733: Pulling fs layer 19:29:55 63f879dbbcfc: Pulling fs layer 19:29:55 0d9ebad4ef96: Pulling fs layer 19:29:55 e9a5061849ea: Pulling fs layer 19:29:55 d747dcd14b5f: Pulling fs layer 19:29:55 2de7ff778b66: Pulling fs layer 19:29:55 e9a5061849ea: Waiting 19:29:55 d747dcd14b5f: Waiting 19:29:55 2de7ff778b66: Waiting 19:29:55 0d9ebad4ef96: Waiting 19:29:55 9712f1f96733: Verifying Checksum 19:29:55 9712f1f96733: Download complete 19:29:56 63f879dbbcfc: Verifying Checksum 19:29:56 63f879dbbcfc: Download complete 19:29:56 e9a5061849ea: Verifying Checksum 19:29:56 e9a5061849ea: Download complete 19:29:56 d747dcd14b5f: Verifying Checksum 19:29:56 d747dcd14b5f: Download complete 19:29:57 2de7ff778b66: Verifying Checksum 19:29:57 2de7ff778b66: Download complete 19:29:57 0d9ebad4ef96: Verifying Checksum 19:29:57 0d9ebad4ef96: Download complete 19:29:57 ab5ef0e58194: Verifying Checksum 19:29:57 ab5ef0e58194: Download complete 19:30:01 ab5ef0e58194: Pull complete 19:30:01 9712f1f96733: Pull complete 19:30:04 63f879dbbcfc: Pull complete 19:30:11 0d9ebad4ef96: Pull complete 19:30:11 e9a5061849ea: Pull complete 19:30:11 d747dcd14b5f: Pull complete 19:30:15 2de7ff778b66: Pull complete 19:30:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:30:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:30:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:30:15 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:30:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:30:19 $ docker top 5aadc42ea7baf92990db04049903526520d663022b6a97f8446d2d22555612de -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:30:19 provisioning config files... 19:30:19 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config721865905158468488tmp 19:30:19 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6706660141543320222tmp 19:30:19 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7563370872734143715tmp [Pipeline] { [Pipeline] echo 19:30:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:30:19 ---> sigul-configuration.sh 19:30:19 gpg: directory `/root/.gnupg' created 19:30:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:30:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:30:19 gpg: keyring `/root/.gnupg/secring.gpg' created 19:30:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:30:19 gpg: CAST5 encrypted data 19:30:20 gpg: encrypted with 1 passphrase 19:30:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:30:20 + mkdir /home/jenkins 19:30:20 + mkdir /home/jenkins/sigul [Pipeline] sh 19:30:20 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 19:30:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:30:20 ---> sigul-install.sh 19:30:42 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:30:43 + git tag --list 19:30:43 v0.0.1 19:30:43 v0.0.10 19:30:43 v0.0.11 19:30:43 v0.0.12 19:30:43 v0.0.13 19:30:43 v0.0.14 19:30:43 v0.0.15 19:30:43 v0.0.16 19:30:43 v0.0.17 19:30:43 v0.0.18 19:30:43 v0.0.19 19:30:43 v0.0.2 19:30:43 v0.0.20 19:30:43 v0.0.21 19:30:43 v0.0.22 19:30:43 v0.0.23 19:30:43 v0.0.24 19:30:43 v0.0.25 19:30:43 v0.0.26 19:30:43 v0.0.27 19:30:43 v0.0.28 19:30:43 v0.0.29 19:30:43 v0.0.3 19:30:43 v0.0.30 19:30:43 v0.0.31 19:30:43 v0.0.32 19:30:43 v0.0.33 19:30:43 v0.0.34 19:30:43 v0.0.35 19:30:43 v0.0.36 19:30:43 v0.0.37 19:30:43 v0.0.38 19:30:43 v0.0.39 19:30:43 v0.0.4 19:30:43 v0.0.40 19:30:43 v0.0.41 19:30:43 v0.0.42 19:30:43 v0.0.43 19:30:43 v0.0.44 19:30:43 v0.0.45 19:30:43 v0.0.46 19:30:43 v0.0.47 19:30:43 v0.0.48 19:30:43 v0.0.49 19:30:43 v0.0.5 19:30:43 v0.0.50 19:30:43 v0.0.51 19:30:43 v0.0.52 19:30:43 v0.0.53 19:30:43 v0.0.54 19:30:43 v0.0.55 19:30:43 v0.0.56 19:30:43 v0.0.57 19:30:43 v0.0.58 19:30:43 v0.0.59 19:30:43 v0.0.6 19:30:43 v0.0.60 19:30:43 v0.0.61 19:30:43 v0.0.62 19:30:43 v0.0.63 19:30:43 v0.0.64 19:30:43 v0.0.65 19:30:43 v0.0.66 19:30:43 v0.0.67 19:30:43 v0.0.68 19:30:43 v0.0.69 19:30:43 v0.0.7 19:30:43 v0.0.70 19:30:43 v0.0.71 19:30:43 v0.0.72 19:30:43 v0.0.8 19:30:43 v0.0.9 19:30:43 v2.0.0-dev.1 19:30:43 v2.0.0-dev.10 19:30:43 v2.0.0-dev.11 19:30:43 v2.0.0-dev.12 19:30:43 v2.0.0-dev.13 19:30:43 v2.0.0-dev.14 19:30:43 v2.0.0-dev.15 19:30:43 v2.0.0-dev.16 19:30:43 v2.0.0-dev.17 19:30:43 v2.0.0-dev.18 19:30:43 v2.0.0-dev.19 19:30:43 v2.0.0-dev.2 19:30:43 v2.0.0-dev.20 19:30:43 v2.0.0-dev.21 19:30:43 v2.0.0-dev.22 19:30:43 v2.0.0-dev.23 19:30:43 v2.0.0-dev.24 19:30:43 v2.0.0-dev.25 19:30:43 v2.0.0-dev.26 19:30:43 v2.0.0-dev.27 19:30:43 v2.0.0-dev.28 19:30:43 v2.0.0-dev.29 19:30:43 v2.0.0-dev.3 19:30:43 v2.0.0-dev.30 19:30:43 v2.0.0-dev.31 19:30:43 v2.0.0-dev.32 19:30:43 v2.0.0-dev.33 19:30:43 v2.0.0-dev.34 19:30:43 v2.0.0-dev.35 19:30:43 v2.0.0-dev.36 19:30:43 v2.0.0-dev.37 19:30:43 v2.0.0-dev.4 19:30:43 v2.0.0-dev.5 19:30:43 v2.0.0-dev.6 19:30:43 v2.0.0-dev.7 19:30:43 v2.0.0-dev.8 19:30:43 v2.0.0-dev.9 [Pipeline] sh 19:30:43 + lftools sign git-tag v2.0.0-dev.37 19:30:44 Signing Git tag with Sigul... 19:30:44 Signing v2.0.0-dev.37 [Pipeline] echo 19:30:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:30:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:30:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:30:46 $ docker stop --time=1 5aadc42ea7baf92990db04049903526520d663022b6a97f8446d2d22555612de 19:30:48 $ docker rm -f 5aadc42ea7baf92990db04049903526520d663022b6a97f8446d2d22555612de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:30:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:49 . [Pipeline] withDockerContainer 19:30:49 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:30:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:30:49 $ docker top eeeeb8a8a7b9d99c977ab856713c8ae2e29b63d34283c7359d84fb6f8b394723 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:50 [ssh-agent] Looking for ssh-agent implementation... 19:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:50 $ docker exec eeeeb8a8a7b9d99c977ab856713c8ae2e29b63d34283c7359d84fb6f8b394723 ssh-agent 19:30:50 SSH_AUTH_SOCK=/tmp/ssh-CSyqXlaxYWHa/agent.11 19:30:50 SSH_AGENT_PID=17 19:30:50 Running ssh-add (command line suppressed) 19:30:50 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8792474898113697029.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8792474898113697029.key) 19:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:51 + git semver bump pre 19:30:51 # -> Open(): unable to determine branch for HEAD 19:30:51 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:30:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:30:51 # $SEMVER_REMOTE_NAME = origin 19:30:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:30:51 # $SEMVER_USER_NAME = edgex-jenkins 19:30:51 # $SEMVER_BRANCH = master 19:30:51 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 19:30:51 2.0.0-dev.38 [Pipeline] } 19:30:51 $ docker exec --env ******** --env ******** eeeeb8a8a7b9d99c977ab856713c8ae2e29b63d34283c7359d84fb6f8b394723 ssh-agent -k 19:30:51 unset SSH_AUTH_SOCK; 19:30:51 unset SSH_AGENT_PID; 19:30:51 echo Agent pid 17 killed; 19:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:51 + git semver [Pipeline] } 19:30:51 $ docker stop --time=1 eeeeb8a8a7b9d99c977ab856713c8ae2e29b63d34283c7359d84fb6f8b394723 19:30:53 $ docker rm -f eeeeb8a8a7b9d99c977ab856713c8ae2e29b63d34283c7359d84fb6f8b394723 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:30:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:53 . [Pipeline] withDockerContainer 19:30:53 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:30:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:30:54 $ docker top 7dd9680f9da6f1f3b2be11ae2f2efd360898da3645095d5f61b91c180e16eef0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:30:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:54 [ssh-agent] Looking for ssh-agent implementation... 19:30:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:54 $ docker exec 7dd9680f9da6f1f3b2be11ae2f2efd360898da3645095d5f61b91c180e16eef0 ssh-agent 19:30:54 SSH_AUTH_SOCK=/tmp/ssh-ywYmRTdIMoaf/agent.11 19:30:54 SSH_AGENT_PID=16 19:30:54 Running ssh-add (command line suppressed) 19:30:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2947814267031070014.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2947814267031070014.key) 19:30:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:55 + git semver push 19:30:55 # -> Open(): unable to determine branch for HEAD 19:30:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 19:30:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 19:30:55 # $SEMVER_REMOTE_NAME = origin 19:30:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:30:55 # $SEMVER_USER_NAME = edgex-jenkins 19:30:55 # $SEMVER_BRANCH = master 19:30:55 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 19:30:59 $ docker exec --env ******** --env ******** 7dd9680f9da6f1f3b2be11ae2f2efd360898da3645095d5f61b91c180e16eef0 ssh-agent -k 19:30:59 unset SSH_AUTH_SOCK; 19:30:59 unset SSH_AGENT_PID; 19:30:59 echo Agent pid 16 killed; 19:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:31:00 + git semver [Pipeline] } 19:31:00 $ docker stop --time=1 7dd9680f9da6f1f3b2be11ae2f2efd360898da3645095d5f61b91c180e16eef0 19:31:01 $ docker rm -f 7dd9680f9da6f1f3b2be11ae2f2efd360898da3645095d5f61b91c180e16eef0 [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:31:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:31:03 ---> package-listing.sh 19:31:03 ++ facter osfamily 19:31:03 ++ tr '[:upper:]' '[:lower:]' 19:31:03 + OS_FAMILY=redhat 19:31:03 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 19:31:03 + START_PACKAGES=/tmp/packages_start.txt 19:31:03 + END_PACKAGES=/tmp/packages_end.txt 19:31:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:31:03 + PACKAGES=/tmp/packages_start.txt 19:31:03 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 19:31:03 + PACKAGES=/tmp/packages_end.txt 19:31:03 + case "${OS_FAMILY}" in 19:31:03 + rpm -qa 19:31:03 + sort 19:31:08 + '[' -f /tmp/packages_start.txt ']' 19:31:08 + '[' -f /tmp/packages_end.txt ']' 19:31:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:31:08 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 19:31:08 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 19:31:08 + 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:31:08 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:31:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:31:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:09 19:31:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:31:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:09 alpine: Pulling from edgex-lftools-log-publisher 19:31:09 df20fa9351a1: Pulling fs layer 19:31:09 36b3adc4ff6f: Pulling fs layer 19:31:09 8ad3a11d3b57: Pulling fs layer 19:31:09 46f8f816bc3b: Pulling fs layer 19:31:09 93b61091891f: Pulling fs layer 19:31:09 93b9cdb0e59b: Pulling fs layer 19:31:09 5e14af77c1be: Pulling fs layer 19:31:09 01666e4c0597: Pulling fs layer 19:31:09 aa168da1d23b: Pulling fs layer 19:31:09 46f8f816bc3b: Waiting 19:31:09 93b61091891f: Waiting 19:31:09 93b9cdb0e59b: Waiting 19:31:09 5e14af77c1be: Waiting 19:31:09 01666e4c0597: Waiting 19:31:09 aa168da1d23b: Waiting 19:31:09 36b3adc4ff6f: Verifying Checksum 19:31:09 36b3adc4ff6f: Download complete 19:31:09 46f8f816bc3b: Verifying Checksum 19:31:09 46f8f816bc3b: Download complete 19:31:09 df20fa9351a1: Verifying Checksum 19:31:09 93b9cdb0e59b: Verifying Checksum 19:31:09 93b9cdb0e59b: Download complete 19:31:09 5e14af77c1be: Verifying Checksum 19:31:09 5e14af77c1be: Download complete 19:31:09 01666e4c0597: Verifying Checksum 19:31:09 01666e4c0597: Download complete 19:31:09 93b61091891f: Download complete 19:31:09 8ad3a11d3b57: Verifying Checksum 19:31:09 8ad3a11d3b57: Download complete 19:31:10 df20fa9351a1: Pull complete 19:31:10 36b3adc4ff6f: Pull complete 19:31:11 aa168da1d23b: Verifying Checksum 19:31:11 aa168da1d23b: Download complete 19:31:12 8ad3a11d3b57: Pull complete 19:31:12 46f8f816bc3b: Pull complete 19:31:12 93b61091891f: Pull complete 19:31:12 93b9cdb0e59b: Pull complete 19:31:12 5e14af77c1be: Pull complete 19:31:12 01666e4c0597: Pull complete 19:31:21 aa168da1d23b: Pull complete 19:31:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:31:21 prd-centos7-docker-4c-2g-904 does not seem to be running inside a container 19:31:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:31:23 $ docker top e23460cb3c8e341adf3bc6da1097c5ab05544dd1f4bd675880a02ebffc703ba6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:23 + touch /tmp/pre-build-complete [Pipeline] sh 19:31:24 + mkdir -p /var/log/sa [Pipeline] sh 19:31:24 + ls /var/log/sa-host 19:31:24 + sadf -c /var/log/sa-host/sa19 19:31:24 file_magic: OK 19:31:24 HZ: Using current value: 100 19:31:24 file_header: OK 19:31:24 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:31:24 Statistics: 19:31:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:31:24 File successfully converted to sysstat format version 12.2.1 19:31:24 + sadf -c /var/log/sa-host/sa23 19:31:24 file_magic: OK 19:31:24 HZ: Using current value: 100 19:31:24 file_header: OK 19:31:24 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:31:24 Statistics: 19:31:24 Hnuu...uuuununununu... 19:31:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:31:25 provisioning config files... 19:31:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6478933403841207907tmp [Pipeline] { [Pipeline] echo 19:31:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:31:25 ---> create-netrc.sh [Pipeline] } 19:31:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:31:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:31:25 ---> python-tools-install.sh [Pipeline] echo 19:31:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:31:26 ---> sudo-logs.sh 19:31:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:31:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:31:26 ---> job-cost.sh 19:31:26 lf-activate-venv: SKIPPING 19:31:26 DEBUG: total: 0.20999999344348907 19:31:26 INFO: Retrieving Stack Cost... 19:31:27 INFO: Retrieving Pricing Info for: v1-standard-2 19:31:27 INFO: Archiving Costs [Pipeline] echo 19:31:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:31:28 ---> logs-deploy.sh 19:31:28 lf-activate-venv: SKIPPING 19:31:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/113 19:31:28 INFO: archiving workspace using pattern(s): 19:31:29 Archives upload complete. 19:31:29 INFO: archiving logs to Nexus