Pull request #163 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1376dae35c5589f7b3c67d0c77b49e6287edac6+89cbc69eb2b3b10f4b843e0271303c60071a240d (bbfd0baf076663c72732d25bfa036c6883f449cd) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26272’ Running on prd-centos7-docker-4c-2g-26274 in /w/workspace/xfoundry_go-mod-bootstrap_PR-163 [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-163 # 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 89cbc69eb2b3b10f4b843e0271303c60071a240d into PR head commit e1376dae35c5589f7b3c67d0c77b49e6287edac6 Merge succeeded, producing e1376dae35c5589f7b3c67d0c77b49e6287edac6 Checking out Revision e1376dae35c5589f7b3c67d0c77b49e6287edac6 (PR-163) > 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/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1376dae35c5589f7b3c67d0c77b49e6287edac6 # 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 89cbc69eb2b3b10f4b843e0271303c60071a240d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1376dae35c5589f7b3c67d0c77b49e6287edac6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 7d1590f68303a704d23b6b42d64dfea4bdf6979c # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:48:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:48:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:48:43 ========================================================= 12:48:43 EdgeX Global Pipelines Version Info 12:48:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:48:45 ------------------- 12:48:45 stable info: 12:48:45 ------------------- 12:48:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:48:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 12:48:45 Message: update stable to v1.0.179 12:48:46 ------------------- 12:48:46 experimental info: 12:48:46 ------------------- 12:48:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:48:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 12:48:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:48:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:48:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-163 [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-163 [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-163 [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1376dae35c5589f7b3c67d0c77b49e6287edac6 [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e1376da [Pipeline] echo 12:48:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:48:50 + git log --format=format:%s -1 e1376dae35c5589f7b3c67d0c77b49e6287edac6 [Pipeline] echo 12:48:50 GIT_COMMIT: e1376dae35c5589f7b3c67d0c77b49e6287edac6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 12:48:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:48:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:48:51 12:48:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:48:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:48:51 latest: Pulling from edgex-devops/git-semver 12:48:51 31603596830f: Pulling fs layer 12:48:51 2a8b12db71e7: Pulling fs layer 12:48:51 6ca5941a6612: Pulling fs layer 12:48:51 ecc8261a40a4: Pulling fs layer 12:48:51 ecc8261a40a4: Waiting 12:48:51 2a8b12db71e7: Verifying Checksum 12:48:51 2a8b12db71e7: Download complete 12:48:51 31603596830f: Verifying Checksum 12:48:51 31603596830f: Download complete 12:48:51 ecc8261a40a4: Verifying Checksum 12:48:51 ecc8261a40a4: Download complete 12:48:51 6ca5941a6612: Verifying Checksum 12:48:51 6ca5941a6612: Download complete 12:48:52 31603596830f: Pull complete 12:48:52 2a8b12db71e7: Pull complete 12:48:53 6ca5941a6612: Pull complete 12:48:53 ecc8261a40a4: Pull complete 12:48:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:48:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:48:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:48:53 prd-centos7-docker-4c-2g-26274 does not seem to be running inside a container 12:48:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-163 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163:/w/workspace/xfoundry_go-mod-bootstrap_PR-163:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:48:55 $ docker top 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:48:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:48:56 [ssh-agent] Looking for ssh-agent implementation... 12:48:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:48:56 $ docker exec 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 ssh-agent 12:48:56 SSH_AUTH_SOCK=/tmp/ssh-ITL854S1kplh/agent.11 12:48:56 SSH_AGENT_PID=16 12:48:56 Running ssh-add (command line suppressed) 12:48:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_1477705507854840993.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_1477705507854840993.key) 12:48:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:48:56 + git tag --points-at HEAD [Pipeline] } 12:48:56 $ docker exec --env ******** --env ******** 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 ssh-agent -k 12:48:57 unset SSH_AUTH_SOCK; 12:48:57 unset SSH_AGENT_PID; 12:48:57 echo Agent pid 16 killed; 12:48:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:48:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:48:57 [ssh-agent] Looking for ssh-agent implementation... 12:48:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:48:57 $ docker exec 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 ssh-agent 12:48:57 SSH_AUTH_SOCK=/tmp/ssh-0rFFPwBYFU2S/agent.44 12:48:57 SSH_AGENT_PID=50 12:48:57 Running ssh-add (command line suppressed) 12:48:57 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_4218009201747008562.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_4218009201747008562.key) 12:48:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:48:58 + git semver init 12:48:58 # -> Open(): unable to determine branch for HEAD 12:48:58 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-163/.git 12:48:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-163 12:48:58 # $SEMVER_REMOTE_NAME = origin 12:48:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:48:58 # $SEMVER_USER_NAME = edgex-jenkins 12:48:58 # $SEMVER_BRANCH = PR-163 12:48:58 # $SEMVER_TEMP = /tmp/semver-720789518 12:48:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 12:48:58 # '/tmp/semver-720789518' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-163/.semver' 12:48:58 # -> Force: false 12:48:58 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-163/.semver [Pipeline] } 12:48:58 $ docker exec --env ******** --env ******** 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 ssh-agent -k 12:48:58 unset SSH_AUTH_SOCK; 12:48:58 unset SSH_AGENT_PID; 12:48:58 echo Agent pid 50 killed; 12:48:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:48:59 + git semver [Pipeline] } 12:48:59 $ docker stop --time=1 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 12:49:01 $ docker rm -f 6131bd2ec6abfcdf0b1457afbe6bf75dad26ac12439dd08b7cc8c2110e8870b7 [Pipeline] // withDockerContainer [Pipeline] sh 12:49:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:49:02 Stashed 1 file(s) [Pipeline] echo 12:49:02 [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 12:49:17 Still waiting to schedule task 12:49:17 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26275’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26273’ doesn’t have label ‘centos7-docker-4c-2g’ 12:49:17 Still waiting to schedule task 12:49:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26273’ is offline 12:52:01 Running on prd-centos7-docker-4c-2g-26277 in /w/workspace/xfoundry_go-mod-bootstrap_PR-163 [Pipeline] { [Pipeline] ws 12:52:01 Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout 12:52:03 using credential edgex-jenkins-ssh 12:52:03 Cloning the remote Git repository 12:52:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 12:52:03 > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 12:52:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 12:52:03 > git --version # timeout=10 12:52:03 > git --version # 'git version 2.24.3' 12:52:03 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:52:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 12:52:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:52:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 12:52:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 12:52:04 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:52:04 Merging remotes/origin/master commit 89cbc69eb2b3b10f4b843e0271303c60071a240d into PR head commit e1376dae35c5589f7b3c67d0c77b49e6287edac6 12:52:04 Merge succeeded, producing e1376dae35c5589f7b3c67d0c77b49e6287edac6 12:52:04 Checking out Revision e1376dae35c5589f7b3c67d0c77b49e6287edac6 (PR-163) 12:52:04 > git config core.sparsecheckout # timeout=10 12:52:04 > git checkout -f e1376dae35c5589f7b3c67d0c77b49e6287edac6 # timeout=10 12:52:04 > git remote # timeout=10 12:52:04 > git config --get remote.origin.url # timeout=10 12:52:04 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:04 > git merge 89cbc69eb2b3b10f4b843e0271303c60071a240d # timeout=10 12:52:04 > git rev-parse HEAD^{commit} # timeout=10 12:52:04 > git config core.sparsecheckout # timeout=10 12:52:04 > git checkout -f e1376dae35c5589f7b3c67d0c77b49e6287edac6 # timeout=10 12:52:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26276 in /w/workspace/xfoundry_go-mod-bootstrap_PR-163 [Pipeline] { [Pipeline] ws 12:52:08 Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout 12:52:08 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:52:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:52:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:52:10 + sudo service docker restart 12:52:10 + true 12:52:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 12:52:11 ========================================================= 12:52:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:52:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:52: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 . 12:52:12 Sending build context to Docker daemon 695.8kB 12:52:12 Step 1/8 : ARG BASE=golang:1.15-alpine 12:52:12 Step 2/8 : FROM ${BASE} 12:52:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:52:12 188c0c94c7c5: Pulling fs layer 12:52:12 0ef7d3d256c8: Pulling fs layer 12:52:12 de9db76c5a1d: Pulling fs layer 12:52:12 bca2f99d35d6: Pulling fs layer 12:52:12 93359f2a8cfa: Pulling fs layer 12:52:12 7c6f9722023f: Pulling fs layer 12:52:12 a35cf1a2eb13: Pulling fs layer 12:52:12 93359f2a8cfa: Waiting 12:52:12 bca2f99d35d6: Waiting 12:52:12 7c6f9722023f: Waiting 12:52:12 a35cf1a2eb13: Waiting 12:52:12 de9db76c5a1d: Verifying Checksum 12:52:12 de9db76c5a1d: Download complete 12:52:12 0ef7d3d256c8: Verifying Checksum 12:52:12 0ef7d3d256c8: Download complete 12:52:12 93359f2a8cfa: Download complete 12:52:12 7c6f9722023f: Verifying Checksum 12:52:12 7c6f9722023f: Download complete 12:52:12 188c0c94c7c5: Verifying Checksum 12:52:12 188c0c94c7c5: Download complete 12:52:13 188c0c94c7c5: Pull complete 12:52:13 using credential edgex-jenkins-ssh 12:52:13 0ef7d3d256c8: Pull complete 12:52:13 de9db76c5a1d: Pull complete 12:52:13 Cloning the remote Git repository 12:52:13 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 12:52:13 > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 12:52:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 12:52:13 > git --version # timeout=10 12:52:13 > git --version # 'git version 2.17.1' 12:52:13 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:52:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 12:52:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:52:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 12:52:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 12:52:14 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:52:14 a35cf1a2eb13: Verifying Checksum 12:52:14 a35cf1a2eb13: Download complete 12:52:15 Merging remotes/origin/master commit 89cbc69eb2b3b10f4b843e0271303c60071a240d into PR head commit e1376dae35c5589f7b3c67d0c77b49e6287edac6 12:52:15 bca2f99d35d6: Download complete 12:52:15 Merge succeeded, producing e1376dae35c5589f7b3c67d0c77b49e6287edac6 12:52:15 Checking out Revision e1376dae35c5589f7b3c67d0c77b49e6287edac6 (PR-163) 12:52:15 > git config core.sparsecheckout # timeout=10 12:52:15 > git checkout -f e1376dae35c5589f7b3c67d0c77b49e6287edac6 # timeout=10 12:52:15 > git remote # timeout=10 12:52:15 > git config --get remote.origin.url # timeout=10 12:52:15 using GIT_SSH to set credentials SSH Credentials for GitHub 12:52:15 > git merge 89cbc69eb2b3b10f4b843e0271303c60071a240d # timeout=10 12:52:15 > git rev-parse HEAD^{commit} # timeout=10 12:52:15 > git config core.sparsecheckout # timeout=10 12:52:15 > git checkout -f e1376dae35c5589f7b3c67d0c77b49e6287edac6 # timeout=10 12:52:19 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:52:20 bca2f99d35d6: Pull complete 12:52:20 93359f2a8cfa: Pull complete 12:52:20 7c6f9722023f: Pull complete 12:52:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:52:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:52:21 + true 12:52:21 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 12:52:24 ========================================================= 12:52:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:52:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:52:25 + 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 . 12:52:25 Sending build context to Docker daemon 694.8kB 12:52:25 Step 1/8 : ARG BASE=golang:1.15-alpine 12:52:25 Step 2/8 : FROM ${BASE} 12:52:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:52:26 5f621e34cdf4: Pulling fs layer 12:52:26 a4357932f1b6: Pulling fs layer 12:52:26 18c013af1878: Pulling fs layer 12:52:26 00ac8860ef70: Pulling fs layer 12:52:26 63d7cb157983: Pulling fs layer 12:52:26 b116817d02f9: Pulling fs layer 12:52:26 745a02a5169b: Pulling fs layer 12:52:26 b116817d02f9: Waiting 12:52:26 00ac8860ef70: Waiting 12:52:26 63d7cb157983: Waiting 12:52:26 745a02a5169b: Waiting 12:52:26 18c013af1878: Verifying Checksum 12:52:26 18c013af1878: Download complete 12:52:26 a4357932f1b6: Verifying Checksum 12:52:26 a4357932f1b6: Download complete 12:52:26 63d7cb157983: Verifying Checksum 12:52:26 63d7cb157983: Download complete 12:52:26 b116817d02f9: Verifying Checksum 12:52:26 b116817d02f9: Download complete 12:52:26 5f621e34cdf4: Download complete 12:52:27 5f621e34cdf4: Pull complete 12:52:27 a4357932f1b6: Pull complete 12:52:28 18c013af1878: Pull complete 12:52:28 745a02a5169b: Verifying Checksum 12:52:28 745a02a5169b: Download complete 12:52:29 a35cf1a2eb13: Pull complete 12:52:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:52:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:52:29 ---> a62c8e92a672 12:52:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:52:29 ---> Running in ffedea24be0f 12:52:29 Removing intermediate container ffedea24be0f 12:52:29 ---> ef0213db1162 12:52:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:29 ---> Running in 6b4fd6b6818d 12:52:29 Removing intermediate container 6b4fd6b6818d 12:52:29 ---> 4bd6c3e33caf 12:52:29 Step 5/8 : RUN apk add --update --no-cache git make 12:52:29 ---> Running in 107e6c719191 12:52:29 00ac8860ef70: Download complete 12:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:32 OK: 166 MiB in 39 packages 12:52:32 Removing intermediate container 107e6c719191 12:52:32 ---> eea437b45532 12:52:32 Step 6/8 : WORKDIR /build 12:52:32 ---> Running in a2e1eb47249a 12:52:32 Removing intermediate container a2e1eb47249a 12:52:32 ---> 53b673339361 12:52:32 Step 7/8 : COPY go.mod . 12:52:32 ---> b311c6ea1719 12:52:32 Step 8/8 : RUN go mod download 12:52:32 ---> Running in b5364fca6daf 12:52:39 00ac8860ef70: Pull complete 12:52:39 63d7cb157983: Pull complete 12:52:39 b116817d02f9: Pull complete 12:52:44 745a02a5169b: Pull complete 12:52:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:52:44 ---> b7e6874047d6 12:52:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:52:46 ---> Running in 1c3df0052904 12:52:46 Removing intermediate container 1c3df0052904 12:52:46 ---> c7ad8fa386c7 12:52:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:46 ---> Running in 5368d4183520 12:52:48 Removing intermediate container 5368d4183520 12:52:48 ---> 00d54148a6bb 12:52:48 Step 5/8 : RUN apk add --update --no-cache git make 12:52:49 ---> Running in 3e50042f6636 12:52:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:51 OK: 142 MiB in 39 packages 12:52:52 Removing intermediate container 3e50042f6636 12:52:52 ---> c8180b8defff 12:52:52 Step 6/8 : WORKDIR /build 12:52:52 ---> Running in edb29ee9220f 12:52:53 Removing intermediate container edb29ee9220f 12:52:53 ---> 48f8293b8760 12:52:53 Step 7/8 : COPY go.mod . 12:52:54 ---> fbce858a07bd 12:52:54 Step 8/8 : RUN go mod download 12:52:54 ---> Running in e805396f0496 12:52:54 Removing intermediate container b5364fca6daf 12:52:54 ---> abc71b305b59 12:52:54 Successfully built abc71b305b59 12:52:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:52:55 + docker inspect -f . ci-base-image-x86_64 12:52:55 . [Pipeline] withDockerContainer 12:52:55 prd-centos7-docker-4c-2g-26277 does not seem to be running inside a container 12:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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-x86_64 cat 12:52:56 $ docker top df680b931cffe72c1cfa447325aa2223b9d58e98187328732533b1bfd242e94b -eo pid,comm [Pipeline] { [Pipeline] sh 12:52:57 + go version 12:52:57 go version go1.15.5 linux/amd64 [Pipeline] } 12:52:57 $ docker stop --time=1 df680b931cffe72c1cfa447325aa2223b9d58e98187328732533b1bfd242e94b 12:52:58 $ docker rm -f df680b931cffe72c1cfa447325aa2223b9d58e98187328732533b1bfd242e94b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:52:59 + docker inspect -f . ci-base-image-x86_64 12:52:59 . [Pipeline] withDockerContainer 12:52:59 prd-centos7-docker-4c-2g-26277 does not seem to be running inside a container 12:52:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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-x86_64 cat 12:53:00 $ docker top b6f38e50d4727af7c760679bd18bf1695feb74d932c533764f75ea51cb367551 -eo pid,comm [Pipeline] { [Pipeline] sh 12:53:00 + make test 12:53:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:53:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 12:53:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.016s coverage: 9.0% of statements 12:53:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 12:53:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.010s coverage: 92.2% of statements 12:53:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.009s coverage: 85.3% of statements 12:53:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.016s coverage: 34.3% of statements 12:53:12 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 12:53:12 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 12:53:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.034s coverage: 18.2% of statements 12:53:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.015s coverage: 95.3% of statements 12:53:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 12:53:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 12:53:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.018s coverage: 91.3% of statements 12:53:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 12:53:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:53:17 gofmt -l . 12:53:17 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:53:17 $ docker stop --time=1 b6f38e50d4727af7c760679bd18bf1695feb74d932c533764f75ea51cb367551 12:53:20 $ docker rm -f b6f38e50d4727af7c760679bd18bf1695feb74d932c533764f75ea51cb367551 [Pipeline] // withDockerContainer [Pipeline] sh 12:53:21 Removing intermediate container e805396f0496 12:53:21 ---> 5df849f7aabb 12:53:21 Successfully built 5df849f7aabb 12:53:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:53:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:53:21 + docker inspect -f . ci-base-image-arm64 12:53:21 . [Pipeline] withDockerContainer 12:53:21 Stashed 1 file(s) 12:53:21 prd-ubuntu18.04-docker-arm64-4c-16g-26276 does not seem to be running inside a container 12:53:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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 12:53:23 $ docker top cb7f5cac86d8bf6fd1e55320bc5563bbda6bb9f1f20ce089eca160b551f37e7a -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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 12:53:24 + go version 12:53:24 go version go1.15.5 linux/arm64 [Pipeline] } 12:53:24 $ docker stop --time=1 cb7f5cac86d8bf6fd1e55320bc5563bbda6bb9f1f20ce089eca160b551f37e7a 12:53:26 $ docker rm -f cb7f5cac86d8bf6fd1e55320bc5563bbda6bb9f1f20ce089eca160b551f37e7a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (Snap) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:53:27 + docker inspect -f . ci-base-image-arm64 12:53:27 . [Pipeline] withDockerContainer 12:53:27 prd-ubuntu18.04-docker-arm64-4c-16g-26276 does not seem to be running inside a container 12:53:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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 12:53:29 $ docker top 4774779640e23a0f666c982297ef220d81cdef9e8b7592d4e4ac90fc5fa672eb -eo pid,comm [Pipeline] { [Pipeline] sh 12:53:30 + make test 12:53:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:54:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 12:54:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.063s coverage: 9.0% of statements 12:54:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 12:54:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.027s coverage: 92.2% of statements 12:54:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.023s coverage: 85.3% of statements 12:54:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.027s coverage: 34.3% of statements 12:54:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 12:54:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 12:54:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.011s coverage: 18.2% of statements 12:54:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.029s coverage: 95.3% of statements 12:54:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 12:54:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 12:54:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.020s coverage: 91.3% of statements 12:54:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 12:54:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:54:15 gofmt -l . 12:54:15 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:54:15 $ docker stop --time=1 4774779640e23a0f666c982297ef220d81cdef9e8b7592d4e4ac90fc5fa672eb 12:54:17 $ docker rm -f 4774779640e23a0f666c982297ef220d81cdef9e8b7592d4e4ac90fc5fa672eb [Pipeline] // withDockerContainer [Pipeline] sh 12:54:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:54:18 Warning: overwriting stash ‘coverage-report’ 12:54:19 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] } [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 12:54:21 provisioning config files... 12:54:21 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/config1262323400884415500tmp [Pipeline] { [Pipeline] sh 12:54:21 + set +x 12:54:21 + curl -s https://codecov.io/bash 12:54:21 + bash -s -- 12:54:22 12:54:22 _____ _ 12:54:22 / ____| | | 12:54:22 | | ___ __| | ___ ___ _____ __ 12:54:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:54:22 | |___| (_) | (_| | __/ (_| (_) \ V / 12:54:22 \_____\___/ \__,_|\___|\___\___/ \_/ 12:54:22 Bash-20210129-7c25fce 12:54:22 12:54:22 12:54:22 ==> git version 2.24.3 found 12:54:22 ==> 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 12:54:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:54:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:54:22 ==> Jenkins CI detected. 12:54:22 project root: . 12:54:22 --> token set from env 12:54:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:54:22 ==> Running gcov in . (disable via -X gcov) 12:54:22 ==> Python coveragepy not found 12:54:22 ==> Searching for coverage reports in: 12:54:22 + . 12:54:22 -> Found 1 reports 12:54:22 ==> Detecting git/mercurial file structure 12:54:22 ==> Reading reports 12:54:22 + ./coverage.out bytes=26895 12:54:22 ==> Appending adjustments 12:54:22 https://docs.codecov.io/docs/fixing-reports 12:54:22 + Found adjustments 12:54:22 ==> Gzipping contents 12:54:22 8.0K /tmp/codecov.Y9qc66.gz 12:54:22 ==> Uploading reports 12:54:22 url: https://codecov.io 12:54:22 query: branch=PR-163&commit=e1376dae35c5589f7b3c67d0c77b49e6287edac6&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-163%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=163&job=&cmd_args= 12:54:22 -> Pinging Codecov 12:54:22 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-163&commit=e1376dae35c5589f7b3c67d0c77b49e6287edac6&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-163%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=163&job=&cmd_args= 12:54:22 -> Uploading to 12:54:22 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/833815588EE85121546D348822E98E2E/e1376dae35c5589f7b3c67d0c77b49e6287edac6/52cdb571-03f0-4b9e-85f2-61c192b72c4b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T125422Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ef8c2ac47a5f3f787113fb7dc854b348b528e7a06dd7ad6e02cf5c061f9f6dc9 12:54:22 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:22 Dload Upload Total Spent Left Speed 12:54:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5084 0 0 100 5084 0 11344 --:--:-- --:--:-- --:--:-- 11373 12:54:23 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/e1376dae35c5589f7b3c67d0c77b49e6287edac6 [Pipeline] } 12:54:23 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 12:54:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:54:25 ---> package-listing.sh 12:54:25 ++ facter osfamily 12:54:25 ++ tr '[:upper:]' '[:lower:]' 12:54:25 + OS_FAMILY=redhat 12:54:25 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-163 12:54:25 + START_PACKAGES=/tmp/packages_start.txt 12:54:25 + END_PACKAGES=/tmp/packages_end.txt 12:54:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:54:25 + PACKAGES=/tmp/packages_start.txt 12:54:25 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-163 ']' 12:54:25 + PACKAGES=/tmp/packages_end.txt 12:54:25 + case "${OS_FAMILY}" in 12:54:25 + rpm -qa 12:54:25 + sort 12:54:31 + '[' -f /tmp/packages_start.txt ']' 12:54:31 + '[' -f /tmp/packages_end.txt ']' 12:54:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:54:31 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-163 ']' 12:54:31 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-163/archives/ 12:54:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-163/archives/ [Pipeline] echo 12:54:31 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-163/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:54:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:54:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:54:31 12:54:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:54:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:54:32 alpine: Pulling from edgex-lftools-log-publisher 12:54:32 df20fa9351a1: Pulling fs layer 12:54:32 36b3adc4ff6f: Pulling fs layer 12:54:32 8ad3a11d3b57: Pulling fs layer 12:54:32 46f8f816bc3b: Pulling fs layer 12:54:32 93b61091891f: Pulling fs layer 12:54:32 93b9cdb0e59b: Pulling fs layer 12:54:32 5e14af77c1be: Pulling fs layer 12:54:32 01666e4c0597: Pulling fs layer 12:54:32 aa168da1d23b: Pulling fs layer 12:54:32 46f8f816bc3b: Waiting 12:54:32 93b61091891f: Waiting 12:54:32 93b9cdb0e59b: Waiting 12:54:32 01666e4c0597: Waiting 12:54:32 aa168da1d23b: Waiting 12:54:32 36b3adc4ff6f: Verifying Checksum 12:54:32 36b3adc4ff6f: Download complete 12:54:32 46f8f816bc3b: Verifying Checksum 12:54:32 46f8f816bc3b: Download complete 12:54:32 df20fa9351a1: Verifying Checksum 12:54:32 df20fa9351a1: Download complete 12:54:32 93b9cdb0e59b: Verifying Checksum 12:54:32 93b9cdb0e59b: Download complete 12:54:32 5e14af77c1be: Verifying Checksum 12:54:32 5e14af77c1be: Download complete 12:54:32 01666e4c0597: Verifying Checksum 12:54:32 01666e4c0597: Download complete 12:54:32 93b61091891f: Verifying Checksum 12:54:32 93b61091891f: Download complete 12:54:32 df20fa9351a1: Pull complete 12:54:32 8ad3a11d3b57: Verifying Checksum 12:54:32 8ad3a11d3b57: Download complete 12:54:33 36b3adc4ff6f: Pull complete 12:54:33 8ad3a11d3b57: Pull complete 12:54:33 46f8f816bc3b: Pull complete 12:54:34 93b61091891f: Pull complete 12:54:34 93b9cdb0e59b: Pull complete 12:54:34 aa168da1d23b: Verifying Checksum 12:54:34 aa168da1d23b: Download complete 12:54:34 5e14af77c1be: Pull complete 12:54:34 01666e4c0597: Pull complete 12:54:42 aa168da1d23b: Pull complete 12:54:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:54:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:54:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:54:43 prd-centos7-docker-4c-2g-26274 does not seem to be running inside a container 12:54:43 $ 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-163/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-163 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163:/w/workspace/xfoundry_go-mod-bootstrap_PR-163:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@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:10003/edgex-lftools-log-publisher:alpine cat 12:54:46 $ docker top f8adc68deb077abd530f6b1494973c651dcb86d546502250ff7d4f040746756d -eo pid,comm [Pipeline] { [Pipeline] sh 12:54:46 + touch /tmp/pre-build-complete [Pipeline] sh 12:54:47 + mkdir -p /var/log/sa [Pipeline] sh 12:54:47 + ls /var/log/sa-host 12:54:47 + sadf -c /var/log/sa-host/sa12 12:54:47 file_magic: OK 12:54:47 HZ: Using current value: 100 12:54:47 file_header: OK 12:54:47 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 12:54:47 Statistics: 12:54:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:54:47 File successfully converted to sysstat format version 12.2.1 12:54:47 + sadf -c /var/log/sa-host/sa23 12:54:47 file_magic: OK 12:54:47 HZ: Using current value: 100 12:54:47 file_header: OK 12:54:47 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 12:54:47 Statistics: 12:54:47 Hnuu...uuuununununu... 12:54:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:54:47 provisioning config files... 12:54:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/config5395417274411724219tmp [Pipeline] { [Pipeline] echo 12:54:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:54:48 ---> create-netrc.sh [Pipeline] } 12:54:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:54:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:54:48 ---> python-tools-install.sh [Pipeline] echo 12:54:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:54:48 ---> sudo-logs.sh 12:54:48 Archiving 'sudo' log.. [Pipeline] echo 12:54:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:54:49 ---> job-cost.sh 12:54:49 lf-activate-venv: SKIPPING 12:54:49 INFO: No Stack... 12:54:50 INFO: Retrieving Pricing Info for: v1-standard-2 12:54:50 INFO: Archiving Costs [Pipeline] echo 12:54:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:54:50 ---> logs-deploy.sh 12:54:50 lf-activate-venv: SKIPPING 12:54:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-163/5 12:54:50 INFO: archiving workspace using pattern(s): 12:54:52 Archives upload complete. 12:54:52 INFO: archiving logs to Nexus