Pull request #221 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c+a758ab2e4b8192d54c9d580a5110ea307f4931cd (faacc06faaa419805ccbbcb91c5a669d4faeb8eb) 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-2039’ Running on prd-centos7-docker-4c-2g-2043 in /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [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_PR-221 # 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 Merging remotes/origin/master commit a758ab2e4b8192d54c9d580a5110ea307f4931cd into PR head commit 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c Merge succeeded, producing 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c Checking out Revision 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c (PR-221) > 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/pull/221/head:refs/remotes/origin/PR-221 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:20:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:20:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:20:05 ========================================================= 16:20:05 EdgeX Global Pipelines Version Info 16:20:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c8c82d603ab9c9377e26d32e9030e7f9e3e0b350 # timeout=10 16:20:07 ------------------- 16:20:07 stable info: 16:20:07 ------------------- 16:20:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:20:07 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:20:07 Message: update stable to v1.0.186 16:20:08 ------------------- 16:20:08 experimental info: 16:20:08 ------------------- 16:20:08 Commited By: **** collab-it+edgex@linuxfoundation.org 16:20:08 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 16:20:08 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:20:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-221 [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-221 [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-221 [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c9f2cc [Pipeline] echo 16:20:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:20:09 + git log --format=format:%s -1 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c [Pipeline] echo 16:20:09 GIT_COMMIT: 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 16:20:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:20:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:20:11 16:20:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:20:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:20:11 latest: Pulling from edgex-devops/git-semver 16:20:11 31603596830f: Pulling fs layer 16:20:11 2a8b12db71e7: Pulling fs layer 16:20:11 6ca5941a6612: Pulling fs layer 16:20:11 ecc8261a40a4: Pulling fs layer 16:20:11 ecc8261a40a4: Waiting 16:20:11 2a8b12db71e7: Verifying Checksum 16:20:11 2a8b12db71e7: Download complete 16:20:12 31603596830f: Verifying Checksum 16:20:12 31603596830f: Download complete 16:20:12 ecc8261a40a4: Verifying Checksum 16:20:12 ecc8261a40a4: Download complete 16:20:12 31603596830f: Pull complete 16:20:12 6ca5941a6612: Verifying Checksum 16:20:12 6ca5941a6612: Download complete 16:20:13 2a8b12db71e7: Pull complete 16:20:14 6ca5941a6612: Pull complete 16:20:15 ecc8261a40a4: Pull complete 16:20:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:20:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:20:16 prd-centos7-docker-4c-2g-2043 does not seem to be running inside a container 16:20:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-221 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221:/w/workspace/xfoundry_go-mod-bootstrap_PR-221:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:20:20 $ docker top 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:20:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:20:20 [ssh-agent] Looking for ssh-agent implementation... 16:20:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:20:21 $ docker exec 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 ssh-agent 16:20:22 SSH_AUTH_SOCK=/tmp/ssh-bzNr9vrmUHJM/agent.11 16:20:22 SSH_AGENT_PID=16 16:20:22 Running ssh-add (command line suppressed) 16:20:22 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_7685328758502402147.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_7685328758502402147.key) 16:20:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:20:22 + git tag --points-at HEAD [Pipeline] } 16:20:22 $ docker exec --env ******** --env ******** 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 ssh-agent -k 16:20:23 unset SSH_AUTH_SOCK; 16:20:23 unset SSH_AGENT_PID; 16:20:23 echo Agent pid 16 killed; 16:20:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:20:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:20:23 [ssh-agent] Looking for ssh-agent implementation... 16:20:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:20:23 $ docker exec 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 ssh-agent 16:20:23 SSH_AUTH_SOCK=/tmp/ssh-x3Va5zLMBCIj/agent.45 16:20:23 SSH_AGENT_PID=51 16:20:23 Running ssh-add (command line suppressed) 16:20:24 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_1536829090703992406.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_1536829090703992406.key) 16:20:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:20:24 + git semver init 16:20:24 # -> Open(): unable to determine branch for HEAD 16:20:24 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-221/.git 16:20:24 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-221 16:20:24 # $SEMVER_REMOTE_NAME = origin 16:20:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:20:24 # $SEMVER_USER_NAME = edgex-jenkins 16:20:24 # $SEMVER_BRANCH = PR-221 16:20:24 # $SEMVER_TEMP = /tmp/semver-187660274 16:20:24 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 16:20:25 # '/tmp/semver-187660274' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-221/.semver' 16:20:25 # -> Force: false 16:20:25 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-221/.semver [Pipeline] } 16:20:25 $ docker exec --env ******** --env ******** 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 ssh-agent -k 16:20:25 unset SSH_AUTH_SOCK; 16:20:25 unset SSH_AGENT_PID; 16:20:25 echo Agent pid 51 killed; 16:20:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:20:26 + git semver [Pipeline] } 16:20:26 $ docker stop --time=1 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 16:20:27 $ docker rm -f 6b362b4252705c5c0a01daa143adc7c4f0a584cb867ad04488ac4e6867c046d4 [Pipeline] // withDockerContainer [Pipeline] sh 16:20:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:20:29 Stashed 1 file(s) [Pipeline] echo 16:20:29 [edgeXSemver]: initialized semver on version 0.0.0 [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 16:20:44 Still waiting to schedule task 16:20:44 ‘prd-centos7-docker-4c-2g-2040’ is offline; ‘prd-centos7-docker-4c-2g-2046’ is offline 16:20:44 Still waiting to schedule task 16:20:44 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2037’ 16:21:59 Running on prd-centos7-docker-4c-2g-2048 in /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [Pipeline] { [Pipeline] ws 16:21:59 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 16:22:02 using credential edgex-jenkins-ssh 16:22:02 Cloning the remote Git repository 16:22:01 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:22:01 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 16:22:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:22:01 > git --version # timeout=10 16:22:01 > git --version # 'git version 2.24.3' 16:22:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:22:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:22:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:22:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/221/head:refs/remotes/origin/PR-221 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:22:04 Merging remotes/origin/master commit a758ab2e4b8192d54c9d580a5110ea307f4931cd into PR head commit 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c 16:22:04 Merge succeeded, producing 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c 16:22:04 Checking out Revision 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c (PR-221) 16:22:04 > git config core.sparsecheckout # timeout=10 16:22:04 > git checkout -f 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 16:22:04 > git remote # timeout=10 16:22:04 > git config --get remote.origin.url # timeout=10 16:22:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:04 > git merge a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 16:22:04 > git rev-parse HEAD^{commit} # timeout=10 16:22:04 > git config core.sparsecheckout # timeout=10 16:22:04 > git checkout -f 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 16:22:08 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:22:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:22:10 + sudo service docker restart 16:22:10 + true 16:22:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:22:12 ========================================================= 16:22:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:22:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:22:12 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:22:12 Sending build context to Docker daemon 856.6kB 16:22:12 Step 1/8 : ARG BASE=golang:1.15-alpine 16:22:12 Step 2/8 : FROM ${BASE} 16:22:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:22:12 188c0c94c7c5: Pulling fs layer 16:22:12 0ef7d3d256c8: Pulling fs layer 16:22:12 de9db76c5a1d: Pulling fs layer 16:22:12 bca2f99d35d6: Pulling fs layer 16:22:12 93359f2a8cfa: Pulling fs layer 16:22:12 7c6f9722023f: Pulling fs layer 16:22:12 a35cf1a2eb13: Pulling fs layer 16:22:12 bca2f99d35d6: Waiting 16:22:12 93359f2a8cfa: Waiting 16:22:12 7c6f9722023f: Waiting 16:22:12 a35cf1a2eb13: Waiting 16:22:13 de9db76c5a1d: Download complete 16:22:13 0ef7d3d256c8: Download complete 16:22:13 93359f2a8cfa: Verifying Checksum 16:22:13 93359f2a8cfa: Download complete 16:22:13 7c6f9722023f: Verifying Checksum 16:22:13 7c6f9722023f: Download complete 16:22:13 188c0c94c7c5: Verifying Checksum 16:22:13 188c0c94c7c5: Download complete 16:22:13 188c0c94c7c5: Pull complete 16:22:13 0ef7d3d256c8: Pull complete 16:22:14 de9db76c5a1d: Pull complete 16:22:15 a35cf1a2eb13: Verifying Checksum 16:22:15 a35cf1a2eb13: Download complete 16:22:15 bca2f99d35d6: Verifying Checksum 16:22:15 bca2f99d35d6: Download complete 16:22:22 bca2f99d35d6: Pull complete 16:22:22 93359f2a8cfa: Pull complete 16:22:22 7c6f9722023f: Pull complete 16:22:27 a35cf1a2eb13: Pull complete 16:22:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:22:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:22:28 ---> a62c8e92a672 16:22:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:22:28 ---> Running in ef294ba32144 16:22:28 Removing intermediate container ef294ba32144 16:22:28 ---> 5d087d7fe638 16:22:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:28 ---> Running in f1b88bf2c65e 16:22:29 Removing intermediate container f1b88bf2c65e 16:22:29 ---> 81110ef9583b 16:22:29 Step 5/8 : RUN apk add --update --no-cache git make 16:22:29 ---> Running in b4edcd13fdea 16:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:22:32 OK: 166 MiB in 39 packages 16:22:32 Removing intermediate container b4edcd13fdea 16:22:32 ---> 09289655b685 16:22:32 Step 6/8 : WORKDIR /build 16:22:32 ---> Running in f382e5b93526 16:22:33 Removing intermediate container f382e5b93526 16:22:33 ---> 2090a16b617e 16:22:33 Step 7/8 : COPY go.mod . 16:22:33 ---> 3b4a4550fe52 16:22:33 Step 8/8 : RUN go mod download 16:22:33 ---> Running in 4e7d87756c7b 16:22:55 Removing intermediate container 4e7d87756c7b 16:22:55 ---> 85e418e229b8 16:22:55 Successfully built 85e418e229b8 16:22:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:22:55 + docker inspect -f . ci-base-image-x86_64 16:22:55 . [Pipeline] withDockerContainer 16:22:56 prd-centos7-docker-4c-2g-2048 does not seem to be running inside a container 16:22:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:22:56 $ docker top 98c0f50c4f2bda3d3f585f03ab23575ecbbe4fe399154f43999ecf6006d6b3e0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:57 + go version 16:22:57 go version go1.15.5 linux/amd64 [Pipeline] } 16:22:57 $ docker stop --time=1 98c0f50c4f2bda3d3f585f03ab23575ecbbe4fe399154f43999ecf6006d6b3e0 16:22:58 $ docker rm -f 98c0f50c4f2bda3d3f585f03ab23575ecbbe4fe399154f43999ecf6006d6b3e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:59 + docker inspect -f . ci-base-image-x86_64 16:22:59 . [Pipeline] withDockerContainer 16:22:59 prd-centos7-docker-4c-2g-2048 does not seem to be running inside a container 16:22:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:23:00 $ docker top ab809b75ec2f71fa8d72b72efd4819443779f73daddb269a23cbf020d61cc1a6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:00 + make test 16:23:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:23:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:23:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.017s coverage: 5.4% of statements 16:23:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:23:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.021s coverage: 92.2% of statements 16:23:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.037s coverage: 85.3% of statements 16:23:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:23:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:23:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:23:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.028s coverage: 26.7% of statements 16:23:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 90.7% of statements 16:23:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:23:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:23:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.006s coverage: 91.3% of statements 16:23:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:23:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:23:23 gofmt -l . 16:23:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:23:23 $ docker stop --time=1 ab809b75ec2f71fa8d72b72efd4819443779f73daddb269a23cbf020d61cc1a6 16:23:25 $ docker rm -f ab809b75ec2f71fa8d72b72efd4819443779f73daddb269a23cbf020d61cc1a6 [Pipeline] // withDockerContainer [Pipeline] sh 16:23:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:23: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 16:23:27 ---> job-cost.sh 16:23:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Z6EG 16:23:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:24:17 lf-activate-venv(): INFO: Adding /tmp/venv-Z6EG/bin to PATH 16:24:17 INFO: No Stack... 16:24:17 INFO: Retrieving Pricing Info for: v1-standard-2 16:24:17 INFO: Archiving Costs [Pipeline] sh 16:24:17 + cat /w/workspace/go-mod-bootstrap/2/archives/cost.csv 16:24:17 + cut -d, -f6 [Pipeline] lock 16:24:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] 16:24:17 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] did not exist. Created. 16:24:17 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:24:18 + echo total: 0.029999999329447746 [Pipeline] stash 16:24:18 Stashed 1 file(s) [Pipeline] } 16:24:18 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:25:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2051 in /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [Pipeline] { [Pipeline] ws 16:25:19 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 16:25:24 using credential edgex-jenkins-ssh 16:25:24 Cloning the remote Git repository 16:25:24 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:25:25 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 16:25:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:25:25 > git --version # timeout=10 16:25:25 > git --version # 'git version 2.17.1' 16:25:25 using GIT_SSH to set credentials SSH Credentials for GitHub 16:25:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:25:26 Merging remotes/origin/master commit a758ab2e4b8192d54c9d580a5110ea307f4931cd into PR head commit 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c 16:25:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:25:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:25:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:25:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:25:26 using GIT_SSH to set credentials SSH Credentials for GitHub 16:25:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/221/head:refs/remotes/origin/PR-221 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:25:26 > git config core.sparsecheckout # timeout=10 16:25:26 > git checkout -f 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 16:25:26 > git remote # timeout=10 16:25:26 > git config --get remote.origin.url # timeout=10 16:25:26 using GIT_SSH to set credentials SSH Credentials for GitHub 16:25:27 > git merge a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 16:25:27 > git rev-parse HEAD^{commit} # timeout=10 16:25:27 Merge succeeded, producing 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c 16:25:27 Checking out Revision 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c (PR-221) 16:25:27 > git config core.sparsecheckout # timeout=10 16:25:27 > git checkout -f 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 16:25:31 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:25:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:25:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:25:33 + + sudo servicetrue docker 16:25:33 restart [Pipeline] unstash [Pipeline] echo 16:25:36 ========================================================= 16:25:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:25:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:25:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:25:37 Sending build context to Docker daemon 857.6kB 16:25:37 Step 1/8 : ARG BASE=golang:1.15-alpine 16:25:37 Step 2/8 : FROM ${BASE} 16:25:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:25:37 5f621e34cdf4: Pulling fs layer 16:25:37 a4357932f1b6: Pulling fs layer 16:25:37 18c013af1878: Pulling fs layer 16:25:37 00ac8860ef70: Pulling fs layer 16:25:37 63d7cb157983: Pulling fs layer 16:25:37 b116817d02f9: Pulling fs layer 16:25:37 745a02a5169b: Pulling fs layer 16:25:37 63d7cb157983: Waiting 16:25:37 b116817d02f9: Waiting 16:25:37 18c013af1878: Download complete 16:25:37 a4357932f1b6: Download complete 16:25:37 63d7cb157983: Verifying Checksum 16:25:37 63d7cb157983: Download complete 16:25:37 b116817d02f9: Download complete 16:25:37 5f621e34cdf4: Verifying Checksum 16:25:37 5f621e34cdf4: Download complete 16:25:38 5f621e34cdf4: Pull complete 16:25:39 a4357932f1b6: Pull complete 16:25:39 18c013af1878: Pull complete 16:25:39 745a02a5169b: Verifying Checksum 16:25:39 745a02a5169b: Download complete 16:25:41 00ac8860ef70: Verifying Checksum 16:25:41 00ac8860ef70: Download complete 16:25:51 00ac8860ef70: Pull complete 16:25:51 63d7cb157983: Pull complete 16:25:52 b116817d02f9: Pull complete 16:25:56 745a02a5169b: Pull complete 16:25:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:25:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:25:56 ---> b7e6874047d6 16:25:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:25:58 ---> Running in 352e1d3a5c45 16:25:59 Removing intermediate container 352e1d3a5c45 16:25:59 ---> 663a11592d88 16:25:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:59 ---> Running in 6111a0b7bb56 16:26:01 Removing intermediate container 6111a0b7bb56 16:26:01 ---> 9effcba65083 16:26:01 Step 5/8 : RUN apk add --update --no-cache git make 16:26:01 ---> Running in d9eb9b0344a4 16:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:04 OK: 142 MiB in 39 packages 16:26:05 Removing intermediate container d9eb9b0344a4 16:26:05 ---> eb5d1b7554a4 16:26:05 Step 6/8 : WORKDIR /build 16:26:05 ---> Running in d3fa08caf3dc 16:26:06 Removing intermediate container d3fa08caf3dc 16:26:06 ---> 94a947897fdf 16:26:06 Step 7/8 : COPY go.mod . 16:26:07 ---> 6f8eabfd014d 16:26:07 Step 8/8 : RUN go mod download 16:26:07 ---> Running in ee184f75e050 16:26:29 Removing intermediate container ee184f75e050 16:26:29 ---> 39934f02b5f5 16:26:29 Successfully built 39934f02b5f5 16:26:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:26:29 + docker inspect -f . ci-base-image-arm64 16:26:29 . [Pipeline] withDockerContainer 16:26:30 prd-ubuntu18.04-docker-arm64-4c-16g-2051 does not seem to be running inside a container 16:26:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:26:31 $ docker top af6e2b6f5afc870422fbc80ce52f5ec698965a0eaa4e0b251ff0b7b92a38ede3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:26:32 + go version 16:26:32 go version go1.15.5 linux/arm64 [Pipeline] } 16:26:32 $ docker stop --time=1 af6e2b6f5afc870422fbc80ce52f5ec698965a0eaa4e0b251ff0b7b92a38ede3 16:26:34 $ docker rm -f af6e2b6f5afc870422fbc80ce52f5ec698965a0eaa4e0b251ff0b7b92a38ede3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:26:35 + docker inspect -f . ci-base-image-arm64 16:26:35 . [Pipeline] withDockerContainer 16:26:35 prd-ubuntu18.04-docker-arm64-4c-16g-2051 does not seem to be running inside a container 16:26:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:26:36 $ docker top 37301fa0764426e6b1095eca983f4c288a5d70be19024d718d826b263b39f7fe -eo pid,comm [Pipeline] { [Pipeline] sh 16:26:37 + make test 16:26:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:27:10 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:27:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.065s coverage: 5.4% of statements 16:27:10 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:27:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.045s coverage: 92.2% of statements 16:27:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.044s coverage: 85.3% of statements 16:27:10 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:27:10 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:27:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:27:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.032s coverage: 26.7% of statements 16:27:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.044s coverage: 90.7% of statements 16:27:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:27:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:27:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.034s coverage: 91.3% of statements 16:27:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:27:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:27:24 gofmt -l . 16:27:24 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:27:24 $ docker stop --time=1 37301fa0764426e6b1095eca983f4c288a5d70be19024d718d826b263b39f7fe 16:27:27 $ docker rm -f 37301fa0764426e6b1095eca983f4c288a5d70be19024d718d826b263b39f7fe [Pipeline] // withDockerContainer [Pipeline] sh 16:27:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:27:28 Warning: overwriting stash ‘coverage-report’ 16:27:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:27:30 ---> job-cost.sh 16:27:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ecbq 16:28:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:29:31 lf-activate-venv(): INFO: Adding /tmp/venv-Ecbq/bin to PATH 16:29:31 INFO: No Stack... 16:29:31 INFO: Retrieving Pricing Info for: lf-standard-4 16:29:31 INFO: Archiving Costs [Pipeline] sh 16:29:31 + cut -d, -f6 16:29:31 + cat /w/workspace/go-mod-bootstrap/2/archives/cost.csv [Pipeline] lock 16:29:31 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] 16:29:31 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] did not exist. Created. 16:29:31 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:29:31 /w/workspace/go-mod-bootstrap/2@tmp/durable-5e32c8a0/script.sh: 1: /w/workspace/go-mod-bootstrap/2@tmp/durable-5e32c8a0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:29:32 + echo total: 0.20999999344348907 [Pipeline] stash 16:29:32 Warning: overwriting stash ‘stack-cost’ 16:29:32 Stashed 1 file(s) [Pipeline] } 16:29:32 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:29:32 provisioning config files... 16:29:32 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/config5792129749344535021tmp [Pipeline] { [Pipeline] sh 16:29:33 + set +x 16:29:33 + curl -s https://codecov.io/bash 16:29:33 + bash -s -- 16:29:33 16:29:33 _____ _ 16:29:33 / ____| | | 16:29:33 | | ___ __| | ___ ___ _____ __ 16:29:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:29:33 | |___| (_) | (_| | __/ (_| (_) \ V / 16:29:33 \_____\___/ \__,_|\___|\___\___/ \_/ 16:29:33 Bash-1.0.2 16:29:33 16:29:33 16:29:33 ==> git version 2.24.3 found 16:29:33 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:29:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:29:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:29:33 ==> Jenkins CI detected. 16:29:33 project root: . 16:29:33 --> token set from env 16:29:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:29:33 ==> Running gcov in . (disable via -X gcov) 16:29:33 ==> Python coveragepy not found 16:29:33 ==> Searching for coverage reports in: 16:29:33 + . 16:29:33 -> Found 1 reports 16:29:33 ==> Detecting git/mercurial file structure 16:29:33 ==> Reading reports 16:29:33 + ./coverage.out bytes=28856 16:29:33 ==> Appending adjustments 16:29:33 https://docs.codecov.io/docs/fixing-reports 16:29:33 + Found adjustments 16:29:33 ==> Gzipping contents 16:29:33 8.0K /tmp/codecov.vC3MRB.gz 16:29:33 ==> Uploading reports 16:29:33 url: https://codecov.io 16:29:33 query: branch=PR-221&commit=4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-221%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=221&job=&cmd_args= 16:29:33 -> Pinging Codecov 16:29:33 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-221&commit=4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-221%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=221&job=&cmd_args= 16:29:34 -> Uploading to 16:29:34 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c/45b813a4-cac1-4a3e-a6a0-97b098007bfa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T162934Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=13dc83eb394e3c3ae5529bd4137991661fa0b94d68014f240527a3679b70e589 16:29:34 % Total % Received % Xferd Average Speed Time Time Time Current 16:29:34 Dload Upload Total Spent Left Speed 16:29:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5501 0 0 100 5501 0 13522 --:--:-- --:--:-- --:--:-- 13549 16:29:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c [Pipeline] } 16:29:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:29:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:29:36 ---> package-listing.sh 16:29:36 ++ facter osfamily 16:29:36 ++ tr '[:upper:]' '[:lower:]' 16:29:37 + OS_FAMILY=redhat 16:29:37 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-221 16:29:37 + START_PACKAGES=/tmp/packages_start.txt 16:29:37 + END_PACKAGES=/tmp/packages_end.txt 16:29:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:29:37 + PACKAGES=/tmp/packages_start.txt 16:29:37 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-221 ']' 16:29:37 + PACKAGES=/tmp/packages_end.txt 16:29:37 + case "${OS_FAMILY}" in 16:29:37 + rpm -qa 16:29:37 + sort 16:29:47 + '[' -f /tmp/packages_start.txt ']' 16:29:47 + '[' -f /tmp/packages_end.txt ']' 16:29:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:29:47 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-221 ']' 16:29:47 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-221/archives/ 16:29:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-221/archives/ [Pipeline] echo 16:29:47 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_PR-221/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:29:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:29:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:29:47 16:29:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:29:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:29:48 alpine: Pulling from edgex-lftools-log-publisher 16:29:48 df20fa9351a1: Pulling fs layer 16:29:48 36b3adc4ff6f: Pulling fs layer 16:29:48 8ad3a11d3b57: Pulling fs layer 16:29:48 46f8f816bc3b: Pulling fs layer 16:29:48 93b61091891f: Pulling fs layer 16:29:48 93b9cdb0e59b: Pulling fs layer 16:29:48 5e14af77c1be: Pulling fs layer 16:29:48 01666e4c0597: Pulling fs layer 16:29:48 aa168da1d23b: Pulling fs layer 16:29:48 93b9cdb0e59b: Waiting 16:29:48 5e14af77c1be: Waiting 16:29:48 01666e4c0597: Waiting 16:29:48 aa168da1d23b: Waiting 16:29:48 46f8f816bc3b: Waiting 16:29:48 93b61091891f: Waiting 16:29:48 36b3adc4ff6f: Verifying Checksum 16:29:48 36b3adc4ff6f: Download complete 16:29:48 46f8f816bc3b: Verifying Checksum 16:29:48 46f8f816bc3b: Download complete 16:29:48 df20fa9351a1: Verifying Checksum 16:29:48 93b61091891f: Verifying Checksum 16:29:48 93b61091891f: Download complete 16:29:48 93b9cdb0e59b: Verifying Checksum 16:29:48 93b9cdb0e59b: Download complete 16:29:48 5e14af77c1be: Verifying Checksum 16:29:48 5e14af77c1be: Download complete 16:29:48 01666e4c0597: Verifying Checksum 16:29:48 01666e4c0597: Download complete 16:29:48 8ad3a11d3b57: Verifying Checksum 16:29:48 8ad3a11d3b57: Download complete 16:29:49 df20fa9351a1: Pull complete 16:29:50 36b3adc4ff6f: Pull complete 16:29:51 8ad3a11d3b57: Pull complete 16:29:51 46f8f816bc3b: Pull complete 16:29:52 93b61091891f: Pull complete 16:29:52 aa168da1d23b: Verifying Checksum 16:29:52 aa168da1d23b: Download complete 16:29:52 93b9cdb0e59b: Pull complete 16:29:53 5e14af77c1be: Pull complete 16:29:53 01666e4c0597: Pull complete 16:30:06 aa168da1d23b: Pull complete 16:30:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:30:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:30:06 prd-centos7-docker-4c-2g-2043 does not seem to be running inside a container 16:30:06 $ 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_PR-221/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_PR-221 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221:/w/workspace/xfoundry_go-mod-bootstrap_PR-221:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:30:11 $ docker top 99804c8e6abe92e8b1b46b417ed2981f9d14f92b566e5f4b7f9be12bdd37f1c3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:12 + touch /tmp/pre-build-complete [Pipeline] sh 16:30:12 + mkdir -p /var/log/sa [Pipeline] sh 16:30:13 + ls /var/log/sa-host 16:30:13 + sadf -c /var/log/sa-host/sa23 16:30:13 file_magic: OK 16:30:13 HZ: Using current value: 100 16:30:13 file_header: OK 16:30:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:30:13 Statistics: 16:30:13 Hnuu...uuuununununu... 16:30:13 File successfully converted to sysstat format version 12.2.1 16:30:13 + sadf -c /var/log/sa-host/sa27 16:30:13 file_magic: OK 16:30:13 HZ: Using current value: 100 16:30:13 file_header: OK 16:30:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:30:13 Statistics: 16:30:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:30:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:30:13 provisioning config files... 16:30:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/config6684909531763306106tmp [Pipeline] { [Pipeline] echo 16:30:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:30:13 ---> create-netrc.sh [Pipeline] } 16:30:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:30:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:30:14 ---> python-tools-install.sh [Pipeline] echo 16:30:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:30:14 ---> sudo-logs.sh 16:30:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:30:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:30:15 ---> job-cost.sh 16:30:15 lf-activate-venv: SKIPPING 16:30:15 DEBUG: total: 0.20999999344348907 16:30:15 INFO: Retrieving Stack Cost... 16:30:16 INFO: Retrieving Pricing Info for: v1-standard-2 16:30:17 INFO: Archiving Costs [Pipeline] echo 16:30:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:30:17 ---> logs-deploy.sh 16:30:17 lf-activate-venv: SKIPPING 16:30:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-221/2 16:30:17 INFO: archiving workspace using pattern(s): 16:30:21 Archives upload complete. 16:30:21 INFO: archiving logs to Nexus 16:30:23 ---> uname -a: 16:30:23 Linux prd-centos7-docker-4c-2g-2043.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:30:23 16:30:23 16:30:23 ---> lscpu: 16:30:23 Architecture: x86_64 16:30:23 CPU op-mode(s): 32-bit, 64-bit 16:30:23 Byte Order: Little Endian 16:30:23 Address sizes: 40 bits physical, 48 bits virtual 16:30:23 CPU(s): 4 16:30:23 On-line CPU(s) list: 0-3 16:30:23 Thread(s) per core: 1 16:30:23 Core(s) per socket: 1 16:30:23 Socket(s): 4 16:30:23 NUMA node(s): 1 16:30:23 Vendor ID: GenuineIntel 16:30:23 CPU family: 6 16:30:23 Model: 44 16:30:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:30:23 Stepping: 1 16:30:23 CPU MHz: 2933.438 16:30:23 BogoMIPS: 5866.87 16:30:23 Virtualization: VT-x 16:30:23 Hypervisor vendor: KVM 16:30:23 Virtualization type: full 16:30:23 L1d cache: 128 KiB 16:30:23 L1i cache: 128 KiB 16:30:23 L2 cache: 16 MiB 16:30:23 L3 cache: 64 MiB 16:30:23 NUMA node0 CPU(s): 0-3 16:30:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:30:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:30:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:30:23 Vulnerability Meltdown: Mitigation; PTI 16:30:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:30:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:30:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:30:23 Vulnerability Srbds: Not affected 16:30:23 Vulnerability Tsx async abort: Not affected 16:30:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:30:23 16:30:23 16:30:23 ---> nproc: 16:30:23 4 16:30:23 16:30:23 16:30:23 ---> df -h: 16:30:23 Filesystem Size Used Available Use% Mounted on 16:30:23 overlay 50.0G 7.3G 42.7G 15% / 16:30:23 tmpfs 64.0M 0 64.0M 0% /dev 16:30:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:30:23 shm 64.0M 0 64.0M 0% /dev/shm 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-221 16:30:23 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp 16:30:23 16:30:23 16:30:23 ---> free -m: 16:30:23 total used free shared buff/cache available 16:30:23 Mem: 1837 740 93 0 1003 993 16:30:23 Swap: 1023 1 1022 16:30:23 16:30:23 16:30:23 ---> ip addr: 16:30:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:30:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:30:23 inet 127.0.0.1/8 scope host lo 16:30:23 valid_lft forever preferred_lft forever 16:30:23 inet6 ::1/128 scope host 16:30:23 valid_lft forever preferred_lft forever 16:30:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:30:23 link/ether fa:16:3e:b8:08:22 brd ff:ff:ff:ff:ff:ff 16:30:23 inet 10.30.123.25/23 brd 10.30.123.255 scope global dynamic eth0 16:30:23 valid_lft 85716sec preferred_lft 85716sec 16:30:23 inet6 fe80::f816:3eff:feb8:822/64 scope link 16:30:23 valid_lft forever preferred_lft forever 16:30:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:30:23 link/ether 02:42:34:2b:6b:e8 brd ff:ff:ff:ff:ff:ff 16:30:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:30:23 valid_lft forever preferred_lft forever 16:30:23 inet6 fe80::42:34ff:fe2b:6be8/64 scope link 16:30:23 valid_lft forever preferred_lft forever 16:30:23 16:30:23 16:30:23 ---> sar -b -r -n DEV: 16:30:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 16:30:23 16:30:23 16:18:45 LINUX RESTART (4 CPU) 16:30:23 16:30:23 16:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:30:23 16:21:02 44.36 11.62 32.73 0.00 4354.58 2353.62 0.00 16:30:23 16:22:01 0.76 0.00 0.76 0.00 0.00 14.81 0.00 16:30:23 16:23:01 0.32 0.00 0.32 0.00 0.00 4.41 0.00 16:30:23 16:24:01 0.23 0.00 0.23 0.00 0.00 3.31 0.00 16:30:23 16:25:01 0.27 0.00 0.27 0.00 0.00 3.85 0.00 16:30:23 16:26:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 16:30:23 16:27:01 0.30 0.00 0.30 0.00 0.00 3.88 0.00 16:30:23 16:28:01 0.23 0.00 0.23 0.00 0.00 3.01 0.00 16:30:23 16:29:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 16:30:23 16:30:01 105.04 63.49 41.55 0.00 4610.61 15498.75 0.00 16:30:23 Average: 15.24 7.53 7.71 0.00 899.03 1794.14 0.00 16:30:23 16:30:23 16:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:30:23 16:21:02 147132 0 607516 32.29 2620 1124276 1129540 38.55 402040 1131548 124 16:30:23 16:22:01 149016 0 605624 32.19 2620 1124284 1101136 37.58 409220 1123232 8 16:30:23 16:23:01 148128 0 606508 32.23 2620 1124288 1078508 36.81 411620 1122164 12 16:30:23 16:24:01 150184 0 604448 32.13 2620 1124292 1055676 36.03 417020 1115336 16 16:30:23 16:25:01 146564 0 608064 32.32 2620 1124296 1055916 36.04 421896 1114592 20 16:30:23 16:26:01 146156 0 608464 32.34 2620 1124304 1055904 36.04 422036 1114596 16 16:30:23 16:27:01 147200 0 607420 32.28 2620 1124304 1055676 36.03 420748 1114592 20 16:30:23 16:28:01 145528 0 609088 32.37 2620 1124308 1055844 36.03 422760 1114592 20 16:30:23 16:29:01 144292 0 610316 32.44 2620 1124316 1055928 36.04 423848 1114592 20 16:30:23 16:30:01 73276 0 751180 39.92 2620 1054468 1533048 52.32 611868 956952 26492 16:30:23 Average: 139748 0 621863 33.05 2620 1117314 1117718 38.15 436306 1102220 2675 16:30:23 16:30:23 16:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:30:23 16:21:02 eth0 88.56 66.70 448.99 25.32 0.00 0.00 0.00 0.00 16:30:23 16:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:21:02 docker0 3.34 2.44 0.94 7.00 0.00 0.00 0.00 0.00 16:30:23 16:22:01 eth0 2.73 1.44 3.45 0.49 0.00 0.00 0.00 0.00 16:30:23 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:23:01 eth0 0.50 0.37 0.27 0.20 0.00 0.00 0.00 0.00 16:30:23 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:24:01 eth0 1.63 0.08 0.13 0.01 0.00 0.00 0.00 0.00 16:30:23 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:25:01 eth0 3.05 0.70 0.82 0.47 0.00 0.00 0.00 0.00 16:30:23 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:26:01 eth0 1.17 0.55 0.56 0.36 0.00 0.00 0.00 0.00 16:30:23 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:27:01 eth0 0.23 0.10 0.02 0.04 0.00 0.00 0.00 0.00 16:30:23 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:28:01 eth0 1.55 0.80 0.68 0.23 0.00 0.00 0.00 0.00 16:30:23 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:29:01 eth0 0.90 0.30 0.31 0.20 0.00 0.00 0.00 0.00 16:30:23 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:30:01 eth0 207.58 165.74 2170.93 50.82 0.00 0.00 0.00 0.00 16:30:23 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 Average: eth0 30.87 23.74 263.35 7.84 0.00 0.00 0.00 0.00 16:30:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:30:23 Average: docker0 0.34 0.25 0.09 0.70 0.00 0.00 0.00 0.00 16:30:23 16:30:23 16:30:23 ---> sar -P ALL: 16:30:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 16:30:23 16:30:23 16:18:45 LINUX RESTART (4 CPU) 16:30:23 16:30:23 16:20:01 CPU %user %nice %system %iowait %steal %idle 16:30:23 16:21:02 all 3.07 0.00 2.45 0.96 9.73 83.79 16:30:23 16:21:02 0 2.26 0.00 2.22 0.26 9.31 85.95 16:30:23 16:21:02 1 3.70 0.00 2.37 0.71 8.30 84.92 16:30:23 16:21:02 2 3.31 0.00 3.01 1.55 11.88 80.25 16:30:23 16:21:02 3 3.03 0.00 2.18 1.31 9.38 84.11 16:30:23 16:22:01 all 0.15 0.00 0.06 0.00 0.24 99.56 16:30:23 16:22:01 0 0.07 0.00 0.03 0.00 0.17 99.73 16:30:23 16:22:01 1 0.39 0.00 0.05 0.00 0.37 99.19 16:30:23 16:22:01 2 0.07 0.00 0.08 0.00 0.20 99.64 16:30:23 16:22:01 3 0.07 0.00 0.05 0.00 0.22 99.66 16:30:23 16:23:01 all 0.10 0.00 0.07 0.00 0.47 99.37 16:30:23 16:23:01 0 0.02 0.00 0.07 0.00 0.32 99.60 16:30:23 16:23:01 1 0.32 0.00 0.05 0.00 0.73 98.90 16:30:23 16:23:01 2 0.03 0.00 0.05 0.00 0.52 99.40 16:30:23 16:23:01 3 0.03 0.00 0.10 0.00 0.30 99.57 16:30:23 16:24:01 all 0.12 0.00 0.03 0.00 0.14 99.70 16:30:23 16:24:01 0 0.02 0.00 0.02 0.00 0.10 99.87 16:30:23 16:24:01 1 0.40 0.00 0.03 0.00 0.10 99.47 16:30:23 16:24:01 2 0.07 0.00 0.08 0.00 0.32 99.53 16:30:23 16:24:01 3 0.02 0.00 0.00 0.00 0.05 99.93 16:30:23 16:25:01 all 0.13 0.00 0.12 0.00 0.35 99.40 16:30:23 16:25:01 0 0.03 0.00 0.10 0.00 0.28 99.58 16:30:23 16:25:01 1 0.37 0.00 0.07 0.00 0.52 99.05 16:30:23 16:25:01 2 0.12 0.00 0.20 0.00 0.33 99.35 16:30:23 16:25:01 3 0.02 0.00 0.12 0.00 0.25 99.62 16:30:23 16:26:01 all 0.14 0.00 0.03 0.00 0.26 99.57 16:30:23 16:26:01 0 0.07 0.00 0.05 0.00 0.80 99.09 16:30:23 16:26:01 1 0.42 0.00 0.02 0.00 0.12 99.45 16:30:23 16:26:01 2 0.03 0.00 0.05 0.00 0.08 99.83 16:30:23 16:26:01 3 0.03 0.00 0.02 0.00 0.05 99.90 16:30:23 16:27:01 all 0.12 0.00 0.03 0.00 0.36 99.49 16:30:23 16:27:01 0 0.03 0.00 0.03 0.00 0.43 99.50 16:30:23 16:27:01 1 0.38 0.00 0.05 0.00 0.17 99.40 16:30:23 16:27:01 2 0.05 0.00 0.02 0.00 0.18 99.75 16:30:23 16:27:01 3 0.02 0.00 0.02 0.00 0.65 99.32 16:30:23 16:28:01 all 0.13 0.00 0.02 0.00 0.16 99.68 16:30:23 16:28:01 0 0.05 0.00 0.03 0.00 0.10 99.82 16:30:23 16:28:01 1 0.38 0.00 0.03 0.00 0.07 99.52 16:30:23 16:28:01 2 0.03 0.00 0.02 0.00 0.45 99.50 16:30:23 16:28:01 3 0.05 0.00 0.02 0.00 0.03 99.90 16:30:23 16:29:01 all 0.15 0.00 0.04 0.00 0.30 99.52 16:30:23 16:29:01 0 0.03 0.00 0.03 0.00 0.61 99.32 16:30:23 16:29:01 1 0.42 0.00 0.05 0.00 0.22 99.32 16:30:23 16:29:01 2 0.07 0.00 0.07 0.00 0.27 99.60 16:30:23 16:29:01 3 0.07 0.00 0.02 0.00 0.08 99.83 16:30:23 16:30:01 all 4.65 0.00 3.08 2.78 7.35 82.14 16:30:23 16:30:01 0 5.45 0.00 3.86 1.96 7.50 81.24 16:30:23 16:30:01 1 4.42 0.00 2.61 6.23 7.75 78.99 16:30:23 16:30:01 2 4.66 0.00 3.33 2.31 6.34 83.36 16:30:23 16:30:01 3 4.08 0.00 2.52 0.62 7.80 84.98 16:30:23 Average: all 0.89 0.00 0.60 0.38 1.97 96.16 16:30:23 Average: 0 0.81 0.00 0.65 0.22 1.99 96.32 16:30:23 Average: 1 1.13 0.00 0.54 0.70 1.86 95.76 16:30:23 Average: 2 0.86 0.00 0.70 0.39 2.11 95.94 16:30:23 Average: 3 0.75 0.00 0.51 0.20 1.92 96.62 16:30:23 16:30:23 16:30:23