Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2+b42b1bfd9c30748770a17f33555286db2cc78103 (2c69147c7e290d54b81bb85947ac26f852ab49f8) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-21382 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 Merging remotes/origin/master commit b42b1bfd9c30748770a17f33555286db2cc78103 into PR head commit d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 Merge succeeded, producing 3987608dcbd26d140584ca04ebe47095ccbaf6e9 Checking out Revision 3987608dcbd26d140584ca04ebe47095ccbaf6e9 (PR-150) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 # 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 b42b1bfd9c30748770a17f33555286db2cc78103 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3987608dcbd26d140584ca04ebe47095ccbaf6e9 # timeout=10 Commit message: "Merge commit 'b42b1bfd9c30748770a17f33555286db2cc78103' into HEAD" > git rev-list --no-walk d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:01:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:01:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:01:49 ========================================================= 23:01:49 EdgeX Global Pipelines Version Info 23:01:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:01:51 ------------------- 23:01:51 stable info: 23:01:51 ------------------- 23:01:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:51 Message: update stable to v1.0.179 23:01:51 ------------------- 23:01:51 experimental info: 23:01:51 ------------------- 23:01:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:51 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:01:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:01:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-150 [Pipeline] echo 23:01:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-150 [Pipeline] echo 23:01:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-150 [Pipeline] echo 23:01:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3987608dcbd26d140584ca04ebe47095ccbaf6e9 [Pipeline] echo 23:01:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3987608 [Pipeline] echo 23:01:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:01:56 + git log --format=format:%s -1 3987608dcbd26d140584ca04ebe47095ccbaf6e9 [Pipeline] echo 23:01:56 GIT_COMMIT: 3987608dcbd26d140584ca04ebe47095ccbaf6e9, Commit Message: Merge commit 'b42b1bfd9c30748770a17f33555286db2cc78103' into HEAD [Pipeline] echo 23:01:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:01:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:56 23:01:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:01:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:57 latest: Pulling from edgex-devops/git-semver 23:01:57 31603596830f: Pulling fs layer 23:01:57 2a8b12db71e7: Pulling fs layer 23:01:57 6ca5941a6612: Pulling fs layer 23:01:57 ecc8261a40a4: Pulling fs layer 23:01:57 ecc8261a40a4: Waiting 23:01:57 2a8b12db71e7: Verifying Checksum 23:01:57 2a8b12db71e7: Download complete 23:01:57 31603596830f: Download complete 23:01:57 ecc8261a40a4: Verifying Checksum 23:01:57 ecc8261a40a4: Download complete 23:01:57 6ca5941a6612: Verifying Checksum 23:01:57 6ca5941a6612: Download complete 23:01:57 31603596830f: Pull complete 23:01:58 2a8b12db71e7: Pull complete 23:01:58 6ca5941a6612: Pull complete 23:01:58 ecc8261a40a4: Pull complete 23:01:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:01:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:01:59 prd-centos7-docker-4c-2g-21382 does not seem to be running inside a container 23:01:59 $ 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:01 $ docker top 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:01 [ssh-agent] Looking for ssh-agent implementation... 23:02:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:01 $ docker exec 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 ssh-agent 23:02:02 SSH_AUTH_SOCK=/tmp/ssh-ag1ukpjcpdGl/agent.11 23:02:02 SSH_AGENT_PID=16 23:02:02 Running ssh-add (command line suppressed) 23:02:02 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_1422315654596812211.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_1422315654596812211.key) 23:02:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:02 + git tag --points-at HEAD [Pipeline] } 23:02:02 $ docker exec --env ******** --env ******** 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 ssh-agent -k 23:02:02 unset SSH_AUTH_SOCK; 23:02:02 unset SSH_AGENT_PID; 23:02:02 echo Agent pid 16 killed; 23:02:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:02:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:03 [ssh-agent] Looking for ssh-agent implementation... 23:02:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:03 $ docker exec 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 ssh-agent 23:02:03 SSH_AUTH_SOCK=/tmp/ssh-iYbJZSDBTkk4/agent.44 23:02:03 SSH_AGENT_PID=49 23:02:03 Running ssh-add (command line suppressed) 23:02:03 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_637278372045355020.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_637278372045355020.key) 23:02:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:03 + git semver init 23:02:03 # -> Open(): unable to determine branch for HEAD 23:02:03 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.git 23:02:03 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:02:03 # $SEMVER_REMOTE_NAME = origin 23:02:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:03 # $SEMVER_USER_NAME = edgex-jenkins 23:02:03 # $SEMVER_BRANCH = PR-150 23:02:03 # $SEMVER_TEMP = /tmp/semver-813887279 23:02:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 23:02:04 # '/tmp/semver-813887279' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver' 23:02:04 # -> Force: false 23:02:04 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver [Pipeline] } 23:02:04 $ docker exec --env ******** --env ******** 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 ssh-agent -k 23:02:04 unset SSH_AUTH_SOCK; 23:02:04 unset SSH_AGENT_PID; 23:02:04 echo Agent pid 49 killed; 23:02:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:05 + git semver [Pipeline] } 23:02:05 $ docker stop --time=1 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 23:02:07 $ docker rm -f 0988450d5019ddcfef38b491f6d73824b0169890ca75b9fff3e441853ab7a8c4 [Pipeline] // withDockerContainer [Pipeline] sh 23:02:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:08 Stashed 1 file(s) [Pipeline] echo 23:02:08 [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:02:23 Still waiting to schedule task 23:02:23 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21376’ is offline; ‘prd-centos7-docker-4c-2g-21378’ is offline; ‘prd-centos7-docker-4c-2g-21385’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21379’ doesn’t have label ‘centos7-docker-4c-2g’ 23:02:23 Still waiting to schedule task 23:02:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:02:55 Running on prd-centos7-docker-4c-2g-21384 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws 23:02:56 Running in /w/workspace/go-mod-bootstrap/4 [Pipeline] { [Pipeline] checkout 23:03:03 using credential edgex-jenkins-ssh 23:03:03 Cloning the remote Git repository 23:03:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:03:03 > git init /w/workspace/go-mod-bootstrap/4 # timeout=10 23:03:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:03:04 > git --version # timeout=10 23:03:04 > git --version # 'git version 2.24.3' 23:03:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:03:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:03:05 Merging remotes/origin/master commit b42b1bfd9c30748770a17f33555286db2cc78103 into PR head commit d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 23:03:05 Merge succeeded, producing 7fb5701d50489917d22191e4577fdc1ea5503aad 23:03:05 Checking out Revision 7fb5701d50489917d22191e4577fdc1ea5503aad (PR-150) 23:03:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:03:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:03:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:03:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:03:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:03:05 > 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:03:05 > git config core.sparsecheckout # timeout=10 23:03:05 > git checkout -f d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 # timeout=10 23:03:05 > git remote # timeout=10 23:03:05 > git config --get remote.origin.url # timeout=10 23:03:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:03:05 > git merge b42b1bfd9c30748770a17f33555286db2cc78103 # timeout=10 23:03:05 > git rev-parse HEAD^{commit} # timeout=10 23:03:05 > git config core.sparsecheckout # timeout=10 23:03:05 > git checkout -f 7fb5701d50489917d22191e4577fdc1ea5503aad # timeout=10 23:03:10 Commit message: "Merge commit 'b42b1bfd9c30748770a17f33555286db2cc78103' into HEAD" 23:03:10 > git rev-list --no-walk d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:03:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:03:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:03:13 + sudo service docker restart 23:03:13 + true 23:03:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:03:16 ========================================================= 23:03:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:03:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:03:16 + 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:03:17 Sending build context to Docker daemon 650.2kB 23:03:17 Step 1/8 : ARG BASE=golang:1.15-alpine 23:03:17 Step 2/8 : FROM ${BASE} 23:03:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:03:17 188c0c94c7c5: Pulling fs layer 23:03:17 0ef7d3d256c8: Pulling fs layer 23:03:17 de9db76c5a1d: Pulling fs layer 23:03:17 bca2f99d35d6: Pulling fs layer 23:03:17 93359f2a8cfa: Pulling fs layer 23:03:17 7c6f9722023f: Pulling fs layer 23:03:17 a35cf1a2eb13: Pulling fs layer 23:03:17 bca2f99d35d6: Waiting 23:03:17 93359f2a8cfa: Waiting 23:03:17 7c6f9722023f: Waiting 23:03:17 a35cf1a2eb13: Waiting 23:03:17 de9db76c5a1d: Verifying Checksum 23:03:17 de9db76c5a1d: Download complete 23:03:17 0ef7d3d256c8: Verifying Checksum 23:03:17 0ef7d3d256c8: Download complete 23:03:17 93359f2a8cfa: Verifying Checksum 23:03:17 93359f2a8cfa: Download complete 23:03:17 7c6f9722023f: Verifying Checksum 23:03:17 7c6f9722023f: Download complete 23:03:18 188c0c94c7c5: Verifying Checksum 23:03:18 188c0c94c7c5: Download complete 23:03:19 188c0c94c7c5: Pull complete 23:03:19 0ef7d3d256c8: Pull complete 23:03:20 de9db76c5a1d: Pull complete 23:03:22 a35cf1a2eb13: Verifying Checksum 23:03:22 a35cf1a2eb13: Download complete 23:03:24 bca2f99d35d6: Verifying Checksum 23:03:24 bca2f99d35d6: Download complete 23:03:35 bca2f99d35d6: Pull complete 23:03:35 93359f2a8cfa: Pull complete 23:03:35 7c6f9722023f: Pull complete 23:03:41 a35cf1a2eb13: Pull complete 23:03:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:03:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:03:41 ---> a62c8e92a672 23:03:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:03:41 ---> Running in 5960409071ce 23:03:41 Removing intermediate container 5960409071ce 23:03:41 ---> dd65eab6ac74 23:03:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:41 ---> Running in 7201f32eee2c 23:03:43 Removing intermediate container 7201f32eee2c 23:03:43 ---> 94ce52c6bca4 23:03:43 Step 5/8 : RUN apk add --update --no-cache git make 23:03:43 ---> Running in 9a9262a755cc 23:03:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:46 OK: 166 MiB in 39 packages 23:03:46 Removing intermediate container 9a9262a755cc 23:03:46 ---> bf74913f1f60 23:03:46 Step 6/8 : WORKDIR /build 23:03:46 ---> Running in 9946d397af2c 23:03:47 Removing intermediate container 9946d397af2c 23:03:47 ---> 3fe31d8634fd 23:03:47 Step 7/8 : COPY go.mod . 23:03:47 ---> 5a152f2edd6c 23:03:47 Step 8/8 : RUN go mod download 23:03:47 ---> Running in 961b48589185 23:04:15 Removing intermediate container 961b48589185 23:04:15 ---> 656b7f48c3ad 23:04:15 Successfully built 656b7f48c3ad 23:04:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:04:15 + docker inspect -f . ci-base-image-x86_64 23:04:16 . [Pipeline] withDockerContainer 23:04:16 prd-centos7-docker-4c-2g-21384 does not seem to be running inside a container 23:04:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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:04:18 $ docker top d23248a094dc3f4be73570e481133747243afde2aca408698c6b9b9813d97a92 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:19 + go version 23:04:19 go version go1.15.5 linux/amd64 [Pipeline] } 23:04:19 $ docker stop --time=1 d23248a094dc3f4be73570e481133747243afde2aca408698c6b9b9813d97a92 23:04:21 $ docker rm -f d23248a094dc3f4be73570e481133747243afde2aca408698c6b9b9813d97a92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:22 + docker inspect -f . ci-base-image-x86_64 23:04:22 . [Pipeline] withDockerContainer 23:04:22 prd-centos7-docker-4c-2g-21384 does not seem to be running inside a container 23:04:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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:04:23 $ docker top 7a89c79266271c17d04dd4cd7240cf034facf2f484ab16581ddbd0a4715604cc -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:24 + make test 23:04:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:04:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 23:04:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.025s coverage: 9.0% of statements 23:04:41 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 23:04:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.032s coverage: 92.2% of statements 23:04:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.010s coverage: 85.3% of statements 23:04:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.078s coverage: 34.3% of statements 23:04:43 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 23:04:43 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 23:04:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.033s coverage: 18.2% of statements 23:04:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.025s coverage: 95.3% of statements 23:04:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 23:04:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 23:04:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements 23:04:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:04:50 gofmt -l . 23:04:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:04:50 $ docker stop --time=1 7a89c79266271c17d04dd4cd7240cf034facf2f484ab16581ddbd0a4715604cc 23:04:53 $ docker rm -f 7a89c79266271c17d04dd4cd7240cf034facf2f484ab16581ddbd0a4715604cc [Pipeline] // withDockerContainer [Pipeline] sh 23:04:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:04:54 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:05:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21388 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws 23:05:21 Running in /w/workspace/go-mod-bootstrap/4 [Pipeline] { [Pipeline] checkout 23:05:26 using credential edgex-jenkins-ssh 23:05:26 Cloning the remote Git repository 23:05:26 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:26 > git init /w/workspace/go-mod-bootstrap/4 # timeout=10 23:05:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:26 > git --version # timeout=10 23:05:26 > git --version # 'git version 2.17.1' 23:05:26 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:05:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:05:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:28 Merging remotes/origin/master commit b42b1bfd9c30748770a17f33555286db2cc78103 into PR head commit d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 23:05:28 Merge succeeded, producing 05680b35b621ea04d47676f81b3c04eb52044cf1 23:05:28 Checking out Revision 05680b35b621ea04d47676f81b3c04eb52044cf1 (PR-150) 23:05:27 > 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:05:28 > git config core.sparsecheckout # timeout=10 23:05:28 > git checkout -f d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 # timeout=10 23:05:28 > git remote # timeout=10 23:05:28 > git config --get remote.origin.url # timeout=10 23:05:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:28 > git merge b42b1bfd9c30748770a17f33555286db2cc78103 # timeout=10 23:05:28 > git rev-parse HEAD^{commit} # timeout=10 23:05:28 > git config core.sparsecheckout # timeout=10 23:05:28 > git checkout -f 05680b35b621ea04d47676f81b3c04eb52044cf1 # timeout=10 23:05:33 Commit message: "Merge commit 'b42b1bfd9c30748770a17f33555286db2cc78103' into HEAD" 23:05:33 > git rev-list --no-walk d8f7743d006e0e3dbfdfaac7a8d6cb6c6976c4f2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:05:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:05:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:05:35 + + true 23:05:35 sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:05:38 ========================================================= 23:05:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:05:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:05:38 + 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:05:39 Sending build context to Docker daemon 649.2kB 23:05:39 Step 1/8 : ARG BASE=golang:1.15-alpine 23:05:39 Step 2/8 : FROM ${BASE} 23:05:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:05:39 5f621e34cdf4: Pulling fs layer 23:05:39 a4357932f1b6: Pulling fs layer 23:05:39 18c013af1878: Pulling fs layer 23:05:39 00ac8860ef70: Pulling fs layer 23:05:39 63d7cb157983: Pulling fs layer 23:05:39 b116817d02f9: Pulling fs layer 23:05:39 745a02a5169b: Pulling fs layer 23:05:39 63d7cb157983: Waiting 23:05:39 b116817d02f9: Waiting 23:05:39 745a02a5169b: Waiting 23:05:39 00ac8860ef70: Waiting 23:05:39 18c013af1878: Verifying Checksum 23:05:39 a4357932f1b6: Verifying Checksum 23:05:39 a4357932f1b6: Download complete 23:05:39 63d7cb157983: Verifying Checksum 23:05:39 63d7cb157983: Download complete 23:05:39 b116817d02f9: Verifying Checksum 23:05:39 b116817d02f9: Download complete 23:05:39 5f621e34cdf4: Verifying Checksum 23:05:39 5f621e34cdf4: Download complete 23:05:40 5f621e34cdf4: Pull complete 23:05:41 a4357932f1b6: Pull complete 23:05:41 18c013af1878: Pull complete 23:05:42 745a02a5169b: Download complete 23:05:43 00ac8860ef70: Download complete 23:05:54 00ac8860ef70: Pull complete 23:05:54 63d7cb157983: Pull complete 23:05:54 b116817d02f9: Pull complete 23:05:58 745a02a5169b: Pull complete 23:05:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:05:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:05:58 ---> b7e6874047d6 23:05:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:06:01 ---> Running in a8990df03914 23:06:01 Removing intermediate container a8990df03914 23:06:01 ---> 1bca1cd76063 23:06:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:02 ---> Running in d36f2e1fe08a 23:06:04 Removing intermediate container d36f2e1fe08a 23:06:04 ---> 97a90cf45b5a 23:06:04 Step 5/8 : RUN apk add --update --no-cache git make 23:06:04 ---> Running in 1de7fd1a9127 23:06:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:07 OK: 142 MiB in 39 packages 23:06:08 Removing intermediate container 1de7fd1a9127 23:06:08 ---> 845e348e78f0 23:06:08 Step 6/8 : WORKDIR /build 23:06:08 ---> Running in 53d4db983c48 23:06:08 Removing intermediate container 53d4db983c48 23:06:08 ---> 86aabae44dc5 23:06:08 Step 7/8 : COPY go.mod . 23:06:09 ---> 1ed4befdabe0 23:06:09 Step 8/8 : RUN go mod download 23:06:09 ---> Running in fd0047e55290 23:06:31 Removing intermediate container fd0047e55290 23:06:31 ---> fb9a199e1fdd 23:06:31 Successfully built fb9a199e1fdd 23:06:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:06:32 + docker inspect -f . ci-base-image-arm64 23:06:32 . [Pipeline] withDockerContainer 23:06:32 prd-ubuntu18.04-docker-arm64-4c-16g-21388 does not seem to be running inside a container 23:06:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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 23:06:34 $ docker top 87000cea7dd4157951ad0bd2e3887b5e74bc088fa839fedac084e065e62e3702 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:35 + go version 23:06:35 go version go1.15.5 linux/arm64 [Pipeline] } 23:06:35 $ docker stop --time=1 87000cea7dd4157951ad0bd2e3887b5e74bc088fa839fedac084e065e62e3702 23:06:37 $ docker rm -f 87000cea7dd4157951ad0bd2e3887b5e74bc088fa839fedac084e065e62e3702 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:38 + docker inspect -f . ci-base-image-arm64 23:06:38 . [Pipeline] withDockerContainer 23:06:38 prd-ubuntu18.04-docker-arm64-4c-16g-21388 does not seem to be running inside a container 23:06:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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 23:06:39 $ docker top cf0749875aaef0e77c9537e7c37ba069b57d07f87419d77ec10642adb9bedcaf -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:40 + make test 23:06:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:07:07 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 23:07:07 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.013s coverage: 9.0% of statements 23:07:07 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 23:07:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.066s coverage: 92.2% of statements 23:07:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.029s coverage: 85.3% of statements 23:07:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.020s coverage: 34.3% of statements 23:07:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 23:07:11 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 23:07:11 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.034s coverage: 18.2% of statements 23:07:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 95.3% of statements 23:07:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 23:07:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 23:07:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.011s coverage: 91.3% of statements 23:07:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:07:20 gofmt -l . 23:07:20 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:07:20 $ docker stop --time=1 cf0749875aaef0e77c9537e7c37ba069b57d07f87419d77ec10642adb9bedcaf 23:07:22 $ docker rm -f cf0749875aaef0e77c9537e7c37ba069b57d07f87419d77ec10642adb9bedcaf [Pipeline] // withDockerContainer [Pipeline] sh 23:07:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:07:23 Warning: overwriting stash ‘coverage-report’ 23:07:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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:07:26 provisioning config files... 23:07:26 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config1029022092303613825tmp [Pipeline] { [Pipeline] sh 23:07:26 + set +x 23:07:26 + curl -s https://codecov.io/bash 23:07:26 + bash -s -- 23:07:26 23:07:26 _____ _ 23:07:26 / ____| | | 23:07:26 | | ___ __| | ___ ___ _____ __ 23:07:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:07:26 | |___| (_) | (_| | __/ (_| (_) \ V / 23:07:26 \_____\___/ \__,_|\___|\___\___/ \_/ 23:07:26 Bash-20210115-cec3c92 23:07:26 23:07:26 23:07:26 ==> git version 2.24.3 found 23:07:26 ==> 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:07:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:07:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:07:26 ==> Jenkins CI detected. 23:07:26 project root: . 23:07:26 --> token set from env 23:07:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:07:26 ==> Running gcov in . (disable via -X gcov) 23:07:26 ==> Python coveragepy not found 23:07:26 ==> Searching for coverage reports in: 23:07:26 + . 23:07:26 -> Found 1 reports 23:07:26 ==> Detecting git/mercurial file structure 23:07:26 ==> Reading reports 23:07:26 + ./coverage.out bytes=26895 23:07:26 ==> Appending adjustments 23:07:26 https://docs.codecov.io/docs/fixing-reports 23:07:26 + Found adjustments 23:07:26 ==> Gzipping contents 23:07:27 8.0K /tmp/codecov.1Fkvm4.gz 23:07:27 ==> Uploading reports 23:07:27 url: https://codecov.io 23:07:27 query: branch=PR-150&commit=3987608dcbd26d140584ca04ebe47095ccbaf6e9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-150%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=150&job=&cmd_args= 23:07:27 -> Pinging Codecov 23:07:27 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-150&commit=3987608dcbd26d140584ca04ebe47095ccbaf6e9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-150%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=150&job=&cmd_args= 23:07:27 -> Uploading to 23:07:27 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/833815588EE85121546D348822E98E2E/3987608dcbd26d140584ca04ebe47095ccbaf6e9/b152296e-b01e-4765-929e-3e7bb4778fcd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T230727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d6d50e458b583b6bf4de049effed8ad5870dda89e4dd54f74fc930c7465d118c 23:07:27 % Total % Received % Xferd Average Speed Time Time Time Current 23:07:27 Dload Upload Total Spent Left Speed 23:07:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4943 0 0 100 4943 0 11401 --:--:-- --:--:-- --:--:-- 11415 23:07:27 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/3987608dcbd26d140584ca04ebe47095ccbaf6e9 [Pipeline] } 23:07:27 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:07:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:07:30 ---> package-listing.sh 23:07:30 ++ facter osfamily 23:07:30 ++ tr '[:upper:]' '[:lower:]' 23:07:30 + OS_FAMILY=redhat 23:07:30 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:07:30 + START_PACKAGES=/tmp/packages_start.txt 23:07:30 + END_PACKAGES=/tmp/packages_end.txt 23:07:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:07:30 + PACKAGES=/tmp/packages_start.txt 23:07:30 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' 23:07:30 + PACKAGES=/tmp/packages_end.txt 23:07:30 + case "${OS_FAMILY}" in 23:07:30 + rpm -qa 23:07:30 + sort 23:07:35 + '[' -f /tmp/packages_start.txt ']' 23:07:35 + '[' -f /tmp/packages_end.txt ']' 23:07:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:07:35 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' 23:07:35 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ 23:07:35 + 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:07:35 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:07:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:07:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:07:36 23:07:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:07:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:07:36 alpine: Pulling from edgex-lftools-log-publisher 23:07:36 df20fa9351a1: Pulling fs layer 23:07:36 36b3adc4ff6f: Pulling fs layer 23:07:36 8ad3a11d3b57: Pulling fs layer 23:07:36 46f8f816bc3b: Pulling fs layer 23:07:36 93b61091891f: Pulling fs layer 23:07:36 93b9cdb0e59b: Pulling fs layer 23:07:36 5e14af77c1be: Pulling fs layer 23:07:36 01666e4c0597: Pulling fs layer 23:07:36 aa168da1d23b: Pulling fs layer 23:07:36 46f8f816bc3b: Waiting 23:07:36 5e14af77c1be: Waiting 23:07:36 01666e4c0597: Waiting 23:07:36 aa168da1d23b: Waiting 23:07:36 93b9cdb0e59b: Waiting 23:07:36 93b61091891f: Waiting 23:07:36 36b3adc4ff6f: Verifying Checksum 23:07:36 36b3adc4ff6f: Download complete 23:07:36 46f8f816bc3b: Download complete 23:07:36 df20fa9351a1: Verifying Checksum 23:07:36 df20fa9351a1: Download complete 23:07:37 93b9cdb0e59b: Verifying Checksum 23:07:37 93b9cdb0e59b: Download complete 23:07:37 5e14af77c1be: Verifying Checksum 23:07:37 5e14af77c1be: Download complete 23:07:37 01666e4c0597: Verifying Checksum 23:07:37 01666e4c0597: Download complete 23:07:37 93b61091891f: Verifying Checksum 23:07:37 93b61091891f: Download complete 23:07:37 df20fa9351a1: Pull complete 23:07:37 36b3adc4ff6f: Pull complete 23:07:37 8ad3a11d3b57: Verifying Checksum 23:07:37 8ad3a11d3b57: Download complete 23:07:38 8ad3a11d3b57: Pull complete 23:07:38 46f8f816bc3b: Pull complete 23:07:38 93b61091891f: Pull complete 23:07:38 aa168da1d23b: Verifying Checksum 23:07:38 aa168da1d23b: Download complete 23:07:39 93b9cdb0e59b: Pull complete 23:07:39 5e14af77c1be: Pull complete 23:07:39 01666e4c0597: Pull complete 23:07:47 aa168da1d23b: Pull complete 23:07:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:07:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:07:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:07:47 prd-centos7-docker-4c-2g-21382 does not seem to be running inside a container 23:07:47 $ 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:07:51 $ docker top 1b1817fc87badfb43bd551bdc0f7f6c154227dd0634fd3dbfa96d28a2456dbee -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:51 + touch /tmp/pre-build-complete [Pipeline] sh 23:07:51 + mkdir -p /var/log/sa [Pipeline] sh 23:07:52 + ls /var/log/sa-host 23:07:52 + sadf -c /var/log/sa-host/sa19 23:07:52 file_magic: OK 23:07:52 HZ: Using current value: 100 23:07:52 file_header: OK 23:07:52 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:07:52 Statistics: 23:07:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:07:52 File successfully converted to sysstat format version 12.2.1 23:07:52 + sadf -c /var/log/sa-host/sa23 23:07:52 file_magic: OK 23:07:52 HZ: Using current value: 100 23:07:52 file_header: OK 23:07:52 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:07:52 Statistics: 23:07:52 Hnuu...uuuununununu... 23:07:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:07:52 provisioning config files... 23:07:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config8340242641671245308tmp [Pipeline] { [Pipeline] echo 23:07:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:07:52 ---> create-netrc.sh [Pipeline] } 23:07:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:07:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:07:53 ---> python-tools-install.sh [Pipeline] echo 23:07:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:07:53 ---> sudo-logs.sh 23:07:53 Archiving 'sudo' log.. [Pipeline] echo 23:07:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:07:53 ---> job-cost.sh 23:07:53 lf-activate-venv: SKIPPING 23:07:53 INFO: No Stack... 23:07:54 INFO: Retrieving Pricing Info for: v1-standard-2 23:07:55 INFO: Archiving Costs [Pipeline] echo 23:07:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:07:55 ---> logs-deploy.sh 23:07:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-150/4 23:07:55 INFO: archiving workspace using pattern(s): 23:07:57 Archives upload complete. 23:07:57 INFO: archiving logs to Nexus 23:07:58 ---> uname -a: 23:07:58 Linux prd-centos7-docker-4c-2g-21382.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:07:58 23:07:58 23:07:58 ---> lscpu: 23:07:58 Architecture: x86_64 23:07:58 CPU op-mode(s): 32-bit, 64-bit 23:07:58 Byte Order: Little Endian 23:07:58 Address sizes: 40 bits physical, 48 bits virtual 23:07:58 CPU(s): 4 23:07:58 On-line CPU(s) list: 0-3 23:07:58 Thread(s) per core: 1 23:07:58 Core(s) per socket: 1 23:07:58 Socket(s): 4 23:07:58 NUMA node(s): 1 23:07:58 Vendor ID: GenuineIntel 23:07:58 CPU family: 6 23:07:58 Model: 44 23:07:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:07:58 Stepping: 1 23:07:58 CPU MHz: 2933.442 23:07:58 BogoMIPS: 5866.88 23:07:58 Virtualization: VT-x 23:07:58 Hypervisor vendor: KVM 23:07:58 Virtualization type: full 23:07:58 L1d cache: 128 KiB 23:07:58 L1i cache: 128 KiB 23:07:58 L2 cache: 16 MiB 23:07:58 L3 cache: 64 MiB 23:07:58 NUMA node0 CPU(s): 0-3 23:07:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:07:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:07:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:07:58 Vulnerability Meltdown: Mitigation; PTI 23:07:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:07:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:07:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:07:58 Vulnerability Srbds: Not affected 23:07:58 Vulnerability Tsx async abort: Not affected 23:07:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:07:58 23:07:58 23:07:58 ---> nproc: 23:07:58 4 23:07:58 23:07:58 23:07:58 ---> df -h: 23:07:58 Filesystem Size Used Available Use% Mounted on 23:07:58 overlay 50.0G 7.3G 42.7G 15% / 23:07:58 tmpfs 64.0M 0 64.0M 0% /dev 23:07:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:07:58 shm 64.0M 0 64.0M 0% /dev/shm 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp 23:07:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:07:58 23:07:58 23:07:58 ---> free -m: 23:07:58 total used free shared buff/cache available 23:07:58 Mem: 1837 728 103 0 1005 1003 23:07:58 Swap: 1023 1 1022 23:07:58 23:07:58 23:07:58 ---> ip addr: 23:07:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:07:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:07:58 inet 127.0.0.1/8 scope host lo 23:07:58 valid_lft forever preferred_lft forever 23:07:58 inet6 ::1/128 scope host 23:07:58 valid_lft forever preferred_lft forever 23:07:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:07:58 link/ether fa:16:3e:77:f9:39 brd ff:ff:ff:ff:ff:ff 23:07:58 inet 10.30.123.152/23 brd 10.30.123.255 scope global dynamic eth0 23:07:58 valid_lft 85995sec preferred_lft 85995sec 23:07:58 inet6 fe80::f816:3eff:fe77:f939/64 scope link 23:07:58 valid_lft forever preferred_lft forever 23:07:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:07:58 link/ether 02:42:4a:1e:c5:03 brd ff:ff:ff:ff:ff:ff 23:07:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:07:58 valid_lft forever preferred_lft forever 23:07:58 inet6 fe80::42:4aff:fe1e:c503/64 scope link 23:07:58 valid_lft forever preferred_lft forever 23:07:58 23:07:58 23:07:58 ---> sar -b -r -n DEV: 23:07:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:07:58 23:07:58 23:01:02 LINUX RESTART (4 CPU) 23:07:58 23:07:58 23:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:07:58 23:03:01 7.92 2.95 4.98 0.00 201.29 84.27 0.00 23:07:58 23:04:01 1.95 0.00 1.95 0.00 0.00 38.28 0.00 23:07:58 23:05:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 23:07:58 23:06:01 0.37 0.00 0.37 0.00 0.00 5.88 0.00 23:07:58 23:07:01 0.25 0.00 0.25 0.00 0.00 4.46 0.00 23:07:58 Average: 2.13 0.58 1.55 0.00 39.73 27.14 0.00 23:07:58 23:07:58 23:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:07:58 23:03:01 152532 0 624880 33.21 2620 1101512 1110668 37.91 440948 1089036 24 23:07:58 23:04:01 159072 0 618332 32.86 2620 1101520 1080208 36.87 438052 1085980 16 23:07:58 23:05:01 156888 0 620512 32.98 2620 1101524 1080408 36.87 445872 1080776 8 23:07:58 23:06:01 156964 0 620432 32.97 2620 1101528 1080444 36.87 446180 1080780 20 23:07:58 23:07:01 151884 0 625508 33.24 2620 1101532 1080420 36.87 453820 1077888 12 23:07:58 Average: 155468 0 621933 33.05 2620 1101523 1086430 37.08 444974 1082892 16 23:07:58 23:07:58 23:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:07:58 23:03:01 eth0 25.65 18.74 26.67 21.13 0.00 0.00 0.00 0.00 23:07:58 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:03:01 docker0 2.34 1.61 0.66 4.83 0.00 0.00 0.00 0.00 23:07:58 23:04:01 eth0 1.42 0.08 0.12 0.04 0.00 0.00 0.00 0.00 23:07:58 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:05:01 eth0 2.37 0.63 0.67 0.40 0.00 0.00 0.00 0.00 23:07:58 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:06:01 eth0 1.02 0.48 0.54 0.39 0.00 0.00 0.00 0.00 23:07:58 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:07:01 eth0 0.87 0.23 0.20 0.07 0.00 0.00 0.00 0.00 23:07:58 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 Average: eth0 6.20 3.99 5.57 4.35 0.00 0.00 0.00 0.00 23:07:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:58 Average: docker0 0.46 0.32 0.13 0.95 0.00 0.00 0.00 0.00 23:07:58 23:07:58 23:07:58 ---> sar -P ALL: 23:07:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:07:58 23:07:58 23:01:02 LINUX RESTART (4 CPU) 23:07:58 23:07:58 23:02:02 CPU %user %nice %system %iowait %steal %idle 23:07:58 23:03:01 all 1.41 0.00 0.60 0.21 0.00 97.78 23:07:58 23:03:01 0 1.65 0.00 0.65 0.03 0.00 97.67 23:07:58 23:03:01 1 1.19 0.00 0.49 0.02 0.00 98.30 23:07:58 23:03:01 2 1.53 0.00 0.70 0.56 0.00 97.22 23:07:58 23:03:01 3 1.27 0.00 0.58 0.22 0.00 97.93 23:07:58 23:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:07:58 23:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:07:58 23:04:01 1 0.05 0.00 0.05 0.00 0.02 99.88 23:07:58 23:04:01 2 0.47 0.00 0.03 0.00 0.00 99.50 23:07:58 23:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:07:58 23:05:01 all 0.18 0.00 0.06 0.00 0.00 99.76 23:07:58 23:05:01 0 0.05 0.00 0.07 0.00 0.00 99.88 23:07:58 23:05:01 1 0.48 0.00 0.08 0.00 0.00 99.43 23:07:58 23:05:01 2 0.15 0.00 0.03 0.00 0.00 99.82 23:07:58 23:05:01 3 0.03 0.00 0.05 0.00 0.02 99.90 23:07:58 23:06:01 all 0.19 0.00 0.03 0.00 0.00 99.78 23:07:58 23:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:07:58 23:06:01 1 0.35 0.00 0.03 0.00 0.00 99.62 23:07:58 23:06:01 2 0.28 0.00 0.05 0.00 0.00 99.67 23:07:58 23:06:01 3 0.08 0.00 0.03 0.00 0.00 99.88 23:07:58 23:07:01 all 0.04 0.00 0.04 0.00 0.00 99.92 23:07:58 23:07:01 0 0.05 0.00 0.10 0.00 0.00 99.85 23:07:58 23:07:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:07:58 23:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:07:58 23:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:07:58 Average: all 0.39 0.00 0.15 0.04 0.00 99.42 23:07:58 Average: 0 0.35 0.00 0.17 0.01 0.00 99.47 23:07:58 Average: 1 0.42 0.00 0.14 0.00 0.00 99.43 23:07:58 Average: 2 0.49 0.00 0.17 0.11 0.00 99.23 23:07:58 Average: 3 0.29 0.00 0.13 0.04 0.00 99.53 23:07:58 23:07:58 23:07:58