Pull request #71 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-secrets Obtained Jenkinsfile from 5317c897c3b826b606443705c861a64b8f6efb3b+56512cd11a939a123a86bcf526f428629016a167 (85cbeb110c7a28edf2f3a6d14d13f7c849036aba) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15943 in /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [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-71 # 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/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 56512cd11a939a123a86bcf526f428629016a167 into PR head commit 5317c897c3b826b606443705c861a64b8f6efb3b Merge succeeded, producing 5317c897c3b826b606443705c861a64b8f6efb3b Checking out Revision 5317c897c3b826b606443705c861a64b8f6efb3b (PR-71) > git config core.sparsecheckout # timeout=10 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # 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 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 Commit message: "refactor: Fixup from PR review comments." > git rev-list --no-walk 62837fd31727f7254abcd7a7f991ae5bfca05bc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-14T17:56:47.034Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-14T17:56:47.300Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-14T17:56:47.401Z] ========================================================= [2020-12-14T17:56:47.401Z] EdgeX Global Pipelines Version Info [2020-12-14T17:56:47.401Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-14T17:56:48.982Z] ------------------- [2020-12-14T17:56:48.982Z] stable info: [2020-12-14T17:56:48.982Z] ------------------- [2020-12-14T17:56:48.982Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-14T17:56:48.982Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-14T17:56:48.982Z] Message: update stable to v1.0.172 [2020-12-14T17:56:49.929Z] ------------------- [2020-12-14T17:56:49.929Z] experimental info: [2020-12-14T17:56:49.929Z] ------------------- [2020-12-14T17:56:49.929Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-14T17:56:49.929Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-14T17:56:49.929Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-14T17:56:50.257Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-12-14T17:56:50.353Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-12-14T17:56:50.473Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-14T17:56:50.570Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-14T17:56:50.809Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-14T17:56:50.947Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-14T17:56:51.107Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-14T17:56:51.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-14T17:56:51.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-14T17:56:51.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-14T17:56:51.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-14T17:56:51.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-12-14T17:56:51.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-14T17:56:51.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-14T17:56:51.907Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T17:56:52.003Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T17:56:52.100Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T17:56:52.215Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-14T17:56:52.313Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-14T17:56:52.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-14T17:56:52.606Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-14T17:56:52.702Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-14T17:56:52.874Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-14T17:56:53.000Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-14T17:56:53.093Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-14T17:56:53.257Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-14T17:56:53.349Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-71 [Pipeline] echo [2020-12-14T17:56:53.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-71 [Pipeline] echo [2020-12-14T17:56:53.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-71 [Pipeline] echo [2020-12-14T17:56:53.653Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5317c897c3b826b606443705c861a64b8f6efb3b [Pipeline] echo [2020-12-14T17:56:53.781Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5317c89 [Pipeline] echo [2020-12-14T17:56:53.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T17:56:54.582Z] + git log --format=format:%s -1 5317c897c3b826b606443705c861a64b8f6efb3b [Pipeline] echo [2020-12-14T17:56:54.649Z] GIT_COMMIT: 5317c897c3b826b606443705c861a64b8f6efb3b, Commit Message: refactor: Fixup from PR review comments. [Pipeline] echo [2020-12-14T17:56:54.697Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-14T17:56:55.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T17:56:55.539Z] [2020-12-14T17:56:55.539Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T17:56:55.947Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T17:56:55.947Z] latest: Pulling from edgex-devops/git-semver [2020-12-14T17:56:55.947Z] 31603596830f: Pulling fs layer [2020-12-14T17:56:55.947Z] 2a8b12db71e7: Pulling fs layer [2020-12-14T17:56:55.947Z] 6ca5941a6612: Pulling fs layer [2020-12-14T17:56:55.947Z] ecc8261a40a4: Pulling fs layer [2020-12-14T17:56:55.947Z] ecc8261a40a4: Waiting [2020-12-14T17:56:55.947Z] 2a8b12db71e7: Verifying Checksum [2020-12-14T17:56:55.947Z] 2a8b12db71e7: Download complete [2020-12-14T17:56:56.210Z] 31603596830f: Verifying Checksum [2020-12-14T17:56:56.210Z] 31603596830f: Download complete [2020-12-14T17:56:56.210Z] ecc8261a40a4: Verifying Checksum [2020-12-14T17:56:56.210Z] ecc8261a40a4: Download complete [2020-12-14T17:56:56.481Z] 31603596830f: Pull complete [2020-12-14T17:56:56.481Z] 6ca5941a6612: Verifying Checksum [2020-12-14T17:56:56.481Z] 6ca5941a6612: Download complete [2020-12-14T17:56:56.747Z] 2a8b12db71e7: Pull complete [2020-12-14T17:56:57.704Z] 6ca5941a6612: Pull complete [2020-12-14T17:56:57.704Z] ecc8261a40a4: Pull complete [2020-12-14T17:56:57.704Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-14T17:56:57.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T17:56:57.704Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-14T17:56:57.816Z] prd-centos7-docker-4c-2g-15943 does not seem to be running inside a container [2020-12-14T17:56:57.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-71 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71:/w/workspace/dgexfoundry_go-mod-secrets_PR-71:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-14T17:56:59.757Z] $ docker top 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-14T17:57:00.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-14T17:57:00.099Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-14T17:57:00.340Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-14T17:57:00.346Z] $ docker exec 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent [2020-12-14T17:57:00.537Z] SSH_AUTH_SOCK=/tmp/ssh-Aszc6ftEHrq9/agent.12 [2020-12-14T17:57:00.537Z] SSH_AGENT_PID=18 [2020-12-14T17:57:00.562Z] Running ssh-add (command line suppressed) [2020-12-14T17:57:00.701Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_8226387433607879295.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_8226387433607879295.key) [2020-12-14T17:57:00.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-14T17:57:01.314Z] + git tag --points-at HEAD [Pipeline] } [2020-12-14T17:57:01.337Z] $ docker exec --env ******** --env ******** 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent -k [2020-12-14T17:57:01.472Z] unset SSH_AUTH_SOCK; [2020-12-14T17:57:01.473Z] unset SSH_AGENT_PID; [2020-12-14T17:57:01.473Z] echo Agent pid 18 killed; [2020-12-14T17:57:01.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-14T17:57:01.738Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-14T17:57:01.738Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-14T17:57:01.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-14T17:57:01.926Z] $ docker exec 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent [2020-12-14T17:57:02.087Z] SSH_AUTH_SOCK=/tmp/ssh-ARuOq2nmcowy/agent.46 [2020-12-14T17:57:02.087Z] SSH_AGENT_PID=52 [2020-12-14T17:57:02.094Z] Running ssh-add (command line suppressed) [2020-12-14T17:57:02.218Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_2281602740299697750.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_2281602740299697750.key) [2020-12-14T17:57:02.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-14T17:57:02.611Z] + git semver init [2020-12-14T17:57:02.611Z] # -> Open(): unable to determine branch for HEAD [2020-12-14T17:57:02.611Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-71/.git [2020-12-14T17:57:02.611Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [2020-12-14T17:57:02.611Z] # $SEMVER_REMOTE_NAME = origin [2020-12-14T17:57:02.611Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-14T17:57:02.611Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-14T17:57:02.611Z] # $SEMVER_BRANCH = PR-71 [2020-12-14T17:57:02.611Z] # $SEMVER_TEMP = /tmp/semver-972489608 [2020-12-14T17:57:02.611Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-12-14T17:57:05.172Z] # '/tmp/semver-972489608' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-71/.semver' [2020-12-14T17:57:05.172Z] # -> Force: false [2020-12-14T17:57:05.172Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-71/.semver [Pipeline] } [2020-12-14T17:57:05.188Z] $ docker exec --env ******** --env ******** 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent -k [2020-12-14T17:57:05.318Z] unset SSH_AUTH_SOCK; [2020-12-14T17:57:05.319Z] unset SSH_AGENT_PID; [2020-12-14T17:57:05.319Z] echo Agent pid 52 killed; [2020-12-14T17:57:05.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-14T17:57:05.909Z] + git semver [Pipeline] } [2020-12-14T17:57:05.930Z] $ docker stop --time=1 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 [2020-12-14T17:57:07.276Z] $ docker rm -f 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-14T17:57:07.746Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-14T17:57:08.136Z] Stashed 1 file(s) [Pipeline] echo [2020-12-14T17:57:08.139Z] [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 [2020-12-14T17:57:23.811Z] Still waiting to schedule task [2020-12-14T17:57:23.811Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-14T17:57:23.813Z] Still waiting to schedule task [2020-12-14T17:57:23.813Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-14T17:59:19.693Z] Running on prd-centos7-docker-4c-2g-15945 in /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [Pipeline] { [Pipeline] ws [2020-12-14T17:59:19.757Z] Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout [2020-12-14T17:59:21.999Z] using credential edgex-jenkins-ssh [2020-12-14T17:59:22.082Z] Cloning the remote Git repository [2020-12-14T17:59:22.107Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-14T17:59:22.184Z] > git init /w/workspace/go-mod-secrets/2 # timeout=10 [2020-12-14T17:59:22.242Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-14T17:59:22.242Z] > git --version # timeout=10 [2020-12-14T17:59:22.256Z] > git --version # 'git version 2.24.3' [2020-12-14T17:59:22.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T17:59:22.290Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T17:59:22.867Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-14T17:59:22.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T17:59:22.883Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-14T17:59:22.898Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-14T17:59:22.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T17:59:22.902Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-14T17:59:23.375Z] Merging remotes/origin/master commit 56512cd11a939a123a86bcf526f428629016a167 into PR head commit 5317c897c3b826b606443705c861a64b8f6efb3b [2020-12-14T17:59:23.452Z] Merge succeeded, producing 5317c897c3b826b606443705c861a64b8f6efb3b [2020-12-14T17:59:23.453Z] Checking out Revision 5317c897c3b826b606443705c861a64b8f6efb3b (PR-71) [2020-12-14T17:59:23.383Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T17:59:23.390Z] > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 [2020-12-14T17:59:23.426Z] > git remote # timeout=10 [2020-12-14T17:59:23.431Z] > git config --get remote.origin.url # timeout=10 [2020-12-14T17:59:23.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T17:59:23.438Z] > git merge 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 [2020-12-14T17:59:23.447Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-14T17:59:23.455Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T17:59:23.459Z] > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 [2020-12-14T17:59:27.104Z] Commit message: "refactor: Fixup from PR review comments." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T17:59:29.253Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-14T17:59:29.581Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-14T17:59:29.884Z] + sudo service docker restart [2020-12-14T17:59:29.884Z] + true [2020-12-14T17:59:29.884Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-14T17:59:31.457Z] ========================================================= [2020-12-14T17:59:31.457Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-14T17:59:31.457Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-14T17:59:31.820Z] + 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 . [2020-12-14T17:59:32.082Z] Sending build context to Docker daemon 495.6kB [2020-12-14T17:59:32.082Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-14T17:59:32.082Z] Step 2/7 : FROM ${BASE} [2020-12-14T17:59:32.344Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-14T17:59:32.344Z] 188c0c94c7c5: Pulling fs layer [2020-12-14T17:59:32.344Z] 0ef7d3d256c8: Pulling fs layer [2020-12-14T17:59:32.344Z] de9db76c5a1d: Pulling fs layer [2020-12-14T17:59:32.344Z] bca2f99d35d6: Pulling fs layer [2020-12-14T17:59:32.344Z] 93359f2a8cfa: Pulling fs layer [2020-12-14T17:59:32.344Z] 7c6f9722023f: Pulling fs layer [2020-12-14T17:59:32.344Z] a35cf1a2eb13: Pulling fs layer [2020-12-14T17:59:32.344Z] 93359f2a8cfa: Waiting [2020-12-14T17:59:32.344Z] 7c6f9722023f: Waiting [2020-12-14T17:59:32.344Z] a35cf1a2eb13: Waiting [2020-12-14T17:59:32.344Z] bca2f99d35d6: Waiting [2020-12-14T17:59:32.344Z] de9db76c5a1d: Verifying Checksum [2020-12-14T17:59:32.344Z] de9db76c5a1d: Download complete [2020-12-14T17:59:32.344Z] 0ef7d3d256c8: Verifying Checksum [2020-12-14T17:59:32.344Z] 0ef7d3d256c8: Download complete [2020-12-14T17:59:32.344Z] 93359f2a8cfa: Verifying Checksum [2020-12-14T17:59:32.344Z] 93359f2a8cfa: Download complete [2020-12-14T17:59:32.924Z] 188c0c94c7c5: Verifying Checksum [2020-12-14T17:59:32.924Z] 7c6f9722023f: Verifying Checksum [2020-12-14T17:59:32.924Z] 7c6f9722023f: Download complete [2020-12-14T17:59:33.190Z] 188c0c94c7c5: Pull complete [2020-12-14T17:59:33.190Z] 0ef7d3d256c8: Pull complete [2020-12-14T17:59:33.458Z] de9db76c5a1d: Pull complete [2020-12-14T17:59:34.855Z] a35cf1a2eb13: Verifying Checksum [2020-12-14T17:59:34.855Z] a35cf1a2eb13: Download complete [2020-12-14T17:59:34.983Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15944 in /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [Pipeline] { [Pipeline] ws [2020-12-14T17:59:35.039Z] Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout [2020-12-14T17:59:35.433Z] bca2f99d35d6: Verifying Checksum [2020-12-14T17:59:35.433Z] bca2f99d35d6: Download complete [2020-12-14T17:59:39.859Z] using credential edgex-jenkins-ssh [2020-12-14T17:59:39.922Z] Cloning the remote Git repository [2020-12-14T17:59:39.972Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-14T17:59:40.084Z] > git init /w/workspace/go-mod-secrets/2 # timeout=10 [2020-12-14T17:59:40.171Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-14T17:59:40.172Z] > git --version # timeout=10 [2020-12-14T17:59:40.200Z] > git --version # 'git version 2.17.1' [2020-12-14T17:59:40.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T17:59:40.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T17:59:41.065Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-14T17:59:41.085Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T17:59:41.115Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-12-14T17:59:41.165Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-12-14T17:59:41.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T17:59:41.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-14T17:59:41.857Z] Merging remotes/origin/master commit 56512cd11a939a123a86bcf526f428629016a167 into PR head commit 5317c897c3b826b606443705c861a64b8f6efb3b [2020-12-14T17:59:42.061Z] bca2f99d35d6: Pull complete [2020-12-14T17:59:42.061Z] 93359f2a8cfa: Pull complete [2020-12-14T17:59:42.061Z] 7c6f9722023f: Pull complete [2020-12-14T17:59:42.068Z] Merge succeeded, producing 5317c897c3b826b606443705c861a64b8f6efb3b [2020-12-14T17:59:42.068Z] Checking out Revision 5317c897c3b826b606443705c861a64b8f6efb3b (PR-71) [2020-12-14T17:59:41.862Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T17:59:41.874Z] > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 [2020-12-14T17:59:41.963Z] > git remote # timeout=10 [2020-12-14T17:59:41.983Z] > git config --get remote.origin.url # timeout=10 [2020-12-14T17:59:42.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T17:59:42.013Z] > git merge 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 [2020-12-14T17:59:42.035Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-14T17:59:42.062Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T17:59:42.075Z] > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 [2020-12-14T17:59:46.557Z] Commit message: "refactor: Fixup from PR review comments." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-14T17:59:47.388Z] a35cf1a2eb13: Pull complete [2020-12-14T17:59:47.389Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-14T17:59:47.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-14T17:59:47.389Z] ---> a62c8e92a672 [2020-12-14T17:59:47.389Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-14T17:59:47.389Z] ---> Running in 02429f7b6d6e [2020-12-14T17:59:47.389Z] Removing intermediate container 02429f7b6d6e [2020-12-14T17:59:47.389Z] ---> eb5f1343c31b [2020-12-14T17:59:47.389Z] Step 4/7 : RUN apk add --update bash [2020-12-14T17:59:47.389Z] ---> Running in 87e7024048d1 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T17:59:48.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-14T17:59:48.411Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-14T17:59:48.905Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-14T17:59:48.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-14T17:59:49.251Z] + sudo service docker restart [2020-12-14T17:59:49.251Z] + true [2020-12-14T17:59:49.572Z] OK: 166 MiB in 39 packages [2020-12-14T17:59:50.156Z] Removing intermediate container 87e7024048d1 [2020-12-14T17:59:50.156Z] ---> f8f54520e956 [2020-12-14T17:59:50.156Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-14T17:59:50.156Z] ---> Running in 5627e04b324d [2020-12-14T17:59:50.425Z] Removing intermediate container 5627e04b324d [2020-12-14T17:59:50.425Z] ---> 8ef7967dc020 [2020-12-14T17:59:50.425Z] Step 6/7 : COPY go.mod . [2020-12-14T17:59:50.687Z] ---> 1cb4af0e7ec3 [2020-12-14T17:59:50.687Z] Step 7/7 : RUN go mod download [2020-12-14T17:59:50.687Z] ---> Running in 2b05a9a50c90 [Pipeline] unstash [Pipeline] echo [2020-12-14T17:59:52.534Z] ========================================================= [2020-12-14T17:59:52.535Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-14T17:59:52.535Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-14T17:59:52.935Z] + 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 . [2020-12-14T17:59:53.922Z] Sending build context to Docker daemon 494.6kB [2020-12-14T17:59:53.922Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-14T17:59:53.922Z] Step 2/7 : FROM ${BASE} [2020-12-14T17:59:54.194Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-14T17:59:54.194Z] 5f621e34cdf4: Pulling fs layer [2020-12-14T17:59:54.194Z] a4357932f1b6: Pulling fs layer [2020-12-14T17:59:54.194Z] 18c013af1878: Pulling fs layer [2020-12-14T17:59:54.194Z] 00ac8860ef70: Pulling fs layer [2020-12-14T17:59:54.194Z] 63d7cb157983: Pulling fs layer [2020-12-14T17:59:54.194Z] b116817d02f9: Pulling fs layer [2020-12-14T17:59:54.194Z] 745a02a5169b: Pulling fs layer [2020-12-14T17:59:54.194Z] 00ac8860ef70: Waiting [2020-12-14T17:59:54.194Z] 63d7cb157983: Waiting [2020-12-14T17:59:54.194Z] 745a02a5169b: Waiting [2020-12-14T17:59:54.194Z] b116817d02f9: Waiting [2020-12-14T17:59:54.194Z] 18c013af1878: Verifying Checksum [2020-12-14T17:59:54.194Z] 18c013af1878: Download complete [2020-12-14T17:59:54.194Z] a4357932f1b6: Verifying Checksum [2020-12-14T17:59:54.194Z] a4357932f1b6: Download complete [2020-12-14T17:59:54.194Z] 63d7cb157983: Verifying Checksum [2020-12-14T17:59:54.194Z] 63d7cb157983: Download complete [2020-12-14T17:59:54.194Z] b116817d02f9: Verifying Checksum [2020-12-14T17:59:54.194Z] b116817d02f9: Download complete [2020-12-14T17:59:54.468Z] 5f621e34cdf4: Download complete [2020-12-14T17:59:55.079Z] 5f621e34cdf4: Pull complete [2020-12-14T17:59:55.704Z] a4357932f1b6: Pull complete [2020-12-14T17:59:55.979Z] 18c013af1878: Pull complete [2020-12-14T17:59:56.966Z] 745a02a5169b: Verifying Checksum [2020-12-14T17:59:56.966Z] 745a02a5169b: Download complete [2020-12-14T17:59:57.567Z] 00ac8860ef70: Verifying Checksum [2020-12-14T17:59:57.567Z] 00ac8860ef70: Download complete [2020-12-14T18:00:03.029Z] Removing intermediate container 2b05a9a50c90 [2020-12-14T18:00:03.029Z] ---> 3d3ce5dcaa26 [2020-12-14T18:00:03.029Z] Successfully built 3d3ce5dcaa26 [2020-12-14T18:00:03.029Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T18:00:03.363Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-14T18:00:03.363Z] . [Pipeline] withDockerContainer [2020-12-14T18:00:03.473Z] prd-centos7-docker-4c-2g-15945 does not seem to be running inside a container [2020-12-14T18:00:03.525Z] $ 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 [2020-12-14T18:00:04.282Z] $ docker top 204ad0cb31b1158c2e25da6bc8d65daa0ece40c2f960aea736a65079bcf08b44 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T18:00:04.803Z] + go version [2020-12-14T18:00:04.803Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-14T18:00:04.818Z] $ docker stop --time=1 204ad0cb31b1158c2e25da6bc8d65daa0ece40c2f960aea736a65079bcf08b44 [2020-12-14T18:00:06.159Z] $ docker rm -f 204ad0cb31b1158c2e25da6bc8d65daa0ece40c2f960aea736a65079bcf08b44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-14T18:00:07.061Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-14T18:00:07.061Z] . [Pipeline] withDockerContainer [2020-12-14T18:00:07.152Z] prd-centos7-docker-4c-2g-15945 does not seem to be running inside a container [2020-12-14T18:00:07.207Z] $ 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 [2020-12-14T18:00:07.884Z] $ docker top 8b905b0dffe7e1eada9ce08de111f3014b8b71ff0c0d06e2a7dcc406923b3dce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T18:00:08.468Z] + make test [2020-12-14T18:00:08.468Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-14T18:00:09.995Z] 00ac8860ef70: Pull complete [2020-12-14T18:00:09.995Z] 63d7cb157983: Pull complete [2020-12-14T18:00:09.995Z] b116817d02f9: Pull complete [2020-12-14T18:00:12.652Z] 745a02a5169b: Pull complete [2020-12-14T18:00:12.652Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-14T18:00:12.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-14T18:00:12.652Z] ---> b7e6874047d6 [2020-12-14T18:00:12.652Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-14T18:00:15.203Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-12-14T18:00:15.204Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-12-14T18:00:15.268Z] ---> Running in d4ac725993bb [2020-12-14T18:00:15.542Z] Removing intermediate container d4ac725993bb [2020-12-14T18:00:15.542Z] ---> 50d196183ae4 [2020-12-14T18:00:15.542Z] Step 4/7 : RUN apk add --update bash [2020-12-14T18:00:15.816Z] ---> Running in 2204540c355a [2020-12-14T18:00:16.178Z] # github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks.test] [2020-12-14T18:00:16.178Z] pkg/token/authtokenloader/mocks/mock_test.go:22:2: AuthTokenLoader redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" [2020-12-14T18:00:16.178Z] previous declaration at pkg/token/authtokenloader/mocks/AuthTokenLoader.go:8 [2020-12-14T18:00:16.178Z] pkg/token/authtokenloader/mocks/mock_test.go:22:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" [2020-12-14T18:00:16.178Z] pkg/token/authtokenloader/mocks/mock_test.go:29:6: cannot use &MockAuthTokenLoader literal (type *MockAuthTokenLoader) as type AuthTokenLoader in assignment [2020-12-14T18:00:16.450Z] # github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks.test] [2020-12-14T18:00:16.450Z] pkg/token/fileioperformer/mocks/mock_test.go:23:2: FileIoPerformer redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" [2020-12-14T18:00:16.450Z] previous declaration at pkg/token/fileioperformer/mocks/FileIoPerformer.go:13 [2020-12-14T18:00:16.450Z] pkg/token/fileioperformer/mocks/mock_test.go:23:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" [2020-12-14T18:00:16.450Z] pkg/token/fileioperformer/mocks/mock_test.go:30:6: cannot use &MockFileIoPerformer literal (type *MockFileIoPerformer) as type FileIoPerformer in assignment [2020-12-14T18:00:17.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-14T18:00:17.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-14T18:00:19.299Z] OK: 142 MiB in 39 packages [2020-12-14T18:00:20.744Z] Removing intermediate container 2204540c355a [2020-12-14T18:00:20.744Z] ---> 2735e476f5f9 [2020-12-14T18:00:20.744Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-14T18:00:20.744Z] ---> Running in b516d4ebe053 [2020-12-14T18:00:21.018Z] Removing intermediate container b516d4ebe053 [2020-12-14T18:00:21.018Z] ---> 9e297e3cc563 [2020-12-14T18:00:21.018Z] Step 6/7 : COPY go.mod . [2020-12-14T18:00:22.000Z] ---> d5046bf0eaf6 [2020-12-14T18:00:22.000Z] Step 7/7 : RUN go mod download [2020-12-14T18:00:22.000Z] ---> Running in 01187392c46f [2020-12-14T18:00:26.498Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.018s coverage: 96.7% of statements [2020-12-14T18:00:26.498Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.018s coverage: 44.1% of statements [2020-12-14T18:00:26.498Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.008s coverage: 89.5% of statements [2020-12-14T18:00:26.498Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [build failed] [2020-12-14T18:00:26.498Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.018s coverage: 100.0% of statements [2020-12-14T18:00:26.498Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [build failed] [2020-12-14T18:00:26.498Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.028s coverage: 87.5% of statements [2020-12-14T18:00:33.106Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.010s coverage: 93.3% of statements [2020-12-14T18:00:33.106Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2020-12-14T18:00:33.106Z] FAIL [2020-12-14T18:00:33.106Z] make: *** [Makefile:12: test] Error 2 [Pipeline] } [2020-12-14T18:00:33.126Z] $ docker stop --time=1 8b905b0dffe7e1eada9ce08de111f3014b8b71ff0c0d06e2a7dcc406923b3dce [2020-12-14T18:00:35.267Z] $ docker rm -f 8b905b0dffe7e1eada9ce08de111f3014b8b71ff0c0d06e2a7dcc406923b3dce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-14T18:00:37.255Z] Failed in branch amd64 [2020-12-14T18:00:40.307Z] Removing intermediate container 01187392c46f [2020-12-14T18:00:40.307Z] ---> 047063c18a9e [2020-12-14T18:00:40.307Z] Successfully built 047063c18a9e [2020-12-14T18:00:40.307Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T18:00:40.649Z] + docker inspect -f . ci-base-image-arm64 [2020-12-14T18:00:40.649Z] . [Pipeline] withDockerContainer [2020-12-14T18:00:40.895Z] prd-ubuntu18.04-docker-arm64-4c-16g-15944 does not seem to be running inside a container [2020-12-14T18:00:40.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-arm64 cat [2020-12-14T18:00:42.442Z] $ docker top be46ee73e1bd8afd046c5a1b450f45044319464826dbcc1f88df5ed43ce0fd1b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T18:00:43.450Z] + go version [2020-12-14T18:00:43.450Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-14T18:00:43.470Z] $ docker stop --time=1 be46ee73e1bd8afd046c5a1b450f45044319464826dbcc1f88df5ed43ce0fd1b [2020-12-14T18:00:45.377Z] $ docker rm -f be46ee73e1bd8afd046c5a1b450f45044319464826dbcc1f88df5ed43ce0fd1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-14T18:00:46.467Z] + docker inspect -f . ci-base-image-arm64 [2020-12-14T18:00:46.467Z] . [Pipeline] withDockerContainer [2020-12-14T18:00:46.693Z] prd-ubuntu18.04-docker-arm64-4c-16g-15944 does not seem to be running inside a container [2020-12-14T18:00:46.774Z] $ 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 [2020-12-14T18:00:48.241Z] $ docker top 7b8598bf538f1f2b382cb743e3a7f85796d0815efba66e81436646a40f9a85e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T18:00:49.275Z] + make test [2020-12-14T18:00:49.275Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-14T18:01:11.524Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-12-14T18:01:11.524Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-12-14T18:01:11.524Z] # github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks.test] [2020-12-14T18:01:11.524Z] pkg/token/authtokenloader/mocks/mock_test.go:22:2: AuthTokenLoader redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" [2020-12-14T18:01:11.524Z] previous declaration at pkg/token/authtokenloader/mocks/AuthTokenLoader.go:8 [2020-12-14T18:01:11.524Z] pkg/token/authtokenloader/mocks/mock_test.go:22:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" [2020-12-14T18:01:11.524Z] pkg/token/authtokenloader/mocks/mock_test.go:29:6: cannot use &MockAuthTokenLoader literal (type *MockAuthTokenLoader) as type AuthTokenLoader in assignment [2020-12-14T18:01:11.800Z] # github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks.test] [2020-12-14T18:01:11.800Z] pkg/token/fileioperformer/mocks/mock_test.go:23:2: FileIoPerformer redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" [2020-12-14T18:01:11.800Z] previous declaration at pkg/token/fileioperformer/mocks/FileIoPerformer.go:13 [2020-12-14T18:01:11.801Z] pkg/token/fileioperformer/mocks/mock_test.go:23:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" [2020-12-14T18:01:11.801Z] pkg/token/fileioperformer/mocks/mock_test.go:30:6: cannot use &MockFileIoPerformer literal (type *MockFileIoPerformer) as type FileIoPerformer in assignment [2020-12-14T18:01:20.112Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.021s coverage: 96.7% of statements [2020-12-14T18:01:20.112Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.048s coverage: 44.1% of statements [2020-12-14T18:01:20.112Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.020s coverage: 89.5% of statements [2020-12-14T18:01:20.112Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [build failed] [2020-12-14T18:01:20.112Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.028s coverage: 100.0% of statements [2020-12-14T18:01:20.112Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [build failed] [2020-12-14T18:01:20.112Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.052s coverage: 87.5% of statements [2020-12-14T18:01:30.249Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.022s coverage: 93.3% of statements [2020-12-14T18:01:30.249Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2020-12-14T18:01:30.249Z] FAIL [2020-12-14T18:01:30.249Z] make: *** [Makefile:12: test] Error 2 [Pipeline] } [2020-12-14T18:01:30.272Z] $ docker stop --time=1 7b8598bf538f1f2b382cb743e3a7f85796d0815efba66e81436646a40f9a85e9 [2020-12-14T18:01:32.300Z] $ docker rm -f 7b8598bf538f1f2b382cb743e3a7f85796d0815efba66e81436646a40f9a85e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-14T18:01:34.237Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:01:37.211Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:01:37.794Z] ---> package-listing.sh [2020-12-14T18:01:37.795Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-14T18:01:37.795Z] ++ facter osfamily [2020-12-14T18:01:37.795Z] + OS_FAMILY=redhat [2020-12-14T18:01:37.795Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-71 [2020-12-14T18:01:37.795Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-14T18:01:37.795Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-14T18:01:37.795Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-14T18:01:37.795Z] + PACKAGES=/tmp/packages_start.txt [2020-12-14T18:01:37.795Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-71 ']' [2020-12-14T18:01:37.795Z] + PACKAGES=/tmp/packages_end.txt [2020-12-14T18:01:37.795Z] + case "${OS_FAMILY}" in [2020-12-14T18:01:37.795Z] + rpm -qa [2020-12-14T18:01:37.795Z] + sort [2020-12-14T18:01:43.121Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-14T18:01:43.121Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-14T18:01:43.121Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-14T18:01:43.121Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-71 ']' [2020-12-14T18:01:43.121Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-71/archives/ [2020-12-14T18:01:43.121Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-71/archives/ [Pipeline] echo [2020-12-14T18:01:43.136Z] 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-71/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-14T18:01:43.431Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-14T18:01:43.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-14T18:01:43.740Z] [2020-12-14T18:01:43.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-14T18:01:44.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-14T18:01:44.096Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-14T18:01:44.096Z] df20fa9351a1: Pulling fs layer [2020-12-14T18:01:44.096Z] 36b3adc4ff6f: Pulling fs layer [2020-12-14T18:01:44.096Z] 8ad3a11d3b57: Pulling fs layer [2020-12-14T18:01:44.096Z] 46f8f816bc3b: Pulling fs layer [2020-12-14T18:01:44.096Z] 93b61091891f: Pulling fs layer [2020-12-14T18:01:44.096Z] 93b9cdb0e59b: Pulling fs layer [2020-12-14T18:01:44.096Z] 5e14af77c1be: Pulling fs layer [2020-12-14T18:01:44.096Z] 01666e4c0597: Pulling fs layer [2020-12-14T18:01:44.096Z] aa168da1d23b: Pulling fs layer [2020-12-14T18:01:44.096Z] 46f8f816bc3b: Waiting [2020-12-14T18:01:44.096Z] 93b61091891f: Waiting [2020-12-14T18:01:44.096Z] 93b9cdb0e59b: Waiting [2020-12-14T18:01:44.096Z] 5e14af77c1be: Waiting [2020-12-14T18:01:44.096Z] 01666e4c0597: Waiting [2020-12-14T18:01:44.096Z] aa168da1d23b: Waiting [2020-12-14T18:01:44.096Z] 36b3adc4ff6f: Download complete [2020-12-14T18:01:44.096Z] 46f8f816bc3b: Verifying Checksum [2020-12-14T18:01:44.096Z] 46f8f816bc3b: Download complete [2020-12-14T18:01:44.361Z] 93b61091891f: Verifying Checksum [2020-12-14T18:01:44.361Z] 93b61091891f: Download complete [2020-12-14T18:01:44.361Z] 93b9cdb0e59b: Verifying Checksum [2020-12-14T18:01:44.361Z] 93b9cdb0e59b: Download complete [2020-12-14T18:01:44.361Z] df20fa9351a1: Download complete [2020-12-14T18:01:44.361Z] 5e14af77c1be: Verifying Checksum [2020-12-14T18:01:44.361Z] 5e14af77c1be: Download complete [2020-12-14T18:01:44.361Z] 01666e4c0597: Verifying Checksum [2020-12-14T18:01:44.361Z] 01666e4c0597: Download complete [2020-12-14T18:01:44.623Z] df20fa9351a1: Pull complete [2020-12-14T18:01:44.888Z] 36b3adc4ff6f: Pull complete [2020-12-14T18:01:44.888Z] 8ad3a11d3b57: Verifying Checksum [2020-12-14T18:01:44.888Z] 8ad3a11d3b57: Download complete [2020-12-14T18:01:45.847Z] 8ad3a11d3b57: Pull complete [2020-12-14T18:01:45.847Z] 46f8f816bc3b: Pull complete [2020-12-14T18:01:46.114Z] 93b61091891f: Pull complete [2020-12-14T18:01:46.114Z] 93b9cdb0e59b: Pull complete [2020-12-14T18:01:46.704Z] 5e14af77c1be: Pull complete [2020-12-14T18:01:47.293Z] aa168da1d23b: Verifying Checksum [2020-12-14T18:01:47.293Z] aa168da1d23b: Download complete [2020-12-14T18:01:47.293Z] 01666e4c0597: Pull complete [2020-12-14T18:01:55.490Z] aa168da1d23b: Pull complete [2020-12-14T18:01:55.490Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-14T18:01:55.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-14T18:01:55.490Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-14T18:01:55.652Z] prd-centos7-docker-4c-2g-15943 does not seem to be running inside a container [2020-12-14T18:01:55.706Z] $ 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-71/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-71 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71:/w/workspace/dgexfoundry_go-mod-secrets_PR-71:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-14T18:01:58.831Z] $ docker top 59c15225bfa40f80de1d7b263c8f4ff3609d77e765abe3fead47204bfbba42dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T18:01:59.427Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-14T18:01:59.732Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-14T18:02:00.033Z] + ls /var/log/sa-host [2020-12-14T18:02:00.033Z] + sadf -c /var/log/sa-host/sa14 [2020-12-14T18:02:00.033Z] file_magic: OK [2020-12-14T18:02:00.033Z] HZ: Using current value: 100 [2020-12-14T18:02:00.033Z] file_header: OK [2020-12-14T18:02:00.033Z] 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 [2020-12-14T18:02:00.033Z] Statistics: [2020-12-14T18:02:00.033Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-14T18:02:00.033Z] File successfully converted to sysstat format version 12.2.1 [2020-12-14T18:02:00.033Z] + sadf -c /var/log/sa-host/sa23 [2020-12-14T18:02:00.033Z] file_magic: OK [2020-12-14T18:02:00.033Z] HZ: Using current value: 100 [2020-12-14T18:02:00.033Z] file_header: OK [2020-12-14T18:02:00.033Z] 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 [2020-12-14T18:02:00.033Z] Statistics: [2020-12-14T18:02:00.033Z] Hnuu...uuuununununu... [2020-12-14T18:02:00.033Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-14T18:02:00.276Z] provisioning config files... [2020-12-14T18:02:00.306Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/config3735279722988416394tmp [Pipeline] { [Pipeline] echo [2020-12-14T18:02:00.393Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:02:00.696Z] ---> create-netrc.sh [Pipeline] } [2020-12-14T18:02:00.719Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-14T18:02:00.834Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:02:01.208Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-14T18:02:01.240Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:02:01.538Z] ---> sudo-logs.sh [2020-12-14T18:02:01.538Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-14T18:02:01.552Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:02:02.043Z] ---> job-cost.sh [2020-12-14T18:02:02.043Z] lf-activate-venv: SKIPPING [2020-12-14T18:02:02.043Z] INFO: No Stack... [2020-12-14T18:02:03.440Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-14T18:02:04.024Z] INFO: Archiving Costs [Pipeline] echo [2020-12-14T18:02:04.041Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-14T18:02:04.341Z] ---> logs-deploy.sh [2020-12-14T18:02:04.341Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-71/2 [2020-12-14T18:02:04.341Z] INFO: archiving workspace using pattern(s): [2020-12-14T18:02:06.266Z] Archives upload complete. [2020-12-14T18:02:06.266Z] INFO: archiving logs to Nexus