Pull request #218 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b89ca1b3003788516b4d65e362934503d14c2949+b0be4bff414f616667081b807b7ae2ca15e70c77 (b6982dda24c7a32be8ffe2e99052e3174f528fb8) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2016’ Running on prd-centos7-docker-4c-2g-2020 in /w/workspace/xfoundry_go-mod-bootstrap_PR-218 [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-218 # 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 b0be4bff414f616667081b807b7ae2ca15e70c77 into PR head commit b89ca1b3003788516b4d65e362934503d14c2949 Merge succeeded, producing b89ca1b3003788516b4d65e362934503d14c2949 Checking out Revision b89ca1b3003788516b4d65e362934503d14c2949 (PR-218) > 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/218/head:refs/remotes/origin/PR-218 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b89ca1b3003788516b4d65e362934503d14c2949 # 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 b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b89ca1b3003788516b4d65e362934503d14c2949 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:59:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:59:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:59:39 ========================================================= 15:59:39 EdgeX Global Pipelines Version Info 15:59:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a8a567e7ee103543d199aa67566c9d8939f0efb8 # timeout=10 15:59:41 ------------------- 15:59:41 stable info: 15:59:41 ------------------- 15:59:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:59:41 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:59:41 Message: update stable to v1.0.186 15:59:42 ------------------- 15:59:42 experimental info: 15:59:42 ------------------- 15:59:42 Commited By: **** collab-it+edgex@linuxfoundation.org 15:59:42 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:59:42 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:59:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-218 [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-218 [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-218 [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b89ca1b3003788516b4d65e362934503d14c2949 [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b89ca1b [Pipeline] echo 15:59:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:44 + git log --format=format:%s -1 b89ca1b3003788516b4d65e362934503d14c2949 [Pipeline] echo 15:59:44 GIT_COMMIT: b89ca1b3003788516b4d65e362934503d14c2949, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2 [Pipeline] echo 15:59:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:59:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:47 15:59:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:59:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:47 latest: Pulling from edgex-devops/git-semver 15:59:47 31603596830f: Pulling fs layer 15:59:47 2a8b12db71e7: Pulling fs layer 15:59:47 6ca5941a6612: Pulling fs layer 15:59:47 ecc8261a40a4: Pulling fs layer 15:59:47 ecc8261a40a4: Waiting 15:59:47 2a8b12db71e7: Verifying Checksum 15:59:47 2a8b12db71e7: Download complete 15:59:48 31603596830f: Verifying Checksum 15:59:48 31603596830f: Download complete 15:59:48 ecc8261a40a4: Verifying Checksum 15:59:48 ecc8261a40a4: Download complete 15:59:48 6ca5941a6612: Verifying Checksum 15:59:48 6ca5941a6612: Download complete 15:59:48 31603596830f: Pull complete 15:59:48 2a8b12db71e7: Pull complete 15:59:50 6ca5941a6612: Pull complete 15:59:50 ecc8261a40a4: Pull complete 15:59:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:59:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:59:50 prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container 15:59:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-218 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-218:/w/workspace/xfoundry_go-mod-bootstrap_PR-218:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-218@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 15:59:54 $ docker top b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:59:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:54 [ssh-agent] Looking for ssh-agent implementation... 15:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:55 $ docker exec b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 ssh-agent 15:59:55 SSH_AUTH_SOCK=/tmp/ssh-GhD8tTnzPHFB/agent.12 15:59:55 SSH_AGENT_PID=17 15:59:55 Running ssh-add (command line suppressed) 15:59:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp/private_key_6283790122819884734.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp/private_key_6283790122819884734.key) 15:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:56 + git tag --points-at HEAD [Pipeline] } 15:59:56 $ docker exec --env ******** --env ******** b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 ssh-agent -k 15:59:57 unset SSH_AUTH_SOCK; 15:59:57 unset SSH_AGENT_PID; 15:59:57 echo Agent pid 17 killed; 15:59:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:59:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:57 [ssh-agent] Looking for ssh-agent implementation... 15:59:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:58 $ docker exec b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 ssh-agent 15:59:59 SSH_AUTH_SOCK=/tmp/ssh-LPgj0go3XU0D/agent.45 15:59:59 SSH_AGENT_PID=50 15:59:59 Running ssh-add (command line suppressed) 15:59:59 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp/private_key_824161778108654685.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp/private_key_824161778108654685.key) 15:59:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:59 + git semver init 15:59:59 # -> Open(): unable to determine branch for HEAD 15:59:59 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-218/.git 15:59:59 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-218 15:59:59 # $SEMVER_REMOTE_NAME = origin 15:59:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:59:59 # $SEMVER_USER_NAME = edgex-jenkins 15:59:59 # $SEMVER_BRANCH = PR-218 15:59:59 # $SEMVER_TEMP = /tmp/semver-936850280 15:59:59 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 16:00:00 # '/tmp/semver-936850280' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-218/.semver' 16:00:00 # -> Force: false 16:00:00 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-218/.semver [Pipeline] } 16:00:00 $ docker exec --env ******** --env ******** b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 ssh-agent -k 16:00:00 unset SSH_AUTH_SOCK; 16:00:00 unset SSH_AGENT_PID; 16:00:00 echo Agent pid 50 killed; 16:00:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:00:01 + git semver [Pipeline] } 16:00:02 $ docker stop --time=1 b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 16:00:04 $ docker rm -f b7393c29fec78db8d4c65f838dcd4c13e605eb5ea0cae76f74d5df007af3c8c0 [Pipeline] // withDockerContainer [Pipeline] sh 16:00:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:00:06 Stashed 1 file(s) [Pipeline] echo 16:00:06 [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 16:00:21 Still waiting to schedule task 16:00:21 ‘prd-centos7-docker-4c-2g-2018’ is offline; ‘prd-centos7-docker-4c-2g-2021’ is offline; ‘prd-centos7-docker-4c-2g-2024’ is offline; ‘prd-centos7-docker-4c-2g-2027’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2017’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2025’ doesn’t have label ‘centos7-docker-4c-2g’ 16:00:21 Still waiting to schedule task 16:00:21 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:01:44 Running on prd-centos7-docker-4c-2g-2032 in /w/workspace/xfoundry_go-mod-bootstrap_PR-218 [Pipeline] { [Pipeline] ws 16:01:44 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 16:01:46 using credential edgex-jenkins-ssh 16:01:46 Cloning the remote Git repository 16:01:47 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:01:47 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 16:01:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:01:47 > git --version # timeout=10 16:01:47 > git --version # 'git version 2.24.3' 16:01:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:01:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:01:48 Merging remotes/origin/master commit b0be4bff414f616667081b807b7ae2ca15e70c77 into PR head commit b89ca1b3003788516b4d65e362934503d14c2949 16:01:48 Merge succeeded, producing b89ca1b3003788516b4d65e362934503d14c2949 16:01:48 Checking out Revision b89ca1b3003788516b4d65e362934503d14c2949 (PR-218) 16:01:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:01:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:01:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:01:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:01:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:01:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/218/head:refs/remotes/origin/PR-218 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:01:48 > git config core.sparsecheckout # timeout=10 16:01:48 > git checkout -f b89ca1b3003788516b4d65e362934503d14c2949 # timeout=10 16:01:48 > git remote # timeout=10 16:01:48 > git config --get remote.origin.url # timeout=10 16:01:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:01:48 > git merge b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 16:01:48 > git rev-parse HEAD^{commit} # timeout=10 16:01:48 > git config core.sparsecheckout # timeout=10 16:01:48 > git checkout -f b89ca1b3003788516b4d65e362934503d14c2949 # timeout=10 16:01:52 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:01:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:01:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:01:53 + sudo service docker restart 16:01:53 + true 16:01:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:01:54 ========================================================= 16:01:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:01:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:01:55 + 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 . 16:01:55 Sending build context to Docker daemon 856.6kB 16:01:55 Step 1/8 : ARG BASE=golang:1.15-alpine 16:01:55 Step 2/8 : FROM ${BASE} 16:01:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:01:55 188c0c94c7c5: Pulling fs layer 16:01:55 0ef7d3d256c8: Pulling fs layer 16:01:55 de9db76c5a1d: Pulling fs layer 16:01:55 bca2f99d35d6: Pulling fs layer 16:01:55 93359f2a8cfa: Pulling fs layer 16:01:55 7c6f9722023f: Pulling fs layer 16:01:55 a35cf1a2eb13: Pulling fs layer 16:01:55 93359f2a8cfa: Waiting 16:01:55 7c6f9722023f: Waiting 16:01:55 a35cf1a2eb13: Waiting 16:01:55 bca2f99d35d6: Waiting 16:01:55 de9db76c5a1d: Verifying Checksum 16:01:55 de9db76c5a1d: Download complete 16:01:55 0ef7d3d256c8: Download complete 16:01:55 93359f2a8cfa: Download complete 16:01:55 7c6f9722023f: Verifying Checksum 16:01:55 7c6f9722023f: Download complete 16:01:55 188c0c94c7c5: Verifying Checksum 16:01:55 188c0c94c7c5: Download complete 16:01:56 188c0c94c7c5: Pull complete 16:01:56 0ef7d3d256c8: Pull complete 16:01:56 de9db76c5a1d: Pull complete 16:01:57 a35cf1a2eb13: Verifying Checksum 16:01:57 a35cf1a2eb13: Download complete 16:01:59 bca2f99d35d6: Verifying Checksum 16:01:59 bca2f99d35d6: Download complete 16:02:04 bca2f99d35d6: Pull complete 16:02:04 93359f2a8cfa: Pull complete 16:02:04 7c6f9722023f: Pull complete 16:02:08 a35cf1a2eb13: Pull complete 16:02:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:02:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:02:08 ---> a62c8e92a672 16:02:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:02:08 ---> Running in 87283091e1a4 16:02:08 Removing intermediate container 87283091e1a4 16:02:08 ---> 51dd8919a4fb 16:02:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:08 ---> Running in 80915ba3099a 16:02:09 Removing intermediate container 80915ba3099a 16:02:09 ---> f0f2b11248fb 16:02:09 Step 5/8 : RUN apk add --update --no-cache git make 16:02:09 ---> Running in 65bbc32c3e80 16:02:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:11 OK: 166 MiB in 39 packages 16:02:12 Removing intermediate container 65bbc32c3e80 16:02:12 ---> 3b4ab0068676 16:02:12 Step 6/8 : WORKDIR /build 16:02:12 ---> Running in ba37419a1c10 16:02:12 Removing intermediate container ba37419a1c10 16:02:12 ---> 4abb188bf904 16:02:12 Step 7/8 : COPY go.mod . 16:02:12 ---> 0dbcf9aa35ed 16:02:12 Step 8/8 : RUN go mod download 16:02:12 ---> Running in 376455bb3d2a 16:02:30 Removing intermediate container 376455bb3d2a 16:02:30 ---> f560b887f640 16:02:30 Successfully built f560b887f640 16:02:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:02:31 + docker inspect -f . ci-base-image-x86_64 16:02:31 . [Pipeline] withDockerContainer 16:02:31 prd-centos7-docker-4c-2g-2032 does not seem to be running inside a container 16:02:31 $ 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 ******** ci-base-image-x86_64 cat 16:02:32 $ docker top 59ce77264033054b1e32b3eb8cd4da6ba554f6e13706414f067b601eb3b45fae -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:32 + go version 16:02:32 go version go1.15.5 linux/amd64 [Pipeline] } 16:02:32 $ docker stop --time=1 59ce77264033054b1e32b3eb8cd4da6ba554f6e13706414f067b601eb3b45fae 16:02:34 $ docker rm -f 59ce77264033054b1e32b3eb8cd4da6ba554f6e13706414f067b601eb3b45fae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:34 + docker inspect -f . ci-base-image-x86_64 16:02:34 . [Pipeline] withDockerContainer 16:02:34 prd-centos7-docker-4c-2g-2032 does not seem to be running inside a container 16:02:34 $ 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 ******** ci-base-image-x86_64 cat 16:02:35 $ docker top c3fc929908ab1ff5b0e0aa5f8c9a65d2f4a93de136faf7342bb79361376cd9b6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:36 + make test 16:02:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:02:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:02:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.029s coverage: 5.4% of statements 16:02:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:02:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.013s coverage: 92.2% of statements 16:02:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.022s coverage: 85.3% of statements 16:02:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:02:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:02:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:02:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.021s coverage: 26.7% of statements 16:02:53 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.017s coverage: 90.7% of statements 16:02:53 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:02:53 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:02:53 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements 16:02:53 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:02:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:02:55 gofmt -l . 16:02:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:02:55 $ docker stop --time=1 c3fc929908ab1ff5b0e0aa5f8c9a65d2f4a93de136faf7342bb79361376cd9b6 16:02:57 $ docker rm -f c3fc929908ab1ff5b0e0aa5f8c9a65d2f4a93de136faf7342bb79361376cd9b6 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:02:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:02:59 ---> job-cost.sh 16:02:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6uep 16:03:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2035 in /w/workspace/xfoundry_go-mod-bootstrap_PR-218 [Pipeline] { [Pipeline] ws 16:03:05 Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout 16:03:10 using credential edgex-jenkins-ssh 16:03:10 Cloning the remote Git repository 16:03:11 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:03:11 > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 16:03:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:03:11 > git --version # timeout=10 16:03:11 > git --version # 'git version 2.17.1' 16:03:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:12 Merging remotes/origin/master commit b0be4bff414f616667081b807b7ae2ca15e70c77 into PR head commit b89ca1b3003788516b4d65e362934503d14c2949 16:03:13 Merge succeeded, producing b89ca1b3003788516b4d65e362934503d14c2949 16:03:13 Checking out Revision b89ca1b3003788516b4d65e362934503d14c2949 (PR-218) 16:03:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:03:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:03:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:03:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/218/head:refs/remotes/origin/PR-218 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:03:12 > git config core.sparsecheckout # timeout=10 16:03:12 > git checkout -f b89ca1b3003788516b4d65e362934503d14c2949 # timeout=10 16:03:13 > git remote # timeout=10 16:03:13 > git config --get remote.origin.url # timeout=10 16:03:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:13 > git merge b0be4bff414f616667081b807b7ae2ca15e70c77 # timeout=10 16:03:13 > git rev-parse HEAD^{commit} # timeout=10 16:03:13 > git config core.sparsecheckout # timeout=10 16:03:13 > git checkout -f b89ca1b3003788516b4d65e362934503d14c2949 # timeout=10 16:03:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:03:17 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2" 16:03:17 16:03:17 GitHub has been notified of this commit’s build result 16:03:17 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:03:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:03:19 + true 16:03:19 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:03:22 ========================================================= 16:03:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:03:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:03:23 + 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 . 16:03:24 Sending build context to Docker daemon 856.1kB 16:03:24 Step 1/8 : ARG BASE=golang:1.15-alpine 16:03:24 Step 2/8 : FROM ${BASE} 16:03:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:03:24 5f621e34cdf4: Pulling fs layer 16:03:24 a4357932f1b6: Pulling fs layer 16:03:24 18c013af1878: Pulling fs layer 16:03:24 00ac8860ef70: Pulling fs layer 16:03:24 63d7cb157983: Pulling fs layer 16:03:24 b116817d02f9: Pulling fs layer 16:03:24 745a02a5169b: Pulling fs layer 16:03:24 00ac8860ef70: Waiting 16:03:24 63d7cb157983: Waiting 16:03:24 b116817d02f9: Waiting 16:03:24 745a02a5169b: Waiting 16:03:24 18c013af1878: Verifying Checksum 16:03:24 18c013af1878: Download complete 16:03:24 a4357932f1b6: Verifying Checksum 16:03:24 a4357932f1b6: Download complete 16:03:24 63d7cb157983: Download complete 16:03:24 b116817d02f9: Verifying Checksum 16:03:24 b116817d02f9: Download complete 16:03:24 5f621e34cdf4: Download complete 16:03:25 5f621e34cdf4: Pull complete 16:03:25 a4357932f1b6: Pull complete 16:03:26 18c013af1878: Pull complete 16:03:27 745a02a5169b: Verifying Checksum 16:03:27 745a02a5169b: Download complete 16:03:29 00ac8860ef70: Verifying Checksum 16:03:29 00ac8860ef70: Download complete 16:03:39 00ac8860ef70: Pull complete 16:03:39 63d7cb157983: Pull complete 16:03:39 b116817d02f9: Pull complete 16:03:40 lf-activate-venv(): INFO: Adding /tmp/venv-6uep/bin to PATH 16:03:40 INFO: No Stack... 16:03:40 INFO: Retrieving Pricing Info for: v1-standard-2 16:03:41 INFO: Archiving Costs [Pipeline] sh 16:03:41 + cat /w/workspace/go-mod-bootstrap/3/archives/cost.csv 16:03:41 + cut -d, -f6 [Pipeline] lock 16:03:41 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] 16:03:41 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] did not exist. Created. 16:03:41 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:03:41 745a02a5169b: Pull complete 16:03:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:03:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:03:41 ---> b7e6874047d6 16:03:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:03:42 + echo total: 0.029999999329447746 [Pipeline] stash 16:03:42 Stashed 1 file(s) [Pipeline] } 16:03:42 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:03:45 ---> Running in b051c23a15b2 16:03:45 Removing intermediate container b051c23a15b2 16:03:45 ---> 3bd3e683b4ea 16:03:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:45 ---> Running in c1dfd5e628c6 16:03:48 Removing intermediate container c1dfd5e628c6 16:03:48 ---> 5789cd14e3a3 16:03:48 Step 5/8 : RUN apk add --update --no-cache git make 16:03:48 ---> Running in 5faa8834ed87 16:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:51 OK: 142 MiB in 39 packages 16:03:52 Removing intermediate container 5faa8834ed87 16:03:52 ---> e9e1a3a494b7 16:03:52 Step 6/8 : WORKDIR /build 16:03:52 ---> Running in 41b0c2e11735 16:03:53 Removing intermediate container 41b0c2e11735 16:03:53 ---> a1e69c2be678 16:03:53 Step 7/8 : COPY go.mod . 16:03:53 ---> 929aa5ac3bb0 16:03:53 Step 8/8 : RUN go mod download 16:03:53 ---> Running in 4e61e5518563 16:04:16 Removing intermediate container 4e61e5518563 16:04:16 ---> 3dcd15258e13 16:04:16 Successfully built 3dcd15258e13 16:04:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:04:16 + docker inspect -f . ci-base-image-arm64 16:04:16 . [Pipeline] withDockerContainer 16:04:16 prd-ubuntu18.04-docker-arm64-4c-16g-2035 does not seem to be running inside a container 16:04:16 $ 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 ******** ci-base-image-arm64 cat 16:04:18 $ docker top edb393cd0d2cbd8ec0ae31e7b0eff7a58f5b5017f64e88d44eb72cd24319cc07 -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:19 + go version 16:04:19 go version go1.15.5 linux/arm64 [Pipeline] } 16:04:19 $ docker stop --time=1 edb393cd0d2cbd8ec0ae31e7b0eff7a58f5b5017f64e88d44eb72cd24319cc07 16:04:21 $ docker rm -f edb393cd0d2cbd8ec0ae31e7b0eff7a58f5b5017f64e88d44eb72cd24319cc07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:21 + docker inspect -f . ci-base-image-arm64 16:04:21 . [Pipeline] withDockerContainer 16:04:22 prd-ubuntu18.04-docker-arm64-4c-16g-2035 does not seem to be running inside a container 16:04:22 $ 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 ******** ci-base-image-arm64 cat 16:04:23 $ docker top d81c4ea16b40092e2b25c0c28b7a60d5776f4b4af4ad9470d1b967f739f2eb7a -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:24 + make test 16:04:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:04:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:04:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.047s coverage: 5.4% of statements 16:04:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:04:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.046s coverage: 92.2% of statements 16:04:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.048s coverage: 85.3% of statements 16:04:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:04:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:04:58 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:05:00 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.039s coverage: 26.7% of statements 16:05:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.040s coverage: 90.7% of statements 16:05:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:05:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:05:04 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements 16:05:04 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:05:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:05:11 gofmt -l . 16:05:11 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:05:11 $ docker stop --time=1 d81c4ea16b40092e2b25c0c28b7a60d5776f4b4af4ad9470d1b967f739f2eb7a 16:05:13 $ docker rm -f d81c4ea16b40092e2b25c0c28b7a60d5776f4b4af4ad9470d1b967f739f2eb7a [Pipeline] // withDockerContainer [Pipeline] sh 16:05:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:05:14 Warning: overwriting stash ‘coverage-report’ 16:05:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:05:16 ---> job-cost.sh 16:05:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pxaV 16:05:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:07:32 lf-activate-venv(): INFO: Adding /tmp/venv-pxaV/bin to PATH 16:07:32 INFO: No Stack... 16:07:32 INFO: Retrieving Pricing Info for: lf-standard-4 16:07:32 INFO: Archiving Costs [Pipeline] sh 16:07:32 + cut -d, -f6 16:07:32 + cat /w/workspace/go-mod-bootstrap/3/archives/cost.csv [Pipeline] lock 16:07:32 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] 16:07:32 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] did not exist. Created. 16:07:32 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:07:32 /w/workspace/go-mod-bootstrap/3@tmp/durable-4f74fe5d/script.sh: 1: /w/workspace/go-mod-bootstrap/3@tmp/durable-4f74fe5d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:07:33 + echo total: 0.20999999344348907 [Pipeline] stash 16:07:33 Warning: overwriting stash ‘stack-cost’ 16:07:33 Stashed 1 file(s) [Pipeline] } 16:07:33 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-218-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:07:33 provisioning config files... 16:07:33 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp/config9185884401792477760tmp [Pipeline] { [Pipeline] sh 16:07:34 + set +x 16:07:34 + curl -s https://codecov.io/bash 16:07:34 + bash -s -- 16:07:34 16:07:34 _____ _ 16:07:34 / ____| | | 16:07:34 | | ___ __| | ___ ___ _____ __ 16:07:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:07:34 | |___| (_) | (_| | __/ (_| (_) \ V / 16:07:34 \_____\___/ \__,_|\___|\___\___/ \_/ 16:07:34 Bash-1.0.2 16:07:34 16:07:34 16:07:34 ==> git version 2.24.3 found 16:07:34 ==> 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 16:07:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:07:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:07:34 ==> Jenkins CI detected. 16:07:34 project root: . 16:07:34 --> token set from env 16:07:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:07:34 ==> Running gcov in . (disable via -X gcov) 16:07:34 ==> Python coveragepy not found 16:07:34 ==> Searching for coverage reports in: 16:07:34 + . 16:07:34 -> Found 1 reports 16:07:34 ==> Detecting git/mercurial file structure 16:07:34 ==> Reading reports 16:07:34 + ./coverage.out bytes=28856 16:07:34 ==> Appending adjustments 16:07:34 https://docs.codecov.io/docs/fixing-reports 16:07:34 + Found adjustments 16:07:34 ==> Gzipping contents 16:07:34 8.0K /tmp/codecov.4OQ35q.gz 16:07:34 ==> Uploading reports 16:07:34 url: https://codecov.io 16:07:34 query: branch=PR-218&commit=b89ca1b3003788516b4d65e362934503d14c2949&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-218%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=218&job=&cmd_args= 16:07:34 -> Pinging Codecov 16:07:34 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-218&commit=b89ca1b3003788516b4d65e362934503d14c2949&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-218%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=218&job=&cmd_args= 16:07:35 -> Uploading to 16:07:35 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/b89ca1b3003788516b4d65e362934503d14c2949/0e6d0d3d-80f5-43b6-8239-66b0d82c5067.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T160735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e05afc545e0da57a0a6666dff1903cce90b354db28b687ae4af43549adabf3aa 16:07:35 % Total % Received % Xferd Average Speed Time Time Time Current 16:07:35 Dload Upload Total Spent Left Speed 16:07:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5512 0 0 100 5512 0 12984 --:--:-- --:--:-- --:--:-- 13000 16:07:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b89ca1b3003788516b4d65e362934503d14c2949 [Pipeline] } 16:07:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:07:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:07:37 ---> package-listing.sh 16:07:37 ++ facter osfamily 16:07:37 ++ tr '[:upper:]' '[:lower:]' 16:07:37 + OS_FAMILY=redhat 16:07:37 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-218 16:07:37 + START_PACKAGES=/tmp/packages_start.txt 16:07:37 + END_PACKAGES=/tmp/packages_end.txt 16:07:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:07:37 + PACKAGES=/tmp/packages_start.txt 16:07:37 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-218 ']' 16:07:37 + PACKAGES=/tmp/packages_end.txt 16:07:37 + case "${OS_FAMILY}" in 16:07:37 + sort 16:07:37 + rpm -qa 16:07:47 + '[' -f /tmp/packages_start.txt ']' 16:07:47 + '[' -f /tmp/packages_end.txt ']' 16:07:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:07:47 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-218 ']' 16:07:47 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-218/archives/ 16:07:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-218/archives/ [Pipeline] echo 16:07:47 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-218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:07:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:07:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:07:48 16:07:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:07:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:07:48 alpine: Pulling from edgex-lftools-log-publisher 16:07:48 df20fa9351a1: Pulling fs layer 16:07:48 36b3adc4ff6f: Pulling fs layer 16:07:48 8ad3a11d3b57: Pulling fs layer 16:07:48 46f8f816bc3b: Pulling fs layer 16:07:48 93b61091891f: Pulling fs layer 16:07:48 93b9cdb0e59b: Pulling fs layer 16:07:48 5e14af77c1be: Pulling fs layer 16:07:48 01666e4c0597: Pulling fs layer 16:07:48 aa168da1d23b: Pulling fs layer 16:07:48 93b9cdb0e59b: Waiting 16:07:48 5e14af77c1be: Waiting 16:07:48 01666e4c0597: Waiting 16:07:48 aa168da1d23b: Waiting 16:07:48 46f8f816bc3b: Waiting 16:07:48 93b61091891f: Waiting 16:07:48 36b3adc4ff6f: Verifying Checksum 16:07:48 36b3adc4ff6f: Download complete 16:07:48 46f8f816bc3b: Verifying Checksum 16:07:48 46f8f816bc3b: Download complete 16:07:48 df20fa9351a1: Verifying Checksum 16:07:48 df20fa9351a1: Download complete 16:07:49 93b9cdb0e59b: Verifying Checksum 16:07:49 93b9cdb0e59b: Download complete 16:07:49 93b61091891f: Verifying Checksum 16:07:49 93b61091891f: Download complete 16:07:49 5e14af77c1be: Verifying Checksum 16:07:49 5e14af77c1be: Download complete 16:07:49 01666e4c0597: Verifying Checksum 16:07:49 01666e4c0597: Download complete 16:07:49 8ad3a11d3b57: Verifying Checksum 16:07:49 8ad3a11d3b57: Download complete 16:07:49 df20fa9351a1: Pull complete 16:07:50 36b3adc4ff6f: Pull complete 16:07:52 8ad3a11d3b57: Pull complete 16:07:52 46f8f816bc3b: Pull complete 16:07:53 93b61091891f: Pull complete 16:07:53 aa168da1d23b: Verifying Checksum 16:07:53 aa168da1d23b: Download complete 16:07:53 93b9cdb0e59b: Pull complete 16:07:53 5e14af77c1be: Pull complete 16:07:53 01666e4c0597: Pull complete 16:08:15 aa168da1d23b: Pull complete 16:08:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:08:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:08:16 prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container 16:08:16 $ 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-218/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-218 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-218:/w/workspace/xfoundry_go-mod-bootstrap_PR-218:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-218@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 16:08:19 $ docker top 12b2b181bf00f22b354d9011a7582add68767c870065aacb55066d35ccc35acd -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:19 + touch /tmp/pre-build-complete [Pipeline] sh 16:08:20 + mkdir -p /var/log/sa [Pipeline] sh 16:08:21 + ls /var/log/sa-host 16:08:21 + sadf -c /var/log/sa-host/sa23 16:08:21 file_magic: OK 16:08:21 HZ: Using current value: 100 16:08:21 file_header: OK 16:08:21 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 16:08:21 Statistics: 16:08:21 Hnuu...uuuununununu... 16:08:21 File successfully converted to sysstat format version 12.2.1 16:08:21 + sadf -c /var/log/sa-host/sa27 16:08:21 file_magic: OK 16:08:21 HZ: Using current value: 100 16:08:21 file_header: OK 16:08:21 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 16:08:21 Statistics: 16:08:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:08:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:21 provisioning config files... 16:08:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp/config5151424205947716099tmp [Pipeline] { [Pipeline] echo 16:08:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:08:22 ---> create-netrc.sh [Pipeline] } 16:08:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:08:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:08:23 ---> python-tools-install.sh [Pipeline] echo 16:08:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:08:23 ---> sudo-logs.sh 16:08:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:08:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:08:24 ---> job-cost.sh 16:08:24 lf-activate-venv: SKIPPING 16:08:24 DEBUG: total: 0.20999999344348907 16:08:24 INFO: Retrieving Stack Cost... 16:08:25 INFO: Retrieving Pricing Info for: v1-standard-2 16:08:26 INFO: Archiving Costs [Pipeline] echo 16:08:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:08:27 ---> logs-deploy.sh 16:08:27 lf-activate-venv: SKIPPING 16:08:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-218/3 16:08:27 INFO: archiving workspace using pattern(s): 16:08:30 Archives upload complete. 16:08:30 INFO: archiving logs to Nexus 16:08:31 ---> uname -a: 16:08:31 Linux prd-centos7-docker-4c-2g-2020.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:08:31 16:08:31 16:08:31 ---> lscpu: 16:08:31 Architecture: x86_64 16:08:31 CPU op-mode(s): 32-bit, 64-bit 16:08:31 Byte Order: Little Endian 16:08:31 Address sizes: 40 bits physical, 48 bits virtual 16:08:31 CPU(s): 4 16:08:31 On-line CPU(s) list: 0-3 16:08:31 Thread(s) per core: 1 16:08:31 Core(s) per socket: 1 16:08:31 Socket(s): 4 16:08:31 NUMA node(s): 1 16:08:31 Vendor ID: GenuineIntel 16:08:31 CPU family: 6 16:08:31 Model: 44 16:08:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:08:31 Stepping: 1 16:08:31 CPU MHz: 2933.438 16:08:31 BogoMIPS: 5866.87 16:08:31 Virtualization: VT-x 16:08:31 Hypervisor vendor: KVM 16:08:31 Virtualization type: full 16:08:31 L1d cache: 128 KiB 16:08:31 L1i cache: 128 KiB 16:08:31 L2 cache: 16 MiB 16:08:31 L3 cache: 64 MiB 16:08:31 NUMA node0 CPU(s): 0-3 16:08:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:08:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:08:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:08:31 Vulnerability Meltdown: Mitigation; PTI 16:08:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:08:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:08:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:08:31 Vulnerability Srbds: Not affected 16:08:31 Vulnerability Tsx async abort: Not affected 16:08:31 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 16:08:31 16:08:31 16:08:31 ---> nproc: 16:08:31 4 16:08:31 16:08:31 16:08:31 ---> df -h: 16:08:31 Filesystem Size Used Available Use% Mounted on 16:08:31 overlay 50.0G 7.3G 42.7G 15% / 16:08:31 tmpfs 64.0M 0 64.0M 0% /dev 16:08:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:08:31 shm 64.0M 0 64.0M 0% /dev/shm 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-218 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-218@tmp 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 16:08:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 16:08:31 16:08:31 16:08:31 ---> free -m: 16:08:31 total used free shared buff/cache available 16:08:31 Mem: 1837 719 86 0 1031 1013 16:08:31 Swap: 1023 1 1022 16:08:31 16:08:31 16:08:31 ---> ip addr: 16:08:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:08:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:08:31 inet 127.0.0.1/8 scope host lo 16:08:31 valid_lft forever preferred_lft forever 16:08:31 inet6 ::1/128 scope host 16:08:31 valid_lft forever preferred_lft forever 16:08:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:08:31 link/ether fa:16:3e:39:73:68 brd ff:ff:ff:ff:ff:ff 16:08:31 inet 10.30.122.88/23 brd 10.30.123.255 scope global dynamic eth0 16:08:31 valid_lft 85800sec preferred_lft 85800sec 16:08:31 inet6 fe80::f816:3eff:fe39:7368/64 scope link 16:08:31 valid_lft forever preferred_lft forever 16:08:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:08:31 link/ether 02:42:f0:d3:51:6d brd ff:ff:ff:ff:ff:ff 16:08:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:08:31 valid_lft forever preferred_lft forever 16:08:31 inet6 fe80::42:f0ff:fed3:516d/64 scope link 16:08:31 valid_lft forever preferred_lft forever 16:08:31 16:08:31 16:08:31 ---> sar -b -r -n DEV: 16:08:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 16:08:31 16:08:31 15:58:16 LINUX RESTART (4 CPU) 16:08:31 16:08:31 15:59:05 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:08:31 16:00:01 90.41 47.37 43.04 0.00 8141.34 3997.41 0.00 16:08:31 16:01:01 10.25 1.41 8.84 0.00 69.51 196.44 0.00 16:08:31 16:02:02 0.51 0.08 0.43 0.00 1.58 8.26 0.00 16:08:31 16:03:01 0.24 0.00 0.24 0.00 0.00 3.00 0.00 16:08:31 16:04:02 0.13 0.00 0.13 0.00 0.00 2.32 0.00 16:08:31 16:05:01 0.36 0.00 0.36 0.00 0.00 4.91 0.00 16:08:31 16:06:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 16:08:31 16:07:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 16:08:31 16:08:01 86.73 50.99 35.75 0.00 4293.94 13426.32 0.00 16:08:31 Average: 20.57 10.86 9.71 0.00 1344.36 1951.26 0.00 16:08:31 16:08:31 15:59:05 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:08:31 16:00:01 137600 0 646484 34.36 2620 1094840 1443912 49.28 431444 1111908 1820 16:08:31 16:01:01 170848 0 611916 32.52 2620 1096160 1155256 39.43 404540 1106000 20 16:08:31 16:02:02 179592 0 603040 32.05 2620 1096292 1096764 37.43 412848 1090512 32 16:08:31 16:03:01 177144 0 605492 32.18 2620 1096288 1096976 37.44 415700 1090320 20 16:08:31 16:04:02 175988 0 606640 32.24 2620 1096296 1097088 37.44 424524 1082192 16 16:08:31 16:05:01 178740 0 603884 32.10 2620 1096300 1078456 36.81 433564 1071068 12 16:08:31 16:06:01 180020 0 602600 32.03 2620 1096304 1067148 36.42 448988 1054948 12 16:08:31 16:07:01 179980 0 602604 32.03 2620 1096340 1067148 36.42 449004 1054952 20 16:08:31 16:08:01 78552 0 706376 37.54 2620 1093996 1528112 52.15 567252 1011284 41776 16:08:31 Average: 162052 0 621004 33.01 2620 1095868 1181207 40.31 443096 1074798 4859 16:08:31 16:08:31 15:59:05 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:08:31 16:00:01 eth0 314.79 225.21 1140.67 91.95 0.00 0.00 0.00 0.00 16:08:31 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:00:01 vethc6652ee 3.75 3.05 1.12 7.48 0.00 0.00 0.00 0.00 16:08:31 16:00:01 docker0 3.75 2.93 1.07 7.47 0.00 0.00 0.00 0.00 16:08:31 16:01:01 eth0 10.20 7.33 11.80 7.68 0.00 0.00 0.00 0.00 16:08:31 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:01:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:02:02 eth0 4.37 0.64 0.84 0.34 0.00 0.00 0.00 0.00 16:08:31 16:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:03:01 eth0 3.29 1.10 1.21 0.86 0.00 0.00 0.00 0.00 16:08:31 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:04:02 eth0 1.79 0.91 0.86 0.49 0.00 0.00 0.00 0.00 16:08:31 16:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:05:01 eth0 0.86 0.54 0.42 0.40 0.00 0.00 0.00 0.00 16:08:31 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:08:31 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:07:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:08:31 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:08:01 eth0 197.54 150.66 2166.17 17.63 0.00 0.00 0.00 0.00 16:08:31 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 Average: eth0 57.54 41.74 364.54 12.72 0.00 0.00 0.00 0.00 16:08:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:31 Average: docker0 0.39 0.31 0.11 0.78 0.00 0.00 0.00 0.00 16:08:31 16:08:31 16:08:31 ---> sar -P ALL: 16:08:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 16:08:31 16:08:31 15:58:16 LINUX RESTART (4 CPU) 16:08:31 16:08:31 15:59:05 CPU %user %nice %system %iowait %steal %idle 16:08:31 16:00:01 all 13.89 0.00 6.00 4.17 24.79 51.16 16:08:31 16:00:01 0 13.38 0.00 6.68 2.70 25.50 51.74 16:08:31 16:00:01 1 15.15 0.00 6.04 4.45 24.22 50.14 16:08:31 16:00:01 2 13.55 0.00 5.77 7.04 25.16 48.48 16:08:31 16:00:01 3 13.47 0.00 5.50 2.47 24.26 54.31 16:08:31 16:01:01 all 0.50 0.00 0.33 0.15 3.30 95.72 16:08:31 16:01:01 0 0.66 0.00 0.39 0.21 3.49 95.25 16:08:31 16:01:01 1 0.79 0.00 0.26 0.12 3.08 95.75 16:08:31 16:01:01 2 0.34 0.00 0.36 0.26 3.86 95.18 16:08:31 16:01:01 3 0.23 0.00 0.29 0.02 2.75 96.71 16:08:31 16:02:02 all 0.15 0.00 0.10 0.00 1.69 98.06 16:08:31 16:02:02 0 0.07 0.00 0.07 0.02 1.76 98.09 16:08:31 16:02:02 1 0.07 0.00 0.08 0.00 1.28 98.58 16:08:31 16:02:02 2 0.28 0.00 0.11 0.00 2.59 97.02 16:08:31 16:02:02 3 0.18 0.00 0.13 0.00 1.13 98.56 16:08:31 16:03:01 all 0.11 0.00 0.05 0.00 1.00 98.83 16:08:31 16:03:01 0 0.12 0.00 0.07 0.00 0.67 99.14 16:08:31 16:03:01 1 0.20 0.00 0.03 0.00 0.77 98.99 16:08:31 16:03:01 2 0.07 0.00 0.07 0.00 1.26 98.61 16:08:31 16:03:01 3 0.07 0.00 0.05 0.00 1.30 98.58 16:08:31 16:04:02 all 0.05 0.00 0.07 0.00 2.50 97.38 16:08:31 16:04:02 0 0.05 0.00 0.03 0.00 1.99 97.93 16:08:31 16:04:02 1 0.08 0.00 0.02 0.00 2.85 97.06 16:08:31 16:04:02 2 0.03 0.00 0.08 0.00 3.55 96.33 16:08:31 16:04:02 3 0.03 0.00 0.16 0.00 1.59 98.21 16:08:31 16:05:01 all 0.09 0.00 0.29 0.00 2.48 97.14 16:08:31 16:05:01 0 0.05 0.00 0.03 0.00 2.36 97.56 16:08:31 16:05:01 1 0.12 0.00 0.38 0.00 3.08 96.43 16:08:31 16:05:01 2 0.03 0.00 0.13 0.00 2.64 97.20 16:08:31 16:05:01 3 0.15 0.00 0.62 0.00 1.85 97.38 16:08:31 16:06:01 all 0.10 0.00 0.05 0.00 0.37 99.48 16:08:31 16:06:01 0 0.02 0.00 0.02 0.00 0.56 99.40 16:08:31 16:06:01 1 0.10 0.00 0.03 0.00 0.35 99.52 16:08:31 16:06:01 2 0.27 0.00 0.03 0.00 0.45 99.25 16:08:31 16:06:01 3 0.02 0.00 0.12 0.00 0.13 99.73 16:08:31 16:07:01 all 0.10 0.00 0.04 0.00 0.25 99.62 16:08:31 16:07:01 0 0.02 0.00 0.03 0.00 0.42 99.53 16:08:31 16:07:01 1 0.30 0.00 0.05 0.00 0.25 99.40 16:08:31 16:07:01 2 0.03 0.00 0.05 0.00 0.28 99.63 16:08:31 16:07:01 3 0.03 0.00 0.02 0.00 0.05 99.90 16:08:31 16:08:01 all 3.90 0.00 2.50 2.60 6.71 84.30 16:08:31 16:08:01 0 3.87 0.00 2.81 0.17 6.60 86.55 16:08:31 16:08:01 1 3.32 0.00 1.87 1.21 7.15 86.46 16:08:31 16:08:01 2 4.68 0.00 3.20 5.15 6.32 80.65 16:08:31 16:08:01 3 3.73 0.00 2.12 3.90 6.77 83.48 16:08:31 Average: all 2.06 0.00 1.03 0.76 4.73 91.43 16:08:31 Average: 0 2.00 0.00 1.11 0.34 4.77 91.78 16:08:31 Average: 1 2.19 0.00 0.96 0.63 4.72 91.51 16:08:31 Average: 2 2.10 0.00 1.07 1.36 5.07 90.40 16:08:31 Average: 3 1.95 0.00 0.98 0.70 4.35 92.02 16:08:31 16:08:31 16:08:31