Pull request #30 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/go-mod-configuration Loading trusted files from base branch master at 161d456e19e540bc43850f0d3bf0c593c52fb507 rather than 01b285c9143fe67ce51c961fc46521fbef86f83c Obtained Jenkinsfile from 161d456e19e540bc43850f0d3bf0c593c52fb507 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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-31402’ Running on prd-centos7-docker-4c-2g-31406 in /w/workspace/undry_go-mod-configuration_PR-30 [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-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-30 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 161d456e19e540bc43850f0d3bf0c593c52fb507 into PR head commit 01b285c9143fe67ce51c961fc46521fbef86f83c > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/30/head:refs/remotes/origin/PR-30 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # 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 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 01b285c9143fe67ce51c961fc46521fbef86f83c Checking out Revision 01b285c9143fe67ce51c961fc46521fbef86f83c (PR-30) > git config core.sparsecheckout # timeout=10 > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 Commit message: "feat(security): add support for ACL access token" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:48:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:48:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:48:32 ========================================================= 18:48:32 EdgeX Global Pipelines Version Info 18:48:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:48:34 ------------------- 18:48:34 stable info: 18:48:34 ------------------- 18:48:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:48:34 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:48:34 Message: update stable to v1.0.186 18:48:35 ------------------- 18:48:35 experimental info: 18:48:35 ------------------- 18:48:35 Commited By: **** collab-it+edgex@linuxfoundation.org 18:48:35 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:48:35 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:48:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 18:48:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 18:48:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:48:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:48:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:48:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:48:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-30 [Pipeline] echo 18:48:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-30 [Pipeline] echo 18:48:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-30 [Pipeline] echo 18:48:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01b285c9143fe67ce51c961fc46521fbef86f83c [Pipeline] echo 18:48:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01b285c [Pipeline] echo 18:48:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:48:39 + git log --format=format:%s -1 01b285c9143fe67ce51c961fc46521fbef86f83c [Pipeline] echo 18:48:39 GIT_COMMIT: 01b285c9143fe67ce51c961fc46521fbef86f83c, Commit Message: feat(security): add support for ACL access token [Pipeline] echo 18:48:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:48:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:40 18:48:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:48:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:41 latest: Pulling from edgex-devops/git-semver 18:48:41 31603596830f: Pulling fs layer 18:48:41 2a8b12db71e7: Pulling fs layer 18:48:41 6ca5941a6612: Pulling fs layer 18:48:41 ecc8261a40a4: Pulling fs layer 18:48:41 ecc8261a40a4: Waiting 18:48:41 2a8b12db71e7: Verifying Checksum 18:48:41 2a8b12db71e7: Download complete 18:48:41 31603596830f: Verifying Checksum 18:48:41 31603596830f: Download complete 18:48:42 ecc8261a40a4: Verifying Checksum 18:48:42 ecc8261a40a4: Download complete 18:48:42 6ca5941a6612: Verifying Checksum 18:48:42 6ca5941a6612: Download complete 18:48:43 31603596830f: Pull complete 18:48:43 2a8b12db71e7: Pull complete 18:48:45 6ca5941a6612: Pull complete 18:48:45 ecc8261a40a4: Pull complete 18:48:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:48:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:48:45 prd-centos7-docker-4c-2g-31406 does not seem to be running inside a container 18:48:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-30 -v /w/workspace/undry_go-mod-configuration_PR-30:/w/workspace/undry_go-mod-configuration_PR-30:rw,z -v /w/workspace/undry_go-mod-configuration_PR-30@tmp:/w/workspace/undry_go-mod-configuration_PR-30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:48:48 $ docker top bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:48:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:49 [ssh-agent] Looking for ssh-agent implementation... 18:48:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:49 $ docker exec bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent 18:48:50 SSH_AUTH_SOCK=/tmp/ssh-r6WxPMMs7FCW/agent.11 18:48:50 SSH_AGENT_PID=17 18:48:50 Running ssh-add (command line suppressed) 18:48:50 Identity added: /w/workspace/undry_go-mod-configuration_PR-30@tmp/private_key_8606911811972388324.key (/w/workspace/undry_go-mod-configuration_PR-30@tmp/private_key_8606911811972388324.key) 18:48:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:50 + git tag --points-at HEAD [Pipeline] } 18:48:50 $ docker exec --env ******** --env ******** bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent -k 18:48:50 unset SSH_AUTH_SOCK; 18:48:50 unset SSH_AGENT_PID; 18:48:50 echo Agent pid 17 killed; 18:48:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:48:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:51 [ssh-agent] Looking for ssh-agent implementation... 18:48:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:51 $ docker exec bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent 18:48:51 SSH_AUTH_SOCK=/tmp/ssh-fpOxq4txXZPq/agent.47 18:48:51 SSH_AGENT_PID=52 18:48:51 Running ssh-add (command line suppressed) 18:48:51 Identity added: /w/workspace/undry_go-mod-configuration_PR-30@tmp/private_key_6068879862448009203.key (/w/workspace/undry_go-mod-configuration_PR-30@tmp/private_key_6068879862448009203.key) 18:48:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:52 + git semver init 18:48:52 # -> Open(): unable to determine branch for HEAD 18:48:52 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-30/.git 18:48:52 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-30 18:48:52 # $SEMVER_REMOTE_NAME = origin 18:48:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:48:52 # $SEMVER_USER_NAME = edgex-jenkins 18:48:52 # $SEMVER_BRANCH = PR-30 18:48:52 # $SEMVER_TEMP = /tmp/semver-744455299 18:48:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 18:48:52 # '/tmp/semver-744455299' -> '/w/workspace/undry_go-mod-configuration_PR-30/.semver' 18:48:52 # -> Force: false 18:48:52 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-30/.semver [Pipeline] } 18:48:52 $ docker exec --env ******** --env ******** bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent -k 18:48:52 unset SSH_AUTH_SOCK; 18:48:52 unset SSH_AGENT_PID; 18:48:52 echo Agent pid 52 killed; 18:48:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:48:54 + git semver [Pipeline] } 18:48:54 $ docker stop --time=1 bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 18:48:55 $ docker rm -f bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 [Pipeline] // withDockerContainer [Pipeline] sh 18:48:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:48:57 Stashed 1 file(s) [Pipeline] echo 18:48:57 [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:49:13 Still waiting to schedule task 18:49:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:49:13 Still waiting to schedule task 18:49:13 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:50:57 Running on prd-centos7-docker-4c-2g-31410 in /w/workspace/undry_go-mod-configuration_PR-30 [Pipeline] { [Pipeline] ws 18:50:57 Running in /w/workspace/go-mod-configuration/2 [Pipeline] { [Pipeline] checkout 18:51:01 using credential edgex-jenkins-ssh 18:51:01 Cloning the remote Git repository 18:51:01 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:51:01 > git init /w/workspace/go-mod-configuration/2 # timeout=10 18:51:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:51:01 > git --version # timeout=10 18:51:01 > git --version # 'git version 2.24.3' 18:51:01 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:51:04 Merging remotes/origin/master commit 161d456e19e540bc43850f0d3bf0c593c52fb507 into PR head commit 01b285c9143fe67ce51c961fc46521fbef86f83c 18:51:04 Merge succeeded, producing 01b285c9143fe67ce51c961fc46521fbef86f83c 18:51:04 Checking out Revision 01b285c9143fe67ce51c961fc46521fbef86f83c (PR-30) 18:51:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:51:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:51:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:51:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:51:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/30/head:refs/remotes/origin/PR-30 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:51:04 > git config core.sparsecheckout # timeout=10 18:51:04 > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 18:51:04 > git remote # timeout=10 18:51:04 > git config --get remote.origin.url # timeout=10 18:51:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:04 > git merge 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 18:51:04 > git rev-parse HEAD^{commit} # timeout=10 18:51:04 > git config core.sparsecheckout # timeout=10 18:51:04 > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 18:51:08 Commit message: "feat(security): add support for ACL access token" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:51:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:51:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:51:10 + sudo service docker restart 18:51:10 + true 18:51:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:51:11 ========================================================= 18:51:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:51:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:51:11 + 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:51:12 Sending build context to Docker daemon 244.2kB 18:51:12 Step 1/7 : ARG BASE=golang:1.15-alpine 18:51:12 Step 2/7 : FROM ${BASE} 18:51:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:51:12 188c0c94c7c5: Pulling fs layer 18:51:12 0ef7d3d256c8: Pulling fs layer 18:51:12 de9db76c5a1d: Pulling fs layer 18:51:12 bca2f99d35d6: Pulling fs layer 18:51:12 93359f2a8cfa: Pulling fs layer 18:51:12 7c6f9722023f: Pulling fs layer 18:51:12 a35cf1a2eb13: Pulling fs layer 18:51:12 bca2f99d35d6: Waiting 18:51:12 93359f2a8cfa: Waiting 18:51:12 7c6f9722023f: Waiting 18:51:12 a35cf1a2eb13: Waiting 18:51:12 de9db76c5a1d: Download complete 18:51:12 0ef7d3d256c8: Verifying Checksum 18:51:12 0ef7d3d256c8: Download complete 18:51:12 93359f2a8cfa: Verifying Checksum 18:51:12 93359f2a8cfa: Download complete 18:51:12 7c6f9722023f: Verifying Checksum 18:51:12 7c6f9722023f: Download complete 18:51:13 188c0c94c7c5: Verifying Checksum 18:51:13 188c0c94c7c5: Download complete 18:51:13 188c0c94c7c5: Pull complete 18:51:13 0ef7d3d256c8: Pull complete 18:51:13 de9db76c5a1d: Pull complete 18:51:15 a35cf1a2eb13: Verifying Checksum 18:51:15 a35cf1a2eb13: Download complete 18:51:15 bca2f99d35d6: Download complete 18:51:20 bca2f99d35d6: Pull complete 18:51:20 93359f2a8cfa: Pull complete 18:51:20 7c6f9722023f: Pull complete 18:51:23 a35cf1a2eb13: Pull complete 18:51:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:51:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:51:24 ---> a62c8e92a672 18:51:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:51:24 ---> Running in a26dc0bf2b87 18:51:24 Removing intermediate container a26dc0bf2b87 18:51:24 ---> 1dfafa073ddd 18:51:24 Step 4/7 : RUN apk add --update bash 18:51:24 ---> Running in 04df0af1240d 18:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:26 OK: 166 MiB in 39 packages 18:51:27 Removing intermediate container 04df0af1240d 18:51:27 ---> caffe0cfbf9c 18:51:27 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:51:27 ---> Running in ae226ad7a6c8 18:51:27 Removing intermediate container ae226ad7a6c8 18:51:27 ---> e047259c8041 18:51:27 Step 6/7 : COPY go.mod . 18:51:27 ---> 1859532b7eab 18:51:27 Step 7/7 : RUN go mod download 18:51:27 ---> Running in 71af3919712e 18:51:42 Removing intermediate container 71af3919712e 18:51:42 ---> 0f647d07d9b2 18:51:42 Successfully built 0f647d07d9b2 18:51:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:51:43 + docker inspect -f . ci-base-image-x86_64 18:51:43 . [Pipeline] withDockerContainer 18:51:43 prd-centos7-docker-4c-2g-31410 does not seem to be running inside a container 18:51:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/2 -v /w/workspace/go-mod-configuration/2:/w/workspace/go-mod-configuration/2:rw,z -v /w/workspace/go-mod-configuration/2@tmp:/w/workspace/go-mod-configuration/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:43 $ docker top aef269106260753ca74daf6d9a3902c58c4bb9db1527479a53796311e7d2a9df -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:44 + go version 18:51:44 go version go1.15.5 linux/amd64 [Pipeline] } 18:51:44 $ docker stop --time=1 aef269106260753ca74daf6d9a3902c58c4bb9db1527479a53796311e7d2a9df 18:51:45 $ docker rm -f aef269106260753ca74daf6d9a3902c58c4bb9db1527479a53796311e7d2a9df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:46 + docker inspect -f . ci-base-image-x86_64 18:51:46 . [Pipeline] withDockerContainer 18:51:46 prd-centos7-docker-4c-2g-31410 does not seem to be running inside a container 18:51:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/2 -v /w/workspace/go-mod-configuration/2:/w/workspace/go-mod-configuration/2:rw,z -v /w/workspace/go-mod-configuration/2@tmp:/w/workspace/go-mod-configuration/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:47 $ docker top 7cf8d71c4f4f8c1d6cfbf8fea9be63ddcae6b5e419bc34d1f3fd9f47b830684c -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:47 + make test 18:51:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:51:56 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.009s coverage: 85.7% of statements 18:51:58 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.540s coverage: 86.4% of statements 18:51:58 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.005s coverage: 100.0% of statements 18:51:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:51:59 gofmt -l . 18:51:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:51:59 $ docker stop --time=1 7cf8d71c4f4f8c1d6cfbf8fea9be63ddcae6b5e419bc34d1f3fd9f47b830684c 18:52:02 $ docker rm -f 7cf8d71c4f4f8c1d6cfbf8fea9be63ddcae6b5e419bc34d1f3fd9f47b830684c [Pipeline] // withDockerContainer [Pipeline] sh 18:52:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:52:03 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:52:04 ---> job-cost.sh 18:52:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VC96 18:52:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:52:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31411 in /w/workspace/undry_go-mod-configuration_PR-30 [Pipeline] { [Pipeline] ws 18:52:27 Running in /w/workspace/go-mod-configuration/2 [Pipeline] { [Pipeline] checkout 18:52:33 using credential edgex-jenkins-ssh 18:52:33 Cloning the remote Git repository 18:52:33 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:52:33 > git init /w/workspace/go-mod-configuration/2 # timeout=10 18:52:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:52:33 > git --version # timeout=10 18:52:33 > git --version # 'git version 2.17.1' 18:52:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:52:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:52:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:52:34 Merging remotes/origin/master commit 161d456e19e540bc43850f0d3bf0c593c52fb507 into PR head commit 01b285c9143fe67ce51c961fc46521fbef86f83c 18:52:35 Merge succeeded, producing 01b285c9143fe67ce51c961fc46521fbef86f83c 18:52:35 Checking out Revision 01b285c9143fe67ce51c961fc46521fbef86f83c (PR-30) 18:52:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:52:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:52:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:52:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:52:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/30/head:refs/remotes/origin/PR-30 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:52:34 > git config core.sparsecheckout # timeout=10 18:52:34 > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 18:52:35 > git remote # timeout=10 18:52:35 > git config --get remote.origin.url # timeout=10 18:52:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:52:35 > git merge 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 18:52:35 > git rev-parse HEAD^{commit} # timeout=10 18:52:35 > git config core.sparsecheckout # timeout=10 18:52:35 > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 18:52:39 Commit message: "feat(security): add support for ACL access token" 18:52:39 18:52:39 GitHub has been notified of this commit’s build result 18:52:39 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:52:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:52:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:52:41 + sudo service docker restart 18:52:41 + true [Pipeline] unstash [Pipeline] echo 18:52:44 ========================================================= 18:52:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:52:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:52:44 + 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:52:45 Sending build context to Docker daemon 243.2kB 18:52:45 Step 1/7 : ARG BASE=golang:1.15-alpine 18:52:45 Step 2/7 : FROM ${BASE} 18:52:45 lf-activate-venv(): INFO: Adding /tmp/venv-VC96/bin to PATH 18:52:45 INFO: No Stack... 18:52:45 INFO: Retrieving Pricing Info for: v1-standard-2 18:52:45 INFO: Archiving Costs [Pipeline] sh 18:52:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:52:46 5f621e34cdf4: Pulling fs layer 18:52:46 a4357932f1b6: Pulling fs layer 18:52:46 18c013af1878: Pulling fs layer 18:52:46 00ac8860ef70: Pulling fs layer 18:52:46 63d7cb157983: Pulling fs layer 18:52:46 b116817d02f9: Pulling fs layer 18:52:46 745a02a5169b: Pulling fs layer 18:52:46 00ac8860ef70: Waiting 18:52:46 b116817d02f9: Waiting 18:52:46 745a02a5169b: Waiting 18:52:46 63d7cb157983: Waiting 18:52:46 18c013af1878: Verifying Checksum 18:52:46 18c013af1878: Download complete 18:52:46 a4357932f1b6: Verifying Checksum 18:52:46 a4357932f1b6: Download complete 18:52:46 63d7cb157983: Verifying Checksum 18:52:46 63d7cb157983: Download complete 18:52:46 + cat /w/workspace/go-mod-configuration/2/archives/cost.csv 18:52:46 + cut -d, -f6 [Pipeline] lock 18:52:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] 18:52:46 Resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] did not exist. Created. 18:52:46 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [Pipeline] { [Pipeline] unstash 18:52:46 b116817d02f9: Verifying Checksum 18:52:46 b116817d02f9: Download complete 18:52:46 5f621e34cdf4: Verifying Checksum 18:52:46 5f621e34cdf4: Download complete [Pipeline] sh 18:52:46 + echo total: 0.029999999329447746 [Pipeline] stash 18:52:46 Stashed 1 file(s) [Pipeline] } 18:52:46 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv 18:52:46 5f621e34cdf4: Pull complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:52:47 a4357932f1b6: Pull complete 18:52:47 18c013af1878: Pull complete 18:52:48 745a02a5169b: Verifying Checksum 18:52:48 745a02a5169b: Download complete 18:52:50 00ac8860ef70: Verifying Checksum 18:52:50 00ac8860ef70: Download complete 18:53:00 00ac8860ef70: Pull complete 18:53:00 63d7cb157983: Pull complete 18:53:01 b116817d02f9: Pull complete 18:53:04 745a02a5169b: Pull complete 18:53:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:53:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:53:04 ---> b7e6874047d6 18:53:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:53:07 ---> Running in 93436874814b 18:53:07 Removing intermediate container 93436874814b 18:53:07 ---> 27c047d85471 18:53:07 Step 4/7 : RUN apk add --update bash 18:53:07 ---> Running in 414985646b61 18:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:53:10 OK: 142 MiB in 39 packages 18:53:12 Removing intermediate container 414985646b61 18:53:12 ---> 143602b70b0b 18:53:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:53:12 ---> Running in e9b5fd4e05d3 18:53:12 Removing intermediate container e9b5fd4e05d3 18:53:12 ---> bdd7917b1df7 18:53:12 Step 6/7 : COPY go.mod . 18:53:13 ---> 9ca2fd1ed1d8 18:53:13 Step 7/7 : RUN go mod download 18:53:13 ---> Running in 52968f724a85 18:53:31 Removing intermediate container 52968f724a85 18:53:31 ---> 7f6cb8555411 18:53:31 Successfully built 7f6cb8555411 18:53:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:53:31 + docker inspect -f . ci-base-image-arm64 18:53:31 . [Pipeline] withDockerContainer 18:53:32 prd-ubuntu18.04-docker-arm64-4c-16g-31411 does not seem to be running inside a container 18:53:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/2 -v /w/workspace/go-mod-configuration/2:/w/workspace/go-mod-configuration/2:rw,z -v /w/workspace/go-mod-configuration/2@tmp:/w/workspace/go-mod-configuration/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:53:33 $ docker top cc44912d9fcf20c337ec9645bf14be7e24c3c9664c87b0925b62a092a3ce1ce2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:34 + go version 18:53:34 go version go1.15.5 linux/arm64 [Pipeline] } 18:53:34 $ docker stop --time=1 cc44912d9fcf20c337ec9645bf14be7e24c3c9664c87b0925b62a092a3ce1ce2 18:53:36 $ docker rm -f cc44912d9fcf20c337ec9645bf14be7e24c3c9664c87b0925b62a092a3ce1ce2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:53:37 + docker inspect -f . ci-base-image-arm64 18:53:37 . [Pipeline] withDockerContainer 18:53:38 prd-ubuntu18.04-docker-arm64-4c-16g-31411 does not seem to be running inside a container 18:53:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/2 -v /w/workspace/go-mod-configuration/2:/w/workspace/go-mod-configuration/2:rw,z -v /w/workspace/go-mod-configuration/2@tmp:/w/workspace/go-mod-configuration/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:53:39 $ docker top ad4e2c3c536fea3d6a19a1ad5475d527ab512bb6b2e8ca5bc37f825d35553fcb -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:40 + make test 18:53:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:54:07 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.017s coverage: 85.7% of statements 18:54:08 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.631s coverage: 86.4% of statements 18:54:08 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.022s coverage: 100.0% of statements 18:54:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:54:11 gofmt -l . 18:54:11 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:54:12 $ docker stop --time=1 ad4e2c3c536fea3d6a19a1ad5475d527ab512bb6b2e8ca5bc37f825d35553fcb 18:54:14 $ docker rm -f ad4e2c3c536fea3d6a19a1ad5475d527ab512bb6b2e8ca5bc37f825d35553fcb [Pipeline] // withDockerContainer [Pipeline] sh 18:54:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:54:15 Warning: overwriting stash ‘coverage-report’ 18:54: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 18:54:16 ---> job-cost.sh 18:54:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HLz9 18:54:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:56:17 lf-activate-venv(): INFO: Adding /tmp/venv-HLz9/bin to PATH 18:56:17 INFO: No Stack... 18:56:17 INFO: Retrieving Pricing Info for: lf-standard-4 18:56:17 INFO: Archiving Costs [Pipeline] sh 18:56:17 + cat /w/workspace/go-mod-configuration/2/archives/cost.csv 18:56:17 + cut -d, -f6 [Pipeline] lock 18:56:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] 18:56:18 Resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] did not exist. Created. 18:56:18 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:56:18 /w/workspace/go-mod-configuration/2@tmp/durable-9c11b7be/script.sh: 1: /w/workspace/go-mod-configuration/2@tmp/durable-9c11b7be/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:56:18 + echo total: 0.20999999344348907 [Pipeline] stash 18:56:18 Warning: overwriting stash ‘stack-cost’ 18:56:19 Stashed 1 file(s) [Pipeline] } 18:56:19 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-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:56:20 provisioning config files... 18:56:20 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-30@tmp/config3401875227423494491tmp [Pipeline] { [Pipeline] sh 18:56:20 + set +x 18:56:20 + curl -s https://codecov.io/bash 18:56:20 + bash -s -- 18:56:21 18:56:21 _____ _ 18:56:21 / ____| | | 18:56:21 | | ___ __| | ___ ___ _____ __ 18:56:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:56:21 | |___| (_) | (_| | __/ (_| (_) \ V / 18:56:21 \_____\___/ \__,_|\___|\___\___/ \_/ 18:56:21 Bash-20210309-2b87ace 18:56:21 18:56:21 18:56:21 ==> git version 2.24.3 found 18:56:21 ==> 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:56:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:56:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:56:21 curl: option -sm: expected a proper numerical parameter 18:56:21 curl: try 'curl --help' or 'curl --manual' for more information 18:56:21 ==> Jenkins CI detected. 18:56:21 project root: . 18:56:21 --> token set from env 18:56:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:56:21 ==> Running gcov in . (disable via -X gcov) 18:56:21 ==> Python coveragepy not found 18:56:21 ==> Searching for coverage reports in: 18:56:21 + . 18:56:21 -> Found 1 reports 18:56:21 ==> Detecting git/mercurial file structure 18:56:21 ==> Reading reports 18:56:21 + ./coverage.out bytes=13944 18:56:21 ==> Appending adjustments 18:56:21 https://docs.codecov.io/docs/fixing-reports 18:56:21 + Found adjustments 18:56:21 ==> Gzipping contents 18:56:21 4.0K /tmp/codecov.2bLqoF.gz 18:56:21 ==> Uploading reports 18:56:21 url: https://codecov.io 18:56:21 query: branch=PR-30&commit=01b285c9143fe67ce51c961fc46521fbef86f83c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-30%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=30&job=&cmd_args= 18:56:21 -> Pinging Codecov 18:56:21 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-30&commit=01b285c9143fe67ce51c961fc46521fbef86f83c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-30%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=30&job=&cmd_args= 18:56:22 -> Uploading to 18:56:22 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/9F92B070CA9CA35F4914AC8684776953/01b285c9143fe67ce51c961fc46521fbef86f83c/ca339b75-6ee3-42de-9e8a-469000b1e7e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T185621Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2824abd784923c8137204266bb0c7b96fb4d5b2163330db12cff74b9518ec0f4 18:56:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:56:22 Dload Upload Total Spent Left Speed 18:56:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2558 0 0 100 2558 0 4236 --:--:-- --:--:-- --:--:-- 4242 18:56:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/01b285c9143fe67ce51c961fc46521fbef86f83c [Pipeline] } 18:56:22 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:56:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:56:25 ---> package-listing.sh 18:56:25 ++ tr '[:upper:]' '[:lower:]' 18:56:25 ++ facter osfamily 18:56:25 + OS_FAMILY=redhat 18:56:25 + workspace=/w/workspace/undry_go-mod-configuration_PR-30 18:56:25 + START_PACKAGES=/tmp/packages_start.txt 18:56:25 + END_PACKAGES=/tmp/packages_end.txt 18:56:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:56:25 + PACKAGES=/tmp/packages_start.txt 18:56:25 + '[' /w/workspace/undry_go-mod-configuration_PR-30 ']' 18:56:25 + PACKAGES=/tmp/packages_end.txt 18:56:25 + case "${OS_FAMILY}" in 18:56:25 + rpm -qa 18:56:25 + sort 18:56:32 + '[' -f /tmp/packages_start.txt ']' 18:56:32 + '[' -f /tmp/packages_end.txt ']' 18:56:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:56:32 + '[' /w/workspace/undry_go-mod-configuration_PR-30 ']' 18:56:32 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-30/archives/ 18:56:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-30/archives/ [Pipeline] echo 18:56:32 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/undry_go-mod-configuration_PR-30/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:56:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:33 18:56:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:56:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:33 alpine: Pulling from edgex-lftools-log-publisher 18:56:33 df20fa9351a1: Pulling fs layer 18:56:33 36b3adc4ff6f: Pulling fs layer 18:56:33 8ad3a11d3b57: Pulling fs layer 18:56:33 46f8f816bc3b: Pulling fs layer 18:56:33 93b61091891f: Pulling fs layer 18:56:33 93b9cdb0e59b: Pulling fs layer 18:56:33 5e14af77c1be: Pulling fs layer 18:56:33 01666e4c0597: Pulling fs layer 18:56:33 aa168da1d23b: Pulling fs layer 18:56:33 46f8f816bc3b: Waiting 18:56:33 93b61091891f: Waiting 18:56:33 93b9cdb0e59b: Waiting 18:56:33 5e14af77c1be: Waiting 18:56:33 01666e4c0597: Waiting 18:56:33 aa168da1d23b: Waiting 18:56:33 36b3adc4ff6f: Verifying Checksum 18:56:33 36b3adc4ff6f: Download complete 18:56:33 46f8f816bc3b: Verifying Checksum 18:56:33 46f8f816bc3b: Download complete 18:56:33 df20fa9351a1: Verifying Checksum 18:56:33 df20fa9351a1: Download complete 18:56:33 93b9cdb0e59b: Verifying Checksum 18:56:33 93b9cdb0e59b: Download complete 18:56:33 5e14af77c1be: Download complete 18:56:33 01666e4c0597: Verifying Checksum 18:56:33 01666e4c0597: Download complete 18:56:33 93b61091891f: Verifying Checksum 18:56:33 93b61091891f: Download complete 18:56:34 df20fa9351a1: Pull complete 18:56:35 8ad3a11d3b57: Verifying Checksum 18:56:35 8ad3a11d3b57: Download complete 18:56:35 36b3adc4ff6f: Pull complete 18:56:36 8ad3a11d3b57: Pull complete 18:56:37 46f8f816bc3b: Pull complete 18:56:37 93b61091891f: Pull complete 18:56:38 93b9cdb0e59b: Pull complete 18:56:38 aa168da1d23b: Verifying Checksum 18:56:38 aa168da1d23b: Download complete 18:56:38 5e14af77c1be: Pull complete 18:56:38 01666e4c0597: Pull complete 18:56:57 aa168da1d23b: Pull complete 18:56:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:56:58 prd-centos7-docker-4c-2g-31406 does not seem to be running inside a container 18:56:58 $ 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/undry_go-mod-configuration_PR-30/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-configuration_PR-30 -v /w/workspace/undry_go-mod-configuration_PR-30:/w/workspace/undry_go-mod-configuration_PR-30:rw,z -v /w/workspace/undry_go-mod-configuration_PR-30@tmp:/w/workspace/undry_go-mod-configuration_PR-30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:57:02 $ docker top 0164e6470ba0c2aec22afe1192ed71e847849efc1ccc573cc41a335a7c352dc4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:03 + touch /tmp/pre-build-complete [Pipeline] sh 18:57:03 + mkdir -p /var/log/sa [Pipeline] sh 18:57:04 + ls /var/log/sa-host 18:57:04 + sadf -c /var/log/sa-host/sa23 18:57:04 file_magic: OK 18:57:04 HZ: Using current value: 100 18:57:04 file_header: OK 18:57:04 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:57:04 Statistics: 18:57:04 Hnuu...uuuununununu... 18:57:04 File successfully converted to sysstat format version 12.2.1 18:57:04 + sadf -c /var/log/sa-host/sa25 18:57:04 file_magic: OK 18:57:04 HZ: Using current value: 100 18:57:04 file_header: OK 18:57:04 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:57:04 Statistics: 18:57:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:57:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:57:04 provisioning config files... 18:57:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-30@tmp/config4499736420629644690tmp [Pipeline] { [Pipeline] echo 18:57:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:57:04 ---> create-netrc.sh [Pipeline] } 18:57:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:57:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:57:05 ---> python-tools-install.sh [Pipeline] echo 18:57:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:57:05 ---> sudo-logs.sh 18:57:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:57:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:57:06 ---> job-cost.sh 18:57:06 lf-activate-venv: SKIPPING 18:57:06 DEBUG: total: 0.20999999344348907 18:57:06 INFO: Retrieving Stack Cost... 18:57:07 INFO: Retrieving Pricing Info for: v1-standard-2 18:57:08 INFO: Archiving Costs [Pipeline] echo 18:57:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:57:08 ---> logs-deploy.sh 18:57:08 lf-activate-venv: SKIPPING 18:57:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-30/2 18:57:08 INFO: archiving workspace using pattern(s): 18:57:11 Archives upload complete. 18:57:11 INFO: archiving logs to Nexus 18:57:13 ---> uname -a: 18:57:13 Linux prd-centos7-docker-4c-2g-31406.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:57:13 18:57:13 18:57:13 ---> lscpu: 18:57:13 Architecture: x86_64 18:57:13 CPU op-mode(s): 32-bit, 64-bit 18:57:13 Byte Order: Little Endian 18:57:13 Address sizes: 40 bits physical, 48 bits virtual 18:57:13 CPU(s): 4 18:57:13 On-line CPU(s) list: 0-3 18:57:13 Thread(s) per core: 1 18:57:13 Core(s) per socket: 1 18:57:13 Socket(s): 4 18:57:13 NUMA node(s): 1 18:57:13 Vendor ID: GenuineIntel 18:57:13 CPU family: 6 18:57:13 Model: 44 18:57:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:57:13 Stepping: 1 18:57:13 CPU MHz: 2933.438 18:57:13 BogoMIPS: 5866.87 18:57:13 Virtualization: VT-x 18:57:13 Hypervisor vendor: KVM 18:57:13 Virtualization type: full 18:57:13 L1d cache: 128 KiB 18:57:13 L1i cache: 128 KiB 18:57:13 L2 cache: 16 MiB 18:57:13 L3 cache: 64 MiB 18:57:13 NUMA node0 CPU(s): 0-3 18:57:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:57:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:57:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:57:13 Vulnerability Meltdown: Mitigation; PTI 18:57:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:57:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:57:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:57:13 Vulnerability Srbds: Not affected 18:57:13 Vulnerability Tsx async abort: Not affected 18:57:13 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:57:13 18:57:13 18:57:13 ---> nproc: 18:57:13 4 18:57:13 18:57:13 18:57:13 ---> df -h: 18:57:13 Filesystem Size Used Available Use% Mounted on 18:57:13 overlay 50.0G 7.3G 42.7G 15% / 18:57:13 tmpfs 64.0M 0 64.0M 0% /dev 18:57:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:57:13 shm 64.0M 0 64.0M 0% /dev/shm 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/undry_go-mod-configuration_PR-30 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/undry_go-mod-configuration_PR-30@tmp 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:57:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:57:13 18:57:13 18:57:13 ---> free -m: 18:57:13 total used free shared buff/cache available 18:57:13 Mem: 1837 706 106 0 1023 1026 18:57:13 Swap: 1023 1 1022 18:57:13 18:57:13 18:57:13 ---> ip addr: 18:57:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:57:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:57:13 inet 127.0.0.1/8 scope host lo 18:57:13 valid_lft forever preferred_lft forever 18:57:13 inet6 ::1/128 scope host 18:57:13 valid_lft forever preferred_lft forever 18:57:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:57:13 link/ether fa:16:3e:d9:cc:10 brd ff:ff:ff:ff:ff:ff 18:57:13 inet 10.30.123.45/23 brd 10.30.123.255 scope global dynamic eth0 18:57:13 valid_lft 85798sec preferred_lft 85798sec 18:57:13 inet6 fe80::f816:3eff:fed9:cc10/64 scope link 18:57:13 valid_lft forever preferred_lft forever 18:57:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:57:13 link/ether 02:42:00:a7:00:5d brd ff:ff:ff:ff:ff:ff 18:57:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:57:13 valid_lft forever preferred_lft forever 18:57:13 inet6 fe80::42:ff:fea7:5d/64 scope link 18:57:13 valid_lft forever preferred_lft forever 18:57:13 18:57:13 18:57:13 ---> sar -b -r -n DEV: 18:57:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 18:57:13 18:57:13 18:46:57 LINUX RESTART (4 CPU) 18:57:13 18:57:13 18:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:57:13 18:49:01 56.70 20.88 35.83 0.00 5391.57 3555.34 0.00 18:57:13 18:50:01 2.34 0.00 2.34 0.00 0.00 49.70 0.00 18:57:13 18:51:01 0.39 0.00 0.39 0.00 0.00 6.53 0.00 18:57:13 18:52:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 18:57:13 18:53:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 18:57:13 18:54:01 0.25 0.00 0.25 0.00 0.00 3.88 0.00 18:57:13 18:55:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 18:57:13 18:56:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 18:57:13 18:57:01 142.81 71.94 70.86 0.00 6345.12 18460.30 0.00 18:57:13 Average: 22.68 10.35 12.34 0.00 1308.73 2462.24 0.00 18:57:13 18:57:13 18:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:57:13 18:49:01 158224 0 611144 32.48 2620 1109556 1179708 40.26 410596 1112380 132 18:57:13 18:50:01 164992 0 604368 32.12 2620 1109564 1147968 39.18 423076 1094120 20 18:57:13 18:51:01 171500 0 597856 31.77 2620 1109568 1083324 36.97 419756 1091952 12 18:57:13 18:52:01 170300 0 599052 31.84 2620 1109572 1083372 36.97 428176 1085192 8 18:57:13 18:53:01 170648 0 598700 31.82 2620 1109576 1083324 36.97 428848 1084240 8 18:57:13 18:54:01 170816 0 598528 31.81 2620 1109580 1083288 36.97 421272 1091616 8 18:57:13 18:55:01 171512 0 597828 31.77 2620 1109584 1083204 36.97 420704 1091616 8 18:57:13 18:56:01 171580 0 597756 31.77 2620 1109588 1083204 36.97 421068 1091612 8 18:57:13 18:57:01 147044 0 718232 38.17 2620 1013648 1449928 49.48 490100 990532 16 18:57:13 Average: 166291 0 613718 32.62 2620 1098915 1141924 38.97 429288 1081473 24 18:57:13 18:57:13 18:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:57:13 18:49:01 eth0 274.58 208.94 1003.94 90.67 0.00 0.00 0.00 0.00 18:57:13 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:49:01 docker0 0.81 0.66 0.18 1.12 0.00 0.00 0.00 0.00 18:57:13 18:50:01 eth0 1.46 0.73 1.69 0.06 0.00 0.00 0.00 0.00 18:57:13 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:51:01 eth0 1.67 0.51 0.51 0.22 0.00 0.00 0.00 0.00 18:57:13 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:52:01 eth0 1.67 0.60 0.59 0.40 0.00 0.00 0.00 0.00 18:57:13 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:53:01 eth0 0.57 0.33 0.27 0.20 0.00 0.00 0.00 0.00 18:57:13 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:54:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 18:57:13 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:55:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:57:13 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:57:13 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:57:01 eth0 209.88 174.62 2173.05 20.79 0.00 0.00 0.00 0.00 18:57:13 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 Average: eth0 54.67 43.05 354.57 12.54 0.00 0.00 0.00 0.00 18:57:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:13 Average: docker0 0.09 0.07 0.02 0.12 0.00 0.00 0.00 0.00 18:57:13 18:57:13 18:57:13 ---> sar -P ALL: 18:57:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 18:57:13 18:57:13 18:46:57 LINUX RESTART (4 CPU) 18:57:13 18:57:13 18:48:01 CPU %user %nice %system %iowait %steal %idle 18:57:13 18:49:01 all 12.52 0.00 5.06 1.52 24.45 56.45 18:57:13 18:49:01 0 16.61 0.00 5.28 1.28 22.69 54.15 18:57:13 18:49:01 1 9.69 0.00 5.05 1.07 26.37 57.83 18:57:13 18:49:01 2 13.67 0.00 4.94 2.68 23.94 54.77 18:57:13 18:49:01 3 10.35 0.00 5.00 1.05 24.70 58.90 18:57:13 18:50:01 all 0.14 0.00 0.09 0.00 0.62 99.15 18:57:13 18:50:01 0 0.05 0.00 0.15 0.00 0.84 98.96 18:57:13 18:50:01 1 0.10 0.00 0.07 0.00 0.32 99.52 18:57:13 18:50:01 2 0.36 0.00 0.08 0.00 0.60 98.96 18:57:13 18:50:01 3 0.05 0.00 0.07 0.00 0.73 99.16 18:57:13 18:51:01 all 0.14 0.00 0.12 0.00 0.47 99.27 18:57:13 18:51:01 0 0.03 0.00 0.14 0.00 0.39 99.44 18:57:13 18:51:01 1 0.08 0.00 0.20 0.00 0.39 99.32 18:57:13 18:51:01 2 0.40 0.00 0.07 0.00 0.61 98.92 18:57:13 18:51:01 3 0.02 0.00 0.08 0.00 0.49 99.41 18:57:13 18:52:01 all 0.08 0.00 0.04 0.00 0.15 99.73 18:57:13 18:52:01 0 0.02 0.00 0.07 0.00 0.18 99.73 18:57:13 18:52:01 1 0.03 0.00 0.03 0.00 0.33 99.60 18:57:13 18:52:01 2 0.28 0.00 0.05 0.00 0.05 99.62 18:57:13 18:52:01 3 0.00 0.00 0.02 0.00 0.03 99.95 18:57:13 18:53:01 all 0.11 0.00 0.07 0.00 0.11 99.71 18:57:13 18:53:01 0 0.03 0.00 0.20 0.00 0.13 99.63 18:57:13 18:53:01 1 0.03 0.00 0.05 0.00 0.08 99.83 18:57:13 18:53:01 2 0.33 0.00 0.02 0.00 0.10 99.55 18:57:13 18:53:01 3 0.03 0.00 0.02 0.00 0.12 99.83 18:57:13 18:54:01 all 0.10 0.00 0.10 0.00 1.20 98.61 18:57:13 18:54:01 0 0.25 0.00 0.17 0.00 0.93 98.66 18:57:13 18:54:01 1 0.03 0.00 0.07 0.00 0.58 99.32 18:57:13 18:54:01 2 0.03 0.00 0.12 0.00 0.86 98.99 18:57:13 18:54:01 3 0.07 0.00 0.05 0.00 2.40 97.49 18:57:13 18:55:01 all 0.10 0.00 0.03 0.00 0.28 99.59 18:57:13 18:55:01 0 0.33 0.00 0.05 0.00 0.43 99.19 18:57:13 18:55:01 1 0.00 0.00 0.02 0.00 0.03 99.95 18:57:13 18:55:01 2 0.03 0.00 0.03 0.00 0.23 99.70 18:57:13 18:55:01 3 0.02 0.00 0.03 0.00 0.43 99.52 18:57:13 18:56:01 all 0.10 0.00 0.02 0.00 0.09 99.80 18:57:13 18:56:01 0 0.33 0.00 0.03 0.00 0.17 99.47 18:57:13 18:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:57:13 18:56:01 2 0.02 0.00 0.02 0.00 0.08 99.88 18:57:13 18:56:01 3 0.03 0.00 0.03 0.00 0.08 99.85 18:57:13 18:57:01 all 4.49 0.00 3.90 2.27 15.81 73.52 18:57:13 18:57:01 0 3.53 0.00 2.82 1.85 16.83 74.98 18:57:13 18:57:01 1 3.74 0.00 4.58 0.97 15.35 75.37 18:57:13 18:57:01 2 6.49 0.00 4.32 4.17 15.85 69.17 18:57:13 18:57:01 3 4.26 0.00 3.92 2.11 15.22 74.49 18:57:13 Average: all 2.09 0.00 1.11 0.44 5.06 91.31 18:57:13 Average: 0 2.42 0.00 1.02 0.37 4.92 91.27 18:57:13 Average: 1 1.64 0.00 1.19 0.24 5.16 91.77 18:57:13 Average: 2 2.54 0.00 1.13 0.80 4.96 90.57 18:57:13 Average: 3 1.75 0.00 1.08 0.37 5.18 91.61 18:57:13 18:57:13 18:57:13