Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 862d807d5db610482e2c8d36d88f0aa71ecfe806+3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b (5587ff4fc4700d3de1327b6397d8a498b519f773) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22887 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [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-150 # 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/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b into PR head commit 862d807d5db610482e2c8d36d88f0aa71ecfe806 Merge succeeded, producing cd4fbed12202fba188e389c41802aea6df5a5585 Checking out Revision cd4fbed12202fba188e389c41802aea6df5a5585 (PR-150) > git config core.sparsecheckout # timeout=10 > git checkout -f 862d807d5db610482e2c8d36d88f0aa71ecfe806 # 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 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cd4fbed12202fba188e389c41802aea6df5a5585 # timeout=10 Commit message: "Merge commit '3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:02:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk df9cbe9b47336a0b5f176f432534a41019c035b8 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:02:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:02:26 ========================================================= 23:02:26 EdgeX Global Pipelines Version Info 23:02:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:02:27 ------------------- 23:02:27 stable info: 23:02:27 ------------------- 23:02:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:02:27 Message: update stable to v1.0.179 23:02:28 ------------------- 23:02:28 experimental info: 23:02:28 ------------------- 23:02:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:02:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-150 [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-150 [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-150 [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cd4fbed12202fba188e389c41802aea6df5a5585 [Pipeline] echo 23:02:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cd4fbed [Pipeline] echo 23:02:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:02:32 + git log --format=format:%s -1 cd4fbed12202fba188e389c41802aea6df5a5585 [Pipeline] echo 23:02:33 GIT_COMMIT: cd4fbed12202fba188e389c41802aea6df5a5585, Commit Message: Merge commit '3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b' into HEAD [Pipeline] echo 23:02:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:02:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:33 23:02:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:02:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:34 latest: Pulling from edgex-devops/git-semver 23:02:34 31603596830f: Pulling fs layer 23:02:34 2a8b12db71e7: Pulling fs layer 23:02:34 6ca5941a6612: Pulling fs layer 23:02:34 ecc8261a40a4: Pulling fs layer 23:02:34 ecc8261a40a4: Waiting 23:02:34 2a8b12db71e7: Verifying Checksum 23:02:34 2a8b12db71e7: Download complete 23:02:34 31603596830f: Download complete 23:02:34 ecc8261a40a4: Verifying Checksum 23:02:34 ecc8261a40a4: Download complete 23:02:34 6ca5941a6612: Verifying Checksum 23:02:34 6ca5941a6612: Download complete 23:02:34 31603596830f: Pull complete 23:02:35 2a8b12db71e7: Pull complete 23:02:35 6ca5941a6612: Pull complete 23:02:35 ecc8261a40a4: Pull complete 23:02:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:02:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:02:36 prd-centos7-docker-4c-2g-22887 does not seem to be running inside a container 23:02:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-150 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150:/w/workspace/xfoundry_go-mod-bootstrap_PR-150:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:38 $ docker top 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:38 [ssh-agent] Looking for ssh-agent implementation... 23:02:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:38 $ docker exec 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 ssh-agent 23:02:39 SSH_AUTH_SOCK=/tmp/ssh-olBtcLVWFD1H/agent.11 23:02:39 SSH_AGENT_PID=16 23:02:39 Running ssh-add (command line suppressed) 23:02:39 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_4757294562918381469.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_4757294562918381469.key) 23:02:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:39 + git tag --points-at HEAD [Pipeline] } 23:02:39 $ docker exec --env ******** --env ******** 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 ssh-agent -k 23:02:39 unset SSH_AUTH_SOCK; 23:02:39 unset SSH_AGENT_PID; 23:02:39 echo Agent pid 16 killed; 23:02:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:02:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:40 [ssh-agent] Looking for ssh-agent implementation... 23:02:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:40 $ docker exec 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 ssh-agent 23:02:40 SSH_AUTH_SOCK=/tmp/ssh-6uBplJf9rWJv/agent.46 23:02:40 SSH_AGENT_PID=51 23:02:40 Running ssh-add (command line suppressed) 23:02:40 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_6685625719948323045.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_6685625719948323045.key) 23:02:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:41 + git semver init 23:02:41 # -> Open(): unable to determine branch for HEAD 23:02:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.git 23:02:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:02:41 # $SEMVER_REMOTE_NAME = origin 23:02:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:41 # $SEMVER_USER_NAME = edgex-jenkins 23:02:41 # $SEMVER_BRANCH = PR-150 23:02:41 # $SEMVER_TEMP = /tmp/semver-626536073 23:02:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 23:02:41 # '/tmp/semver-626536073' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver' 23:02:41 # -> Force: false 23:02:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver [Pipeline] } 23:02:41 $ docker exec --env ******** --env ******** 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 ssh-agent -k 23:02:41 unset SSH_AUTH_SOCK; 23:02:41 unset SSH_AGENT_PID; 23:02:41 echo Agent pid 51 killed; 23:02:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:42 + git semver [Pipeline] } 23:02:42 $ docker stop --time=1 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 23:02:44 $ docker rm -f 1d8a15782a5dfadc755ef091a28adbd5463b781bafa1e9735652f4b08db908e9 [Pipeline] // withDockerContainer [Pipeline] sh 23:02:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:45 Stashed 1 file(s) [Pipeline] echo 23:02:45 [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 23:03:00 Still waiting to schedule task 23:03:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:03:00 Still waiting to schedule task 23:03:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:05:14 Running on prd-centos7-docker-4c-2g-22889 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws 23:05:14 Running in /w/workspace/go-mod-bootstrap/8 [Pipeline] { [Pipeline] checkout 23:05:17 using credential edgex-jenkins-ssh 23:05:17 Cloning the remote Git repository 23:05:17 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:17 > git init /w/workspace/go-mod-bootstrap/8 # timeout=10 23:05:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:17 > git --version # timeout=10 23:05:17 > git --version # 'git version 2.24.3' 23:05:17 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:18 Merging remotes/origin/master commit 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b into PR head commit 862d807d5db610482e2c8d36d88f0aa71ecfe806 23:05:18 Merge succeeded, producing bb74c8b570570483c60a450fa4d88e8470c8db06 23:05:18 Checking out Revision bb74c8b570570483c60a450fa4d88e8470c8db06 (PR-150) 23:05:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:05:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:05:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:05:18 > git config core.sparsecheckout # timeout=10 23:05:18 > git checkout -f 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 23:05:18 > git remote # timeout=10 23:05:18 > git config --get remote.origin.url # timeout=10 23:05:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:18 > git merge 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b # timeout=10 23:05:18 > git rev-parse HEAD^{commit} # timeout=10 23:05:18 > git config core.sparsecheckout # timeout=10 23:05:18 > git checkout -f bb74c8b570570483c60a450fa4d88e8470c8db06 # timeout=10 23:05:22 Commit message: "Merge commit '3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b' into HEAD" 23:05:22 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 23:05:22 > git rev-list --no-walk df9cbe9b47336a0b5f176f432534a41019c035b8 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 23:05:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:05:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:05:24 + true 23:05:24 + sudo service docker restart 23:05:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:05:26 ========================================================= 23:05:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:05:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:05:26 + 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 . 23:05:27 Sending build context to Docker daemon 678.9kB 23:05:27 Step 1/8 : ARG BASE=golang:1.15-alpine 23:05:27 Step 2/8 : FROM ${BASE} 23:05:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:05:27 188c0c94c7c5: Pulling fs layer 23:05:27 0ef7d3d256c8: Pulling fs layer 23:05:27 de9db76c5a1d: Pulling fs layer 23:05:27 bca2f99d35d6: Pulling fs layer 23:05:27 93359f2a8cfa: Pulling fs layer 23:05:27 7c6f9722023f: Pulling fs layer 23:05:27 a35cf1a2eb13: Pulling fs layer 23:05:27 93359f2a8cfa: Waiting 23:05:27 7c6f9722023f: Waiting 23:05:27 bca2f99d35d6: Waiting 23:05:27 a35cf1a2eb13: Waiting 23:05:27 de9db76c5a1d: Verifying Checksum 23:05:27 de9db76c5a1d: Download complete 23:05:27 0ef7d3d256c8: Verifying Checksum 23:05:27 0ef7d3d256c8: Download complete 23:05:27 93359f2a8cfa: Verifying Checksum 23:05:27 93359f2a8cfa: Download complete 23:05:27 7c6f9722023f: Verifying Checksum 23:05:27 7c6f9722023f: Download complete 23:05:27 188c0c94c7c5: Verifying Checksum 23:05:27 188c0c94c7c5: Download complete 23:05:27 188c0c94c7c5: Pull complete 23:05:27 0ef7d3d256c8: Pull complete 23:05:27 de9db76c5a1d: Pull complete 23:05:29 a35cf1a2eb13: Verifying Checksum 23:05:29 a35cf1a2eb13: Download complete 23:05:30 bca2f99d35d6: Verifying Checksum 23:05:30 bca2f99d35d6: Download complete 23:05:36 bca2f99d35d6: Pull complete 23:05:36 93359f2a8cfa: Pull complete 23:05:36 7c6f9722023f: Pull complete 23:05:40 a35cf1a2eb13: Pull complete 23:05:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:05:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:05:40 ---> a62c8e92a672 23:05:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:05:40 ---> Running in 381a1be88e05 23:05:41 Removing intermediate container 381a1be88e05 23:05:41 ---> 88c7a717d835 23:05:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:41 ---> Running in b28c3c4de5a4 23:05:42 Removing intermediate container b28c3c4de5a4 23:05:42 ---> 2c0179020f56 23:05:42 Step 5/8 : RUN apk add --update --no-cache git make 23:05:42 ---> Running in 1775d68ae9e7 23:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:44 OK: 166 MiB in 39 packages 23:05:44 Removing intermediate container 1775d68ae9e7 23:05:44 ---> 391ac526722e 23:05:44 Step 6/8 : WORKDIR /build 23:05:44 ---> Running in 5cb9ce5860d1 23:05:44 Removing intermediate container 5cb9ce5860d1 23:05:44 ---> f76651c5295f 23:05:44 Step 7/8 : COPY go.mod . 23:05:44 ---> 8833f3b5dea7 23:05:44 Step 8/8 : RUN go mod download 23:05:44 ---> Running in 88f1f5c6c73d 23:06:03 Removing intermediate container 88f1f5c6c73d 23:06:03 ---> 7ce0a58441ab 23:06:03 Successfully built 7ce0a58441ab 23:06:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:06:03 + docker inspect -f . ci-base-image-x86_64 23:06:03 . [Pipeline] withDockerContainer 23:06:03 prd-centos7-docker-4c-2g-22889 does not seem to be running inside a container 23:06:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/8 -v /w/workspace/go-mod-bootstrap/8:/w/workspace/go-mod-bootstrap/8:rw,z -v /w/workspace/go-mod-bootstrap/8@tmp:/w/workspace/go-mod-bootstrap/8@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 23:06:04 $ docker top 5d1ca04d920f859ff29ed2ef9e9c39e0383203dd53675605b6003f29e9f011a6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:05 + go version 23:06:05 go version go1.15.5 linux/amd64 [Pipeline] } 23:06:05 $ docker stop --time=1 5d1ca04d920f859ff29ed2ef9e9c39e0383203dd53675605b6003f29e9f011a6 23:06:06 $ docker rm -f 5d1ca04d920f859ff29ed2ef9e9c39e0383203dd53675605b6003f29e9f011a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:07 + docker inspect -f . ci-base-image-x86_64 23:06:07 . [Pipeline] withDockerContainer 23:06:07 prd-centos7-docker-4c-2g-22889 does not seem to be running inside a container 23:06:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/8 -v /w/workspace/go-mod-bootstrap/8:/w/workspace/go-mod-bootstrap/8:rw,z -v /w/workspace/go-mod-bootstrap/8@tmp:/w/workspace/go-mod-bootstrap/8@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 23:06:08 $ docker top 144b2b6b1ea255dcd6aafe7492675ab57f7bb1c29f3c404c353924b7127379e1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:09 + make test 23:06:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:06:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 23:06:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.024s coverage: 9.0% of statements 23:06:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 23:06:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.023s coverage: 92.2% of statements 23:06:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.007s coverage: 85.3% of statements 23:06:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.012s coverage: 34.3% of statements 23:06:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 23:06:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 23:06:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.017s coverage: 18.2% of statements 23:06:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.013s coverage: 95.3% of statements 23:06:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 23:06:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 23:06:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.028s coverage: 91.3% of statements 23:06:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 23:06:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:06:27 gofmt -l . 23:06:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:06:27 $ docker stop --time=1 144b2b6b1ea255dcd6aafe7492675ab57f7bb1c29f3c404c353924b7127379e1 23:06:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22890 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:06:29 $ docker rm -f 144b2b6b1ea255dcd6aafe7492675ab57f7bb1c29f3c404c353924b7127379e1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws 23:06:30 Running in /w/workspace/go-mod-bootstrap/8 [Pipeline] { [Pipeline] checkout 23:06:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:06:30 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:06:35 using credential edgex-jenkins-ssh 23:06:35 Cloning the remote Git repository 23:06:35 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:06:35 > git init /w/workspace/go-mod-bootstrap/8 # timeout=10 23:06:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:06:35 > git --version # timeout=10 23:06:35 > git --version # 'git version 2.17.1' 23:06:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:06:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:06:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:06:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:06:37 Merging remotes/origin/master commit 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b into PR head commit 862d807d5db610482e2c8d36d88f0aa71ecfe806 23:06:37 Merge succeeded, producing 37e23d9ee7328c743b47654e958c6c6aec2c0905 23:06:37 Checking out Revision 37e23d9ee7328c743b47654e958c6c6aec2c0905 (PR-150) 23:06:37 > git config core.sparsecheckout # timeout=10 23:06:37 > git checkout -f 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 23:06:37 > git remote # timeout=10 23:06:37 > git config --get remote.origin.url # timeout=10 23:06:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:37 > git merge 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b # timeout=10 23:06:37 > git rev-parse HEAD^{commit} # timeout=10 23:06:37 > git config core.sparsecheckout # timeout=10 23:06:37 > git checkout -f 37e23d9ee7328c743b47654e958c6c6aec2c0905 # timeout=10 23:06:41 Commit message: "Merge commit '3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b' into HEAD" 23:06:41 First time build. Skipping changelog. 23:06:41 > git rev-list --no-walk df9cbe9b47336a0b5f176f432534a41019c035b8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:06:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:06:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:06:44 + sudo service docker restart 23:06:44 + true [Pipeline] unstash [Pipeline] echo 23:06:46 ========================================================= 23:06:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:06:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:47 + 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 . 23:06:48 Sending build context to Docker daemon 677.9kB 23:06:48 Step 1/8 : ARG BASE=golang:1.15-alpine 23:06:48 Step 2/8 : FROM ${BASE} 23:06:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:06:48 5f621e34cdf4: Pulling fs layer 23:06:48 a4357932f1b6: Pulling fs layer 23:06:48 18c013af1878: Pulling fs layer 23:06:48 00ac8860ef70: Pulling fs layer 23:06:48 63d7cb157983: Pulling fs layer 23:06:48 b116817d02f9: Pulling fs layer 23:06:48 745a02a5169b: Pulling fs layer 23:06:48 63d7cb157983: Waiting 23:06:48 b116817d02f9: Waiting 23:06:48 745a02a5169b: Waiting 23:06:48 00ac8860ef70: Waiting 23:06:48 18c013af1878: Verifying Checksum 23:06:48 18c013af1878: Download complete 23:06:48 a4357932f1b6: Download complete 23:06:48 63d7cb157983: Verifying Checksum 23:06:48 63d7cb157983: Download complete 23:06:48 b116817d02f9: Verifying Checksum 23:06:48 b116817d02f9: Download complete 23:06:48 5f621e34cdf4: Verifying Checksum 23:06:48 5f621e34cdf4: Download complete 23:06:49 5f621e34cdf4: Pull complete 23:06:49 a4357932f1b6: Pull complete 23:06:50 18c013af1878: Pull complete 23:06:51 745a02a5169b: Verifying Checksum 23:06:51 745a02a5169b: Download complete 23:06:52 00ac8860ef70: Verifying Checksum 23:06:52 00ac8860ef70: Download complete 23:07:02 00ac8860ef70: Pull complete 23:07:02 63d7cb157983: Pull complete 23:07:02 b116817d02f9: Pull complete 23:07:06 745a02a5169b: Pull complete 23:07:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:07:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:07:06 ---> b7e6874047d6 23:07:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:07:09 ---> Running in 30e4d7451684 23:07:09 Removing intermediate container 30e4d7451684 23:07:09 ---> 78bcaf4c2615 23:07:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:09 ---> Running in 2ddf6553425a 23:07:11 Removing intermediate container 2ddf6553425a 23:07:11 ---> 7409c33baaf9 23:07:11 Step 5/8 : RUN apk add --update --no-cache git make 23:07:11 ---> Running in eca859fc90c5 23:07:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:14 OK: 142 MiB in 39 packages 23:07:15 Removing intermediate container eca859fc90c5 23:07:15 ---> 19ed0622d2fa 23:07:15 Step 6/8 : WORKDIR /build 23:07:15 ---> Running in f8e9ea7966af 23:07:15 Removing intermediate container f8e9ea7966af 23:07:15 ---> 32d55045a170 23:07:15 Step 7/8 : COPY go.mod . 23:07:16 ---> 30400979c2a8 23:07:16 Step 8/8 : RUN go mod download 23:07:16 ---> Running in 968aeea3d3b4 23:07:43 Removing intermediate container 968aeea3d3b4 23:07:43 ---> 088b213292d4 23:07:43 Successfully built 088b213292d4 23:07:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:07:44 + docker inspect -f . ci-base-image-arm64 23:07:44 . [Pipeline] withDockerContainer 23:07:44 prd-ubuntu18.04-docker-arm64-4c-16g-22890 does not seem to be running inside a container 23:07:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/8 -v /w/workspace/go-mod-bootstrap/8:/w/workspace/go-mod-bootstrap/8:rw,z -v /w/workspace/go-mod-bootstrap/8@tmp:/w/workspace/go-mod-bootstrap/8@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 ******** ci-base-image-arm64 cat 23:07:45 $ docker top 1b82ed5481a57c7812b66d84438ef3217079c1a5a6eef01a6535b28a987fdad4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:46 + go version 23:07:46 go version go1.15.5 linux/arm64 [Pipeline] } 23:07:46 $ docker stop --time=1 1b82ed5481a57c7812b66d84438ef3217079c1a5a6eef01a6535b28a987fdad4 23:07:48 $ docker rm -f 1b82ed5481a57c7812b66d84438ef3217079c1a5a6eef01a6535b28a987fdad4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:49 + docker inspect -f . ci-base-image-arm64 23:07:49 . [Pipeline] withDockerContainer 23:07:50 prd-ubuntu18.04-docker-arm64-4c-16g-22890 does not seem to be running inside a container 23:07:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/8 -v /w/workspace/go-mod-bootstrap/8:/w/workspace/go-mod-bootstrap/8:rw,z -v /w/workspace/go-mod-bootstrap/8@tmp:/w/workspace/go-mod-bootstrap/8@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 ******** ci-base-image-arm64 cat 23:07:51 $ docker top 719a227cb8e813bcb8691c330c93f0a65b90ccd1dddd8b0605f8eda9707f239b -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:52 + make test 23:07:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:08:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 23:08:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.026s coverage: 9.0% of statements 23:08:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 23:08:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.052s coverage: 92.2% of statements 23:08:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.036s coverage: 85.3% of statements 23:08:26 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.017s coverage: 34.3% of statements 23:08:26 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 23:08:26 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 23:08:26 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.024s coverage: 18.2% of statements 23:08:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.023s coverage: 95.3% of statements 23:08:29 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 23:08:29 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 23:08:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.036s coverage: 91.3% of statements 23:08:29 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 23:08:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:08:36 gofmt -l . 23:08:36 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:08:36 $ docker stop --time=1 719a227cb8e813bcb8691c330c93f0a65b90ccd1dddd8b0605f8eda9707f239b 23:08:38 $ docker rm -f 719a227cb8e813bcb8691c330c93f0a65b90ccd1dddd8b0605f8eda9707f239b [Pipeline] // withDockerContainer [Pipeline] sh 23:08:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:08:39 Warning: overwriting stash ‘coverage-report’ 23:08:40 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 23:08:42 provisioning config files... 23:08:42 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config7397367848045187781tmp [Pipeline] { [Pipeline] sh 23:08:43 + set +x 23:08:43 + curl -s https://codecov.io/bash 23:08:43 + bash -s -- 23:08:43 23:08:43 _____ _ 23:08:43 / ____| | | 23:08:43 | | ___ __| | ___ ___ _____ __ 23:08:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:08:43 | |___| (_) | (_| | __/ (_| (_) \ V / 23:08:43 \_____\___/ \__,_|\___|\___\___/ \_/ 23:08:43 Bash-20210115-cec3c92 23:08:43 23:08:43 23:08:43 ==> git version 2.24.3 found 23:08:43 ==> 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 23:08:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:08:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:08:43 ==> Jenkins CI detected. 23:08:43 project root: . 23:08:43 --> token set from env 23:08:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:08:43 ==> Running gcov in . (disable via -X gcov) 23:08:43 ==> Python coveragepy not found 23:08:43 ==> Searching for coverage reports in: 23:08:43 + . 23:08:43 -> Found 1 reports 23:08:43 ==> Detecting git/mercurial file structure 23:08:43 ==> Reading reports 23:08:43 + ./coverage.out bytes=26895 23:08:43 ==> Appending adjustments 23:08:43 https://docs.codecov.io/docs/fixing-reports 23:08:43 + Found adjustments 23:08:43 ==> Gzipping contents 23:08:43 8.0K /tmp/codecov.xpHdls.gz 23:08:43 ==> Uploading reports 23:08:43 url: https://codecov.io 23:08:43 query: branch=PR-150&commit=cd4fbed12202fba188e389c41802aea6df5a5585&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-150%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=150&job=&cmd_args= 23:08:43 -> Pinging Codecov 23:08:43 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-150&commit=cd4fbed12202fba188e389c41802aea6df5a5585&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-150%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=150&job=&cmd_args= 23:08:44 -> Uploading to 23:08:44 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/833815588EE85121546D348822E98E2E/cd4fbed12202fba188e389c41802aea6df5a5585/54ecfd1d-c14d-4b96-bea5-40edc581a927.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T230843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fa2d134eac0f00f854e799295a2408214e6c113e0b54f54525f67d70dead7c37 23:08:44 % Total % Received % Xferd Average Speed Time Time Time Current 23:08:44 Dload Upload Total Spent Left Speed 23:08:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5083 0 0 100 5083 0 10859 --:--:-- --:--:-- --:--:-- 10861 100 5083 0 0 100 5083 0 10855 --:--:-- --:--:-- --:--:-- 10837 23:08:44 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cd4fbed12202fba188e389c41802aea6df5a5585 [Pipeline] } 23:08:44 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 23:08:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:08:47 ---> package-listing.sh 23:08:47 ++ facter osfamily 23:08:47 ++ tr '[:upper:]' '[:lower:]' 23:08:47 + OS_FAMILY=redhat 23:08:47 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:08:47 + START_PACKAGES=/tmp/packages_start.txt 23:08:47 + END_PACKAGES=/tmp/packages_end.txt 23:08:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:08:47 + PACKAGES=/tmp/packages_start.txt 23:08:47 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' 23:08:47 + PACKAGES=/tmp/packages_end.txt 23:08:47 + case "${OS_FAMILY}" in 23:08:47 + rpm -qa 23:08:47 + sort 23:08:52 + '[' -f /tmp/packages_start.txt ']' 23:08:52 + '[' -f /tmp/packages_end.txt ']' 23:08:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:08:52 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' 23:08:52 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ 23:08:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ [Pipeline] echo 23:08:52 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-150/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:08:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:08:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:53 23:08:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:08:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:53 alpine: Pulling from edgex-lftools-log-publisher 23:08:53 df20fa9351a1: Pulling fs layer 23:08:53 36b3adc4ff6f: Pulling fs layer 23:08:53 8ad3a11d3b57: Pulling fs layer 23:08:53 46f8f816bc3b: Pulling fs layer 23:08:53 93b61091891f: Pulling fs layer 23:08:53 93b9cdb0e59b: Pulling fs layer 23:08:53 5e14af77c1be: Pulling fs layer 23:08:53 01666e4c0597: Pulling fs layer 23:08:53 aa168da1d23b: Pulling fs layer 23:08:53 46f8f816bc3b: Waiting 23:08:53 93b61091891f: Waiting 23:08:53 93b9cdb0e59b: Waiting 23:08:53 01666e4c0597: Waiting 23:08:53 aa168da1d23b: Waiting 23:08:53 5e14af77c1be: Waiting 23:08:53 36b3adc4ff6f: Download complete 23:08:53 46f8f816bc3b: Verifying Checksum 23:08:53 46f8f816bc3b: Download complete 23:08:54 df20fa9351a1: Verifying Checksum 23:08:54 df20fa9351a1: Download complete 23:08:54 93b9cdb0e59b: Verifying Checksum 23:08:54 93b9cdb0e59b: Download complete 23:08:54 5e14af77c1be: Verifying Checksum 23:08:54 5e14af77c1be: Download complete 23:08:54 93b61091891f: Download complete 23:08:54 01666e4c0597: Verifying Checksum 23:08:54 01666e4c0597: Download complete 23:08:54 8ad3a11d3b57: Verifying Checksum 23:08:54 8ad3a11d3b57: Download complete 23:08:54 df20fa9351a1: Pull complete 23:08:54 36b3adc4ff6f: Pull complete 23:08:55 8ad3a11d3b57: Pull complete 23:08:55 46f8f816bc3b: Pull complete 23:08:56 aa168da1d23b: Verifying Checksum 23:08:56 aa168da1d23b: Download complete 23:08:56 93b61091891f: Pull complete 23:08:56 93b9cdb0e59b: Pull complete 23:08:57 5e14af77c1be: Pull complete 23:08:57 01666e4c0597: Pull complete 23:09:05 aa168da1d23b: Pull complete 23:09:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:09:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:09:05 prd-centos7-docker-4c-2g-22887 does not seem to be running inside a container 23:09:05 $ 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-150/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-150 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150:/w/workspace/xfoundry_go-mod-bootstrap_PR-150:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:09:08 $ docker top acc33de5145e0f71b8142acead9daac6100f51ab3c759bf9857696d734ae42eb -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:09 + touch /tmp/pre-build-complete [Pipeline] sh 23:09:09 + mkdir -p /var/log/sa [Pipeline] sh 23:09:10 + ls /var/log/sa-host 23:09:10 + sadf -c /var/log/sa-host/sa23 23:09:10 file_magic: OK 23:09:10 HZ: Using current value: 100 23:09:10 file_header: OK 23:09:10 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 23:09:10 Statistics: 23:09:10 Hnuu...uuuununununu... 23:09:10 File successfully converted to sysstat format version 12.2.1 23:09:10 + sadf -c /var/log/sa-host/sa26 23:09:10 file_magic: OK 23:09:10 HZ: Using current value: 100 23:09:10 file_header: OK 23:09:10 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 23:09:10 Statistics: 23:09:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:09:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:09:10 provisioning config files... 23:09:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config6614715538203271182tmp [Pipeline] { [Pipeline] echo 23:09:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:09:10 ---> create-netrc.sh [Pipeline] } 23:09:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:09:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:09:11 ---> python-tools-install.sh [Pipeline] echo 23:09:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:09:11 ---> sudo-logs.sh 23:09:11 Archiving 'sudo' log.. [Pipeline] echo 23:09:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:09:11 ---> job-cost.sh 23:09:11 lf-activate-venv: SKIPPING 23:09:11 INFO: No Stack... 23:09:12 INFO: Retrieving Pricing Info for: v1-standard-2 23:09:13 INFO: Archiving Costs [Pipeline] echo 23:09:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:09:13 ---> logs-deploy.sh 23:09:13 lf-activate-venv: SKIPPING 23:09:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-150/8 23:09:13 INFO: archiving workspace using pattern(s): 23:09:15 Archives upload complete. 23:09:15 INFO: archiving logs to Nexus 23:09:16 ---> uname -a: 23:09:16 Linux prd-centos7-docker-4c-2g-22887.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:09:16 23:09:16