Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8bacee14c5300ea505da9d7443952f644ba5fec7+ad364f0045a1960e2713a9dd7876fce0e4e288a4 (4134d92ef9e772ddaa530eb03f50514809e40dbf) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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: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-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: pre 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21383 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 > 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 Merging remotes/origin/master commit ad364f0045a1960e2713a9dd7876fce0e4e288a4 into PR head commit 8bacee14c5300ea505da9d7443952f644ba5fec7 Merge succeeded, producing 8bacee14c5300ea505da9d7443952f644ba5fec7 Checking out Revision 8bacee14c5300ea505da9d7443952f644ba5fec7 (PR-83) > git config core.sparsecheckout # timeout=10 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # 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 ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T23:01:57.558Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 [2021-01-19T23:01:57.808Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T23:01:57.900Z] ========================================================= [2021-01-19T23:01:57.900Z] EdgeX Global Pipelines Version Info [2021-01-19T23:01:57.900Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:01:59.846Z] ------------------- [2021-01-19T23:01:59.846Z] stable info: [2021-01-19T23:01:59.846Z] ------------------- [2021-01-19T23:01:59.846Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T23:01:59.846Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T23:01:59.846Z] Message: update stable to v1.0.179 [2021-01-19T23:02:00.430Z] ------------------- [2021-01-19T23:02:00.430Z] experimental info: [2021-01-19T23:02:00.430Z] ------------------- [2021-01-19T23:02:00.430Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T23:02:00.430Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T23:02:00.430Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T23:02:00.701Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-19T23:02:00.828Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-19T23:02:00.945Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T23:02:01.029Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T23:02:01.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T23:02:01.199Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T23:02:01.293Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T23:02:01.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T23:02:01.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T23:02:01.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T23:02:01.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T23:02:01.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-19T23:02:01.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T23:02:02.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T23:02:02.124Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T23:02:02.211Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T23:02:02.321Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T23:02:02.416Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T23:02:02.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T23:02:02.588Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T23:02:02.705Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T23:02:02.794Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T23:02:02.897Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T23:02:02.984Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T23:02:03.079Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T23:02:03.176Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T23:02:03.258Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T23:02:03.383Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo [2021-01-19T23:02:03.470Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo [2021-01-19T23:02:03.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo [2021-01-19T23:02:03.699Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bacee14c5300ea505da9d7443952f644ba5fec7 [Pipeline] echo [2021-01-19T23:02:03.789Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bacee1 [Pipeline] echo [2021-01-19T23:02:03.926Z] [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-19T23:02:04.643Z] + git log --format=format:%s -1 8bacee14c5300ea505da9d7443952f644ba5fec7 [Pipeline] echo [2021-01-19T23:02:04.706Z] GIT_COMMIT: 8bacee14c5300ea505da9d7443952f644ba5fec7, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo [2021-01-19T23:02:04.752Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:02:05.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T23:02:05.611Z] [2021-01-19T23:02:05.611Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:02:05.960Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T23:02:05.960Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T23:02:05.960Z] 31603596830f: Pulling fs layer [2021-01-19T23:02:05.960Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T23:02:05.960Z] 6ca5941a6612: Pulling fs layer [2021-01-19T23:02:05.960Z] ecc8261a40a4: Pulling fs layer [2021-01-19T23:02:05.960Z] ecc8261a40a4: Waiting [2021-01-19T23:02:05.960Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T23:02:05.960Z] 2a8b12db71e7: Download complete [2021-01-19T23:02:06.222Z] 31603596830f: Download complete [2021-01-19T23:02:06.222Z] ecc8261a40a4: Verifying Checksum [2021-01-19T23:02:06.222Z] ecc8261a40a4: Download complete [2021-01-19T23:02:06.222Z] 6ca5941a6612: Download complete [2021-01-19T23:02:06.491Z] 31603596830f: Pull complete [2021-01-19T23:02:06.765Z] 2a8b12db71e7: Pull complete [2021-01-19T23:02:07.710Z] 6ca5941a6612: Pull complete [2021-01-19T23:02:07.710Z] ecc8261a40a4: Pull complete [2021-01-19T23:02:07.710Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T23:02:07.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T23:02:07.710Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T23:02:07.821Z] prd-centos7-docker-4c-2g-21383 does not seem to be running inside a container [2021-01-19T23:02:07.866Z] $ 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-19T23:02:09.965Z] $ docker top 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T23:02:10.378Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T23:02:10.378Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T23:02:10.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T23:02:10.609Z] $ docker exec 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent [2021-01-19T23:02:10.787Z] SSH_AUTH_SOCK=/tmp/ssh-cdrk5103Ip6s/agent.11 [2021-01-19T23:02:10.787Z] SSH_AGENT_PID=16 [2021-01-19T23:02:10.804Z] Running ssh-add (command line suppressed) [2021-01-19T23:02:10.923Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_2124194072485287107.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_2124194072485287107.key) [2021-01-19T23:02:10.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T23:02:11.312Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T23:02:11.336Z] $ docker exec --env ******** --env ******** 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent -k [2021-01-19T23:02:11.454Z] unset SSH_AUTH_SOCK; [2021-01-19T23:02:11.455Z] unset SSH_AGENT_PID; [2021-01-19T23:02:11.455Z] echo Agent pid 16 killed; [2021-01-19T23:02:11.500Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T23:02:11.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T23:02:11.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T23:02:11.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T23:02:11.922Z] $ docker exec 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent [2021-01-19T23:02:12.123Z] SSH_AUTH_SOCK=/tmp/ssh-TTlyQ2PJU5tn/agent.46 [2021-01-19T23:02:12.123Z] SSH_AGENT_PID=51 [2021-01-19T23:02:12.130Z] Running ssh-add (command line suppressed) [2021-01-19T23:02:12.256Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4077006477717942329.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4077006477717942329.key) [2021-01-19T23:02:12.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T23:02:12.649Z] + git semver init [2021-01-19T23:02:12.650Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T23:02:12.650Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git [2021-01-19T23:02:12.650Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T23:02:12.650Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T23:02:12.650Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T23:02:12.650Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T23:02:12.650Z] # $SEMVER_BRANCH = PR-83 [2021-01-19T23:02:12.650Z] # $SEMVER_TEMP = /tmp/semver-890181798 [2021-01-19T23:02:12.650Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-19T23:02:13.228Z] # '/tmp/semver-890181798' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' [2021-01-19T23:02:13.228Z] # -> Force: false [2021-01-19T23:02:13.228Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } [2021-01-19T23:02:13.242Z] $ docker exec --env ******** --env ******** 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 ssh-agent -k [2021-01-19T23:02:13.361Z] unset SSH_AUTH_SOCK; [2021-01-19T23:02:13.361Z] unset SSH_AGENT_PID; [2021-01-19T23:02:13.362Z] echo Agent pid 51 killed; [2021-01-19T23:02:13.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T23:02:13.968Z] + git semver [Pipeline] } [2021-01-19T23:02:14.018Z] $ docker stop --time=1 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 [2021-01-19T23:02:15.588Z] $ docker rm -f 542b22918d0d6c638c9685a54047c7931396d79af3f96227129411b520a62561 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T23:02:16.063Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T23:02:16.550Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T23:02:16.553Z] [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-19T23:02:32.055Z] Still waiting to schedule task [2021-01-19T23:02:32.055Z] ‘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-21376’ is offline; ‘prd-centos7-docker-4c-2g-21378’ is offline; ‘prd-centos7-docker-4c-2g-21384’ is offline; ‘prd-centos7-docker-4c-2g-21385’ 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-21379’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T23:02:32.057Z] Still waiting to schedule task [2021-01-19T23:02:32.057Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T23:05:54.564Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21389 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws [2021-01-19T23:05:54.645Z] Running in /w/workspace/go-mod-secrets/5 [Pipeline] { [Pipeline] checkout [2021-01-19T23:05:59.862Z] using credential edgex-jenkins-ssh [2021-01-19T23:05:59.928Z] Cloning the remote Git repository [2021-01-19T23:05:59.990Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T23:06:00.106Z] > git init /w/workspace/go-mod-secrets/5 # timeout=10 [2021-01-19T23:06:00.182Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T23:06:00.183Z] > git --version # timeout=10 [2021-01-19T23:06:00.210Z] > git --version # 'git version 2.17.1' [2021-01-19T23:06:00.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:06:00.303Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:06:01.270Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T23:06:01.290Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:06:01.318Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T23:06:01.364Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T23:06:01.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:06:01.378Z] > 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-19T23:06:02.984Z] Merging remotes/origin/master commit ad364f0045a1960e2713a9dd7876fce0e4e288a4 into PR head commit 8bacee14c5300ea505da9d7443952f644ba5fec7 [2021-01-19T23:06:03.357Z] Merge succeeded, producing 8bacee14c5300ea505da9d7443952f644ba5fec7 [2021-01-19T23:06:03.357Z] Checking out Revision 8bacee14c5300ea505da9d7443952f644ba5fec7 (PR-83) [2021-01-19T23:06:03.013Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:06:03.030Z] > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 [2021-01-19T23:06:03.167Z] > git remote # timeout=10 [2021-01-19T23:06:03.223Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T23:06:03.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:06:03.288Z] > git merge ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 [2021-01-19T23:06:03.322Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T23:06:03.373Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:06:03.403Z] > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 [2021-01-19T23:06:07.737Z] 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-19T23:06:09.267Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:06:09.694Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:06:10.047Z] + true [2021-01-19T23:06:10.047Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-19T23:06:12.431Z] ========================================================= [2021-01-19T23:06:12.431Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T23:06:12.431Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:06:12.837Z] + 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-01-19T23:06:13.825Z] Sending build context to Docker daemon 453.1kB [2021-01-19T23:06:13.825Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T23:06:13.825Z] Step 2/7 : FROM ${BASE} [2021-01-19T23:06:14.101Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T23:06:14.101Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T23:06:14.101Z] a4357932f1b6: Pulling fs layer [2021-01-19T23:06:14.101Z] 18c013af1878: Pulling fs layer [2021-01-19T23:06:14.101Z] 00ac8860ef70: Pulling fs layer [2021-01-19T23:06:14.101Z] 63d7cb157983: Pulling fs layer [2021-01-19T23:06:14.101Z] b116817d02f9: Pulling fs layer [2021-01-19T23:06:14.101Z] 745a02a5169b: Pulling fs layer [2021-01-19T23:06:14.101Z] 00ac8860ef70: Waiting [2021-01-19T23:06:14.101Z] 63d7cb157983: Waiting [2021-01-19T23:06:14.101Z] b116817d02f9: Waiting [2021-01-19T23:06:14.101Z] 745a02a5169b: Waiting [2021-01-19T23:06:14.375Z] 18c013af1878: Download complete [2021-01-19T23:06:14.375Z] a4357932f1b6: Download complete [2021-01-19T23:06:14.375Z] 63d7cb157983: Download complete [2021-01-19T23:06:14.375Z] b116817d02f9: Verifying Checksum [2021-01-19T23:06:14.375Z] b116817d02f9: Download complete [2021-01-19T23:06:14.652Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T23:06:14.652Z] 5f621e34cdf4: Download complete [2021-01-19T23:06:15.654Z] 5f621e34cdf4: Pull complete [2021-01-19T23:06:16.258Z] a4357932f1b6: Pull complete [2021-01-19T23:06:16.533Z] 18c013af1878: Pull complete [2021-01-19T23:06:17.133Z] 745a02a5169b: Verifying Checksum [2021-01-19T23:06:18.118Z] 00ac8860ef70: Verifying Checksum [2021-01-19T23:06:18.118Z] 00ac8860ef70: Download complete [2021-01-19T23:06:28.314Z] 00ac8860ef70: Pull complete [2021-01-19T23:06:28.594Z] 63d7cb157983: Pull complete [2021-01-19T23:06:29.193Z] b116817d02f9: Pull complete [2021-01-19T23:06:33.524Z] 745a02a5169b: Pull complete [2021-01-19T23:06:33.524Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T23:06:33.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T23:06:33.524Z] ---> b7e6874047d6 [2021-01-19T23:06:33.524Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T23:06:36.168Z] ---> Running in d8545a07d362 [2021-01-19T23:06:36.168Z] Removing intermediate container d8545a07d362 [2021-01-19T23:06:36.168Z] ---> 18cf3a868206 [2021-01-19T23:06:36.168Z] Step 4/7 : RUN apk add --update bash [2021-01-19T23:06:36.441Z] ---> Running in 05684c6e978c [2021-01-19T23:06:37.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:06:38.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:06:42.256Z] OK: 142 MiB in 39 packages [2021-01-19T23:06:42.851Z] Removing intermediate container 05684c6e978c [2021-01-19T23:06:42.851Z] ---> 8904e99fafb2 [2021-01-19T23:06:42.851Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T23:06:43.126Z] ---> Running in bc81efad61e3 [2021-01-19T23:06:43.723Z] Removing intermediate container bc81efad61e3 [2021-01-19T23:06:43.723Z] ---> d777b6dbdcac [2021-01-19T23:06:43.723Z] Step 6/7 : COPY go.mod . [2021-01-19T23:06:44.332Z] ---> f11118df8cfc [2021-01-19T23:06:44.332Z] Step 7/7 : RUN go mod download [2021-01-19T23:06:44.332Z] ---> Running in 7910048c90bf [2021-01-19T23:06:59.436Z] Removing intermediate container 7910048c90bf [2021-01-19T23:06:59.436Z] ---> c863910aae8f [2021-01-19T23:06:59.436Z] Successfully built c863910aae8f [2021-01-19T23:06:59.436Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:06:59.777Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T23:06:59.777Z] . [Pipeline] withDockerContainer [2021-01-19T23:07:00.009Z] prd-ubuntu18.04-docker-arm64-4c-16g-21389 does not seem to be running inside a container [2021-01-19T23:07:00.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T23:07:01.610Z] $ docker top 36f02f1f4383ec3c4c372128b74d1bdb1c8189788b53964eac3dc072f14080eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:07:02.670Z] + go version [2021-01-19T23:07:02.670Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T23:07:02.691Z] $ docker stop --time=1 36f02f1f4383ec3c4c372128b74d1bdb1c8189788b53964eac3dc072f14080eb [2021-01-19T23:07:04.629Z] $ docker rm -f 36f02f1f4383ec3c4c372128b74d1bdb1c8189788b53964eac3dc072f14080eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:07:05.591Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T23:07:05.592Z] . [Pipeline] withDockerContainer [2021-01-19T23:07:05.861Z] prd-ubuntu18.04-docker-arm64-4c-16g-21389 does not seem to be running inside a container [2021-01-19T23:07:05.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T23:07:07.481Z] $ docker top 91aa4586002234cef0357f8e0c0d2aef28eace2c7b0a022bcfb41d8b96ee150c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:07:08.523Z] + make test [2021-01-19T23:07:08.523Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T23:07:08.893Z] Running on prd-centos7-docker-4c-2g-21390 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws [2021-01-19T23:07:08.941Z] Running in /w/workspace/go-mod-secrets/5 [Pipeline] { [Pipeline] checkout [2021-01-19T23:07:11.273Z] using credential edgex-jenkins-ssh [2021-01-19T23:07:11.349Z] Cloning the remote Git repository [2021-01-19T23:07:11.375Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T23:07:11.448Z] > git init /w/workspace/go-mod-secrets/5 # timeout=10 [2021-01-19T23:07:11.518Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T23:07:11.518Z] > git --version # timeout=10 [2021-01-19T23:07:11.529Z] > git --version # 'git version 2.24.3' [2021-01-19T23:07:11.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:07:11.562Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:07:12.076Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T23:07:12.083Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:07:12.113Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T23:07:12.140Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T23:07:12.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:07:12.146Z] > 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-19T23:07:12.647Z] Merging remotes/origin/master commit ad364f0045a1960e2713a9dd7876fce0e4e288a4 into PR head commit 8bacee14c5300ea505da9d7443952f644ba5fec7 [2021-01-19T23:07:12.728Z] Merge succeeded, producing 8bacee14c5300ea505da9d7443952f644ba5fec7 [2021-01-19T23:07:12.728Z] Checking out Revision 8bacee14c5300ea505da9d7443952f644ba5fec7 (PR-83) [2021-01-19T23:07:12.656Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:07:12.661Z] > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 [2021-01-19T23:07:12.695Z] > git remote # timeout=10 [2021-01-19T23:07:12.699Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T23:07:12.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:07:12.710Z] > git merge ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 [2021-01-19T23:07:12.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T23:07:12.731Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:07:12.740Z] > git checkout -f 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 [2021-01-19T23:07:16.331Z] 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-19T23:07:17.645Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:07:17.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:07:18.292Z] + sudo service docker restart [2021-01-19T23:07:18.292Z] + true [2021-01-19T23:07:18.292Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-19T23:07:19.429Z] ========================================================= [2021-01-19T23:07:19.429Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T23:07:19.429Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:07:19.771Z] + 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-19T23:07:20.033Z] Sending build context to Docker daemon 454.1kB [2021-01-19T23:07:20.033Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T23:07:20.033Z] Step 2/7 : FROM ${BASE} [2021-01-19T23:07:20.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T23:07:20.296Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T23:07:20.296Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T23:07:20.296Z] de9db76c5a1d: Pulling fs layer [2021-01-19T23:07:20.296Z] bca2f99d35d6: Pulling fs layer [2021-01-19T23:07:20.296Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T23:07:20.296Z] 7c6f9722023f: Pulling fs layer [2021-01-19T23:07:20.296Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T23:07:20.296Z] 93359f2a8cfa: Waiting [2021-01-19T23:07:20.296Z] 7c6f9722023f: Waiting [2021-01-19T23:07:20.296Z] a35cf1a2eb13: Waiting [2021-01-19T23:07:20.296Z] bca2f99d35d6: Waiting [2021-01-19T23:07:20.296Z] de9db76c5a1d: Download complete [2021-01-19T23:07:20.296Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T23:07:20.296Z] 0ef7d3d256c8: Download complete [2021-01-19T23:07:20.296Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T23:07:20.296Z] 93359f2a8cfa: Download complete [2021-01-19T23:07:20.296Z] 7c6f9722023f: Verifying Checksum [2021-01-19T23:07:20.297Z] 7c6f9722023f: Download complete [2021-01-19T23:07:20.297Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T23:07:20.297Z] 188c0c94c7c5: Download complete [2021-01-19T23:07:20.564Z] 188c0c94c7c5: Pull complete [2021-01-19T23:07:20.829Z] 0ef7d3d256c8: Pull complete [2021-01-19T23:07:20.829Z] de9db76c5a1d: Pull complete [2021-01-19T23:07:21.786Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T23:07:21.786Z] a35cf1a2eb13: Download complete [2021-01-19T23:07:22.363Z] bca2f99d35d6: Verifying Checksum [2021-01-19T23:07:22.363Z] bca2f99d35d6: Download complete [2021-01-19T23:07:27.687Z] bca2f99d35d6: Pull complete [2021-01-19T23:07:27.687Z] 93359f2a8cfa: Pull complete [2021-01-19T23:07:27.687Z] 7c6f9722023f: Pull complete [2021-01-19T23:07:30.765Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-01-19T23:07:30.765Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-01-19T23:07:35.867Z] a35cf1a2eb13: Pull complete [2021-01-19T23:07:35.867Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T23:07:35.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T23:07:35.867Z] ---> a62c8e92a672 [2021-01-19T23:07:35.867Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T23:07:35.867Z] ---> Running in eae765a94668 [2021-01-19T23:07:35.867Z] Removing intermediate container eae765a94668 [2021-01-19T23:07:35.867Z] ---> e5c47b8ce844 [2021-01-19T23:07:35.867Z] Step 4/7 : RUN apk add --update bash [2021-01-19T23:07:35.867Z] ---> Running in 05da45da7564 [2021-01-19T23:07:36.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:07:37.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:07:38.045Z] OK: 166 MiB in 39 packages [2021-01-19T23:07:38.623Z] Removing intermediate container 05da45da7564 [2021-01-19T23:07:38.623Z] ---> f0209196ba25 [2021-01-19T23:07:38.623Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T23:07:38.623Z] ---> Running in efd55253a291 [2021-01-19T23:07:38.623Z] Removing intermediate container efd55253a291 [2021-01-19T23:07:38.623Z] ---> bfb92318793f [2021-01-19T23:07:38.623Z] Step 6/7 : COPY go.mod . [2021-01-19T23:07:38.890Z] ---> 4e9e34695fc4 [2021-01-19T23:07:38.890Z] Step 7/7 : RUN go mod download [2021-01-19T23:07:38.890Z] ---> Running in 24d77a525c1f [2021-01-19T23:07:39.052Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.025s coverage: 96.7% of statements [2021-01-19T23:07:39.052Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.028s coverage: 44.1% of statements [2021-01-19T23:07:39.052Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.012s coverage: 89.5% of statements [2021-01-19T23:07:39.052Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T23:07:39.052Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.014s coverage: 100.0% of statements [2021-01-19T23:07:39.052Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T23:07:39.052Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.034s coverage: 87.5% of statements [2021-01-19T23:07:49.195Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.025s coverage: 93.3% of statements [2021-01-19T23:07:49.195Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-01-19T23:07:49.195Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T23:07:51.219Z] Removing intermediate container 24d77a525c1f [2021-01-19T23:07:51.219Z] ---> b109b6eddc74 [2021-01-19T23:07:51.219Z] Successfully built b109b6eddc74 [2021-01-19T23:07:51.219Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:07:51.561Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T23:07:51.561Z] . [Pipeline] withDockerContainer [2021-01-19T23:07:51.672Z] prd-centos7-docker-4c-2g-21390 does not seem to be running inside a container [2021-01-19T23:07:51.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T23:07:52.422Z] $ docker top 3432945bec436f8ab8d806774acaa23898989cc6b8a4b165a6a12fa497086569 -eo pid,comm [Pipeline] { [2021-01-19T23:07:52.598Z] gofmt -l . [2021-01-19T23:07:52.598Z] [ "`gofmt -l .`" = "" ] [Pipeline] sh [Pipeline] } [2021-01-19T23:07:52.692Z] $ docker stop --time=1 91aa4586002234cef0357f8e0c0d2aef28eace2c7b0a022bcfb41d8b96ee150c [2021-01-19T23:07:52.892Z] + go version [2021-01-19T23:07:52.892Z] go version go1.15.5 linux/amd64 [2021-01-19T23:07:54.920Z] $ docker rm -f 91aa4586002234cef0357f8e0c0d2aef28eace2c7b0a022bcfb41d8b96ee150c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-01-19T23:07:55.461Z] $ docker stop --time=1 3432945bec436f8ab8d806774acaa23898989cc6b8a4b165a6a12fa497086569 [2021-01-19T23:07:55.718Z] + sudo chown -R jenkins:jenkins . [2021-01-19T23:07:56.817Z] $ docker rm -f 3432945bec436f8ab8d806774acaa23898989cc6b8a4b165a6a12fa497086569 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:07:57.617Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T23:07:57.617Z] . [Pipeline] withDockerContainer [2021-01-19T23:07:57.846Z] prd-centos7-docker-4c-2g-21390 does not seem to be running inside a container [2021-01-19T23:07:57.887Z] Stashed 1 file(s) [2021-01-19T23:07:57.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/5 -v /w/workspace/go-mod-secrets/5:/w/workspace/go-mod-secrets/5:rw,z -v /w/workspace/go-mod-secrets/5@tmp:/w/workspace/go-mod-secrets/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T23:07:58.628Z] $ docker top 1dfb0dd476bebfb97181b19688ba6f4a21af56635f35afefef5c62af67a1e17f -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-01-19T23:07:59.149Z] + make test [2021-01-19T23:07:59.149Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [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] } [2021-01-19T23:08:05.841Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-01-19T23:08:05.841Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-01-19T23:08:15.914Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.016s coverage: 96.7% of statements [2021-01-19T23:08:15.914Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.009s coverage: 44.1% of statements [2021-01-19T23:08:15.914Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.005s coverage: 89.5% of statements [2021-01-19T23:08:15.914Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T23:08:15.914Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.007s coverage: 100.0% of statements [2021-01-19T23:08:15.914Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T23:08:15.914Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 87.5% of statements [2021-01-19T23:08:22.532Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.011s coverage: 93.3% of statements [2021-01-19T23:08:22.532Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-01-19T23:08:22.795Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T23:08:23.754Z] gofmt -l . [2021-01-19T23:08:23.754Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T23:08:23.769Z] $ docker stop --time=1 1dfb0dd476bebfb97181b19688ba6f4a21af56635f35afefef5c62af67a1e17f [2021-01-19T23:08:25.809Z] $ docker rm -f 1dfb0dd476bebfb97181b19688ba6f4a21af56635f35afefef5c62af67a1e17f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T23:08:26.391Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T23:08:26.404Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T23:08:26.698Z] 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 [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-19T23:08:28.330Z] provisioning config files... [2021-01-19T23:08:28.345Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config2222988111295654808tmp [Pipeline] { [Pipeline] sh [2021-01-19T23:08:28.713Z] + set +x [2021-01-19T23:08:28.714Z] + curl -s https://codecov.io/bash [2021-01-19T23:08:28.714Z] + bash -s -- [2021-01-19T23:08:28.977Z] [2021-01-19T23:08:28.977Z] _____ _ [2021-01-19T23:08:28.977Z] / ____| | | [2021-01-19T23:08:28.977Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T23:08:28.977Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T23:08:28.977Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T23:08:28.977Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T23:08:28.977Z] Bash-20210115-cec3c92 [2021-01-19T23:08:28.977Z] [2021-01-19T23:08:28.977Z] [2021-01-19T23:08:28.977Z] ==> git version 2.24.3 found [2021-01-19T23:08:28.977Z] ==> 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-19T23:08:28.977Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T23:08:28.977Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T23:08:28.977Z] ==> Jenkins CI detected. [2021-01-19T23:08:28.977Z] project root: . [2021-01-19T23:08:28.977Z] --> token set from env [2021-01-19T23:08:28.977Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T23:08:28.977Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T23:08:28.977Z] ==> Python coveragepy not found [2021-01-19T23:08:28.977Z] ==> Searching for coverage reports in: [2021-01-19T23:08:28.977Z] + . [2021-01-19T23:08:28.977Z] -> Found 1 reports [2021-01-19T23:08:28.977Z] ==> Detecting git/mercurial file structure [2021-01-19T23:08:28.977Z] ==> Reading reports [2021-01-19T23:08:28.977Z] + ./coverage.out bytes=17226 [2021-01-19T23:08:28.977Z] ==> Appending adjustments [2021-01-19T23:08:28.977Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T23:08:29.240Z] + Found adjustments [2021-01-19T23:08:29.240Z] ==> Gzipping contents [2021-01-19T23:08:29.240Z] 4.0K /tmp/codecov.edG59m.gz [2021-01-19T23:08:29.240Z] ==> Uploading reports [2021-01-19T23:08:29.240Z] url: https://codecov.io [2021-01-19T23:08:29.240Z] query: branch=PR-83&commit=8bacee14c5300ea505da9d7443952f644ba5fec7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-19T23:08:29.240Z] -> Pinging Codecov [2021-01-19T23:08:29.240Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=8bacee14c5300ea505da9d7443952f644ba5fec7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-19T23:08:30.188Z] -> Uploading to [2021-01-19T23:08:30.188Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/8bacee14c5300ea505da9d7443952f644ba5fec7/8f687fb1-0b65-4e40-9f14-32e9cc6ecf3a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T230830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c72cccbaa2a4c625ecf6a1517c3fe6bf6ebb1dac6b8157b875e01e4aa65edffa [2021-01-19T23:08:30.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T23:08:30.188Z] Dload Upload Total Spent Left Speed [2021-01-19T23:08:30.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3700 0 0 100 3700 0 7159 --:--:-- --:--:-- --:--:-- 7170 [2021-01-19T23:08:30.769Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/8bacee14c5300ea505da9d7443952f644ba5fec7 [Pipeline] } [2021-01-19T23:08:30.779Z] 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-19T23:08:33.282Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:08:33.595Z] ---> package-listing.sh [2021-01-19T23:08:33.595Z] ++ facter osfamily [2021-01-19T23:08:33.595Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T23:08:33.595Z] + OS_FAMILY=redhat [2021-01-19T23:08:33.595Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T23:08:33.595Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T23:08:33.595Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T23:08:33.595Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T23:08:33.595Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T23:08:33.595Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' [2021-01-19T23:08:33.595Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T23:08:33.595Z] + case "${OS_FAMILY}" in [2021-01-19T23:08:33.595Z] + rpm -qa [2021-01-19T23:08:33.595Z] + sort [2021-01-19T23:08:38.911Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T23:08:38.911Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T23:08:38.911Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T23:08:38.911Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' [2021-01-19T23:08:38.911Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [2021-01-19T23:08:38.911Z] + 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-19T23:08:38.924Z] 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-19T23:08:39.214Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:08:39.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:08:39.520Z] [2021-01-19T23:08:39.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:08:39.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:08:39.875Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T23:08:39.875Z] df20fa9351a1: Pulling fs layer [2021-01-19T23:08:39.875Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T23:08:39.875Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T23:08:39.875Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T23:08:39.875Z] 93b61091891f: Pulling fs layer [2021-01-19T23:08:39.875Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T23:08:39.875Z] 5e14af77c1be: Pulling fs layer [2021-01-19T23:08:39.875Z] 01666e4c0597: Pulling fs layer [2021-01-19T23:08:39.875Z] aa168da1d23b: Pulling fs layer [2021-01-19T23:08:39.875Z] 93b9cdb0e59b: Waiting [2021-01-19T23:08:39.875Z] 5e14af77c1be: Waiting [2021-01-19T23:08:39.875Z] 01666e4c0597: Waiting [2021-01-19T23:08:39.875Z] 93b61091891f: Waiting [2021-01-19T23:08:39.875Z] aa168da1d23b: Waiting [2021-01-19T23:08:39.875Z] 46f8f816bc3b: Waiting [2021-01-19T23:08:39.875Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T23:08:39.875Z] 36b3adc4ff6f: Download complete [2021-01-19T23:08:39.875Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T23:08:39.875Z] 46f8f816bc3b: Download complete [2021-01-19T23:08:39.875Z] df20fa9351a1: Verifying Checksum [2021-01-19T23:08:39.875Z] df20fa9351a1: Download complete [2021-01-19T23:08:39.875Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T23:08:39.875Z] 93b9cdb0e59b: Download complete [2021-01-19T23:08:39.875Z] 5e14af77c1be: Verifying Checksum [2021-01-19T23:08:39.875Z] 5e14af77c1be: Download complete [2021-01-19T23:08:39.875Z] 93b61091891f: Verifying Checksum [2021-01-19T23:08:39.875Z] 93b61091891f: Download complete [2021-01-19T23:08:40.138Z] 01666e4c0597: Verifying Checksum [2021-01-19T23:08:40.138Z] 01666e4c0597: Download complete [2021-01-19T23:08:40.408Z] df20fa9351a1: Pull complete [2021-01-19T23:08:40.408Z] 8ad3a11d3b57: Download complete [2021-01-19T23:08:40.680Z] 36b3adc4ff6f: Pull complete [2021-01-19T23:08:41.653Z] 8ad3a11d3b57: Pull complete [2021-01-19T23:08:42.606Z] aa168da1d23b: Verifying Checksum [2021-01-19T23:08:42.606Z] aa168da1d23b: Download complete [2021-01-19T23:08:42.606Z] 46f8f816bc3b: Pull complete [2021-01-19T23:08:43.181Z] 93b61091891f: Pull complete [2021-01-19T23:08:43.181Z] 93b9cdb0e59b: Pull complete [2021-01-19T23:08:43.445Z] 5e14af77c1be: Pull complete [2021-01-19T23:08:43.445Z] 01666e4c0597: Pull complete [2021-01-19T23:08:51.641Z] aa168da1d23b: Pull complete [2021-01-19T23:08:51.641Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T23:08:51.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:08:51.641Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T23:08:51.849Z] prd-centos7-docker-4c-2g-21383 does not seem to be running inside a container [2021-01-19T23:08:51.902Z] $ 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-19T23:08:55.048Z] $ docker top 5e2538758d544904b97a078ded3079affe9f4688beee02e526e10fd1c424154b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:08:55.617Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T23:08:55.918Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T23:08:56.219Z] + ls /var/log/sa-host [2021-01-19T23:08:56.219Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T23:08:56.219Z] file_magic: OK [2021-01-19T23:08:56.219Z] HZ: Using current value: 100 [2021-01-19T23:08:56.219Z] file_header: OK [2021-01-19T23:08:56.219Z] 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-19T23:08:56.219Z] Statistics: [2021-01-19T23:08:56.219Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T23:08:56.219Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T23:08:56.219Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T23:08:56.219Z] file_magic: OK [2021-01-19T23:08:56.219Z] HZ: Using current value: 100 [2021-01-19T23:08:56.219Z] file_header: OK [2021-01-19T23:08:56.219Z] 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-19T23:08:56.219Z] Statistics: [2021-01-19T23:08:56.219Z] Hnuu...uuuununununu... [2021-01-19T23:08:56.219Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T23:08:56.413Z] provisioning config files... [2021-01-19T23:08:56.427Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config3378061125497327540tmp [Pipeline] { [Pipeline] echo [2021-01-19T23:08:56.509Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:08:56.805Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T23:08:56.814Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T23:08:56.898Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:08:57.194Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T23:08:57.205Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:08:57.513Z] ---> sudo-logs.sh [2021-01-19T23:08:57.514Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T23:08:57.525Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:08:57.820Z] ---> job-cost.sh [2021-01-19T23:08:57.820Z] lf-activate-venv: SKIPPING [2021-01-19T23:08:57.820Z] INFO: No Stack... [2021-01-19T23:08:58.774Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T23:08:59.348Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T23:08:59.361Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:08:59.658Z] ---> logs-deploy.sh [2021-01-19T23:08:59.658Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/5 [2021-01-19T23:08:59.658Z] INFO: archiving workspace using pattern(s): [2021-01-19T23:09:01.584Z] Archives upload complete. [2021-01-19T23:09:01.584Z] INFO: archiving logs to Nexus