Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e4d2bbe0d97deda0aa56f177b7872dc02916f83+dff07894974aeac896634ee0b105b36e3d541f8a (fea5a053d5e13652f4960c6797228ada0d00c947) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21083’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21082’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21088 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [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-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub Merging remotes/origin/master commit dff07894974aeac896634ee0b105b36e3d541f8a into PR head commit 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 Merge succeeded, producing 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 Checking out Revision 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 (PR-83) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # 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 dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk ef6c76041afe7cbd6953dbc4eccde1cfde308e8c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T03:18:58.974Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T03:18:59.193Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T03:18:59.299Z] ========================================================= [2021-01-19T03:18:59.299Z] EdgeX Global Pipelines Version Info [2021-01-19T03:18:59.299Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:19:01.387Z] ------------------- [2021-01-19T03:19:01.387Z] stable info: [2021-01-19T03:19:01.387Z] ------------------- [2021-01-19T03:19:01.387Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T03:19:01.387Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T03:19:01.387Z] Message: update stable to v1.0.177 [2021-01-19T03:19:01.986Z] ------------------- [2021-01-19T03:19:01.986Z] experimental info: [2021-01-19T03:19:01.986Z] ------------------- [2021-01-19T03:19:01.986Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T03:19:01.986Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T03:19:01.986Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T03:19:02.323Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-19T03:19:02.458Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-19T03:19:02.553Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T03:19:02.644Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T03:19:02.770Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T03:19:02.891Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T03:19:03.014Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T03:19:03.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T03:19:03.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T03:19:03.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T03:19:03.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T03:19:03.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-19T03:19:03.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T03:19:03.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T03:19:03.985Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:19:04.074Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:19:04.191Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:19:04.287Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:19:04.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-19T03:19:04.469Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T03:19:04.560Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T03:19:04.693Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T03:19:04.781Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T03:19:04.876Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T03:19:04.981Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T03:19:05.085Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T03:19:05.183Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T03:19:05.274Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo [2021-01-19T03:19:05.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo [2021-01-19T03:19:05.451Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo [2021-01-19T03:19:05.569Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [Pipeline] echo [2021-01-19T03:19:05.676Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e4d2bb [Pipeline] echo [2021-01-19T03:19:05.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:19:06.527Z] + git log --format=format:%s -1 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [Pipeline] echo [2021-01-19T03:19:06.609Z] GIT_COMMIT: 3e4d2bbe0d97deda0aa56f177b7872dc02916f83, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo [2021-01-19T03:19:06.677Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:19:07.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:19:07.610Z] [2021-01-19T03:19:07.610Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:19:07.969Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:19:07.969Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T03:19:07.969Z] 31603596830f: Pulling fs layer [2021-01-19T03:19:07.969Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T03:19:07.969Z] 6ca5941a6612: Pulling fs layer [2021-01-19T03:19:07.969Z] ecc8261a40a4: Pulling fs layer [2021-01-19T03:19:07.969Z] ecc8261a40a4: Waiting [2021-01-19T03:19:07.969Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T03:19:07.969Z] 2a8b12db71e7: Download complete [2021-01-19T03:19:08.563Z] 31603596830f: Verifying Checksum [2021-01-19T03:19:08.563Z] 31603596830f: Download complete [2021-01-19T03:19:08.563Z] ecc8261a40a4: Verifying Checksum [2021-01-19T03:19:08.563Z] 6ca5941a6612: Verifying Checksum [2021-01-19T03:19:08.563Z] 6ca5941a6612: Download complete [2021-01-19T03:19:08.827Z] 31603596830f: Pull complete [2021-01-19T03:19:08.827Z] 2a8b12db71e7: Pull complete [2021-01-19T03:19:09.786Z] 6ca5941a6612: Pull complete [2021-01-19T03:19:10.362Z] ecc8261a40a4: Pull complete [2021-01-19T03:19:10.362Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T03:19:10.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:19:10.362Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T03:19:10.532Z] prd-centos7-docker-4c-2g-21088 does not seem to be running inside a container [2021-01-19T03:19:10.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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-01-19T03:19:12.564Z] $ docker top 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:19:13.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:19:13.074Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:19:13.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:19:13.328Z] $ docker exec 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent [2021-01-19T03:19:13.530Z] SSH_AUTH_SOCK=/tmp/ssh-NF4lfb3bZISl/agent.12 [2021-01-19T03:19:13.530Z] SSH_AGENT_PID=17 [2021-01-19T03:19:13.553Z] Running ssh-add (command line suppressed) [2021-01-19T03:19:13.678Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_7050221700971106238.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_7050221700971106238.key) [2021-01-19T03:19:13.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:19:14.092Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T03:19:14.122Z] $ docker exec --env ******** --env ******** 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent -k [2021-01-19T03:19:14.252Z] unset SSH_AUTH_SOCK; [2021-01-19T03:19:14.252Z] unset SSH_AGENT_PID; [2021-01-19T03:19:14.252Z] echo Agent pid 17 killed; [2021-01-19T03:19:14.309Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T03:19:14.558Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:19:14.558Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:19:14.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:19:14.751Z] $ docker exec 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent [2021-01-19T03:19:14.934Z] SSH_AUTH_SOCK=/tmp/ssh-kh3Oo0jDOiA2/agent.46 [2021-01-19T03:19:14.934Z] SSH_AGENT_PID=51 [2021-01-19T03:19:14.943Z] Running ssh-add (command line suppressed) [2021-01-19T03:19:15.069Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4306472244924197100.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4306472244924197100.key) [2021-01-19T03:19:15.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:19:15.471Z] + git semver init [2021-01-19T03:19:15.471Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:19:15.471Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git [2021-01-19T03:19:15.471Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T03:19:15.471Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:19:15.471Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:19:15.471Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:19:15.471Z] # $SEMVER_BRANCH = PR-83 [2021-01-19T03:19:15.471Z] # $SEMVER_TEMP = /tmp/semver-724349146 [2021-01-19T03:19:15.471Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-19T03:19:15.754Z] # '/tmp/semver-724349146' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' [2021-01-19T03:19:15.754Z] # -> Force: false [2021-01-19T03:19:15.754Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } [2021-01-19T03:19:15.776Z] $ docker exec --env ******** --env ******** 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 ssh-agent -k [2021-01-19T03:19:15.904Z] unset SSH_AUTH_SOCK; [2021-01-19T03:19:15.904Z] unset SSH_AGENT_PID; [2021-01-19T03:19:15.904Z] echo Agent pid 51 killed; [2021-01-19T03:19:15.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:19:16.514Z] + git semver [Pipeline] } [2021-01-19T03:19:16.541Z] $ docker stop --time=1 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 [2021-01-19T03:19:17.998Z] $ docker rm -f 909a7392d90700be7d2c41a64d2cd8040b7b2838c53bf4fab39fb4189adffca1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:19:18.549Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T03:19:19.198Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T03:19:19.201Z] [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-01-19T03:19:34.740Z] Still waiting to schedule task [2021-01-19T03:19:34.740Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-19T03:19:34.743Z] Still waiting to schedule task [2021-01-19T03:19:34.743Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T03:21:11.327Z] Running on prd-centos7-docker-4c-2g-21097 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws [2021-01-19T03:21:11.380Z] Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout [2021-01-19T03:21:14.156Z] using credential edgex-jenkins-ssh [2021-01-19T03:21:14.211Z] Cloning the remote Git repository [2021-01-19T03:21:14.242Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:21:14.329Z] > git init /w/workspace/go-mod-secrets/2 # timeout=10 [2021-01-19T03:21:14.398Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:21:14.398Z] > git --version # timeout=10 [2021-01-19T03:21:14.405Z] > git --version # 'git version 2.24.3' [2021-01-19T03:21:14.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:21:14.438Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:21:15.020Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:21:15.029Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:21:15.452Z] Merging remotes/origin/master commit dff07894974aeac896634ee0b105b36e3d541f8a into PR head commit 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [2021-01-19T03:21:15.586Z] Merge succeeded, producing 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [2021-01-19T03:21:15.587Z] Checking out Revision 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 (PR-83) [2021-01-19T03:21:15.041Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:21:15.060Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:21:15.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:21:15.065Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:21:15.463Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:21:15.475Z] > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 [2021-01-19T03:21:15.520Z] > git remote # timeout=10 [2021-01-19T03:21:15.538Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T03:21:15.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:21:15.561Z] > git merge dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 [2021-01-19T03:21:15.579Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T03:21:15.591Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:21:15.610Z] > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 [2021-01-19T03:21:19.387Z] Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:21:20.654Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:21:21.014Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:21:21.328Z] + sudo service docker restart [2021-01-19T03:21:21.328Z] + true [2021-01-19T03:21:21.328Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-19T03:21:22.491Z] ========================================================= [2021-01-19T03:21:22.491Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T03:21:22.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:22.869Z] + 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-01-19T03:21:23.147Z] Sending build context to Docker daemon 443.9kB [2021-01-19T03:21:23.147Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T03:21:23.147Z] Step 2/7 : FROM ${BASE} [2021-01-19T03:21:23.414Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T03:21:23.414Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:21:23.414Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:21:23.414Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:21:23.414Z] bca2f99d35d6: Pulling fs layer [2021-01-19T03:21:23.414Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T03:21:23.414Z] 7c6f9722023f: Pulling fs layer [2021-01-19T03:21:23.414Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T03:21:23.414Z] bca2f99d35d6: Waiting [2021-01-19T03:21:23.414Z] 93359f2a8cfa: Waiting [2021-01-19T03:21:23.414Z] 7c6f9722023f: Waiting [2021-01-19T03:21:23.414Z] a35cf1a2eb13: Waiting [2021-01-19T03:21:23.414Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:21:23.414Z] de9db76c5a1d: Download complete [2021-01-19T03:21:23.414Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T03:21:23.414Z] 0ef7d3d256c8: Download complete [2021-01-19T03:21:23.414Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T03:21:23.414Z] 93359f2a8cfa: Download complete [2021-01-19T03:21:23.414Z] 7c6f9722023f: Verifying Checksum [2021-01-19T03:21:23.414Z] 7c6f9722023f: Download complete [2021-01-19T03:21:23.414Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:21:23.414Z] 188c0c94c7c5: Download complete [2021-01-19T03:21:24.010Z] 188c0c94c7c5: Pull complete [2021-01-19T03:21:24.010Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:21:24.281Z] de9db76c5a1d: Pull complete [2021-01-19T03:21:25.719Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T03:21:27.171Z] bca2f99d35d6: Verifying Checksum [2021-01-19T03:21:27.171Z] bca2f99d35d6: Download complete [2021-01-19T03:21:33.855Z] bca2f99d35d6: Pull complete [2021-01-19T03:21:33.855Z] 93359f2a8cfa: Pull complete [2021-01-19T03:21:33.855Z] 7c6f9722023f: Pull complete [2021-01-19T03:21:42.349Z] a35cf1a2eb13: Pull complete [2021-01-19T03:21:42.349Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T03:21:42.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T03:21:42.349Z] ---> a62c8e92a672 [2021-01-19T03:21:42.349Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T03:21:42.349Z] ---> Running in 7dc78b6398ba [2021-01-19T03:21:42.349Z] Removing intermediate container 7dc78b6398ba [2021-01-19T03:21:42.349Z] ---> 51a8496d85ca [2021-01-19T03:21:42.349Z] Step 4/7 : RUN apk add --update bash [2021-01-19T03:21:42.633Z] ---> Running in 0d14f134fbb0 [2021-01-19T03:21:43.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:21:44.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:21:45.641Z] OK: 166 MiB in 39 packages [2021-01-19T03:21:46.231Z] Removing intermediate container 0d14f134fbb0 [2021-01-19T03:21:46.231Z] ---> 9825a318cbf1 [2021-01-19T03:21:46.231Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T03:21:46.231Z] ---> Running in 9c65fc60e3a9 [2021-01-19T03:21:46.231Z] Removing intermediate container 9c65fc60e3a9 [2021-01-19T03:21:46.231Z] ---> f508b21bcec8 [2021-01-19T03:21:46.231Z] Step 6/7 : COPY go.mod . [2021-01-19T03:21:46.495Z] ---> d35a0d687047 [2021-01-19T03:21:46.496Z] Step 7/7 : RUN go mod download [2021-01-19T03:21:46.781Z] ---> Running in 2bf6e4fb81e9 [2021-01-19T03:21:59.127Z] Removing intermediate container 2bf6e4fb81e9 [2021-01-19T03:21:59.128Z] ---> bc12091429c6 [2021-01-19T03:21:59.128Z] Successfully built bc12091429c6 [2021-01-19T03:21:59.128Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:59.459Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:21:59.459Z] . [Pipeline] withDockerContainer [2021-01-19T03:21:59.731Z] prd-centos7-docker-4c-2g-21097 does not seem to be running inside a container [2021-01-19T03:21:59.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-x86_64 cat [2021-01-19T03:22:00.819Z] $ docker top bfbebaa44d0f3b235cca14fa737482acc95242ac91095fe382cba6c059fcc3be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:22:01.412Z] + go version [2021-01-19T03:22:01.412Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T03:22:01.432Z] $ docker stop --time=1 bfbebaa44d0f3b235cca14fa737482acc95242ac91095fe382cba6c059fcc3be [2021-01-19T03:22:02.876Z] $ docker rm -f bfbebaa44d0f3b235cca14fa737482acc95242ac91095fe382cba6c059fcc3be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:03.824Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:22:03.824Z] . [Pipeline] withDockerContainer [2021-01-19T03:22:03.931Z] prd-centos7-docker-4c-2g-21097 does not seem to be running inside a container [2021-01-19T03:22:03.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-x86_64 cat [2021-01-19T03:22:04.707Z] $ docker top 0b92a4cf5711aea5fd38e4971011c9f27b685e86074356a841600b23d1fab02a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:22:05.219Z] + make test [2021-01-19T03:22:05.220Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T03:22:13.554Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-19T03:22:13.554Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-19T03:22:16.424Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21098 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws [2021-01-19T03:22:16.492Z] Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout [2021-01-19T03:22:22.152Z] using credential edgex-jenkins-ssh [2021-01-19T03:22:22.246Z] Cloning the remote Git repository [2021-01-19T03:22:22.313Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:22:22.434Z] > git init /w/workspace/go-mod-secrets/2 # timeout=10 [2021-01-19T03:22:22.512Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:22:22.512Z] > git --version # timeout=10 [2021-01-19T03:22:22.533Z] > git --version # 'git version 2.17.1' [2021-01-19T03:22:22.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:22:22.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:22:23.676Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.031s coverage: 96.7% of statements [2021-01-19T03:22:23.676Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.008s coverage: 44.1% of statements [2021-01-19T03:22:23.676Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.006s coverage: 89.5% of statements [2021-01-19T03:22:23.676Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T03:22:23.676Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.019s coverage: 100.0% of statements [2021-01-19T03:22:23.676Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T03:22:23.676Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.012s coverage: 87.5% of statements [2021-01-19T03:22:23.520Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:22:23.541Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:22:23.572Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T03:22:23.645Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T03:22:23.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:22:23.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:22:24.203Z] Merging remotes/origin/master commit dff07894974aeac896634ee0b105b36e3d541f8a into PR head commit 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [2021-01-19T03:22:24.473Z] Merge succeeded, producing 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [2021-01-19T03:22:24.473Z] Checking out Revision 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 (PR-83) [2021-01-19T03:22:24.253Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:22:24.276Z] > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 [2021-01-19T03:22:24.377Z] > git remote # timeout=10 [2021-01-19T03:22:24.397Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T03:22:24.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:22:24.433Z] > git merge dff07894974aeac896634ee0b105b36e3d541f8a # timeout=10 [2021-01-19T03:22:24.456Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T03:22:24.483Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:22:24.499Z] > git checkout -f 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 [2021-01-19T03:22:28.888Z] Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:22:30.310Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.013s coverage: 93.3% of statements [2021-01-19T03:22:30.310Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-19T03:22:30.310Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T03:22:30.402Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:22:30.834Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:22:30.908Z] gofmt -l . [2021-01-19T03:22:31.167Z] + + sudo servicetrue docker [2021-01-19T03:22:31.167Z] restart [2021-01-19T03:22:31.170Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T03:22:31.190Z] $ docker stop --time=1 0b92a4cf5711aea5fd38e4971011c9f27b685e86074356a841600b23d1fab02a [2021-01-19T03:22:33.472Z] $ docker rm -f 0b92a4cf5711aea5fd38e4971011c9f27b685e86074356a841600b23d1fab02a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] unstash [2021-01-19T03:22:34.040Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo [2021-01-19T03:22:34.140Z] ========================================================= [2021-01-19T03:22:34.141Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T03:22:34.141Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:34.356Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-19T03:22:34.531Z] + 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 . [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-01-19T03:22:35.517Z] Sending build context to Docker daemon 442.9kB [2021-01-19T03:22:35.517Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T03:22:35.517Z] Step 2/7 : FROM ${BASE} [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-19T03:22:35.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T03:22:35.793Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T03:22:35.793Z] a4357932f1b6: Pulling fs layer [2021-01-19T03:22:35.793Z] 18c013af1878: Pulling fs layer [2021-01-19T03:22:35.793Z] 00ac8860ef70: Pulling fs layer [2021-01-19T03:22:35.793Z] 63d7cb157983: Pulling fs layer [2021-01-19T03:22:35.793Z] b116817d02f9: Pulling fs layer [2021-01-19T03:22:35.793Z] 745a02a5169b: Pulling fs layer [2021-01-19T03:22:35.793Z] 63d7cb157983: Waiting [2021-01-19T03:22:35.793Z] b116817d02f9: Waiting [2021-01-19T03:22:35.793Z] 745a02a5169b: Waiting [2021-01-19T03:22:35.793Z] 18c013af1878: Verifying Checksum [2021-01-19T03:22:35.793Z] 18c013af1878: Download complete [2021-01-19T03:22:35.793Z] a4357932f1b6: Verifying Checksum [2021-01-19T03:22:35.793Z] a4357932f1b6: Download complete [2021-01-19T03:22:35.793Z] 63d7cb157983: Verifying Checksum [2021-01-19T03:22:35.793Z] 63d7cb157983: Download complete [2021-01-19T03:22:35.793Z] b116817d02f9: Verifying Checksum [2021-01-19T03:22:35.793Z] b116817d02f9: Download complete [2021-01-19T03:22:35.793Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T03:22:35.793Z] 5f621e34cdf4: Download complete [Pipeline] // stage [Pipeline] } [2021-01-19T03:22:36.438Z] 5f621e34cdf4: Pull complete [2021-01-19T03:22:37.038Z] a4357932f1b6: Pull complete [2021-01-19T03:22:37.313Z] 18c013af1878: Pull complete [2021-01-19T03:22:39.938Z] 745a02a5169b: Verifying Checksum [2021-01-19T03:22:39.938Z] 745a02a5169b: Download complete [2021-01-19T03:22:40.210Z] 00ac8860ef70: Verifying Checksum [2021-01-19T03:22:40.210Z] 00ac8860ef70: Download complete [2021-01-19T03:22:50.371Z] 00ac8860ef70: Pull complete [2021-01-19T03:22:50.371Z] 63d7cb157983: Pull complete [2021-01-19T03:22:50.371Z] b116817d02f9: Pull complete [2021-01-19T03:22:53.770Z] 745a02a5169b: Pull complete [2021-01-19T03:22:53.770Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T03:22:53.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T03:22:53.770Z] ---> b7e6874047d6 [2021-01-19T03:22:53.770Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T03:22:56.397Z] ---> Running in a7b243aedc80 [2021-01-19T03:22:56.684Z] Removing intermediate container a7b243aedc80 [2021-01-19T03:22:56.684Z] ---> 4dc6ff6bf7c2 [2021-01-19T03:22:56.684Z] Step 4/7 : RUN apk add --update bash [2021-01-19T03:22:56.684Z] ---> Running in 38e02e5ead88 [2021-01-19T03:22:58.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:22:59.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:23:00.546Z] OK: 142 MiB in 39 packages [2021-01-19T03:23:02.017Z] Removing intermediate container 38e02e5ead88 [2021-01-19T03:23:02.017Z] ---> 1e24a6259af2 [2021-01-19T03:23:02.017Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T03:23:02.017Z] ---> Running in 00c95f4a647c [2021-01-19T03:23:02.294Z] Removing intermediate container 00c95f4a647c [2021-01-19T03:23:02.294Z] ---> 8e3f52b5e659 [2021-01-19T03:23:02.294Z] Step 6/7 : COPY go.mod . [2021-01-19T03:23:03.273Z] ---> 183a46391e5e [2021-01-19T03:23:03.273Z] Step 7/7 : RUN go mod download [2021-01-19T03:23:03.273Z] ---> Running in 68fcf8ab6936 [2021-01-19T03:23:18.387Z] Removing intermediate container 68fcf8ab6936 [2021-01-19T03:23:18.387Z] ---> df2dab17bba5 [2021-01-19T03:23:18.387Z] Successfully built df2dab17bba5 [2021-01-19T03:23:18.387Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:23:18.732Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:23:18.732Z] . [Pipeline] withDockerContainer [2021-01-19T03:23:19.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-21098 does not seem to be running inside a container [2021-01-19T03:23:19.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-arm64 cat [2021-01-19T03:23:20.609Z] $ docker top 77164a679df5ed140c4d2ba66d2b1d4d2db34221fc111401f963c5053d95a2f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:23:21.637Z] + go version [2021-01-19T03:23:21.637Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T03:23:21.663Z] $ docker stop --time=1 77164a679df5ed140c4d2ba66d2b1d4d2db34221fc111401f963c5053d95a2f0 [2021-01-19T03:23:23.586Z] $ docker rm -f 77164a679df5ed140c4d2ba66d2b1d4d2db34221fc111401f963c5053d95a2f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:23:24.566Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:23:24.566Z] . [Pipeline] withDockerContainer [2021-01-19T03:23:24.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-21098 does not seem to be running inside a container [2021-01-19T03:23:24.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-arm64 cat [2021-01-19T03:23:26.521Z] $ docker top de32b7cbe1911aa23c9dd805f72f3b0729a61e3b86dd9fb46a616817df073310 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:23:27.569Z] + make test [2021-01-19T03:23:27.569Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T03:23:49.830Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-19T03:23:49.830Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-19T03:24:00.635Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.017s coverage: 96.7% of statements [2021-01-19T03:24:00.635Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.032s coverage: 44.1% of statements [2021-01-19T03:24:00.635Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.028s coverage: 89.5% of statements [2021-01-19T03:24:00.635Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T03:24:00.635Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.057s coverage: 100.0% of statements [2021-01-19T03:24:00.635Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T03:24:00.635Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.016s coverage: 87.5% of statements [2021-01-19T03:24:10.781Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.026s coverage: 93.3% of statements [2021-01-19T03:24:10.781Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-19T03:24:10.781Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T03:24:12.766Z] gofmt -l . [2021-01-19T03:24:13.039Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T03:24:13.061Z] $ docker stop --time=1 de32b7cbe1911aa23c9dd805f72f3b0729a61e3b86dd9fb46a616817df073310 [2021-01-19T03:24:15.362Z] $ docker rm -f de32b7cbe1911aa23c9dd805f72f3b0729a61e3b86dd9fb46a616817df073310 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:24:16.242Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T03:24:16.308Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T03:24:17.135Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T03:24:18.866Z] provisioning config files... [2021-01-19T03:24:18.882Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config2283062587687556646tmp [Pipeline] { [Pipeline] sh [2021-01-19T03:24:19.293Z] + set +x [2021-01-19T03:24:19.294Z] + curl -s https://codecov.io/bash [2021-01-19T03:24:19.294Z] + bash -s -- [2021-01-19T03:24:19.558Z] [2021-01-19T03:24:19.558Z] _____ _ [2021-01-19T03:24:19.558Z] / ____| | | [2021-01-19T03:24:19.558Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T03:24:19.558Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T03:24:19.559Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T03:24:19.559Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T03:24:19.559Z] Bash-20210115-cec3c92 [2021-01-19T03:24:19.559Z] [2021-01-19T03:24:19.559Z] [2021-01-19T03:24:19.559Z] ==> git version 2.24.3 found [2021-01-19T03:24:19.559Z] ==> 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-01-19T03:24:19.559Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T03:24:19.559Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T03:24:19.559Z] ==> Jenkins CI detected. [2021-01-19T03:24:19.559Z] project root: . [2021-01-19T03:24:19.559Z] --> token set from env [2021-01-19T03:24:19.559Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T03:24:19.559Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T03:24:19.559Z] ==> Python coveragepy not found [2021-01-19T03:24:19.559Z] ==> Searching for coverage reports in: [2021-01-19T03:24:19.559Z] + . [2021-01-19T03:24:19.559Z] -> Found 1 reports [2021-01-19T03:24:19.559Z] ==> Detecting git/mercurial file structure [2021-01-19T03:24:19.559Z] ==> Reading reports [2021-01-19T03:24:19.559Z] + ./coverage.out bytes=16629 [2021-01-19T03:24:19.559Z] ==> Appending adjustments [2021-01-19T03:24:19.559Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T03:24:19.830Z] + Found adjustments [2021-01-19T03:24:19.830Z] ==> Gzipping contents [2021-01-19T03:24:19.830Z] 4.0K /tmp/codecov.wm1ZPR.gz [2021-01-19T03:24:19.830Z] ==> Uploading reports [2021-01-19T03:24:19.830Z] url: https://codecov.io [2021-01-19T03:24:19.830Z] query: branch=PR-83&commit=3e4d2bbe0d97deda0aa56f177b7872dc02916f83&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-19T03:24:19.830Z] -> Pinging Codecov [2021-01-19T03:24:19.830Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=3e4d2bbe0d97deda0aa56f177b7872dc02916f83&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-19T03:24:20.104Z] -> Uploading to [2021-01-19T03:24:20.104Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/3e4d2bbe0d97deda0aa56f177b7872dc02916f83/f6b20ae6-4b70-426d-8651-a4ffb0869717.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T032419Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=daa67bfc7de5ca9d78def0a3a6050661c659d502e340077fb371b4c2f0a229d8 [2021-01-19T03:24:20.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T03:24:20.104Z] Dload Upload Total Spent Left Speed [2021-01-19T03:24:20.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 8288 --:--:-- --:--:-- --:--:-- 8290 100 3739 0 0 100 3739 0 8284 --:--:-- --:--:-- --:--:-- 8272 [2021-01-19T03:24:20.681Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/3e4d2bbe0d97deda0aa56f177b7872dc02916f83 [Pipeline] } [2021-01-19T03:24:20.692Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:23.045Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:23.626Z] ---> package-listing.sh [2021-01-19T03:24:23.626Z] ++ facter osfamily [2021-01-19T03:24:23.626Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T03:24:23.626Z] + OS_FAMILY=redhat [2021-01-19T03:24:23.626Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T03:24:23.626Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T03:24:23.626Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T03:24:23.626Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T03:24:23.626Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T03:24:23.626Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' [2021-01-19T03:24:23.626Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T03:24:23.626Z] + case "${OS_FAMILY}" in [2021-01-19T03:24:23.626Z] + rpm -qa [2021-01-19T03:24:23.626Z] + sort [2021-01-19T03:24:28.944Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T03:24:28.944Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T03:24:28.944Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T03:24:28.944Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' [2021-01-19T03:24:28.944Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [2021-01-19T03:24:28.944Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [Pipeline] echo [2021-01-19T03:24:28.968Z] 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/dgexfoundry_go-mod-secrets_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T03:24:29.264Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:29.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:24:29.582Z] [2021-01-19T03:24:29.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:29.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:24:29.955Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T03:24:29.955Z] df20fa9351a1: Pulling fs layer [2021-01-19T03:24:29.955Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T03:24:29.955Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T03:24:29.955Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T03:24:29.955Z] 93b61091891f: Pulling fs layer [2021-01-19T03:24:29.955Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T03:24:29.955Z] 5e14af77c1be: Pulling fs layer [2021-01-19T03:24:29.955Z] 01666e4c0597: Pulling fs layer [2021-01-19T03:24:29.955Z] aa168da1d23b: Pulling fs layer [2021-01-19T03:24:29.955Z] 93b9cdb0e59b: Waiting [2021-01-19T03:24:29.955Z] 5e14af77c1be: Waiting [2021-01-19T03:24:29.955Z] aa168da1d23b: Waiting [2021-01-19T03:24:29.955Z] 46f8f816bc3b: Waiting [2021-01-19T03:24:29.955Z] 01666e4c0597: Waiting [2021-01-19T03:24:29.955Z] 93b61091891f: Waiting [2021-01-19T03:24:29.955Z] 36b3adc4ff6f: Download complete [2021-01-19T03:24:29.955Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T03:24:29.955Z] 46f8f816bc3b: Download complete [2021-01-19T03:24:29.955Z] df20fa9351a1: Verifying Checksum [2021-01-19T03:24:29.955Z] df20fa9351a1: Download complete [2021-01-19T03:24:29.955Z] 93b9cdb0e59b: Download complete [2021-01-19T03:24:29.955Z] 5e14af77c1be: Verifying Checksum [2021-01-19T03:24:29.955Z] 5e14af77c1be: Download complete [2021-01-19T03:24:29.955Z] 93b61091891f: Verifying Checksum [2021-01-19T03:24:29.955Z] 93b61091891f: Download complete [2021-01-19T03:24:30.230Z] 01666e4c0597: Verifying Checksum [2021-01-19T03:24:30.230Z] 01666e4c0597: Download complete [2021-01-19T03:24:30.498Z] df20fa9351a1: Pull complete [2021-01-19T03:24:30.498Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T03:24:30.498Z] 8ad3a11d3b57: Download complete [2021-01-19T03:24:30.762Z] 36b3adc4ff6f: Pull complete [2021-01-19T03:24:31.717Z] 8ad3a11d3b57: Pull complete [2021-01-19T03:24:31.717Z] 46f8f816bc3b: Pull complete [2021-01-19T03:24:33.119Z] 93b61091891f: Pull complete [2021-01-19T03:24:33.119Z] aa168da1d23b: Verifying Checksum [2021-01-19T03:24:33.119Z] aa168da1d23b: Download complete [2021-01-19T03:24:33.413Z] 93b9cdb0e59b: Pull complete [2021-01-19T03:24:33.413Z] 5e14af77c1be: Pull complete [2021-01-19T03:24:33.676Z] 01666e4c0597: Pull complete [2021-01-19T03:24:41.902Z] aa168da1d23b: Pull complete [2021-01-19T03:24:41.902Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T03:24:41.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:24:41.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T03:24:42.118Z] prd-centos7-docker-4c-2g-21088 does not seem to be running inside a container [2021-01-19T03:24:42.169Z] $ 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/dgexfoundry_go-mod-secrets_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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-01-19T03:24:44.879Z] $ docker top 8a8e2d2f19a9b3abacd229bad991d22f36324d18b2ad5ab835c5846b2aa0c3e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:24:45.464Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T03:24:45.766Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T03:24:46.069Z] + ls /var/log/sa-host [2021-01-19T03:24:46.069Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T03:24:46.069Z] file_magic: OK [2021-01-19T03:24:46.069Z] HZ: Using current value: 100 [2021-01-19T03:24:46.069Z] file_header: OK [2021-01-19T03:24:46.069Z] 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-01-19T03:24:46.069Z] Statistics: [2021-01-19T03:24:46.069Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T03:24:46.069Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T03:24:46.069Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T03:24:46.069Z] file_magic: OK [2021-01-19T03:24:46.069Z] HZ: Using current value: 100 [2021-01-19T03:24:46.069Z] file_header: OK [2021-01-19T03:24:46.069Z] 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-01-19T03:24:46.069Z] Statistics: [2021-01-19T03:24:46.069Z] Hnuu...uuuununununu... [2021-01-19T03:24:46.069Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:24:46.311Z] provisioning config files... [2021-01-19T03:24:46.330Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config3953665724153859121tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:24:46.402Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:46.720Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T03:24:46.741Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T03:24:46.979Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:47.280Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T03:24:47.292Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:47.595Z] ---> sudo-logs.sh [2021-01-19T03:24:47.595Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T03:24:47.607Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:47.913Z] ---> job-cost.sh [2021-01-19T03:24:47.913Z] lf-activate-venv: SKIPPING [2021-01-19T03:24:47.913Z] INFO: No Stack... [2021-01-19T03:24:49.335Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T03:24:49.609Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T03:24:49.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:24:49.981Z] ---> logs-deploy.sh [2021-01-19T03:24:49.981Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/2 [2021-01-19T03:24:49.981Z] INFO: archiving workspace using pattern(s): [2021-01-19T03:24:51.926Z] Archives upload complete. [2021-01-19T03:24:51.926Z] INFO: archiving logs to Nexus