Pull request #159 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f8cf932992e792d22a57489f312491bb7a99975a+2b6b0fcc6b5c73f841d629cf32c650eeba103d73 (768f0b470490396a7baacf080254c2db6a3e733c) 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-24374 in /w/workspace/xfoundry_go-mod-bootstrap_PR-159 [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-159 # 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 Merging remotes/origin/master commit 2b6b0fcc6b5c73f841d629cf32c650eeba103d73 into PR head commit f8cf932992e792d22a57489f312491bb7a99975a Merge succeeded, producing f8cf932992e792d22a57489f312491bb7a99975a Checking out Revision f8cf932992e792d22a57489f312491bb7a99975a (PR-159) > 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/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8cf932992e792d22a57489f312491bb7a99975a # 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 2b6b0fcc6b5c73f841d629cf32c650eeba103d73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8cf932992e792d22a57489f312491bb7a99975a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:27:44 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 4eafd1cc43cf3da59edcbab9bbfa4921f633bcfa # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:27:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:27:44 ========================================================= 18:27:44 EdgeX Global Pipelines Version Info 18:27:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:27:45 ------------------- 18:27:45 stable info: 18:27:45 ------------------- 18:27:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:27:45 Message: update stable to v1.0.179 18:27:46 ------------------- 18:27:46 experimental info: 18:27:46 ------------------- 18:27:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:27:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:27:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-159 [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-159 [Pipeline] echo 18:27:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-159 [Pipeline] echo 18:27:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8cf932992e792d22a57489f312491bb7a99975a [Pipeline] echo 18:27:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8cf932 [Pipeline] echo 18:27:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:27:50 + git log --format=format:%s -1 f8cf932992e792d22a57489f312491bb7a99975a [Pipeline] echo 18:27:51 GIT_COMMIT: f8cf932992e792d22a57489f312491bb7a99975a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2 [Pipeline] echo 18:27:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:27:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:52 18:27:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:27:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:52 latest: Pulling from edgex-devops/git-semver 18:27:52 31603596830f: Pulling fs layer 18:27:52 2a8b12db71e7: Pulling fs layer 18:27:52 6ca5941a6612: Pulling fs layer 18:27:52 ecc8261a40a4: Pulling fs layer 18:27:52 ecc8261a40a4: Waiting 18:27:52 2a8b12db71e7: Verifying Checksum 18:27:52 2a8b12db71e7: Download complete 18:27:52 31603596830f: Verifying Checksum 18:27:52 31603596830f: Download complete 18:27:52 6ca5941a6612: Verifying Checksum 18:27:52 6ca5941a6612: Download complete 18:27:52 ecc8261a40a4: Verifying Checksum 18:27:52 ecc8261a40a4: Download complete 18:27:52 31603596830f: Pull complete 18:27:52 2a8b12db71e7: Pull complete 18:27:53 6ca5941a6612: Pull complete 18:27:54 ecc8261a40a4: Pull complete 18:27:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:27:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:27:54 prd-centos7-docker-4c-2g-24374 does not seem to be running inside a container 18:27:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-159 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-159:/w/workspace/xfoundry_go-mod-bootstrap_PR-159:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-159@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 18:27:56 $ docker top 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:27:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:56 [ssh-agent] Looking for ssh-agent implementation... 18:27:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:57 $ docker exec 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 ssh-agent 18:27:57 SSH_AUTH_SOCK=/tmp/ssh-vw9nIS9ZQnuy/agent.11 18:27:57 SSH_AGENT_PID=16 18:27:57 Running ssh-add (command line suppressed) 18:27:57 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp/private_key_3379938769181009942.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp/private_key_3379938769181009942.key) 18:27:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:57 + git tag --points-at HEAD [Pipeline] } 18:27:57 $ docker exec --env ******** --env ******** 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 ssh-agent -k 18:27:57 unset SSH_AUTH_SOCK; 18:27:57 unset SSH_AGENT_PID; 18:27:57 echo Agent pid 16 killed; 18:27:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:27:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:58 [ssh-agent] Looking for ssh-agent implementation... 18:27:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:58 $ docker exec 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 ssh-agent 18:27:58 SSH_AUTH_SOCK=/tmp/ssh-APHFGjM4nSUA/agent.45 18:27:58 SSH_AGENT_PID=50 18:27:58 Running ssh-add (command line suppressed) 18:27:58 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp/private_key_3842231844508497274.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp/private_key_3842231844508497274.key) 18:27:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:59 + git semver init 18:27:59 # -> Open(): unable to determine branch for HEAD 18:27:59 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-159/.git 18:27:59 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-159 18:27:59 # $SEMVER_REMOTE_NAME = origin 18:27:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:27:59 # $SEMVER_USER_NAME = edgex-jenkins 18:27:59 # $SEMVER_BRANCH = PR-159 18:27:59 # $SEMVER_TEMP = /tmp/semver-654301803 18:27:59 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:27:59 # '/tmp/semver-654301803' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-159/.semver' 18:27:59 # -> Force: false 18:27:59 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-159/.semver [Pipeline] } 18:27:59 $ docker exec --env ******** --env ******** 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 ssh-agent -k 18:27:59 unset SSH_AUTH_SOCK; 18:27:59 unset SSH_AGENT_PID; 18:27:59 echo Agent pid 50 killed; 18:27:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:00 + git semver [Pipeline] } 18:28:00 $ docker stop --time=1 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 18:28:02 $ docker rm -f 1ac6b78aba802a53f525d5119cb7ef1d22c76105ddf2f857b4183c3c04ffbad9 [Pipeline] // withDockerContainer [Pipeline] sh 18:28:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:03 Stashed 1 file(s) [Pipeline] echo 18:28:03 [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 18:28:19 Still waiting to schedule task 18:28:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:28:19 Still waiting to schedule task 18:28:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24375’ is offline 18:30:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24379 in /w/workspace/xfoundry_go-mod-bootstrap_PR-159 [Pipeline] { [Pipeline] ws 18:30:57 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 18:31:03 using credential edgex-jenkins-ssh 18:31:03 Cloning the remote Git repository 18:31:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:31:03 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 18:31:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:31:03 > git --version # timeout=10 18:31:03 > git --version # 'git version 2.17.1' 18:31:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:04 Merging remotes/origin/master commit 2b6b0fcc6b5c73f841d629cf32c650eeba103d73 into PR head commit f8cf932992e792d22a57489f312491bb7a99975a 18:31:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:31:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:31:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:31:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:31:05 > git config core.sparsecheckout # timeout=10 18:31:05 > git checkout -f f8cf932992e792d22a57489f312491bb7a99975a # timeout=10 18:31:05 > git remote # timeout=10 18:31:05 Merge succeeded, producing f8cf932992e792d22a57489f312491bb7a99975a 18:31:05 Checking out Revision f8cf932992e792d22a57489f312491bb7a99975a (PR-159) 18:31:05 > git config --get remote.origin.url # timeout=10 18:31:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:05 > git merge 2b6b0fcc6b5c73f841d629cf32c650eeba103d73 # timeout=10 18:31:05 > git rev-parse HEAD^{commit} # timeout=10 18:31:05 > git config core.sparsecheckout # timeout=10 18:31:05 > git checkout -f f8cf932992e792d22a57489f312491bb7a99975a # timeout=10 18:31:09 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:31:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:12 + true 18:31:12 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 18:31:15 ========================================================= 18:31:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:31:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31:15 + 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 . 18:31:16 Running on prd-centos7-docker-4c-2g-24380 in /w/workspace/xfoundry_go-mod-bootstrap_PR-159 [Pipeline] { [Pipeline] ws 18:31:16 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 18:31:16 Sending build context to Docker daemon 676.4kB 18:31:16 Step 1/8 : ARG BASE=golang:1.15-alpine 18:31:16 Step 2/8 : FROM ${BASE} 18:31:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:31:17 5f621e34cdf4: Pulling fs layer 18:31:17 a4357932f1b6: Pulling fs layer 18:31:17 18c013af1878: Pulling fs layer 18:31:17 00ac8860ef70: Pulling fs layer 18:31:17 63d7cb157983: Pulling fs layer 18:31:17 b116817d02f9: Pulling fs layer 18:31:17 745a02a5169b: Pulling fs layer 18:31:17 63d7cb157983: Waiting 18:31:17 b116817d02f9: Waiting 18:31:17 745a02a5169b: Waiting 18:31:17 00ac8860ef70: Waiting 18:31:17 18c013af1878: Verifying Checksum 18:31:17 18c013af1878: Download complete 18:31:17 a4357932f1b6: Download complete 18:31:17 63d7cb157983: Download complete 18:31:17 b116817d02f9: Verifying Checksum 18:31:17 b116817d02f9: Download complete 18:31:17 5f621e34cdf4: Download complete 18:31:18 5f621e34cdf4: Pull complete 18:31:18 a4357932f1b6: Pull complete 18:31:18 using credential edgex-jenkins-ssh 18:31:18 Cloning the remote Git repository 18:31:18 18c013af1878: Pull complete 18:31:18 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:31:18 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 18:31:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:31:18 > git --version # timeout=10 18:31:18 > git --version # 'git version 2.24.3' 18:31:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:31:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:31:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:31:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/159/head:refs/remotes/origin/PR-159 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:31:19 745a02a5169b: Verifying Checksum 18:31:19 745a02a5169b: Download complete 18:31:19 Merging remotes/origin/master commit 2b6b0fcc6b5c73f841d629cf32c650eeba103d73 into PR head commit f8cf932992e792d22a57489f312491bb7a99975a 18:31:20 Merge succeeded, producing f8cf932992e792d22a57489f312491bb7a99975a 18:31:20 Checking out Revision f8cf932992e792d22a57489f312491bb7a99975a (PR-159) 18:31:20 00ac8860ef70: Download complete 18:31:19 > git config core.sparsecheckout # timeout=10 18:31:19 > git checkout -f f8cf932992e792d22a57489f312491bb7a99975a # timeout=10 18:31:20 > git remote # timeout=10 18:31:20 > git config --get remote.origin.url # timeout=10 18:31:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:20 > git merge 2b6b0fcc6b5c73f841d629cf32c650eeba103d73 # timeout=10 18:31:20 > git rev-parse HEAD^{commit} # timeout=10 18:31:20 > git config core.sparsecheckout # timeout=10 18:31:20 > git checkout -f f8cf932992e792d22a57489f312491bb7a99975a # timeout=10 18:31:23 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:31:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:25 + sudo service docker restart 18:31:25 + true 18:31:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:31:26 ========================================================= 18:31:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:31:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31:27 + 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 . 18:31:27 Sending build context to Docker daemon 677.4kB 18:31:27 Step 1/8 : ARG BASE=golang:1.15-alpine 18:31:27 Step 2/8 : FROM ${BASE} 18:31:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:31:27 188c0c94c7c5: Pulling fs layer 18:31:27 0ef7d3d256c8: Pulling fs layer 18:31:27 de9db76c5a1d: Pulling fs layer 18:31:27 bca2f99d35d6: Pulling fs layer 18:31:27 93359f2a8cfa: Pulling fs layer 18:31:27 7c6f9722023f: Pulling fs layer 18:31:27 a35cf1a2eb13: Pulling fs layer 18:31:27 93359f2a8cfa: Waiting 18:31:27 7c6f9722023f: Waiting 18:31:27 a35cf1a2eb13: Waiting 18:31:27 bca2f99d35d6: Waiting 18:31:27 de9db76c5a1d: Download complete 18:31:27 0ef7d3d256c8: Verifying Checksum 18:31:27 0ef7d3d256c8: Download complete 18:31:27 93359f2a8cfa: Verifying Checksum 18:31:27 93359f2a8cfa: Download complete 18:31:27 7c6f9722023f: Verifying Checksum 18:31:27 7c6f9722023f: Download complete 18:31:27 188c0c94c7c5: Verifying Checksum 18:31:27 188c0c94c7c5: Download complete 18:31:28 188c0c94c7c5: Pull complete 18:31:28 0ef7d3d256c8: Pull complete 18:31:28 de9db76c5a1d: Pull complete 18:31:29 a35cf1a2eb13: Verifying Checksum 18:31:29 a35cf1a2eb13: Download complete 18:31:30 bca2f99d35d6: Verifying Checksum 18:31:30 bca2f99d35d6: Download complete 18:31:31 00ac8860ef70: Pull complete 18:31:31 63d7cb157983: Pull complete 18:31:31 b116817d02f9: Pull complete 18:31:35 bca2f99d35d6: Pull complete 18:31:35 93359f2a8cfa: Pull complete 18:31:35 7c6f9722023f: Pull complete 18:31:35 745a02a5169b: Pull complete 18:31:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:31:35 ---> b7e6874047d6 18:31:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:31:38 ---> Running in b9f5c8a8f1ad 18:31:38 Removing intermediate container b9f5c8a8f1ad 18:31:38 ---> 9308c0de250a 18:31:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:38 ---> Running in 9918d99aa00b 18:31:40 a35cf1a2eb13: Pull complete 18:31:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:31:40 ---> a62c8e92a672 18:31:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:31:40 ---> Running in 462db3b4cd74 18:31:41 Removing intermediate container 462db3b4cd74 18:31:41 ---> 1f541a0baa2f 18:31:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:41 ---> Running in a32150596890 18:31:41 Removing intermediate container 9918d99aa00b 18:31:41 ---> ae633cba5335 18:31:41 Step 5/8 : RUN apk add --update --no-cache git make 18:31:41 ---> Running in fc39eac0b630 18:31:42 Removing intermediate container a32150596890 18:31:42 ---> 73330e7f7857 18:31:42 Step 5/8 : RUN apk add --update --no-cache git make 18:31:42 ---> Running in 8c92ab5b3d2f 18:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:43 OK: 142 MiB in 39 packages 18:31:43 OK: 166 MiB in 39 packages 18:31:44 Removing intermediate container 8c92ab5b3d2f 18:31:44 ---> 2c0054003c75 18:31:44 Step 6/8 : WORKDIR /build 18:31:44 ---> Running in d3b3baefcb7e 18:31:44 Removing intermediate container d3b3baefcb7e 18:31:44 ---> 132a0b538d30 18:31:44 Step 7/8 : COPY go.mod . 18:31:44 ---> 2923eebf36dd 18:31:44 Step 8/8 : RUN go mod download 18:31:44 ---> Running in 0bf0ccbfa418 18:31:45 Removing intermediate container fc39eac0b630 18:31:45 ---> 34036f77ea60 18:31:45 Step 6/8 : WORKDIR /build 18:31:45 ---> Running in 74dff3428ef8 18:31:45 Removing intermediate container 74dff3428ef8 18:31:45 ---> d27427d1e526 18:31:45 Step 7/8 : COPY go.mod . 18:31:46 ---> afb3ec78fa2a 18:31:46 Step 8/8 : RUN go mod download 18:31:46 ---> Running in 014ed7347634 18:32:02 Removing intermediate container 0bf0ccbfa418 18:32:02 ---> a0a21abb6a94 18:32:02 Successfully built a0a21abb6a94 18:32:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:32:03 + docker inspect -f . ci-base-image-x86_64 18:32:03 . [Pipeline] withDockerContainer 18:32:03 prd-centos7-docker-4c-2g-24380 does not seem to be running inside a container 18:32:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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-x86_64 cat 18:32:04 $ docker top 56ea4ac23bd5cde97cd9c522404026d8efa70822029d350be767dcb86f0f8e18 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:04 + go version 18:32:04 go version go1.15.5 linux/amd64 [Pipeline] } 18:32:04 $ docker stop --time=1 56ea4ac23bd5cde97cd9c522404026d8efa70822029d350be767dcb86f0f8e18 18:32:06 $ docker rm -f 56ea4ac23bd5cde97cd9c522404026d8efa70822029d350be767dcb86f0f8e18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:07 + docker inspect -f . ci-base-image-x86_64 18:32:07 . [Pipeline] withDockerContainer 18:32:07 prd-centos7-docker-4c-2g-24380 does not seem to be running inside a container 18:32:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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-x86_64 cat 18:32:08 $ docker top 51ee0ecc46cbc27cb18ae66aa25b04fb57d10c84f24652f5b4a66e817ff2746b -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:08 + make test 18:32:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:32:08 Removing intermediate container 014ed7347634 18:32:08 ---> b036586d5a88 18:32:08 Successfully built b036586d5a88 18:32:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:32:09 + docker inspect -f . ci-base-image-arm64 18:32:09 . [Pipeline] withDockerContainer 18:32:09 prd-ubuntu18.04-docker-arm64-4c-16g-24379 does not seem to be running inside a container 18:32:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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 18:32:11 $ docker top 3ea6418a27b61cd2f478b5c3bf0c386f4200478cd3c0b75ca15da96f48caf47d -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:12 + go version 18:32:12 go version go1.15.5 linux/arm64 [Pipeline] } 18:32:12 $ docker stop --time=1 3ea6418a27b61cd2f478b5c3bf0c386f4200478cd3c0b75ca15da96f48caf47d 18:32:13 $ docker rm -f 3ea6418a27b61cd2f478b5c3bf0c386f4200478cd3c0b75ca15da96f48caf47d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:15 + docker inspect -f . ci-base-image-arm64 18:32:15 . [Pipeline] withDockerContainer 18:32:15 prd-ubuntu18.04-docker-arm64-4c-16g-24379 does not seem to be running inside a container 18:32:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@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 18:32:16 $ docker top ecdb4d469aa371fd454d4497cce497a76e35ed527a0f18488125df8453172e35 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:17 + make test 18:32:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:32:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:32:18 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.016s coverage: 9.0% of statements 18:32:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:32:18 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.011s coverage: 92.2% of statements 18:32:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.006s coverage: 85.3% of statements 18:32:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.015s coverage: 34.3% of statements 18:32:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:32:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:32:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.021s coverage: 18.2% of statements 18:32:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.010s coverage: 95.3% of statements 18:32:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:32:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:32:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.037s coverage: 91.3% of statements 18:32:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:32:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:32:25 gofmt -l . 18:32:25 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:32:25 $ docker stop --time=1 51ee0ecc46cbc27cb18ae66aa25b04fb57d10c84f24652f5b4a66e817ff2746b 18:32:27 $ docker rm -f 51ee0ecc46cbc27cb18ae66aa25b04fb57d10c84f24652f5b4a66e817ff2746b [Pipeline] // withDockerContainer [Pipeline] sh 18:32:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:32:28 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] } 18:32:44 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:32:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.015s coverage: 9.0% of statements 18:32:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:32:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.072s coverage: 92.2% of statements 18:32:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.028s coverage: 85.3% of statements 18:32:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.068s coverage: 34.3% of statements 18:32:51 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:32:51 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:32:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.014s coverage: 18.2% of statements 18:32:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.040s coverage: 95.3% of statements 18:32:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:32:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:32:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.027s coverage: 91.3% of statements 18:32:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:32:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:33:01 gofmt -l . 18:33:01 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:33:01 $ docker stop --time=1 ecdb4d469aa371fd454d4497cce497a76e35ed527a0f18488125df8453172e35 18:33:04 $ docker rm -f ecdb4d469aa371fd454d4497cce497a76e35ed527a0f18488125df8453172e35 [Pipeline] // withDockerContainer [Pipeline] sh 18:33:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:33:05 Warning: overwriting stash ‘coverage-report’ 18:33:05 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 18:33:07 provisioning config files... 18:33:07 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp/config7384246543646296955tmp [Pipeline] { [Pipeline] sh 18:33:07 + set +x 18:33:07 + curl -s https://codecov.io/bash 18:33:07 + bash -s -- 18:33:08 18:33:08 _____ _ 18:33:08 / ____| | | 18:33:08 | | ___ __| | ___ ___ _____ __ 18:33:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:33:08 | |___| (_) | (_| | __/ (_| (_) \ V / 18:33:08 \_____\___/ \__,_|\___|\___\___/ \_/ 18:33:08 Bash-20210129-7c25fce 18:33:08 18:33:08 18:33:08 ==> git version 2.24.3 found 18:33:08 ==> 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 18:33:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:33:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:33:08 ==> Jenkins CI detected. 18:33:08 project root: . 18:33:08 --> token set from env 18:33:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:33:08 ==> Running gcov in . (disable via -X gcov) 18:33:08 ==> Python coveragepy not found 18:33:08 ==> Searching for coverage reports in: 18:33:08 + . 18:33:08 -> Found 1 reports 18:33:08 ==> Detecting git/mercurial file structure 18:33:08 ==> Reading reports 18:33:08 + ./coverage.out bytes=26895 18:33:08 ==> Appending adjustments 18:33:08 https://docs.codecov.io/docs/fixing-reports 18:33:08 + Found adjustments 18:33:08 ==> Gzipping contents 18:33:08 8.0K /tmp/codecov.03LOr1.gz 18:33:08 ==> Uploading reports 18:33:08 url: https://codecov.io 18:33:08 query: branch=PR-159&commit=f8cf932992e792d22a57489f312491bb7a99975a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-159%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=159&job=&cmd_args= 18:33:08 -> Pinging Codecov 18:33:08 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-159&commit=f8cf932992e792d22a57489f312491bb7a99975a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-159%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=159&job=&cmd_args= 18:33:09 -> Uploading to 18:33:09 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/833815588EE85121546D348822E98E2E/f8cf932992e792d22a57489f312491bb7a99975a/e286d76b-a1a7-4b6d-84e4-ae077e2cb008.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T183308Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e9b8af284a240cf11e89b6387ab2fb6e4b6e5847005b029121419ba8fb3b685 18:33:09 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:09 Dload Upload Total Spent Left Speed 18:33:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5090 0 0 100 5090 0 11458 --:--:-- --:--:-- --:--:-- 11438 18:33:09 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f8cf932992e792d22a57489f312491bb7a99975a [Pipeline] } 18:33:09 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 18:33:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:33:12 ---> package-listing.sh 18:33:12 ++ tr '[:upper:]' '[:lower:]' 18:33:12 ++ facter osfamily 18:33:12 + OS_FAMILY=redhat 18:33:12 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-159 18:33:12 + START_PACKAGES=/tmp/packages_start.txt 18:33:12 + END_PACKAGES=/tmp/packages_end.txt 18:33:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:33:12 + PACKAGES=/tmp/packages_start.txt 18:33:12 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-159 ']' 18:33:12 + PACKAGES=/tmp/packages_end.txt 18:33:12 + case "${OS_FAMILY}" in 18:33:12 + rpm -qa 18:33:12 + sort 18:33:16 + '[' -f /tmp/packages_start.txt ']' 18:33:16 + '[' -f /tmp/packages_end.txt ']' 18:33:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:33:16 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-159 ']' 18:33:16 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-159/archives/ 18:33:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-159/archives/ [Pipeline] echo 18:33:16 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-159/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:33:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:33:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:33:17 18:33:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:33:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:33:17 alpine: Pulling from edgex-lftools-log-publisher 18:33:17 df20fa9351a1: Pulling fs layer 18:33:17 36b3adc4ff6f: Pulling fs layer 18:33:17 8ad3a11d3b57: Pulling fs layer 18:33:17 46f8f816bc3b: Pulling fs layer 18:33:17 93b61091891f: Pulling fs layer 18:33:17 93b9cdb0e59b: Pulling fs layer 18:33:17 5e14af77c1be: Pulling fs layer 18:33:17 01666e4c0597: Pulling fs layer 18:33:17 aa168da1d23b: Pulling fs layer 18:33:17 93b9cdb0e59b: Waiting 18:33:17 01666e4c0597: Waiting 18:33:17 aa168da1d23b: Waiting 18:33:17 5e14af77c1be: Waiting 18:33:17 46f8f816bc3b: Waiting 18:33:17 93b61091891f: Waiting 18:33:17 36b3adc4ff6f: Verifying Checksum 18:33:17 36b3adc4ff6f: Download complete 18:33:17 46f8f816bc3b: Verifying Checksum 18:33:17 46f8f816bc3b: Download complete 18:33:17 df20fa9351a1: Download complete 18:33:17 93b9cdb0e59b: Verifying Checksum 18:33:17 93b9cdb0e59b: Download complete 18:33:17 5e14af77c1be: Verifying Checksum 18:33:17 5e14af77c1be: Download complete 18:33:17 01666e4c0597: Verifying Checksum 18:33:17 01666e4c0597: Download complete 18:33:17 93b61091891f: Download complete 18:33:18 8ad3a11d3b57: Verifying Checksum 18:33:18 8ad3a11d3b57: Download complete 18:33:18 df20fa9351a1: Pull complete 18:33:18 36b3adc4ff6f: Pull complete 18:33:20 aa168da1d23b: Download complete 18:33:20 8ad3a11d3b57: Pull complete 18:33:20 46f8f816bc3b: Pull complete 18:33:20 93b61091891f: Pull complete 18:33:21 93b9cdb0e59b: Pull complete 18:33:21 5e14af77c1be: Pull complete 18:33:21 01666e4c0597: Pull complete 18:33:29 aa168da1d23b: Pull complete 18:33:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:33:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:33:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:33:29 prd-centos7-docker-4c-2g-24374 does not seem to be running inside a container 18:33:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-159/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-159 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-159:/w/workspace/xfoundry_go-mod-bootstrap_PR-159:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-159@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 18:33:32 $ docker top 0010c5b35c59af6b433c4a74a0960eea2565e4fdeaa7400c5abc145565d1d89d -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:32 + touch /tmp/pre-build-complete [Pipeline] sh 18:33:33 + mkdir -p /var/log/sa [Pipeline] sh 18:33:33 + ls /var/log/sa-host 18:33:33 + sadf -c /var/log/sa-host/sa01 18:33:33 file_magic: OK 18:33:33 HZ: Using current value: 100 18:33:33 file_header: OK 18:33:33 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 18:33:33 Statistics: 18:33:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:33:33 File successfully converted to sysstat format version 12.2.1 18:33:33 + sadf -c /var/log/sa-host/sa23 18:33:33 file_magic: OK 18:33:33 HZ: Using current value: 100 18:33:33 file_header: OK 18:33:33 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 18:33:33 Statistics: 18:33:33 Hnuu...uuuununununu... 18:33:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:33:33 provisioning config files... 18:33:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp/config1960951547940840675tmp [Pipeline] { [Pipeline] echo 18:33:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:33:34 ---> create-netrc.sh [Pipeline] } 18:33:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:33:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:33:34 ---> python-tools-install.sh [Pipeline] echo 18:33:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:33:34 ---> sudo-logs.sh 18:33:34 Archiving 'sudo' log.. [Pipeline] echo 18:33:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:33:35 ---> job-cost.sh 18:33:35 lf-activate-venv: SKIPPING 18:33:35 INFO: No Stack... 18:33:36 INFO: Retrieving Pricing Info for: v1-standard-2 18:33:36 INFO: Archiving Costs [Pipeline] echo 18:33:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:33:37 ---> logs-deploy.sh 18:33:37 lf-activate-venv: SKIPPING 18:33:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-159/3 18:33:37 INFO: archiving workspace using pattern(s): 18:33:39 Archives upload complete. 18:33:39 INFO: archiving logs to Nexus 18:33:39 ---> uname -a: 18:33:39 Linux prd-centos7-docker-4c-2g-24374.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:33:39 18:33:39 18:33:39 ---> lscpu: 18:33:39 Architecture: x86_64 18:33:39 CPU op-mode(s): 32-bit, 64-bit 18:33:39 Byte Order: Little Endian 18:33:39 Address sizes: 40 bits physical, 48 bits virtual 18:33:39 CPU(s): 4 18:33:39 On-line CPU(s) list: 0-3 18:33:39 Thread(s) per core: 1 18:33:39 Core(s) per socket: 1 18:33:39 Socket(s): 4 18:33:39 NUMA node(s): 1 18:33:39 Vendor ID: GenuineIntel 18:33:39 CPU family: 6 18:33:39 Model: 44 18:33:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:33:39 Stepping: 1 18:33:39 CPU MHz: 2933.442 18:33:39 BogoMIPS: 5866.88 18:33:39 Virtualization: VT-x 18:33:39 Hypervisor vendor: KVM 18:33:39 Virtualization type: full 18:33:39 L1d cache: 128 KiB 18:33:39 L1i cache: 128 KiB 18:33:39 L2 cache: 16 MiB 18:33:39 L3 cache: 64 MiB 18:33:39 NUMA node0 CPU(s): 0-3 18:33:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:33:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:33:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:33:39 Vulnerability Meltdown: Mitigation; PTI 18:33:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:33:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:33:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:33:39 Vulnerability Srbds: Not affected 18:33:39 Vulnerability Tsx async abort: Not affected 18:33:39 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 18:33:39 18:33:39 18:33:39 ---> nproc: 18:33:39 4 18:33:39 18:33:39 18:33:39 ---> df -h: 18:33:39 Filesystem Size Used Available Use% Mounted on 18:33:39 overlay 50.0G 7.3G 42.7G 15% / 18:33:39 tmpfs 64.0M 0 64.0M 0% /dev 18:33:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:33:39 shm 64.0M 0 64.0M 0% /dev/shm 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-159 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-159@tmp 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:33:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:33:39 18:33:39 18:33:39 ---> free -m: 18:33:39 total used free shared buff/cache available 18:33:39 Mem: 1837 718 102 0 1016 1014 18:33:39 Swap: 1023 1 1022 18:33:39 18:33:39 18:33:39 ---> ip addr: 18:33:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:33:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:33:39 inet 127.0.0.1/8 scope host lo 18:33:39 valid_lft forever preferred_lft forever 18:33:39 inet6 ::1/128 scope host 18:33:39 valid_lft forever preferred_lft forever 18:33:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:33:39 link/ether fa:16:3e:44:fb:fe brd ff:ff:ff:ff:ff:ff 18:33:39 inet 10.30.122.101/23 brd 10.30.123.255 scope global dynamic eth0 18:33:39 valid_lft 86010sec preferred_lft 86010sec 18:33:39 inet6 fe80::f816:3eff:fe44:fbfe/64 scope link 18:33:39 valid_lft forever preferred_lft forever 18:33:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:33:39 link/ether 02:42:b7:3c:6b:6e brd ff:ff:ff:ff:ff:ff 18:33:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:33:39 valid_lft forever preferred_lft forever 18:33:39 inet6 fe80::42:b7ff:fe3c:6b6e/64 scope link 18:33:39 valid_lft forever preferred_lft forever 18:33:39 18:33:39 18:33:39 ---> sar -b -r -n DEV: 18:33:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 18:33:39 18:33:39 18:26:58 LINUX RESTART (4 CPU) 18:33:39 18:33:39 18:28:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:33:39 18:29:01 2.51 0.26 2.26 0.00 10.33 50.51 0.00 18:33:39 18:30:01 0.42 0.00 0.42 0.00 0.00 6.61 0.00 18:33:39 18:31:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 18:33:39 18:32:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 18:33:39 18:33:01 0.25 0.00 0.25 0.00 0.00 4.13 0.00 18:33:39 Average: 0.73 0.05 0.68 0.00 2.01 13.35 0.00 18:33:39 18:33:39 18:28:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:33:39 18:29:01 143896 0 622728 33.10 2620 1112300 1109904 37.88 437196 1101100 20 18:33:39 18:30:01 149164 0 617452 32.82 2620 1112308 1089812 37.19 435652 1098248 16 18:33:39 18:31:01 148860 0 617752 32.83 2620 1112312 1074440 36.67 436064 1098384 12 18:33:39 18:32:01 148880 0 617732 32.83 2620 1112312 1074512 36.67 445180 1089648 16 18:33:39 18:33:01 147824 0 618724 32.88 2620 1112376 1074464 36.67 449628 1086332 20 18:33:39 Average: 147725 0 618878 32.89 2620 1112322 1084626 37.02 440744 1094742 17 18:33:39 18:33:39 18:28:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:33:39 18:29:01 eth0 4.25 2.05 2.62 0.89 0.00 0.00 0.00 0.00 18:33:39 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:30:01 eth0 1.68 0.63 0.60 0.37 0.00 0.00 0.00 0.00 18:33:39 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:31:01 eth0 1.22 0.32 0.34 0.20 0.00 0.00 0.00 0.00 18:33:39 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:32:01 eth0 1.05 0.37 0.32 0.24 0.00 0.00 0.00 0.00 18:33:39 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:33:01 eth0 0.73 0.40 0.41 0.26 0.00 0.00 0.00 0.00 18:33:39 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 Average: eth0 1.77 0.74 0.85 0.39 0.00 0.00 0.00 0.00 18:33:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:33:39 18:33:39 18:33:39 ---> sar -P ALL: 18:33:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 18:33:39 18:33:39 18:26:58 LINUX RESTART (4 CPU) 18:33:39 18:33:39 18:28:03 CPU %user %nice %system %iowait %steal %idle 18:33:39 18:29:01 all 0.36 0.00 0.08 0.00 0.00 99.56 18:33:39 18:29:01 0 0.19 0.00 0.09 0.00 0.00 99.72 18:33:39 18:29:01 1 0.64 0.00 0.07 0.00 0.02 99.28 18:33:39 18:29:01 2 0.09 0.00 0.10 0.00 0.00 99.81 18:33:39 18:29:01 3 0.53 0.00 0.05 0.00 0.00 99.41 18:33:39 18:30:01 all 0.15 0.00 0.04 0.00 0.01 99.80 18:33:39 18:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:33:39 18:30:01 1 0.48 0.00 0.05 0.00 0.00 99.47 18:33:39 18:30:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:33:39 18:30:01 3 0.07 0.00 0.03 0.00 0.02 99.88 18:33:39 18:31:01 all 0.17 0.00 0.05 0.00 0.00 99.78 18:33:39 18:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:33:39 18:31:01 1 0.55 0.00 0.03 0.00 0.02 99.40 18:33:39 18:31:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:33:39 18:31:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:33:39 18:32:01 all 0.15 0.00 0.04 0.00 0.00 99.80 18:33:39 18:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:33:39 18:32:01 1 0.45 0.00 0.07 0.00 0.00 99.48 18:33:39 18:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:33:39 18:32:01 3 0.07 0.00 0.05 0.00 0.00 99.88 18:33:39 18:33:01 all 0.18 0.00 0.18 0.00 0.00 99.64 18:33:39 18:33:01 0 0.43 0.00 0.07 0.00 0.00 99.50 18:33:39 18:33:01 1 0.07 0.00 0.18 0.00 0.00 99.75 18:33:39 18:33:01 2 0.10 0.00 0.18 0.00 0.00 99.72 18:33:39 18:33:01 3 0.12 0.00 0.28 0.00 0.00 99.60 18:33:39 Average: all 0.20 0.00 0.08 0.00 0.00 99.72 18:33:39 Average: 0 0.14 0.00 0.05 0.00 0.00 99.80 18:33:39 Average: 1 0.44 0.00 0.08 0.00 0.01 99.48 18:33:39 Average: 2 0.07 0.00 0.08 0.00 0.00 99.85 18:33:39 Average: 3 0.16 0.00 0.09 0.00 0.00 99.74 18:33:39 18:33:39 18:33:39