Pull request #193 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 37a3be928f9411a877e1f1b9cb34ce2931a59338+3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 (87a21971abd50b141305b7d9b0c2bd9f0fcb4fbd) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31805 in /w/workspace/xfoundry_go-mod-bootstrap_PR-193 [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-193 # 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 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 into PR head commit 37a3be928f9411a877e1f1b9cb34ce2931a59338 Merge succeeded, producing 37a3be928f9411a877e1f1b9cb34ce2931a59338 Checking out Revision 37a3be928f9411a877e1f1b9cb34ce2931a59338 (PR-193) > 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/193/head:refs/remotes/origin/PR-193 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37a3be928f9411a877e1f1b9cb34ce2931a59338 # 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 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37a3be928f9411a877e1f1b9cb34ce2931a59338 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 697759244c8f70ffe604b7c86b5d20cad566f231 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:36:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:36:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:36:48 ========================================================= 18:36:48 EdgeX Global Pipelines Version Info 18:36:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:36:50 ------------------- 18:36:50 stable info: 18:36:50 ------------------- 18:36:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:36:50 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:36:50 Message: update stable to v1.0.186 18:36:51 ------------------- 18:36:51 experimental info: 18:36:51 ------------------- 18:36:51 Commited By: **** collab-it+edgex@linuxfoundation.org 18:36:51 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:36:51 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:36:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:36:51 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:36:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:36:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:36:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:36:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-193 [Pipeline] echo 18:36:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-193 [Pipeline] echo 18:36:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-193 [Pipeline] echo 18:36:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37a3be928f9411a877e1f1b9cb34ce2931a59338 [Pipeline] echo 18:36:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37a3be9 [Pipeline] echo 18:36:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:36:55 + git log --format=format:%s -1 37a3be928f9411a877e1f1b9cb34ce2931a59338 [Pipeline] echo 18:36:55 GIT_COMMIT: 37a3be928f9411a877e1f1b9cb34ce2931a59338, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2 [Pipeline] echo 18:36:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:36:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:36:55 18:36:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:36:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:36:56 latest: Pulling from edgex-devops/git-semver 18:36:56 31603596830f: Pulling fs layer 18:36:56 2a8b12db71e7: Pulling fs layer 18:36:56 6ca5941a6612: Pulling fs layer 18:36:56 ecc8261a40a4: Pulling fs layer 18:36:56 ecc8261a40a4: Waiting 18:36:56 2a8b12db71e7: Verifying Checksum 18:36:56 2a8b12db71e7: Download complete 18:36:56 31603596830f: Verifying Checksum 18:36:56 31603596830f: Download complete 18:36:56 ecc8261a40a4: Verifying Checksum 18:36:56 ecc8261a40a4: Download complete 18:36:56 6ca5941a6612: Verifying Checksum 18:36:56 6ca5941a6612: Download complete 18:36:56 31603596830f: Pull complete 18:36:57 2a8b12db71e7: Pull complete 18:36:58 6ca5941a6612: Pull complete 18:36:58 ecc8261a40a4: Pull complete 18:36:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:36:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:36:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:36:58 prd-centos7-docker-4c-2g-31805 does not seem to be running inside a container 18:36:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-193 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-193:/w/workspace/xfoundry_go-mod-bootstrap_PR-193:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-193@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:37:00 $ docker top 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:37:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:00 [ssh-agent] Looking for ssh-agent implementation... 18:37:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:01 $ docker exec 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f ssh-agent 18:37:01 SSH_AUTH_SOCK=/tmp/ssh-9nY1B69gGWB1/agent.11 18:37:01 SSH_AGENT_PID=17 18:37:01 Running ssh-add (command line suppressed) 18:37:01 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp/private_key_7466189706035100630.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp/private_key_7466189706035100630.key) 18:37:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:01 + git tag --points-at HEAD [Pipeline] } 18:37:01 $ docker exec --env ******** --env ******** 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f ssh-agent -k 18:37:02 unset SSH_AUTH_SOCK; 18:37:02 unset SSH_AGENT_PID; 18:37:02 echo Agent pid 17 killed; 18:37:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:37:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:02 [ssh-agent] Looking for ssh-agent implementation... 18:37:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:02 $ docker exec 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f ssh-agent 18:37:02 SSH_AUTH_SOCK=/tmp/ssh-gngiQpJLK9gW/agent.46 18:37:02 SSH_AGENT_PID=51 18:37:02 Running ssh-add (command line suppressed) 18:37:02 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp/private_key_8151759892148325518.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp/private_key_8151759892148325518.key) 18:37:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:03 + git semver init 18:37:03 # -> Open(): unable to determine branch for HEAD 18:37:03 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-193/.git 18:37:03 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-193 18:37:03 # $SEMVER_REMOTE_NAME = origin 18:37:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:37:03 # $SEMVER_USER_NAME = edgex-jenkins 18:37:03 # $SEMVER_BRANCH = PR-193 18:37:03 # $SEMVER_TEMP = /tmp/semver-068760137 18:37:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:37:04 # '/tmp/semver-068760137' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-193/.semver' 18:37:04 # -> Force: false 18:37:04 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-193/.semver [Pipeline] } 18:37:04 $ docker exec --env ******** --env ******** 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f ssh-agent -k 18:37:04 unset SSH_AUTH_SOCK; 18:37:04 unset SSH_AGENT_PID; 18:37:04 echo Agent pid 51 killed; 18:37:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:37:05 + git semver [Pipeline] } 18:37:05 $ docker stop --time=1 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f 18:37:06 $ docker rm -f 4dcff386e0c87dda17f101d75a9e748c61b67d5cc49f01fd409905ea1354022f [Pipeline] // withDockerContainer [Pipeline] sh 18:37:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:37:07 Stashed 1 file(s) [Pipeline] echo 18:37:07 [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:37:23 Still waiting to schedule task 18:37:23 ‘prd-centos7-docker-4c-2g-31784’ is offline; ‘prd-centos7-docker-4c-2g-31789’ is offline; ‘prd-centos7-docker-4c-2g-31804’ is offline; ‘prd-centos7-docker-4c-2g-31806’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31791’ doesn’t have label ‘centos7-docker-4c-2g’ 18:37:23 Still waiting to schedule task 18:37:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:39:36 Running on prd-centos7-docker-4c-2g-31808 in /w/workspace/xfoundry_go-mod-bootstrap_PR-193 [Pipeline] { [Pipeline] ws 18:39:36 Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout 18:39:39 using credential edgex-jenkins-ssh 18:39:39 Cloning the remote Git repository 18:39:39 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:39:39 > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 18:39:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:39:39 > git --version # timeout=10 18:39:39 > git --version # 'git version 2.24.3' 18:39:39 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:39:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:39:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:39:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/193/head:refs/remotes/origin/PR-193 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:39:40 Merging remotes/origin/master commit 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 into PR head commit 37a3be928f9411a877e1f1b9cb34ce2931a59338 18:39:40 Merge succeeded, producing 37a3be928f9411a877e1f1b9cb34ce2931a59338 18:39:40 Checking out Revision 37a3be928f9411a877e1f1b9cb34ce2931a59338 (PR-193) 18:39:40 > git config core.sparsecheckout # timeout=10 18:39:40 > git checkout -f 37a3be928f9411a877e1f1b9cb34ce2931a59338 # timeout=10 18:39:40 > git remote # timeout=10 18:39:40 > git config --get remote.origin.url # timeout=10 18:39:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:40 > git merge 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 # timeout=10 18:39:40 > git rev-parse HEAD^{commit} # timeout=10 18:39:40 > git config core.sparsecheckout # timeout=10 18:39:40 > git checkout -f 37a3be928f9411a877e1f1b9cb34ce2931a59338 # timeout=10 18:39:44 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 18:39:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:39:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:39:46 + sudo service docker restart 18:39:46 + true 18:39:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:39:47 ========================================================= 18:39:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:39:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:39:47 + 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:39:48 Sending build context to Docker daemon 769kB 18:39:48 Step 1/8 : ARG BASE=golang:1.15-alpine 18:39:48 Step 2/8 : FROM ${BASE} 18:39:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:39:48 188c0c94c7c5: Pulling fs layer 18:39:48 0ef7d3d256c8: Pulling fs layer 18:39:48 de9db76c5a1d: Pulling fs layer 18:39:48 bca2f99d35d6: Pulling fs layer 18:39:48 93359f2a8cfa: Pulling fs layer 18:39:48 7c6f9722023f: Pulling fs layer 18:39:48 a35cf1a2eb13: Pulling fs layer 18:39:48 93359f2a8cfa: Waiting 18:39:48 7c6f9722023f: Waiting 18:39:48 bca2f99d35d6: Waiting 18:39:48 a35cf1a2eb13: Waiting 18:39:48 de9db76c5a1d: Verifying Checksum 18:39:48 de9db76c5a1d: Download complete 18:39:48 0ef7d3d256c8: Download complete 18:39:48 93359f2a8cfa: Verifying Checksum 18:39:48 93359f2a8cfa: Download complete 18:39:48 7c6f9722023f: Verifying Checksum 18:39:48 7c6f9722023f: Download complete 18:39:48 188c0c94c7c5: Verifying Checksum 18:39:48 188c0c94c7c5: Download complete 18:39:48 188c0c94c7c5: Pull complete 18:39:48 0ef7d3d256c8: Pull complete 18:39:49 de9db76c5a1d: Pull complete 18:39:49 a35cf1a2eb13: Verifying Checksum 18:39:49 a35cf1a2eb13: Download complete 18:39:50 bca2f99d35d6: Verifying Checksum 18:39:50 bca2f99d35d6: Download complete 18:39:57 bca2f99d35d6: Pull complete 18:39:57 93359f2a8cfa: Pull complete 18:39:57 7c6f9722023f: Pull complete 18:40:01 a35cf1a2eb13: Pull complete 18:40:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:40:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:40:01 ---> a62c8e92a672 18:40:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:40:02 ---> Running in 9c13c21300f1 18:40:02 Removing intermediate container 9c13c21300f1 18:40:02 ---> 274c84d8261c 18:40:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:02 ---> Running in 93399a1e49c8 18:40:03 Removing intermediate container 93399a1e49c8 18:40:03 ---> 3fbbfbb00ad2 18:40:03 Step 5/8 : RUN apk add --update --no-cache git make 18:40:03 ---> Running in a18da113ddfb 18:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:06 OK: 166 MiB in 39 packages 18:40:06 Removing intermediate container a18da113ddfb 18:40:06 ---> feaae4ff048b 18:40:06 Step 6/8 : WORKDIR /build 18:40:06 ---> Running in cb69f23ddb96 18:40:06 Removing intermediate container cb69f23ddb96 18:40:06 ---> fdef410bb8c1 18:40:06 Step 7/8 : COPY go.mod . 18:40:06 ---> 067e0e29f87e 18:40:06 Step 8/8 : RUN go mod download 18:40:07 ---> Running in ba9a7519a95c 18:40:25 Removing intermediate container ba9a7519a95c 18:40:25 ---> fe2d11be6c0c 18:40:25 Successfully built fe2d11be6c0c 18:40:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:40:25 + docker inspect -f . ci-base-image-x86_64 18:40:25 . [Pipeline] withDockerContainer 18:40:25 prd-centos7-docker-4c-2g-31808 does not seem to be running inside a container 18:40:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:40:26 $ docker top 7be49087f19656158bfe63ea262ba5358e452f197ca15acdf16d2664758aa05a -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:27 + go version 18:40:27 go version go1.15.5 linux/amd64 [Pipeline] } 18:40:27 $ docker stop --time=1 7be49087f19656158bfe63ea262ba5358e452f197ca15acdf16d2664758aa05a 18:40:28 $ docker rm -f 7be49087f19656158bfe63ea262ba5358e452f197ca15acdf16d2664758aa05a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:29 + docker inspect -f . ci-base-image-x86_64 18:40:29 . [Pipeline] withDockerContainer 18:40:29 prd-centos7-docker-4c-2g-31808 does not seem to be running inside a container 18:40:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:40:30 $ docker top 8dd72dd75de3e93dff6a33e9c091ee22fbe21f65d6169d6bdaa58df5f7f4f054 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:30 + make test 18:40:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:40:43 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:40:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.018s coverage: 5.8% of statements 18:40:43 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:40:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.013s coverage: 92.2% of statements 18:40:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.027s coverage: 85.3% of statements 18:40:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.022s coverage: 34.3% of statements 18:40:43 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:40:43 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:40:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.008s coverage: 18.2% of statements 18:40:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.011s coverage: 95.3% of statements 18:40:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:40:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:40:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.008s coverage: 91.3% of statements 18:40:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:40:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:40:48 gofmt -l . 18:40:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:40:48 $ docker stop --time=1 8dd72dd75de3e93dff6a33e9c091ee22fbe21f65d6169d6bdaa58df5f7f4f054 18:40:51 $ docker rm -f 8dd72dd75de3e93dff6a33e9c091ee22fbe21f65d6169d6bdaa58df5f7f4f054 [Pipeline] // withDockerContainer [Pipeline] sh 18:40:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:40:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31810 in /w/workspace/xfoundry_go-mod-bootstrap_PR-193 [Pipeline] { [Pipeline] ws 18:40:52 Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout 18:40:52 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 18:40:53 ---> job-cost.sh 18:40:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-183X 18:40:58 using credential edgex-jenkins-ssh 18:40:58 Cloning the remote Git repository 18:40:58 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:58 > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 18:40:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:58 > git --version # timeout=10 18:40:58 > git --version # 'git version 2.17.1' 18:40:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:40:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:41:00 Merging remotes/origin/master commit 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 into PR head commit 37a3be928f9411a877e1f1b9cb34ce2931a59338 18:41:00 Merge succeeded, producing 37a3be928f9411a877e1f1b9cb34ce2931a59338 18:41:00 Checking out Revision 37a3be928f9411a877e1f1b9cb34ce2931a59338 (PR-193) 18:40:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/193/head:refs/remotes/origin/PR-193 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:41:00 > git config core.sparsecheckout # timeout=10 18:41:00 > git checkout -f 37a3be928f9411a877e1f1b9cb34ce2931a59338 # timeout=10 18:41:00 > git remote # timeout=10 18:41:00 > git config --get remote.origin.url # timeout=10 18:41:00 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:00 > git merge 3d3f8f1c6fdd175c7399d7fdf5c653fad2539f69 # timeout=10 18:41:00 > git rev-parse HEAD^{commit} # timeout=10 18:41:00 > git config core.sparsecheckout # timeout=10 18:41:00 > git checkout -f 37a3be928f9411a877e1f1b9cb34ce2931a59338 # timeout=10 18:41:05 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-configuration/v2" 18:41:05 18:41:05 GitHub has been notified of this commit’s build result 18:41:05 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:41:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:41:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:41:07 + sudo service docker restart 18:41:07 + true 18:41:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] unstash [Pipeline] echo 18:41:10 ========================================================= 18:41:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:41:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:41:10 + 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:41:11 Sending build context to Docker daemon 768kB 18:41:11 Step 1/8 : ARG BASE=golang:1.15-alpine 18:41:11 Step 2/8 : FROM ${BASE} 18:41:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:41:12 5f621e34cdf4: Pulling fs layer 18:41:12 a4357932f1b6: Pulling fs layer 18:41:12 18c013af1878: Pulling fs layer 18:41:12 00ac8860ef70: Pulling fs layer 18:41:12 63d7cb157983: Pulling fs layer 18:41:12 b116817d02f9: Pulling fs layer 18:41:12 745a02a5169b: Pulling fs layer 18:41:12 00ac8860ef70: Waiting 18:41:12 b116817d02f9: Waiting 18:41:12 63d7cb157983: Waiting 18:41:12 745a02a5169b: Waiting 18:41:12 18c013af1878: Verifying Checksum 18:41:12 18c013af1878: Download complete 18:41:12 a4357932f1b6: Download complete 18:41:12 63d7cb157983: Verifying Checksum 18:41:12 63d7cb157983: Download complete 18:41:12 5f621e34cdf4: Verifying Checksum 18:41:12 5f621e34cdf4: Download complete 18:41:12 b116817d02f9: Verifying Checksum 18:41:12 b116817d02f9: Download complete 18:41:13 5f621e34cdf4: Pull complete 18:41:13 a4357932f1b6: Pull complete 18:41:14 18c013af1878: Pull complete 18:41:14 745a02a5169b: Verifying Checksum 18:41:14 745a02a5169b: Download complete 18:41:16 00ac8860ef70: Verifying Checksum 18:41:26 00ac8860ef70: Pull complete 18:41:26 63d7cb157983: Pull complete 18:41:26 b116817d02f9: Pull complete 18:41:30 745a02a5169b: Pull complete 18:41:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:41:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:41:30 ---> b7e6874047d6 18:41:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:41:33 ---> Running in 1ce924abfc10 18:41:33 Removing intermediate container 1ce924abfc10 18:41:33 ---> bcacfdcef89f 18:41:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:41:34 ---> Running in 8004263ba424 18:41:35 lf-activate-venv(): INFO: Adding /tmp/venv-183X/bin to PATH 18:41:35 INFO: No Stack... 18:41:36 INFO: Retrieving Pricing Info for: v1-standard-2 18:41:36 Removing intermediate container 8004263ba424 18:41:36 ---> fc5b9babf888 18:41:36 Step 5/8 : RUN apk add --update --no-cache git make 18:41:36 ---> Running in de9957edebc9 18:41:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:39 OK: 142 MiB in 39 packages 18:41:40 Removing intermediate container de9957edebc9 18:41:40 ---> 94c92c88df5a 18:41:40 Step 6/8 : WORKDIR /build 18:41:40 ---> Running in 155b7ee2be65 18:41:41 Removing intermediate container 155b7ee2be65 18:41:41 ---> 7d4935cd18c3 18:41:41 Step 7/8 : COPY go.mod . 18:41:42 ---> 892c2aaadd04 18:41:42 Step 8/8 : RUN go mod download 18:41:42 ---> Running in 7b7add932e24 18:42:04 Removing intermediate container 7b7add932e24 18:42:04 ---> 0a2d7278599a 18:42:04 Successfully built 0a2d7278599a 18:42:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:42:04 + docker inspect -f . ci-base-image-arm64 18:42:04 . [Pipeline] withDockerContainer 18:42:04 prd-ubuntu18.04-docker-arm64-4c-16g-31810 does not seem to be running inside a container 18:42:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:42:06 $ docker top dad8f6bffb05bd02775c0c57f11cf4eb53cf9e3d1de5a1fe99b5f9c54ece0ca1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:07 + go version 18:42:07 go version go1.15.5 linux/arm64 [Pipeline] } 18:42:07 $ docker stop --time=1 dad8f6bffb05bd02775c0c57f11cf4eb53cf9e3d1de5a1fe99b5f9c54ece0ca1 18:42:08 ERROR: Pricing API returned invalid json 18:42:08 INFO: Archiving Costs 18:42:09 $ docker rm -f dad8f6bffb05bd02775c0c57f11cf4eb53cf9e3d1de5a1fe99b5f9c54ece0ca1 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:42:10 + cat /w/workspace/go-mod-bootstrap/5/archives/cost.csv 18:42:10 + cut -d, -f6 [Pipeline] stage [Pipeline] { (Test) [Pipeline] lock 18:42:10 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] 18:42:10 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] did not exist. Created. 18:42:10 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:10 + echo total: 0.0 [Pipeline] stash 18:42:11 Stashed 1 file(s) [Pipeline] } 18:42:11 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] 18:42:11 + docker inspect -f . ci-base-image-arm64 18:42:11 . [Pipeline] // lock [Pipeline] withDockerContainer 18:42:11 prd-ubuntu18.04-docker-arm64-4c-16g-31810 does not seem to be running inside a container 18:42:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:42:13 $ docker top ce6020bb273b240627af6e69a5e47da0276e1bde6656b62b35cf12bdd14d2a4e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 18:42:14 + make test 18:42:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] } 18:42:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:42:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.028s coverage: 5.8% of statements 18:42:46 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:42:46 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.037s coverage: 92.2% of statements 18:42:47 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.042s coverage: 85.3% of statements 18:42:50 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.048s coverage: 34.3% of statements 18:42:50 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:42:50 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:42:50 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.022s coverage: 18.2% of statements 18:42:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.039s coverage: 95.3% of statements 18:42:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:42:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:42:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements 18:42:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:42:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:43:00 gofmt -l . 18:43:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:43:00 $ docker stop --time=1 ce6020bb273b240627af6e69a5e47da0276e1bde6656b62b35cf12bdd14d2a4e 18:43:03 $ docker rm -f ce6020bb273b240627af6e69a5e47da0276e1bde6656b62b35cf12bdd14d2a4e [Pipeline] // withDockerContainer [Pipeline] sh 18:43:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:43:04 Warning: overwriting stash ‘coverage-report’ 18:43: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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:43:06 ---> job-cost.sh 18:43:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bdcG 18:43:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:45:22 lf-activate-venv(): INFO: Adding /tmp/venv-bdcG/bin to PATH 18:45:22 INFO: No Stack... 18:45:22 INFO: Retrieving Pricing Info for: lf-standard-4 18:45:22 INFO: Archiving Costs [Pipeline] sh 18:45:22 + cut -d, -f6 18:45:22 + cat /w/workspace/go-mod-bootstrap/5/archives/cost.csv [Pipeline] lock 18:45:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] 18:45:22 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] did not exist. Created. 18:45:22 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:45:22 /w/workspace/go-mod-bootstrap/5@tmp/durable-f5770eb3/script.sh: 1: /w/workspace/go-mod-bootstrap/5@tmp/durable-f5770eb3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:45:23 + echo total: 0.20999999344348907 [Pipeline] stash 18:45:23 Warning: overwriting stash ‘stack-cost’ 18:45:23 Stashed 1 file(s) [Pipeline] } 18:45:23 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-193-5-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 18:45:24 provisioning config files... 18:45:24 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp/config418256516130121035tmp [Pipeline] { [Pipeline] sh 18:45:24 + set +x 18:45:24 + curl -s https://codecov.io/bash 18:45:24 + bash -s -- 18:45:25 18:45:25 _____ _ 18:45:25 / ____| | | 18:45:25 | | ___ __| | ___ ___ _____ __ 18:45:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:45:25 | |___| (_) | (_| | __/ (_| (_) \ V / 18:45:25 \_____\___/ \__,_|\___|\___\___/ \_/ 18:45:25 Bash-20210309-2b87ace 18:45:25 18:45:25 18:45:25 ==> git version 2.24.3 found 18:45:25 ==> 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:45:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:45:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:45:25 curl: option -sm: expected a proper numerical parameter 18:45:25 curl: try 'curl --help' or 'curl --manual' for more information 18:45:25 ==> Jenkins CI detected. 18:45:25 project root: . 18:45:25 --> token set from env 18:45:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:45:25 ==> Running gcov in . (disable via -X gcov) 18:45:25 ==> Python coveragepy not found 18:45:25 ==> Searching for coverage reports in: 18:45:25 + . 18:45:25 -> Found 1 reports 18:45:25 ==> Detecting git/mercurial file structure 18:45:25 ==> Reading reports 18:45:25 + ./coverage.out bytes=30077 18:45:25 ==> Appending adjustments 18:45:25 https://docs.codecov.io/docs/fixing-reports 18:45:25 + Found adjustments 18:45:25 ==> Gzipping contents 18:45:25 8.0K /tmp/codecov.Uzbvt2.gz 18:45:25 ==> Uploading reports 18:45:25 url: https://codecov.io 18:45:25 query: branch=PR-193&commit=37a3be928f9411a877e1f1b9cb34ce2931a59338&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-193%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=193&job=&cmd_args= 18:45:25 -> Pinging Codecov 18:45:25 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-193&commit=37a3be928f9411a877e1f1b9cb34ce2931a59338&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-193%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=193&job=&cmd_args= 18:45:26 -> Uploading to 18:45:26 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/833815588EE85121546D348822E98E2E/37a3be928f9411a877e1f1b9cb34ce2931a59338/6a57dff0-4a69-4df6-8d1d-998e2bc487b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T184526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=da37b0ae8fa5a80c8e5fa235a59370c393677f678fc1666388cba22c873362ce 18:45:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:26 Dload Upload Total Spent Left Speed 18:45:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5572 0 0 100 5572 0 14990 --:--:-- --:--:-- --:--:-- 14978 100 5572 0 0 100 5572 0 14983 --:--:-- --:--:-- --:--:-- 14978 18:45:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/37a3be928f9411a877e1f1b9cb34ce2931a59338 [Pipeline] } 18:45:26 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 18:45:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:29 ---> package-listing.sh 18:45:29 ++ facter osfamily 18:45:29 ++ tr '[:upper:]' '[:lower:]' 18:45:29 + OS_FAMILY=redhat 18:45:29 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-193 18:45:29 + START_PACKAGES=/tmp/packages_start.txt 18:45:29 + END_PACKAGES=/tmp/packages_end.txt 18:45:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:29 + PACKAGES=/tmp/packages_start.txt 18:45:29 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-193 ']' 18:45:29 + PACKAGES=/tmp/packages_end.txt 18:45:29 + case "${OS_FAMILY}" in 18:45:29 + rpm -qa 18:45:29 + sort 18:45:33 + '[' -f /tmp/packages_start.txt ']' 18:45:33 + '[' -f /tmp/packages_end.txt ']' 18:45:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:33 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-193 ']' 18:45:33 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-193/archives/ 18:45:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-193/archives/ [Pipeline] echo 18:45:33 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-193/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:34 18:45:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:34 alpine: Pulling from edgex-lftools-log-publisher 18:45:34 df20fa9351a1: Pulling fs layer 18:45:34 36b3adc4ff6f: Pulling fs layer 18:45:34 8ad3a11d3b57: Pulling fs layer 18:45:34 46f8f816bc3b: Pulling fs layer 18:45:34 93b61091891f: Pulling fs layer 18:45:34 93b9cdb0e59b: Pulling fs layer 18:45:34 5e14af77c1be: Pulling fs layer 18:45:34 01666e4c0597: Pulling fs layer 18:45:34 aa168da1d23b: Pulling fs layer 18:45:34 93b9cdb0e59b: Waiting 18:45:34 5e14af77c1be: Waiting 18:45:34 01666e4c0597: Waiting 18:45:34 aa168da1d23b: Waiting 18:45:34 93b61091891f: Waiting 18:45:34 36b3adc4ff6f: Verifying Checksum 18:45:34 36b3adc4ff6f: Download complete 18:45:34 46f8f816bc3b: Verifying Checksum 18:45:34 46f8f816bc3b: Download complete 18:45:34 df20fa9351a1: Download complete 18:45:34 93b9cdb0e59b: Download complete 18:45:34 93b61091891f: Verifying Checksum 18:45:34 93b61091891f: Download complete 18:45:34 5e14af77c1be: Download complete 18:45:34 01666e4c0597: Verifying Checksum 18:45:34 01666e4c0597: Download complete 18:45:34 8ad3a11d3b57: Verifying Checksum 18:45:34 8ad3a11d3b57: Download complete 18:45:35 df20fa9351a1: Pull complete 18:45:35 36b3adc4ff6f: Pull complete 18:45:36 aa168da1d23b: Verifying Checksum 18:45:36 aa168da1d23b: Download complete 18:45:37 8ad3a11d3b57: Pull complete 18:45:37 46f8f816bc3b: Pull complete 18:45:37 93b61091891f: Pull complete 18:45:38 93b9cdb0e59b: Pull complete 18:45:38 5e14af77c1be: Pull complete 18:45:38 01666e4c0597: Pull complete 18:45:44 aa168da1d23b: Pull complete 18:45:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:45 prd-centos7-docker-4c-2g-31805 does not seem to be running inside a container 18:45:45 $ 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-193/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-193 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-193:/w/workspace/xfoundry_go-mod-bootstrap_PR-193:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:45:48 $ docker top e9d6e2adf3ac7b9d88097643e3d3d8d2ebc4c65efd6e7f260e27adced1e64b79 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:49 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:49 + mkdir -p /var/log/sa [Pipeline] sh 18:45:49 + ls /var/log/sa-host 18:45:49 + sadf -c /var/log/sa-host/sa23 18:45:49 file_magic: OK 18:45:49 HZ: Using current value: 100 18:45:49 file_header: OK 18:45:49 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:45:49 Statistics: 18:45:49 Hnuu...uuuununununu... 18:45:49 File successfully converted to sysstat format version 12.2.1 18:45:49 + sadf -c /var/log/sa-host/sa29 18:45:49 file_magic: OK 18:45:49 HZ: Using current value: 100 18:45:49 file_header: OK 18:45:49 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:45:49 Statistics: 18:45:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:50 provisioning config files... 18:45:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp/config926456196476119636tmp [Pipeline] { [Pipeline] echo 18:45:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:50 ---> create-netrc.sh [Pipeline] } 18:45:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:51 ---> python-tools-install.sh [Pipeline] echo 18:45:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:51 ---> sudo-logs.sh 18:45:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:45:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:51 ---> job-cost.sh 18:45:51 lf-activate-venv: SKIPPING 18:45:51 DEBUG: total: 0.20999999344348907 18:45:51 INFO: Retrieving Stack Cost... 18:45:52 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:53 INFO: Archiving Costs [Pipeline] echo 18:45:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:53 ---> logs-deploy.sh 18:45:53 lf-activate-venv: SKIPPING 18:45:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-193/5 18:45:53 INFO: archiving workspace using pattern(s): 18:45:55 Archives upload complete. 18:45:55 INFO: archiving logs to Nexus 18:45:56 ---> uname -a: 18:45:56 Linux prd-centos7-docker-4c-2g-31805.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:45:56 18:45:56 18:45:56 ---> lscpu: 18:45:56 Architecture: x86_64 18:45:56 CPU op-mode(s): 32-bit, 64-bit 18:45:56 Byte Order: Little Endian 18:45:56 Address sizes: 40 bits physical, 48 bits virtual 18:45:56 CPU(s): 4 18:45:56 On-line CPU(s) list: 0-3 18:45:56 Thread(s) per core: 1 18:45:56 Core(s) per socket: 1 18:45:56 Socket(s): 4 18:45:56 NUMA node(s): 1 18:45:56 Vendor ID: GenuineIntel 18:45:56 CPU family: 6 18:45:56 Model: 44 18:45:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:45:56 Stepping: 1 18:45:56 CPU MHz: 2933.438 18:45:56 BogoMIPS: 5866.87 18:45:56 Virtualization: VT-x 18:45:56 Hypervisor vendor: KVM 18:45:56 Virtualization type: full 18:45:56 L1d cache: 128 KiB 18:45:56 L1i cache: 128 KiB 18:45:56 L2 cache: 16 MiB 18:45:56 L3 cache: 64 MiB 18:45:56 NUMA node0 CPU(s): 0-3 18:45:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:45:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:45:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:45:56 Vulnerability Meltdown: Mitigation; PTI 18:45:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:45:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:45:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:45:56 Vulnerability Srbds: Not affected 18:45:56 Vulnerability Tsx async abort: Not affected 18:45:56 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:45:56 18:45:56 18:45:56 ---> nproc: 18:45:56 4 18:45:56 18:45:56 18:45:56 ---> df -h: 18:45:56 Filesystem Size Used Available Use% Mounted on 18:45:56 overlay 50.0G 7.3G 42.7G 15% / 18:45:56 tmpfs 64.0M 0 64.0M 0% /dev 18:45:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:45:56 shm 64.0M 0 64.0M 0% /dev/shm 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-193@tmp 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:45:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-193 18:45:56 18:45:56 18:45:56 ---> free -m: 18:45:56 total used free shared buff/cache available 18:45:56 Mem: 1837 703 104 0 1029 1029 18:45:56 Swap: 1023 1 1022 18:45:56 18:45:56 18:45:56 ---> ip addr: 18:45:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:45:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:45:56 inet 127.0.0.1/8 scope host lo 18:45:56 valid_lft forever preferred_lft forever 18:45:56 inet6 ::1/128 scope host 18:45:56 valid_lft forever preferred_lft forever 18:45:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:45:56 link/ether fa:16:3e:09:6e:a4 brd ff:ff:ff:ff:ff:ff 18:45:56 inet 10.30.123.181/23 brd 10.30.123.255 scope global dynamic eth0 18:45:56 valid_lft 85817sec preferred_lft 85817sec 18:45:56 inet6 fe80::f816:3eff:fe09:6ea4/64 scope link 18:45:56 valid_lft forever preferred_lft forever 18:45:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:45:56 link/ether 02:42:d1:de:e1:86 brd ff:ff:ff:ff:ff:ff 18:45:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:45:56 valid_lft forever preferred_lft forever 18:45:56 inet6 fe80::42:d1ff:fede:e186/64 scope link 18:45:56 valid_lft forever preferred_lft forever 18:45:56 18:45:56 18:45:56 ---> sar -b -r -n DEV: 18:45:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:45:56 18:45:56 18:36:01 LINUX RESTART (4 CPU) 18:45:56 18:45:56 18:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:45:56 18:38:01 8.74 1.81 6.93 0.00 161.84 129.02 0.00 18:45:56 18:39:01 0.37 0.00 0.37 0.00 0.00 5.96 0.00 18:45:56 18:40:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 18:45:56 18:41:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 18:45:56 18:42:01 0.32 0.00 0.32 0.00 0.00 4.96 0.00 18:45:56 18:43:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 18:45:56 18:44:02 0.20 0.00 0.20 0.00 0.00 1.75 0.00 18:45:56 18:45:01 0.17 0.00 0.17 0.00 0.00 1.76 0.00 18:45:56 Average: 1.32 0.23 1.10 0.00 20.27 19.11 0.00 18:45:56 18:45:56 18:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:45:56 18:38:01 164032 0 602056 32.00 2620 1112836 1116580 38.11 425228 1093152 24 18:45:56 18:39:01 171404 0 594676 31.61 2620 1112844 1074800 36.68 421116 1090384 8 18:45:56 18:40:01 167744 0 598332 31.80 2620 1112848 1074920 36.69 427248 1088796 16 18:45:56 18:41:01 167748 0 598328 31.80 2620 1112848 1074932 36.69 432404 1083620 24 18:45:56 18:42:01 166328 0 599740 31.87 2620 1112856 1074884 36.68 435764 1081848 12 18:45:56 18:43:01 166504 0 599560 31.87 2620 1112860 1074896 36.68 439852 1077756 12 18:45:56 18:44:02 166304 0 599756 31.88 2620 1112864 1074836 36.68 439456 1077756 12 18:45:56 18:45:01 166208 0 599848 31.88 2620 1112868 1074932 36.69 439964 1077756 16 18:45:56 Average: 167034 0 599037 31.84 2620 1112853 1080098 36.86 432629 1083884 16 18:45:56 18:45:56 18:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:45:56 18:38:01 eth0 25.17 18.71 25.09 17.11 0.00 0.00 0.00 0.00 18:45:56 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:38:01 docker0 2.80 2.43 0.81 6.04 0.00 0.00 0.00 0.00 18:45:56 18:39:01 eth0 0.88 0.08 0.07 0.01 0.00 0.00 0.00 0.00 18:45:56 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:40:01 eth0 3.41 0.82 1.00 0.56 0.00 0.00 0.00 0.00 18:45:56 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:41:01 eth0 1.18 0.60 0.56 0.43 0.00 0.00 0.00 0.00 18:45:56 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:42:01 eth0 0.42 0.28 0.17 0.08 0.00 0.00 0.00 0.00 18:45:56 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:43:01 eth0 0.43 0.27 0.26 0.17 0.00 0.00 0.00 0.00 18:45:56 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:44:02 eth0 1.43 0.15 0.23 0.04 0.00 0.00 0.00 0.00 18:45:56 18:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:45:01 eth0 1.02 0.68 0.55 0.38 0.00 0.00 0.00 0.00 18:45:56 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 Average: eth0 4.25 2.70 3.50 2.35 0.00 0.00 0.00 0.00 18:45:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:56 Average: docker0 0.35 0.30 0.10 0.76 0.00 0.00 0.00 0.00 18:45:56 18:45:56 18:45:56 ---> sar -P ALL: 18:45:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:45:56 18:45:56 18:36:01 LINUX RESTART (4 CPU) 18:45:56 18:45:56 18:37:01 CPU %user %nice %system %iowait %steal %idle 18:45:56 18:38:01 all 0.96 0.00 0.56 0.20 0.01 98.27 18:45:56 18:38:01 0 0.80 0.00 0.58 0.12 0.00 98.50 18:45:56 18:38:01 1 1.17 0.00 0.57 0.63 0.00 97.63 18:45:56 18:38:01 2 0.85 0.00 0.53 0.02 0.02 98.58 18:45:56 18:38:01 3 1.02 0.00 0.57 0.02 0.02 98.38 18:45:56 18:39:01 all 0.14 0.00 0.04 0.00 0.00 99.81 18:45:56 18:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:45:56 18:39:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:45:56 18:39:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:45:56 18:39:01 3 0.42 0.00 0.03 0.00 0.00 99.55 18:45:56 18:40:01 all 0.17 0.00 0.05 0.00 0.01 99.77 18:45:56 18:40:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:45:56 18:40:01 1 0.08 0.00 0.07 0.00 0.02 99.83 18:45:56 18:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:45:56 18:40:01 3 0.53 0.00 0.08 0.00 0.00 99.38 18:45:56 18:41:01 all 0.12 0.00 0.05 0.00 0.00 99.83 18:45:56 18:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:45:56 18:41:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:45:56 18:41:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:45:56 18:41:01 3 0.32 0.00 0.07 0.00 0.02 99.60 18:45:56 18:42:01 all 0.10 0.00 0.06 0.00 0.00 99.84 18:45:56 18:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:45:56 18:42:01 1 0.02 0.00 0.05 0.00 0.00 99.93 18:45:56 18:42:01 2 0.07 0.00 0.10 0.00 0.00 99.83 18:45:56 18:42:01 3 0.28 0.00 0.05 0.00 0.00 99.67 18:45:56 18:43:01 all 0.16 0.00 0.08 0.00 0.00 99.76 18:45:56 18:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:45:56 18:43:01 1 0.03 0.00 0.18 0.00 0.00 99.78 18:45:56 18:43:01 2 0.07 0.00 0.07 0.00 0.02 99.85 18:45:56 18:43:01 3 0.52 0.00 0.05 0.00 0.00 99.43 18:45:56 18:44:02 all 0.16 0.00 0.03 0.00 0.00 99.82 18:45:56 18:44:02 0 0.02 0.00 0.02 0.00 0.00 99.97 18:45:56 18:44:02 1 0.07 0.00 0.03 0.00 0.00 99.90 18:45:56 18:44:02 2 0.03 0.00 0.02 0.00 0.00 99.95 18:45:56 18:44:02 3 0.52 0.00 0.03 0.00 0.00 99.45 18:45:56 18:45:01 all 0.16 0.00 0.03 0.00 0.01 99.80 18:45:56 18:45:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:45:56 18:45:01 1 0.05 0.00 0.03 0.00 0.02 99.90 18:45:56 18:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:45:56 18:45:01 3 0.51 0.00 0.02 0.00 0.00 99.48 18:45:56 Average: all 0.25 0.00 0.11 0.02 0.01 99.61 18:45:56 Average: 0 0.13 0.00 0.10 0.01 0.01 99.76 18:45:56 Average: 1 0.19 0.00 0.13 0.08 0.00 99.59 18:45:56 Average: 2 0.15 0.00 0.11 0.00 0.01 99.73 18:45:56 Average: 3 0.51 0.00 0.11 0.00 0.00 99.37 18:45:56 18:45:56 18:45:56