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 [2021-03-25T18:48:32.243Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T18:48:32.487Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T18:48:32.578Z] ========================================================= [2021-03-25T18:48:32.578Z] EdgeX Global Pipelines Version Info [2021-03-25T18:48:32.578Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:48:34.757Z] ------------------- [2021-03-25T18:48:34.757Z] stable info: [2021-03-25T18:48:34.757Z] ------------------- [2021-03-25T18:48:34.757Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T18:48:34.757Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T18:48:34.757Z] Message: update stable to v1.0.186 [2021-03-25T18:48:35.342Z] ------------------- [2021-03-25T18:48:35.342Z] experimental info: [2021-03-25T18:48:35.342Z] ------------------- [2021-03-25T18:48:35.342Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T18:48:35.342Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-25T18:48:35.342Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T18:48:35.621Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-03-25T18:48:35.705Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-03-25T18:48:35.788Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T18:48:35.887Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T18:48:35.972Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T18:48:36.053Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T18:48:36.135Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T18:48:36.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T18:48:36.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-25T18:48:36.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T18:48:36.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T18:48:36.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-03-25T18:48:36.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T18:48:36.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T18:48:36.825Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T18:48:36.950Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T18:48:37.042Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T18:48:37.135Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T18:48:37.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T18:48:37.299Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T18:48:37.408Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-25T18:48:37.509Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-25T18:48:37.595Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T18:48:37.679Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T18:48:37.762Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-25T18:48:37.845Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T18:48:37.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-30 [Pipeline] echo [2021-03-25T18:48:38.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-30 [Pipeline] echo [2021-03-25T18:48:38.107Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-30 [Pipeline] echo [2021-03-25T18:48:38.199Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01b285c9143fe67ce51c961fc46521fbef86f83c [Pipeline] echo [2021-03-25T18:48:38.295Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01b285c [Pipeline] echo [2021-03-25T18:48:38.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T18:48:39.050Z] + git log --format=format:%s -1 01b285c9143fe67ce51c961fc46521fbef86f83c [Pipeline] echo [2021-03-25T18:48:39.134Z] GIT_COMMIT: 01b285c9143fe67ce51c961fc46521fbef86f83c, Commit Message: feat(security): add support for ACL access token [Pipeline] echo [2021-03-25T18:48:39.178Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:48:39.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T18:48:40.440Z] [2021-03-25T18:48:40.440Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:48:41.259Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T18:48:41.570Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T18:48:41.570Z] 31603596830f: Pulling fs layer [2021-03-25T18:48:41.570Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T18:48:41.570Z] 6ca5941a6612: Pulling fs layer [2021-03-25T18:48:41.570Z] ecc8261a40a4: Pulling fs layer [2021-03-25T18:48:41.570Z] ecc8261a40a4: Waiting [2021-03-25T18:48:41.570Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T18:48:41.570Z] 2a8b12db71e7: Download complete [2021-03-25T18:48:41.875Z] 31603596830f: Verifying Checksum [2021-03-25T18:48:41.875Z] 31603596830f: Download complete [2021-03-25T18:48:42.566Z] ecc8261a40a4: Verifying Checksum [2021-03-25T18:48:42.566Z] ecc8261a40a4: Download complete [2021-03-25T18:48:42.566Z] 6ca5941a6612: Verifying Checksum [2021-03-25T18:48:42.566Z] 6ca5941a6612: Download complete [2021-03-25T18:48:43.223Z] 31603596830f: Pull complete [2021-03-25T18:48:43.490Z] 2a8b12db71e7: Pull complete [2021-03-25T18:48:45.209Z] 6ca5941a6612: Pull complete [2021-03-25T18:48:45.480Z] ecc8261a40a4: Pull complete [2021-03-25T18:48:45.480Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T18:48:45.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T18:48:45.480Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T18:48:45.650Z] prd-centos7-docker-4c-2g-31406 does not seem to be running inside a container [2021-03-25T18:48:45.782Z] $ 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 [2021-03-25T18:48:48.504Z] $ docker top bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T18:48:49.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T18:48:49.424Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T18:48:49.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T18:48:49.881Z] $ docker exec bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent [2021-03-25T18:48:50.106Z] SSH_AUTH_SOCK=/tmp/ssh-r6WxPMMs7FCW/agent.11 [2021-03-25T18:48:50.106Z] SSH_AGENT_PID=17 [2021-03-25T18:48:50.122Z] Running ssh-add (command line suppressed) [2021-03-25T18:48:50.284Z] 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) [2021-03-25T18:48:50.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T18:48:50.731Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T18:48:50.758Z] $ docker exec --env ******** --env ******** bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent -k [2021-03-25T18:48:50.966Z] unset SSH_AUTH_SOCK; [2021-03-25T18:48:50.966Z] unset SSH_AGENT_PID; [2021-03-25T18:48:50.966Z] echo Agent pid 17 killed; [2021-03-25T18:48:51.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T18:48:51.179Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T18:48:51.179Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T18:48:51.417Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T18:48:51.425Z] $ docker exec bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent [2021-03-25T18:48:51.664Z] SSH_AUTH_SOCK=/tmp/ssh-fpOxq4txXZPq/agent.47 [2021-03-25T18:48:51.664Z] SSH_AGENT_PID=52 [2021-03-25T18:48:51.672Z] Running ssh-add (command line suppressed) [2021-03-25T18:48:51.827Z] 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) [2021-03-25T18:48:51.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T18:48:52.234Z] + git semver init [2021-03-25T18:48:52.234Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T18:48:52.234Z] # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-30/.git [2021-03-25T18:48:52.234Z] # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-30 [2021-03-25T18:48:52.234Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T18:48:52.234Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T18:48:52.234Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T18:48:52.234Z] # $SEMVER_BRANCH = PR-30 [2021-03-25T18:48:52.234Z] # $SEMVER_TEMP = /tmp/semver-744455299 [2021-03-25T18:48:52.234Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-03-25T18:48:52.499Z] # '/tmp/semver-744455299' -> '/w/workspace/undry_go-mod-configuration_PR-30/.semver' [2021-03-25T18:48:52.499Z] # -> Force: false [2021-03-25T18:48:52.499Z] # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-30/.semver [Pipeline] } [2021-03-25T18:48:52.520Z] $ docker exec --env ******** --env ******** bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 ssh-agent -k [2021-03-25T18:48:52.838Z] unset SSH_AUTH_SOCK; [2021-03-25T18:48:52.839Z] unset SSH_AGENT_PID; [2021-03-25T18:48:52.839Z] echo Agent pid 52 killed; [2021-03-25T18:48:53.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T18:48:54.119Z] + git semver [Pipeline] } [2021-03-25T18:48:54.144Z] $ docker stop --time=1 bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 [2021-03-25T18:48:55.817Z] $ docker rm -f bd8bfba3f3acc573fcb0cc3bd20bbf76c0dbb44616388883a42240a8ca6b1b33 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T18:48:56.422Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T18:48:57.744Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T18:48:57.748Z] [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 [2021-03-25T18:49:13.217Z] Still waiting to schedule task [2021-03-25T18:49:13.217Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-25T18:49:13.221Z] Still waiting to schedule task [2021-03-25T18:49:13.221Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-25T18:50:57.685Z] Running on prd-centos7-docker-4c-2g-31410 in /w/workspace/undry_go-mod-configuration_PR-30 [Pipeline] { [Pipeline] ws [2021-03-25T18:50:57.742Z] Running in /w/workspace/go-mod-configuration/2 [Pipeline] { [Pipeline] checkout [2021-03-25T18:51:01.663Z] using credential edgex-jenkins-ssh [2021-03-25T18:51:01.712Z] Cloning the remote Git repository [2021-03-25T18:51:01.737Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T18:51:01.799Z] > git init /w/workspace/go-mod-configuration/2 # timeout=10 [2021-03-25T18:51:01.856Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T18:51:01.856Z] > git --version # timeout=10 [2021-03-25T18:51:01.867Z] > git --version # 'git version 2.24.3' [2021-03-25T18:51:01.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T18:51:01.915Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T18:51:04.560Z] Merging remotes/origin/master commit 161d456e19e540bc43850f0d3bf0c593c52fb507 into PR head commit 01b285c9143fe67ce51c961fc46521fbef86f83c [2021-03-25T18:51:04.629Z] Merge succeeded, producing 01b285c9143fe67ce51c961fc46521fbef86f83c [2021-03-25T18:51:04.630Z] Checking out Revision 01b285c9143fe67ce51c961fc46521fbef86f83c (PR-30) [2021-03-25T18:51:03.501Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T18:51:03.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T18:51:03.522Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T18:51:03.536Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T18:51:03.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T18:51:03.542Z] > 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 [2021-03-25T18:51:04.568Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T18:51:04.573Z] > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 [2021-03-25T18:51:04.601Z] > git remote # timeout=10 [2021-03-25T18:51:04.607Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T18:51:04.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T18:51:04.615Z] > git merge 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 [2021-03-25T18:51:04.624Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T18:51:04.633Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T18:51:04.639Z] > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 [2021-03-25T18:51:08.386Z] 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 [2021-03-25T18:51:09.823Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T18:51:10.172Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T18:51:10.481Z] + sudo service docker restart [2021-03-25T18:51:10.481Z] + true [2021-03-25T18:51:10.481Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-25T18:51:11.645Z] ========================================================= [2021-03-25T18:51:11.645Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T18:51:11.645Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:51:11.997Z] + 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 . [2021-03-25T18:51:12.262Z] Sending build context to Docker daemon 244.2kB [2021-03-25T18:51:12.263Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T18:51:12.263Z] Step 2/7 : FROM ${BASE} [2021-03-25T18:51:12.263Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T18:51:12.263Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T18:51:12.263Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T18:51:12.263Z] de9db76c5a1d: Pulling fs layer [2021-03-25T18:51:12.263Z] bca2f99d35d6: Pulling fs layer [2021-03-25T18:51:12.263Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T18:51:12.263Z] 7c6f9722023f: Pulling fs layer [2021-03-25T18:51:12.263Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T18:51:12.263Z] bca2f99d35d6: Waiting [2021-03-25T18:51:12.263Z] 93359f2a8cfa: Waiting [2021-03-25T18:51:12.263Z] 7c6f9722023f: Waiting [2021-03-25T18:51:12.263Z] a35cf1a2eb13: Waiting [2021-03-25T18:51:12.532Z] de9db76c5a1d: Download complete [2021-03-25T18:51:12.532Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T18:51:12.532Z] 0ef7d3d256c8: Download complete [2021-03-25T18:51:12.532Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T18:51:12.532Z] 93359f2a8cfa: Download complete [2021-03-25T18:51:12.532Z] 7c6f9722023f: Verifying Checksum [2021-03-25T18:51:12.532Z] 7c6f9722023f: Download complete [2021-03-25T18:51:13.119Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T18:51:13.119Z] 188c0c94c7c5: Download complete [2021-03-25T18:51:13.393Z] 188c0c94c7c5: Pull complete [2021-03-25T18:51:13.393Z] 0ef7d3d256c8: Pull complete [2021-03-25T18:51:13.661Z] de9db76c5a1d: Pull complete [2021-03-25T18:51:15.060Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T18:51:15.060Z] a35cf1a2eb13: Download complete [2021-03-25T18:51:15.323Z] bca2f99d35d6: Download complete [2021-03-25T18:51:20.656Z] bca2f99d35d6: Pull complete [2021-03-25T18:51:20.656Z] 93359f2a8cfa: Pull complete [2021-03-25T18:51:20.656Z] 7c6f9722023f: Pull complete [2021-03-25T18:51:23.983Z] a35cf1a2eb13: Pull complete [2021-03-25T18:51:24.246Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T18:51:24.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T18:51:24.246Z] ---> a62c8e92a672 [2021-03-25T18:51:24.246Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T18:51:24.507Z] ---> Running in a26dc0bf2b87 [2021-03-25T18:51:24.507Z] Removing intermediate container a26dc0bf2b87 [2021-03-25T18:51:24.507Z] ---> 1dfafa073ddd [2021-03-25T18:51:24.507Z] Step 4/7 : RUN apk add --update bash [2021-03-25T18:51:24.768Z] ---> Running in 04df0af1240d [2021-03-25T18:51:25.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T18:51:25.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T18:51:26.878Z] OK: 166 MiB in 39 packages [2021-03-25T18:51:27.455Z] Removing intermediate container 04df0af1240d [2021-03-25T18:51:27.455Z] ---> caffe0cfbf9c [2021-03-25T18:51:27.455Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T18:51:27.455Z] ---> Running in ae226ad7a6c8 [2021-03-25T18:51:27.455Z] Removing intermediate container ae226ad7a6c8 [2021-03-25T18:51:27.455Z] ---> e047259c8041 [2021-03-25T18:51:27.455Z] Step 6/7 : COPY go.mod . [2021-03-25T18:51:27.715Z] ---> 1859532b7eab [2021-03-25T18:51:27.715Z] Step 7/7 : RUN go mod download [2021-03-25T18:51:27.715Z] ---> Running in 71af3919712e [2021-03-25T18:51:42.701Z] Removing intermediate container 71af3919712e [2021-03-25T18:51:42.701Z] ---> 0f647d07d9b2 [2021-03-25T18:51:42.701Z] Successfully built 0f647d07d9b2 [2021-03-25T18:51:42.701Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:51:43.035Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T18:51:43.035Z] . [Pipeline] withDockerContainer [2021-03-25T18:51:43.163Z] prd-centos7-docker-4c-2g-31410 does not seem to be running inside a container [2021-03-25T18:51:43.219Z] $ 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 [2021-03-25T18:51:43.885Z] $ docker top aef269106260753ca74daf6d9a3902c58c4bb9db1527479a53796311e7d2a9df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T18:51:44.497Z] + go version [2021-03-25T18:51:44.497Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T18:51:44.513Z] $ docker stop --time=1 aef269106260753ca74daf6d9a3902c58c4bb9db1527479a53796311e7d2a9df [2021-03-25T18:51:45.880Z] $ docker rm -f aef269106260753ca74daf6d9a3902c58c4bb9db1527479a53796311e7d2a9df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:51:46.753Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T18:51:46.753Z] . [Pipeline] withDockerContainer [2021-03-25T18:51:46.850Z] prd-centos7-docker-4c-2g-31410 does not seem to be running inside a container [2021-03-25T18:51:46.893Z] $ 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 [2021-03-25T18:51:47.466Z] $ docker top 7cf8d71c4f4f8c1d6cfbf8fea9be63ddcae6b5e419bc34d1f3fd9f47b830684c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T18:51:47.923Z] + make test [2021-03-25T18:51:47.923Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T18:51:56.151Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.009s coverage: 85.7% of statements [2021-03-25T18:51:58.708Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.540s coverage: 86.4% of statements [2021-03-25T18:51:58.708Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.005s coverage: 100.0% of statements [2021-03-25T18:51:58.708Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T18:51:59.672Z] gofmt -l . [2021-03-25T18:51:59.936Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T18:51:59.951Z] $ docker stop --time=1 7cf8d71c4f4f8c1d6cfbf8fea9be63ddcae6b5e419bc34d1f3fd9f47b830684c [2021-03-25T18:52:02.131Z] $ docker rm -f 7cf8d71c4f4f8c1d6cfbf8fea9be63ddcae6b5e419bc34d1f3fd9f47b830684c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T18:52:02.679Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T18:52:03.034Z] 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 [2021-03-25T18:52:04.227Z] ---> job-cost.sh [2021-03-25T18:52:04.228Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VC96 [2021-03-25T18:52:19.163Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T18:52:27.922Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31411 in /w/workspace/undry_go-mod-configuration_PR-30 [Pipeline] { [Pipeline] ws [2021-03-25T18:52:27.978Z] Running in /w/workspace/go-mod-configuration/2 [Pipeline] { [Pipeline] checkout [2021-03-25T18:52:33.259Z] using credential edgex-jenkins-ssh [2021-03-25T18:52:33.366Z] Cloning the remote Git repository [2021-03-25T18:52:33.405Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T18:52:33.513Z] > git init /w/workspace/go-mod-configuration/2 # timeout=10 [2021-03-25T18:52:33.578Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T18:52:33.579Z] > git --version # timeout=10 [2021-03-25T18:52:33.600Z] > git --version # 'git version 2.17.1' [2021-03-25T18:52:33.602Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T18:52:33.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T18:52:34.331Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T18:52:34.924Z] Merging remotes/origin/master commit 161d456e19e540bc43850f0d3bf0c593c52fb507 into PR head commit 01b285c9143fe67ce51c961fc46521fbef86f83c [2021-03-25T18:52:35.142Z] Merge succeeded, producing 01b285c9143fe67ce51c961fc46521fbef86f83c [2021-03-25T18:52:35.143Z] Checking out Revision 01b285c9143fe67ce51c961fc46521fbef86f83c (PR-30) [2021-03-25T18:52:34.361Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T18:52:34.384Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T18:52:34.413Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T18:52:34.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T18:52:34.428Z] > 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 [2021-03-25T18:52:34.933Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T18:52:34.954Z] > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 [2021-03-25T18:52:35.026Z] > git remote # timeout=10 [2021-03-25T18:52:35.046Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T18:52:35.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T18:52:35.069Z] > git merge 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 [2021-03-25T18:52:35.089Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T18:52:35.139Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T18:52:35.151Z] > git checkout -f 01b285c9143fe67ce51c961fc46521fbef86f83c # timeout=10 [2021-03-25T18:52:39.321Z] Commit message: "feat(security): add support for ACL access token" [2021-03-25T18:52:39.558Z] [2021-03-25T18:52:39.558Z] GitHub has been notified of this commit’s build result [2021-03-25T18:52:39.558Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T18:52:40.850Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T18:52:41.274Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T18:52:41.621Z] + sudo service docker restart [2021-03-25T18:52:41.621Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-25T18:52:44.525Z] ========================================================= [2021-03-25T18:52:44.526Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T18:52:44.526Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:52:44.892Z] + 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 . [2021-03-25T18:52:45.487Z] Sending build context to Docker daemon 243.2kB [2021-03-25T18:52:45.760Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T18:52:45.760Z] Step 2/7 : FROM ${BASE} [2021-03-25T18:52:45.840Z] lf-activate-venv(): INFO: Adding /tmp/venv-VC96/bin to PATH [2021-03-25T18:52:45.840Z] INFO: No Stack... [2021-03-25T18:52:45.840Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T18:52:45.840Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T18:52:46.031Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T18:52:46.031Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T18:52:46.031Z] a4357932f1b6: Pulling fs layer [2021-03-25T18:52:46.031Z] 18c013af1878: Pulling fs layer [2021-03-25T18:52:46.031Z] 00ac8860ef70: Pulling fs layer [2021-03-25T18:52:46.031Z] 63d7cb157983: Pulling fs layer [2021-03-25T18:52:46.031Z] b116817d02f9: Pulling fs layer [2021-03-25T18:52:46.031Z] 745a02a5169b: Pulling fs layer [2021-03-25T18:52:46.031Z] 00ac8860ef70: Waiting [2021-03-25T18:52:46.031Z] b116817d02f9: Waiting [2021-03-25T18:52:46.031Z] 745a02a5169b: Waiting [2021-03-25T18:52:46.031Z] 63d7cb157983: Waiting [2021-03-25T18:52:46.031Z] 18c013af1878: Verifying Checksum [2021-03-25T18:52:46.031Z] 18c013af1878: Download complete [2021-03-25T18:52:46.031Z] a4357932f1b6: Verifying Checksum [2021-03-25T18:52:46.031Z] a4357932f1b6: Download complete [2021-03-25T18:52:46.031Z] 63d7cb157983: Verifying Checksum [2021-03-25T18:52:46.031Z] 63d7cb157983: Download complete [2021-03-25T18:52:46.138Z] + cat /w/workspace/go-mod-configuration/2/archives/cost.csv [2021-03-25T18:52:46.139Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T18:52:46.202Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [2021-03-25T18:52:46.211Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] did not exist. Created. [2021-03-25T18:52:46.211Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [Pipeline] { [Pipeline] unstash [2021-03-25T18:52:46.305Z] b116817d02f9: Verifying Checksum [2021-03-25T18:52:46.305Z] b116817d02f9: Download complete [2021-03-25T18:52:46.305Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T18:52:46.305Z] 5f621e34cdf4: Download complete [Pipeline] sh [2021-03-25T18:52:46.594Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T18:52:46.714Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T18:52:46.726Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [2021-03-25T18:52:46.903Z] 5f621e34cdf4: Pull complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T18:52:47.517Z] a4357932f1b6: Pull complete [2021-03-25T18:52:47.792Z] 18c013af1878: Pull complete [2021-03-25T18:52:48.779Z] 745a02a5169b: Verifying Checksum [2021-03-25T18:52:48.779Z] 745a02a5169b: Download complete [2021-03-25T18:52:50.222Z] 00ac8860ef70: Verifying Checksum [2021-03-25T18:52:50.222Z] 00ac8860ef70: Download complete [2021-03-25T18:53:00.397Z] 00ac8860ef70: Pull complete [2021-03-25T18:53:00.397Z] 63d7cb157983: Pull complete [2021-03-25T18:53:01.011Z] b116817d02f9: Pull complete [2021-03-25T18:53:04.405Z] 745a02a5169b: Pull complete [2021-03-25T18:53:04.405Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T18:53:04.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T18:53:04.678Z] ---> b7e6874047d6 [2021-03-25T18:53:04.678Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T18:53:07.308Z] ---> Running in 93436874814b [2021-03-25T18:53:07.581Z] Removing intermediate container 93436874814b [2021-03-25T18:53:07.581Z] ---> 27c047d85471 [2021-03-25T18:53:07.581Z] Step 4/7 : RUN apk add --update bash [2021-03-25T18:53:07.581Z] ---> Running in 414985646b61 [2021-03-25T18:53:09.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T18:53:09.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T18:53:10.587Z] OK: 142 MiB in 39 packages [2021-03-25T18:53:12.022Z] Removing intermediate container 414985646b61 [2021-03-25T18:53:12.022Z] ---> 143602b70b0b [2021-03-25T18:53:12.022Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T18:53:12.022Z] ---> Running in e9b5fd4e05d3 [2021-03-25T18:53:12.295Z] Removing intermediate container e9b5fd4e05d3 [2021-03-25T18:53:12.295Z] ---> bdd7917b1df7 [2021-03-25T18:53:12.295Z] Step 6/7 : COPY go.mod . [2021-03-25T18:53:13.275Z] ---> 9ca2fd1ed1d8 [2021-03-25T18:53:13.275Z] Step 7/7 : RUN go mod download [2021-03-25T18:53:13.275Z] ---> Running in 52968f724a85 [2021-03-25T18:53:31.598Z] Removing intermediate container 52968f724a85 [2021-03-25T18:53:31.598Z] ---> 7f6cb8555411 [2021-03-25T18:53:31.598Z] Successfully built 7f6cb8555411 [2021-03-25T18:53:31.598Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:53:31.938Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T18:53:31.938Z] . [Pipeline] withDockerContainer [2021-03-25T18:53:32.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-31411 does not seem to be running inside a container [2021-03-25T18:53:32.292Z] $ 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 [2021-03-25T18:53:33.861Z] $ docker top cc44912d9fcf20c337ec9645bf14be7e24c3c9664c87b0925b62a092a3ce1ce2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T18:53:34.892Z] + go version [2021-03-25T18:53:34.892Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T18:53:34.909Z] $ docker stop --time=1 cc44912d9fcf20c337ec9645bf14be7e24c3c9664c87b0925b62a092a3ce1ce2 [2021-03-25T18:53:36.862Z] $ docker rm -f cc44912d9fcf20c337ec9645bf14be7e24c3c9664c87b0925b62a092a3ce1ce2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:53:37.826Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T18:53:37.826Z] . [Pipeline] withDockerContainer [2021-03-25T18:53:38.085Z] prd-ubuntu18.04-docker-arm64-4c-16g-31411 does not seem to be running inside a container [2021-03-25T18:53:38.165Z] $ 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 [2021-03-25T18:53:39.673Z] $ docker top ad4e2c3c536fea3d6a19a1ad5475d527ab512bb6b2e8ca5bc37f825d35553fcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T18:53:40.757Z] + make test [2021-03-25T18:53:40.757Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T18:54:07.579Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.017s coverage: 85.7% of statements [2021-03-25T18:54:08.169Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.631s coverage: 86.4% of statements [2021-03-25T18:54:08.169Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.022s coverage: 100.0% of statements [2021-03-25T18:54:08.444Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T18:54:11.833Z] gofmt -l . [2021-03-25T18:54:11.833Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T18:54:12.118Z] $ docker stop --time=1 ad4e2c3c536fea3d6a19a1ad5475d527ab512bb6b2e8ca5bc37f825d35553fcb [2021-03-25T18:54:14.229Z] $ docker rm -f ad4e2c3c536fea3d6a19a1ad5475d527ab512bb6b2e8ca5bc37f825d35553fcb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T18:54:15.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T18:54:15.137Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T18:54:15.920Z] 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 [2021-03-25T18:54:16.900Z] ---> job-cost.sh [2021-03-25T18:54:16.900Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HLz9 [2021-03-25T18:54:55.887Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T18:56:17.622Z] lf-activate-venv(): INFO: Adding /tmp/venv-HLz9/bin to PATH [2021-03-25T18:56:17.622Z] INFO: No Stack... [2021-03-25T18:56:17.622Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T18:56:17.622Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T18:56:17.961Z] + cat /w/workspace/go-mod-configuration/2/archives/cost.csv [2021-03-25T18:56:17.961Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T18:56:18.067Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [2021-03-25T18:56:18.077Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] did not exist. Created. [2021-03-25T18:56:18.078Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-30-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T18:56:18.523Z] /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 [2021-03-25T18:56:18.861Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T18:56:18.952Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T18:56:19.098Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T18:56:19.111Z] 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 [2021-03-25T18:56:20.436Z] provisioning config files... [2021-03-25T18:56:20.454Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-30@tmp/config3401875227423494491tmp [Pipeline] { [Pipeline] sh [2021-03-25T18:56:20.889Z] + set +x [2021-03-25T18:56:20.889Z] + curl -s https://codecov.io/bash [2021-03-25T18:56:20.889Z] + bash -s -- [2021-03-25T18:56:21.164Z] [2021-03-25T18:56:21.164Z] _____ _ [2021-03-25T18:56:21.164Z] / ____| | | [2021-03-25T18:56:21.164Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T18:56:21.164Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T18:56:21.164Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T18:56:21.164Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T18:56:21.164Z] Bash-20210309-2b87ace [2021-03-25T18:56:21.164Z] [2021-03-25T18:56:21.164Z] [2021-03-25T18:56:21.164Z] ==> git version 2.24.3 found [2021-03-25T18:56:21.164Z] ==> 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 [2021-03-25T18:56:21.164Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T18:56:21.164Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T18:56:21.164Z] curl: option -sm: expected a proper numerical parameter [2021-03-25T18:56:21.164Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-25T18:56:21.164Z] ==> Jenkins CI detected. [2021-03-25T18:56:21.164Z] project root: . [2021-03-25T18:56:21.164Z] --> token set from env [2021-03-25T18:56:21.164Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T18:56:21.164Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T18:56:21.164Z] ==> Python coveragepy not found [2021-03-25T18:56:21.164Z] ==> Searching for coverage reports in: [2021-03-25T18:56:21.164Z] + . [2021-03-25T18:56:21.164Z] -> Found 1 reports [2021-03-25T18:56:21.434Z] ==> Detecting git/mercurial file structure [2021-03-25T18:56:21.434Z] ==> Reading reports [2021-03-25T18:56:21.434Z] + ./coverage.out bytes=13944 [2021-03-25T18:56:21.434Z] ==> Appending adjustments [2021-03-25T18:56:21.434Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T18:56:21.434Z] + Found adjustments [2021-03-25T18:56:21.434Z] ==> Gzipping contents [2021-03-25T18:56:21.434Z] 4.0K /tmp/codecov.2bLqoF.gz [2021-03-25T18:56:21.434Z] ==> Uploading reports [2021-03-25T18:56:21.434Z] url: https://codecov.io [2021-03-25T18:56:21.434Z] 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= [2021-03-25T18:56:21.434Z] -> Pinging Codecov [2021-03-25T18:56:21.434Z] 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= [2021-03-25T18:56:22.016Z] -> Uploading to [2021-03-25T18:56:22.016Z] 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 [2021-03-25T18:56:22.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T18:56:22.016Z] Dload Upload Total Spent Left Speed [2021-03-25T18:56:22.599Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2558 0 0 100 2558 0 4236 --:--:-- --:--:-- --:--:-- 4242 [2021-03-25T18:56:22.599Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/01b285c9143fe67ce51c961fc46521fbef86f83c [Pipeline] } [2021-03-25T18:56:22.611Z] 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 [2021-03-25T18:56:24.882Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:56:25.578Z] ---> package-listing.sh [2021-03-25T18:56:25.578Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T18:56:25.578Z] ++ facter osfamily [2021-03-25T18:56:25.881Z] + OS_FAMILY=redhat [2021-03-25T18:56:25.881Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-30 [2021-03-25T18:56:25.881Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T18:56:25.881Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T18:56:25.881Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T18:56:25.881Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T18:56:25.881Z] + '[' /w/workspace/undry_go-mod-configuration_PR-30 ']' [2021-03-25T18:56:25.881Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T18:56:25.881Z] + case "${OS_FAMILY}" in [2021-03-25T18:56:25.881Z] + rpm -qa [2021-03-25T18:56:25.881Z] + sort [2021-03-25T18:56:32.612Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T18:56:32.612Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T18:56:32.612Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T18:56:32.612Z] + '[' /w/workspace/undry_go-mod-configuration_PR-30 ']' [2021-03-25T18:56:32.612Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-30/archives/ [2021-03-25T18:56:32.612Z] + 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 [2021-03-25T18:56:32.632Z] 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 [2021-03-25T18:56:32.951Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:56:33.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T18:56:33.274Z] [2021-03-25T18:56:33.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T18:56:33.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T18:56:33.648Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T18:56:33.648Z] df20fa9351a1: Pulling fs layer [2021-03-25T18:56:33.648Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T18:56:33.648Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T18:56:33.648Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T18:56:33.648Z] 93b61091891f: Pulling fs layer [2021-03-25T18:56:33.648Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T18:56:33.648Z] 5e14af77c1be: Pulling fs layer [2021-03-25T18:56:33.648Z] 01666e4c0597: Pulling fs layer [2021-03-25T18:56:33.648Z] aa168da1d23b: Pulling fs layer [2021-03-25T18:56:33.648Z] 46f8f816bc3b: Waiting [2021-03-25T18:56:33.648Z] 93b61091891f: Waiting [2021-03-25T18:56:33.648Z] 93b9cdb0e59b: Waiting [2021-03-25T18:56:33.648Z] 5e14af77c1be: Waiting [2021-03-25T18:56:33.648Z] 01666e4c0597: Waiting [2021-03-25T18:56:33.648Z] aa168da1d23b: Waiting [2021-03-25T18:56:33.648Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T18:56:33.648Z] 36b3adc4ff6f: Download complete [2021-03-25T18:56:33.648Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T18:56:33.648Z] 46f8f816bc3b: Download complete [2021-03-25T18:56:33.924Z] df20fa9351a1: Verifying Checksum [2021-03-25T18:56:33.924Z] df20fa9351a1: Download complete [2021-03-25T18:56:33.924Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T18:56:33.924Z] 93b9cdb0e59b: Download complete [2021-03-25T18:56:33.924Z] 5e14af77c1be: Download complete [2021-03-25T18:56:33.924Z] 01666e4c0597: Verifying Checksum [2021-03-25T18:56:33.924Z] 01666e4c0597: Download complete [2021-03-25T18:56:33.924Z] 93b61091891f: Verifying Checksum [2021-03-25T18:56:33.924Z] 93b61091891f: Download complete [2021-03-25T18:56:34.550Z] df20fa9351a1: Pull complete [2021-03-25T18:56:35.236Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T18:56:35.236Z] 8ad3a11d3b57: Download complete [2021-03-25T18:56:35.236Z] 36b3adc4ff6f: Pull complete [2021-03-25T18:56:36.789Z] 8ad3a11d3b57: Pull complete [2021-03-25T18:56:37.389Z] 46f8f816bc3b: Pull complete [2021-03-25T18:56:37.984Z] 93b61091891f: Pull complete [2021-03-25T18:56:38.265Z] 93b9cdb0e59b: Pull complete [2021-03-25T18:56:38.265Z] aa168da1d23b: Verifying Checksum [2021-03-25T18:56:38.265Z] aa168da1d23b: Download complete [2021-03-25T18:56:38.536Z] 5e14af77c1be: Pull complete [2021-03-25T18:56:38.805Z] 01666e4c0597: Pull complete [2021-03-25T18:56:57.401Z] aa168da1d23b: Pull complete [2021-03-25T18:56:57.401Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T18:56:57.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T18:56:57.401Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T18:56:58.072Z] prd-centos7-docker-4c-2g-31406 does not seem to be running inside a container [2021-03-25T18:56:58.164Z] $ 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 [2021-03-25T18:57:02.876Z] $ docker top 0164e6470ba0c2aec22afe1192ed71e847849efc1ccc573cc41a335a7c352dc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T18:57:03.607Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T18:57:03.950Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T18:57:04.279Z] + ls /var/log/sa-host [2021-03-25T18:57:04.279Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T18:57:04.279Z] file_magic: OK [2021-03-25T18:57:04.279Z] HZ: Using current value: 100 [2021-03-25T18:57:04.279Z] file_header: OK [2021-03-25T18:57:04.279Z] 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 [2021-03-25T18:57:04.279Z] Statistics: [2021-03-25T18:57:04.279Z] Hnuu...uuuununununu... [2021-03-25T18:57:04.279Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T18:57:04.279Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T18:57:04.279Z] file_magic: OK [2021-03-25T18:57:04.279Z] HZ: Using current value: 100 [2021-03-25T18:57:04.279Z] file_header: OK [2021-03-25T18:57:04.279Z] 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 [2021-03-25T18:57:04.279Z] Statistics: [2021-03-25T18:57:04.279Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T18:57:04.279Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T18:57:04.492Z] provisioning config files... [2021-03-25T18:57:04.512Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-30@tmp/config4499736420629644690tmp [Pipeline] { [Pipeline] echo [2021-03-25T18:57:04.591Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:57:04.944Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T18:57:04.957Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T18:57:05.051Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:57:05.432Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T18:57:05.457Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:57:05.774Z] ---> sudo-logs.sh [2021-03-25T18:57:05.775Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T18:57:05.856Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:57:06.189Z] ---> job-cost.sh [2021-03-25T18:57:06.189Z] lf-activate-venv: SKIPPING [2021-03-25T18:57:06.189Z] DEBUG: total: 0.20999999344348907 [2021-03-25T18:57:06.189Z] INFO: Retrieving Stack Cost... [2021-03-25T18:57:07.151Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T18:57:08.106Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T18:57:08.124Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T18:57:08.442Z] ---> logs-deploy.sh [2021-03-25T18:57:08.442Z] lf-activate-venv: SKIPPING [2021-03-25T18:57:08.442Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-30/2 [2021-03-25T18:57:08.442Z] INFO: archiving workspace using pattern(s): [2021-03-25T18:57:11.902Z] Archives upload complete. [2021-03-25T18:57:11.902Z] INFO: archiving logs to Nexus