Pull request #225 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from 2f1cc20637afa1182bb727cb70e5f12ad6497de0+1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (d98444b6abc663bfe338f32a76f8adab49162c84) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3325 in /w/workspace/xfoundry_go-mod-bootstrap_PR-225 [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-225 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/225/head:refs/remotes/origin/PR-225 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 into PR head commit 2f1cc20637afa1182bb727cb70e5f12ad6497de0 Merge succeeded, producing 2f1cc20637afa1182bb727cb70e5f12ad6497de0 Checking out Revision 2f1cc20637afa1182bb727cb70e5f12ad6497de0 (PR-225) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f1cc20637afa1182bb727cb70e5f12ad6497de0 # 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 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f1cc20637afa1182bb727cb70e5f12ad6497de0 # timeout=10 Commit message: "fix: Fixed failing unit test" > git rev-list --no-walk 91e0787fc127cba0b0d40e85fb503041cea8ea2e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:56:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:56:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:56:33 ========================================================= 20:56:33 EdgeX Global Pipelines Version Info 20:56:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:56:36 ------------------- 20:56:36 stable info: 20:56:36 ------------------- 20:56:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:56:36 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:56:36 Message: update stable to v1.0.191 20:56:37 ------------------- 20:56:37 experimental info: 20:56:37 ------------------- 20:56:37 Commited By: **** collab-it+edgex@linuxfoundation.org 20:56:37 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:56:37 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-225 [Pipeline] echo 20:56:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-225 [Pipeline] echo 20:56:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-225 [Pipeline] echo 20:56:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f1cc20637afa1182bb727cb70e5f12ad6497de0 [Pipeline] echo 20:56:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f1cc20 [Pipeline] echo 20:56:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:56:39 + git log --format=format:%s -1 2f1cc20637afa1182bb727cb70e5f12ad6497de0 [Pipeline] echo 20:56:39 GIT_COMMIT: 2f1cc20637afa1182bb727cb70e5f12ad6497de0, Commit Message: fix: Fixed failing unit test [Pipeline] echo 20:56:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:56:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:41 20:56:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:56:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:41 latest: Pulling from edgex-devops/git-semver 20:56:41 31603596830f: Pulling fs layer 20:56:41 54011a49482f: Pulling fs layer 20:56:41 a6820b24f6d8: Pulling fs layer 20:56:41 f581987b2513: Pulling fs layer 20:56:41 f581987b2513: Waiting 20:56:41 54011a49482f: Verifying Checksum 20:56:41 54011a49482f: Download complete 20:56:42 31603596830f: Download complete 20:56:43 f581987b2513: Verifying Checksum 20:56:43 f581987b2513: Download complete 20:56:43 a6820b24f6d8: Verifying Checksum 20:56:43 a6820b24f6d8: Download complete 20:56:43 31603596830f: Pull complete 20:56:43 54011a49482f: Pull complete 20:56:45 a6820b24f6d8: Pull complete 20:56:46 f581987b2513: Pull complete 20:56:46 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:56:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:56:46 prd-centos7-docker-4c-2g-3325 does not seem to be running inside a container 20:56:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-225 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-225:/w/workspace/xfoundry_go-mod-bootstrap_PR-225:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-225@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:50 $ docker top 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:50 [ssh-agent] Looking for ssh-agent implementation... 20:56:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:51 $ docker exec 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 ssh-agent 20:56:51 SSH_AUTH_SOCK=/tmp/ssh-KcY7RYFGiwrg/agent.12 20:56:51 SSH_AGENT_PID=18 20:56:51 Running ssh-add (command line suppressed) 20:56:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp/private_key_4899525156859728557.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp/private_key_4899525156859728557.key) 20:56:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:52 + git tag --points-at HEAD [Pipeline] } 20:56:52 $ docker exec --env ******** --env ******** 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 ssh-agent -k 20:56:52 unset SSH_AUTH_SOCK; 20:56:52 unset SSH_AGENT_PID; 20:56:52 echo Agent pid 18 killed; 20:56:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:56:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:53 [ssh-agent] Looking for ssh-agent implementation... 20:56:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:53 $ docker exec 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 ssh-agent 20:56:54 SSH_AUTH_SOCK=/tmp/ssh-yo9A6XcRWLT9/agent.46 20:56:54 SSH_AGENT_PID=52 20:56:54 Running ssh-add (command line suppressed) 20:56:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp/private_key_4520606164304786170.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp/private_key_4520606164304786170.key) 20:56:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:55 + git semver init 20:56:55 # -> Open(): unable to determine branch for HEAD 20:56:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-225/.git 20:56:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-225 20:56:55 # $SEMVER_REMOTE_NAME = origin 20:56:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:55 # $SEMVER_USER_NAME = edgex-jenkins 20:56:55 # $SEMVER_BRANCH = PR-225 20:56:55 # $SEMVER_TEMP = /tmp/semver-259570295 20:56:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:56:56 # '/tmp/semver-259570295' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-225/.semver' 20:56:56 # -> Force: false 20:56:56 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-225/.semver [Pipeline] } 20:56:56 $ docker exec --env ******** --env ******** 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 ssh-agent -k 20:56:56 unset SSH_AUTH_SOCK; 20:56:56 unset SSH_AGENT_PID; 20:56:56 echo Agent pid 52 killed; 20:56:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:57 + git semver [Pipeline] } 20:56:57 $ docker stop --time=1 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 20:56:59 $ docker rm -f 85f0bf9865c748f4823f4e667e83d5b2fba0808be370a1d768855bfcd52ae950 [Pipeline] // withDockerContainer [Pipeline] sh 20:56:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:57:01 Stashed 1 file(s) [Pipeline] echo 20:57:01 [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 20:57:16 Still waiting to schedule task 20:57:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:57:16 Still waiting to schedule task 20:57:16 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3322’ 20:59:49 Running on prd-centos7-docker-4c-2g-3328 in /w/workspace/xfoundry_go-mod-bootstrap_PR-225 [Pipeline] { [Pipeline] ws 20:59:49 Running in /w/workspace/go-mod-bootstrap/7 [Pipeline] { [Pipeline] checkout 20:59:51 using credential edgex-jenkins-ssh 20:59:51 Cloning the remote Git repository 20:59:51 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:51 > git init /w/workspace/go-mod-bootstrap/7 # timeout=10 20:59:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:51 > git --version # timeout=10 20:59:51 > git --version # 'git version 2.24.3' 20:59:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:53 Merging remotes/origin/master commit 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 into PR head commit 2f1cc20637afa1182bb727cb70e5f12ad6497de0 20:59:53 Merge succeeded, producing 2f1cc20637afa1182bb727cb70e5f12ad6497de0 20:59:53 Checking out Revision 2f1cc20637afa1182bb727cb70e5f12ad6497de0 (PR-225) 20:59:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:59:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:59:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/225/head:refs/remotes/origin/PR-225 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:59:52 > git config core.sparsecheckout # timeout=10 20:59:52 > git checkout -f 2f1cc20637afa1182bb727cb70e5f12ad6497de0 # timeout=10 20:59:53 > git remote # timeout=10 20:59:53 > git config --get remote.origin.url # timeout=10 20:59:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:53 > git merge 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 20:59:53 > git rev-parse HEAD^{commit} # timeout=10 20:59:53 > git config core.sparsecheckout # timeout=10 20:59:53 > git checkout -f 2f1cc20637afa1182bb727cb70e5f12ad6497de0 # timeout=10 20:59:56 Commit message: "fix: Fixed failing unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:59:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:59:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:59:58 + sudo service docker restart 20:59:58 + true 20:59:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:59:59 ========================================================= 20:59:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:59:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:00:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:00:00 Sending build context to Docker daemon 980kB 21:00:00 Step 1/8 : ARG BASE=golang:1.16-alpine 21:00:00 Step 2/8 : FROM ${BASE} 21:00:00 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:00:00 540db60ca938: Pulling fs layer 21:00:00 adcc1eea9eea: Pulling fs layer 21:00:00 4c4ab2625f07: Pulling fs layer 21:00:00 0510c868ecb4: Pulling fs layer 21:00:00 afea3b2eda06: Pulling fs layer 21:00:00 7809a108b3ef: Pulling fs layer 21:00:00 f706445af74f: Pulling fs layer 21:00:00 afea3b2eda06: Waiting 21:00:00 7809a108b3ef: Waiting 21:00:00 f706445af74f: Waiting 21:00:00 0510c868ecb4: Waiting 21:00:00 4c4ab2625f07: Verifying Checksum 21:00:00 4c4ab2625f07: Download complete 21:00:00 adcc1eea9eea: Verifying Checksum 21:00:00 adcc1eea9eea: Download complete 21:00:00 afea3b2eda06: Verifying Checksum 21:00:00 afea3b2eda06: Download complete 21:00:00 7809a108b3ef: Verifying Checksum 21:00:00 7809a108b3ef: Download complete 21:00:00 540db60ca938: Verifying Checksum 21:00:00 540db60ca938: Download complete 21:00:00 540db60ca938: Pull complete 21:00:01 adcc1eea9eea: Pull complete 21:00:01 4c4ab2625f07: Pull complete 21:00:02 f706445af74f: Verifying Checksum 21:00:02 f706445af74f: Download complete 21:00:03 0510c868ecb4: Download complete 21:00:08 0510c868ecb4: Pull complete 21:00:08 afea3b2eda06: Pull complete 21:00:08 7809a108b3ef: Pull complete 21:00:16 f706445af74f: Pull complete 21:00:16 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:00:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:00:16 ---> b068be0155e3 21:00:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:00:18 ---> Running in db8d1d32b7f7 21:00:18 Removing intermediate container db8d1d32b7f7 21:00:18 ---> 08f20f1c84ae 21:00:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:18 ---> Running in 45c8fea7b545 21:00:20 Removing intermediate container 45c8fea7b545 21:00:20 ---> 0d14e3747d5a 21:00:20 Step 5/8 : RUN apk add --update --no-cache git make zeromq-dev 21:00:20 ---> Running in e54af7255fc3 21:00:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:00:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:00:22 (1/5) Installing libsodium (1.0.18-r0) 21:00:22 (2/5) Installing libzmq (4.3.3-r1) 21:00:22 (3/5) Installing pkgconf (1.7.3-r0) 21:00:22 (4/5) Installing libsodium-dev (1.0.18-r0) 21:00:22 (5/5) Installing zeromq-dev (4.3.3-r1) 21:00:22 Executing busybox-1.32.1-r6.trigger 21:00:22 OK: 150 MiB in 45 packages 21:00:23 Removing intermediate container e54af7255fc3 21:00:23 ---> 984442ea31d8 21:00:23 Step 6/8 : WORKDIR /build 21:00:23 ---> Running in 69588cc9385c 21:00:23 Removing intermediate container 69588cc9385c 21:00:23 ---> 86774b89e222 21:00:23 Step 7/8 : COPY go.mod . 21:00:23 ---> 182a9699866b 21:00:23 Step 8/8 : RUN go mod download 21:00:23 ---> Running in 6e33a8d84444 21:00:45 Removing intermediate container 6e33a8d84444 21:00:45 ---> bf6c3680500c 21:00:45 Successfully built bf6c3680500c 21:00:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:00:46 + docker inspect -f . ci-base-image-x86_64 21:00:46 . [Pipeline] withDockerContainer 21:00:46 prd-centos7-docker-4c-2g-3328 does not seem to be running inside a container 21:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:00:47 $ docker top f2b94136147cf25e9cf66bc5672c5114ae6cd79922cdf177191f673b8c36f094 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:47 + go version 21:00:47 go version go1.16.3 linux/amd64 [Pipeline] } 21:00:47 $ docker stop --time=1 f2b94136147cf25e9cf66bc5672c5114ae6cd79922cdf177191f673b8c36f094 21:00:48 $ docker rm -f f2b94136147cf25e9cf66bc5672c5114ae6cd79922cdf177191f673b8c36f094 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:49 + docker inspect -f . ci-base-image-x86_64 21:00:49 . [Pipeline] withDockerContainer 21:00:49 prd-centos7-docker-4c-2g-3328 does not seem to be running inside a container 21:00:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:00:50 $ docker top b0717f34c633bfbb3e472122f74a7db1d434c6cc6b769cd54dcfba2e2200bd3a -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:50 + go mod tidy [Pipeline] sh 21:00:51 + make test 21:00:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:00:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3329 in /w/workspace/xfoundry_go-mod-bootstrap_PR-225 [Pipeline] { [Pipeline] ws 21:00:51 Running in /w/workspace/go-mod-bootstrap/7 [Pipeline] { [Pipeline] checkout 21:00:58 using credential edgex-jenkins-ssh 21:00:58 Cloning the remote Git repository 21:00:58 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:00:58 > git init /w/workspace/go-mod-bootstrap/7 # timeout=10 21:00:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:00:58 > git --version # timeout=10 21:00:58 > git --version # 'git version 2.17.1' 21:00:58 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:01:00 Merging remotes/origin/master commit 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 into PR head commit 2f1cc20637afa1182bb727cb70e5f12ad6497de0 21:01:00 Merge succeeded, producing 2f1cc20637afa1182bb727cb70e5f12ad6497de0 21:01:00 Checking out Revision 2f1cc20637afa1182bb727cb70e5f12ad6497de0 (PR-225) 21:00:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:00:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:00:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:00:59 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/225/head:refs/remotes/origin/PR-225 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:01:00 > git config core.sparsecheckout # timeout=10 21:01:00 > git checkout -f 2f1cc20637afa1182bb727cb70e5f12ad6497de0 # timeout=10 21:01:00 > git remote # timeout=10 21:01:00 > git config --get remote.origin.url # timeout=10 21:01:00 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:00 > git merge 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 21:01:00 > git rev-parse HEAD^{commit} # timeout=10 21:01:00 > git config core.sparsecheckout # timeout=10 21:01:00 > git checkout -f 2f1cc20637afa1182bb727cb70e5f12ad6497de0 # timeout=10 21:01:04 Commit message: "fix: Fixed failing unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:01:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:01:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:01:06 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 21:01:07 + + true 21:01:07 sudo service docker restart 21:01:07 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.016s coverage: 5.4% of statements 21:01:07 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 21:01:07 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.013s coverage: 92.2% of statements 21:01:07 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.006s coverage: 85.3% of statements 21:01:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 21:01:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 21:01:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [Pipeline] unstash [Pipeline] echo 21:01:09 ========================================================= 21:01:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:01:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:01:10 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:01:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 1.042s coverage: 92.9% of statements 21:01:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.031s coverage: 26.7% of statements 21:01:11 Sending build context to Docker daemon 978.9kB 21:01:11 Step 1/8 : ARG BASE=golang:1.16-alpine 21:01:11 Step 2/8 : FROM ${BASE} 21:01:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:01:11 595b0fe564bb: Pulling fs layer 21:01:11 7186ed65a4f7: Pulling fs layer 21:01:11 316046926c0a: Pulling fs layer 21:01:11 4ebd0625c992: Pulling fs layer 21:01:11 207e8628e3a3: Pulling fs layer 21:01:11 c791037a9be2: Pulling fs layer 21:01:11 ffd874e62e21: Pulling fs layer 21:01:11 207e8628e3a3: Waiting 21:01:11 4ebd0625c992: Waiting 21:01:11 c791037a9be2: Waiting 21:01:11 ffd874e62e21: Waiting 21:01:11 316046926c0a: Verifying Checksum 21:01:11 316046926c0a: Download complete 21:01:11 7186ed65a4f7: Download complete 21:01:11 207e8628e3a3: Verifying Checksum 21:01:11 207e8628e3a3: Download complete 21:01:11 c791037a9be2: Download complete 21:01:11 595b0fe564bb: Verifying Checksum 21:01:11 595b0fe564bb: Download complete 21:01:12 595b0fe564bb: Pull complete 21:01:12 7186ed65a4f7: Pull complete 21:01:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.019s coverage: 90.7% of statements 21:01:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 21:01:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 21:01:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.006s coverage: 91.3% of statements 21:01:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 21:01:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:01:13 316046926c0a: Pull complete 21:01:13 ffd874e62e21: Verifying Checksum 21:01:13 ffd874e62e21: Download complete 21:01:15 4ebd0625c992: Verifying Checksum 21:01:15 4ebd0625c992: Download complete 21:01:21 gofmt -l . 21:01:21 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:01:21 $ docker stop --time=1 b0717f34c633bfbb3e472122f74a7db1d434c6cc6b769cd54dcfba2e2200bd3a 21:01:23 $ docker rm -f b0717f34c633bfbb3e472122f74a7db1d434c6cc6b769cd54dcfba2e2200bd3a [Pipeline] // withDockerContainer [Pipeline] sh 21:01:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:01:24 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 21:01:25 4ebd0625c992: Pull complete 21:01:25 ---> job-cost.sh 21:01:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TVEm 21:01:25 207e8628e3a3: Pull complete 21:01:25 c791037a9be2: Pull complete 21:01:29 ffd874e62e21: Pull complete 21:01:29 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:01:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:01:29 ---> cfc18b08335c 21:01:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:01:32 ---> Running in 495c25067f60 21:01:32 Removing intermediate container 495c25067f60 21:01:32 ---> c68578f8685c 21:01:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:32 ---> Running in 8d00060d5873 21:01:35 Removing intermediate container 8d00060d5873 21:01:35 ---> 4e764556948d 21:01:35 Step 5/8 : RUN apk add --update --no-cache git make zeromq-dev 21:01:35 ---> Running in 7219996ee72f 21:01:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:01:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:01:37 (1/5) Installing libsodium (1.0.18-r0) 21:01:37 (2/5) Installing libzmq (4.3.3-r1) 21:01:37 (3/5) Installing pkgconf (1.7.3-r0) 21:01:37 (4/5) Installing libsodium-dev (1.0.18-r0) 21:01:37 (5/5) Installing zeromq-dev (4.3.3-r1) 21:01:37 Executing busybox-1.32.1-r6.trigger 21:01:37 OK: 139 MiB in 45 packages 21:01:39 Removing intermediate container 7219996ee72f 21:01:39 ---> 10b7873b385f 21:01:39 Step 6/8 : WORKDIR /build 21:01:39 ---> Running in c61db0f109e1 21:01:40 Removing intermediate container c61db0f109e1 21:01:40 ---> 380f478404af 21:01:40 Step 7/8 : COPY go.mod . 21:01:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:01:40 ---> 469e5981d1a5 21:01:40 Step 8/8 : RUN go mod download 21:01:40 ---> Running in 27af5cdf2ea0 21:02:06 lf-activate-venv(): INFO: Adding /tmp/venv-TVEm/bin to PATH 21:02:06 INFO: No Stack... 21:02:06 INFO: Retrieving Pricing Info for: v1-standard-2 21:02:07 INFO: Archiving Costs [Pipeline] sh 21:02:07 Removing intermediate container 27af5cdf2ea0 21:02:07 ---> 1aba327d2cf2 21:02:07 Successfully built 1aba327d2cf2 21:02:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:02:07 + cat /w/workspace/go-mod-bootstrap/7/archives/cost.csv 21:02:07 + cut -d, -f6 [Pipeline] lock 21:02:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] 21:02:07 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] did not exist. Created. 21:02:07 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:02:07 + docker inspect -f . ci-base-image-arm64 21:02:07 . [Pipeline] withDockerContainer 21:02:07 + echo total: 0.029999999329447746 21:02:08 prd-ubuntu18.04-docker-arm64-4c-16g-3329 does not seem to be running inside a container 21:02:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 21:02:09 $ docker top 5dc98053eba4b86a0356b168be80f2c431cbdfb344358c773700f776aba8da17 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 21:02:09 Stashed 1 file(s) [Pipeline] } 21:02:09 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:02:10 + go version 21:02:10 go version go1.16.3 linux/arm64 [Pipeline] } 21:02:10 $ docker stop --time=1 5dc98053eba4b86a0356b168be80f2c431cbdfb344358c773700f776aba8da17 21:02:12 $ docker rm -f 5dc98053eba4b86a0356b168be80f2c431cbdfb344358c773700f776aba8da17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:02:13 + docker inspect -f . ci-base-image-arm64 21:02:13 . [Pipeline] withDockerContainer 21:02:13 prd-ubuntu18.04-docker-arm64-4c-16g-3329 does not seem to be running inside a container 21:02:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 21:02:14 $ docker top 56a03c6fd6f4086e944a1858f3b4f5b0a6f5178a75a6f7cc5822f96bf1cbc3ca -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:15 + go mod tidy [Pipeline] sh 21:02:17 + make test 21:02:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:03:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 21:03:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.053s coverage: 5.4% of statements 21:03:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 21:03:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.071s coverage: 92.2% of statements 21:03:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.019s coverage: 85.3% of statements 21:03:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 21:03:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 21:03:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 21:03:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 1.080s coverage: 92.9% of statements 21:03:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.064s coverage: 26.7% of statements 21:03:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.056s coverage: 90.7% of statements 21:03:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 21:03:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 21:03:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.011s coverage: 91.3% of statements 21:03:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 21:03:12 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:03:38 gofmt -l . 21:03:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:03:38 $ docker stop --time=1 56a03c6fd6f4086e944a1858f3b4f5b0a6f5178a75a6f7cc5822f96bf1cbc3ca 21:03:41 $ docker rm -f 56a03c6fd6f4086e944a1858f3b4f5b0a6f5178a75a6f7cc5822f96bf1cbc3ca [Pipeline] // withDockerContainer [Pipeline] sh 21:03:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:03:41 Warning: overwriting stash ‘coverage-report’ 21:03: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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:03:43 ---> job-cost.sh 21:03:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pX5B 21:04:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:05:44 lf-activate-venv(): INFO: Adding /tmp/venv-pX5B/bin to PATH 21:05:44 INFO: No Stack... 21:05:44 INFO: Retrieving Pricing Info for: lf-standard-4 21:05:44 INFO: Archiving Costs [Pipeline] sh 21:05:44 + cat /w/workspace/go-mod-bootstrap/7/archives/cost.csv 21:05:44 + cut -d, -f6 [Pipeline] lock 21:05:44 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] 21:05:44 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] did not exist. Created. 21:05:44 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:05:45 /w/workspace/go-mod-bootstrap/7@tmp/durable-bd801460/script.sh: 1: /w/workspace/go-mod-bootstrap/7@tmp/durable-bd801460/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:05:45 + echo total: 0.20999999344348907 [Pipeline] stash 21:05:45 Warning: overwriting stash ‘stack-cost’ 21:05:45 Stashed 1 file(s) [Pipeline] } 21:05:45 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-225-7-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 21:05:46 provisioning config files... 21:05:46 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp/config7504286644499595883tmp [Pipeline] { [Pipeline] sh 21:05:46 + set +x 21:05:46 + curl -s https://codecov.io/bash 21:05:46 + bash -s -- 21:05:46 21:05:46 _____ _ 21:05:46 / ____| | | 21:05:46 | | ___ __| | ___ ___ _____ __ 21:05:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:05:46 | |___| (_) | (_| | __/ (_| (_) \ V / 21:05:46 \_____\___/ \__,_|\___|\___\___/ \_/ 21:05:46 Bash-1.0.2 21:05:46 21:05:46 21:05:46 ==> git version 2.24.3 found 21:05:46 ==> 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 21:05:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:05:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:05:46 ==> Jenkins CI detected. 21:05:46 project root: . 21:05:46 --> token set from env 21:05:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:05:47 ==> Running gcov in . (disable via -X gcov) 21:05:47 ==> Python coveragepy not found 21:05:47 ==> Searching for coverage reports in: 21:05:47 + . 21:05:47 -> Found 1 reports 21:05:47 ==> Detecting git/mercurial file structure 21:05:47 ==> Reading reports 21:05:47 + ./coverage.out bytes=33380 21:05:47 ==> Appending adjustments 21:05:47 https://docs.codecov.io/docs/fixing-reports 21:05:47 + Found adjustments 21:05:47 ==> Gzipping contents 21:05:47 8.0K /tmp/codecov.WLQV9Y.gz 21:05:47 ==> Uploading reports 21:05:47 url: https://codecov.io 21:05:47 query: branch=PR-225&commit=2f1cc20637afa1182bb727cb70e5f12ad6497de0&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-225%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=225&job=&cmd_args= 21:05:47 -> Pinging Codecov 21:05:47 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-225&commit=2f1cc20637afa1182bb727cb70e5f12ad6497de0&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-225%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=225&job=&cmd_args= 21:05:48 -> Uploading to 21:05:48 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/833815588EE85121546D348822E98E2E/2f1cc20637afa1182bb727cb70e5f12ad6497de0/e3be26f4-b0cb-44f4-9648-fc3e2a7ac0a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T210548Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2af4e17beae1dc5708e90a5db15de0924d5a2a0b8c92f88d8725daa175d1ee60 21:05:48 % Total % Received % Xferd Average Speed Time Time Time Current 21:05:48 Dload Upload Total Spent Left Speed 21:05:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6225 0 0 100 6225 0 11218 --:--:-- --:--:-- --:--:-- 11216 21:05:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/2f1cc20637afa1182bb727cb70e5f12ad6497de0 [Pipeline] } 21:05:48 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 21:05:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:05:50 ---> package-listing.sh 21:05:50 ++ facter osfamily 21:05:50 ++ tr '[:upper:]' '[:lower:]' 21:05:51 + OS_FAMILY=redhat 21:05:51 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-225 21:05:51 + START_PACKAGES=/tmp/packages_start.txt 21:05:51 + END_PACKAGES=/tmp/packages_end.txt 21:05:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:05:51 + PACKAGES=/tmp/packages_start.txt 21:05:51 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-225 ']' 21:05:51 + PACKAGES=/tmp/packages_end.txt 21:05:51 + case "${OS_FAMILY}" in 21:05:51 + rpm -qa 21:05:51 + sort 21:05:57 + '[' -f /tmp/packages_start.txt ']' 21:05:57 + '[' -f /tmp/packages_end.txt ']' 21:05:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:05:57 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-225 ']' 21:05:57 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-225/archives/ 21:05:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-225/archives/ [Pipeline] echo 21:05:57 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-225/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:05:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:05:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:59 21:05:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:05:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:06:00 alpine: Pulling from edgex-lftools-log-publisher 21:06:00 df20fa9351a1: Pulling fs layer 21:06:00 36b3adc4ff6f: Pulling fs layer 21:06:00 8ad3a11d3b57: Pulling fs layer 21:06:00 46f8f816bc3b: Pulling fs layer 21:06:00 93b61091891f: Pulling fs layer 21:06:00 93b9cdb0e59b: Pulling fs layer 21:06:00 5e14af77c1be: Pulling fs layer 21:06:00 01666e4c0597: Pulling fs layer 21:06:00 aa168da1d23b: Pulling fs layer 21:06:00 93b61091891f: Waiting 21:06:00 93b9cdb0e59b: Waiting 21:06:00 5e14af77c1be: Waiting 21:06:00 01666e4c0597: Waiting 21:06:00 aa168da1d23b: Waiting 21:06:00 46f8f816bc3b: Waiting 21:06:00 36b3adc4ff6f: Verifying Checksum 21:06:00 36b3adc4ff6f: Download complete 21:06:00 46f8f816bc3b: Verifying Checksum 21:06:00 46f8f816bc3b: Download complete 21:06:00 df20fa9351a1: Verifying Checksum 21:06:00 df20fa9351a1: Download complete 21:06:00 93b9cdb0e59b: Verifying Checksum 21:06:00 93b9cdb0e59b: Download complete 21:06:00 5e14af77c1be: Verifying Checksum 21:06:00 5e14af77c1be: Download complete 21:06:00 93b61091891f: Verifying Checksum 21:06:00 93b61091891f: Download complete 21:06:00 01666e4c0597: Verifying Checksum 21:06:00 01666e4c0597: Download complete 21:06:01 df20fa9351a1: Pull complete 21:06:01 8ad3a11d3b57: Verifying Checksum 21:06:01 8ad3a11d3b57: Download complete 21:06:02 36b3adc4ff6f: Pull complete 21:06:06 8ad3a11d3b57: Pull complete 21:06:06 46f8f816bc3b: Pull complete 21:06:07 93b61091891f: Pull complete 21:06:08 93b9cdb0e59b: Pull complete 21:06:09 5e14af77c1be: Pull complete 21:06:09 01666e4c0597: Pull complete 21:06:09 aa168da1d23b: Verifying Checksum 21:06:09 aa168da1d23b: Download complete 21:06:28 aa168da1d23b: Pull complete 21:06:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:06:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:06:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:06:28 prd-centos7-docker-4c-2g-3325 does not seem to be running inside a container 21:06:29 $ 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-225/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-225 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-225:/w/workspace/xfoundry_go-mod-bootstrap_PR-225:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-225@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:06:33 $ docker top 34cc6146a71215646fd0849cb34df3747d159ef3b72fa2d4a0d96d48fd99595f -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:34 + touch /tmp/pre-build-complete [Pipeline] sh 21:06:35 + mkdir -p /var/log/sa [Pipeline] sh 21:06:35 + ls /var/log/sa-host 21:06:35 + sadf -c /var/log/sa-host/sa06 21:06:35 file_magic: OK 21:06:35 HZ: Using current value: 100 21:06:35 file_header: OK 21:06:35 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 21:06:35 Statistics: 21:06:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:06:35 File successfully converted to sysstat format version 12.2.1 21:06:35 + sadf -c /var/log/sa-host/sa23 21:06:35 file_magic: OK 21:06:35 HZ: Using current value: 100 21:06:35 file_header: OK 21:06:35 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 21:06:35 Statistics: 21:06:35 Hnuu...uuuununununu... 21:06:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:06:35 provisioning config files... 21:06:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-225@tmp/config8878946741970444748tmp [Pipeline] { [Pipeline] echo 21:06:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:06:36 ---> create-netrc.sh [Pipeline] } 21:06:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:06:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:06:37 ---> python-tools-install.sh [Pipeline] echo 21:06:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:06:37 ---> sudo-logs.sh 21:06:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:06:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:06:38 ---> job-cost.sh 21:06:38 lf-activate-venv: SKIPPING 21:06:38 DEBUG: total: 0.20999999344348907 21:06:38 INFO: Retrieving Stack Cost... 21:06:39 INFO: Retrieving Pricing Info for: v1-standard-2 21:06:40 INFO: Archiving Costs [Pipeline] echo 21:06:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:06:40 ---> logs-deploy.sh 21:06:40 lf-activate-venv: SKIPPING 21:06:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-225/7 21:06:40 INFO: archiving workspace using pattern(s): 21:06:44 Archives upload complete. 21:06:44 INFO: archiving logs to Nexus