Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dc7dc9ad4b66a91442feb66bb82703c830c737fc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31779’ is offline; ‘prd-centos7-docker-4c-2g-31780’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31784 in /w/workspace/gexfoundry_go-mod-secrets_master [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/gexfoundry_go-mod-secrets_master # timeout=10 Checking out Revision dc7dc9ad4b66a91442feb66bb82703c830c737fc (master) 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc7dc9ad4b66a91442feb66bb82703c830c737fc # timeout=10 Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" > git rev-list --no-walk bc77a8b25783a45069613b091815f36dba68cb36 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T18:19:52.940Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T18:19:53.183Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T18:19:53.274Z] ========================================================= [2021-03-29T18:19:53.274Z] EdgeX Global Pipelines Version Info [2021-03-29T18:19:53.274Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:19:54.741Z] ------------------- [2021-03-29T18:19:54.741Z] stable info: [2021-03-29T18:19:54.741Z] ------------------- [2021-03-29T18:19:54.741Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T18:19:54.741Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T18:19:54.741Z] Message: update stable to v1.0.186 [2021-03-29T18:19:55.697Z] ------------------- [2021-03-29T18:19:55.697Z] experimental info: [2021-03-29T18:19:55.697Z] ------------------- [2021-03-29T18:19:55.697Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T18:19:55.697Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T18:19:55.697Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T18:19:55.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-03-29T18:19:56.020Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-03-29T18:19:56.101Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T18:19:56.195Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T18:19:56.277Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T18:19:56.366Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T18:19:56.448Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T18:19:56.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T18:19:56.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-29T18:19:56.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T18:19:56.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T18:19:56.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-03-29T18:19:56.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T18:19:57.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T18:19:57.162Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:19:57.242Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:19:57.328Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:19:57.456Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:19:57.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T18:19:57.617Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-29T18:19:57.699Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-29T18:19:57.817Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-29T18:19:57.896Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-29T18:19:57.979Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-29T18:19:58.136Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-29T18:19:58.221Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T18:19:58.313Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-29T18:19:58.422Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-29T18:19:58.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-29T18:19:58.586Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc7dc9ad4b66a91442feb66bb82703c830c737fc [Pipeline] echo [2021-03-29T18:19:58.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc7dc9a [Pipeline] echo [2021-03-29T18:19:58.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:19:59.391Z] + git log --format=format:%s -1 dc7dc9ad4b66a91442feb66bb82703c830c737fc [Pipeline] echo [2021-03-29T18:19:59.467Z] GIT_COMMIT: dc7dc9ad4b66a91442feb66bb82703c830c737fc, Commit Message: Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61 [Pipeline] echo [2021-03-29T18:19:59.551Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:20:00.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:20:00.494Z] [2021-03-29T18:20:00.494Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:20:00.861Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:20:00.861Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T18:20:00.861Z] 31603596830f: Pulling fs layer [2021-03-29T18:20:00.861Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T18:20:00.861Z] 6ca5941a6612: Pulling fs layer [2021-03-29T18:20:00.861Z] ecc8261a40a4: Pulling fs layer [2021-03-29T18:20:00.861Z] ecc8261a40a4: Waiting [2021-03-29T18:20:00.861Z] 2a8b12db71e7: Download complete [2021-03-29T18:20:00.861Z] 31603596830f: Verifying Checksum [2021-03-29T18:20:00.861Z] 31603596830f: Download complete [2021-03-29T18:20:01.134Z] ecc8261a40a4: Verifying Checksum [2021-03-29T18:20:01.134Z] ecc8261a40a4: Download complete [2021-03-29T18:20:01.134Z] 6ca5941a6612: Verifying Checksum [2021-03-29T18:20:01.134Z] 6ca5941a6612: Download complete [2021-03-29T18:20:01.398Z] 31603596830f: Pull complete [2021-03-29T18:20:01.398Z] 2a8b12db71e7: Pull complete [2021-03-29T18:20:02.386Z] 6ca5941a6612: Pull complete [2021-03-29T18:20:02.649Z] ecc8261a40a4: Pull complete [2021-03-29T18:20:02.649Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T18:20:02.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:20:02.649Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T18:20:02.779Z] prd-centos7-docker-4c-2g-31784 does not seem to be running inside a container [2021-03-29T18:20:02.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T18:20:05.140Z] $ docker top 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T18:20:05.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:20:05.438Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:20:05.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:20:05.699Z] $ docker exec 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent [2021-03-29T18:20:05.873Z] SSH_AUTH_SOCK=/tmp/ssh-XxgzCTKVxf2D/agent.11 [2021-03-29T18:20:05.874Z] SSH_AGENT_PID=16 [2021-03-29T18:20:05.888Z] Running ssh-add (command line suppressed) [2021-03-29T18:20:06.041Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2611778416379137438.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2611778416379137438.key) [2021-03-29T18:20:06.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:20:06.431Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T18:20:06.453Z] $ docker exec --env ******** --env ******** 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent -k [2021-03-29T18:20:06.609Z] unset SSH_AUTH_SOCK; [2021-03-29T18:20:06.609Z] unset SSH_AGENT_PID; [2021-03-29T18:20:06.610Z] echo Agent pid 16 killed; [2021-03-29T18:20:06.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T18:20:06.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:20:06.870Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:20:07.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:20:07.085Z] $ docker exec 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent [2021-03-29T18:20:07.265Z] SSH_AUTH_SOCK=/tmp/ssh-lIW5pa6v27wm/agent.44 [2021-03-29T18:20:07.265Z] SSH_AGENT_PID=49 [2021-03-29T18:20:07.273Z] Running ssh-add (command line suppressed) [2021-03-29T18:20:07.416Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_696826749888295101.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_696826749888295101.key) [2021-03-29T18:20:07.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:20:07.824Z] + git semver init [2021-03-29T18:20:07.824Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T18:20:07.824Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-29T18:20:07.824Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T18:20:07.824Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T18:20:07.824Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T18:20:07.824Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T18:20:07.824Z] # $SEMVER_BRANCH = master [2021-03-29T18:20:07.824Z] # $SEMVER_TEMP = /tmp/semver-249716042 [2021-03-29T18:20:07.824Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-03-29T18:20:08.400Z] # '/tmp/semver-249716042' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-03-29T18:20:08.400Z] # -> Force: false [2021-03-29T18:20:08.400Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-29T18:20:08.414Z] $ docker exec --env ******** --env ******** 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent -k [2021-03-29T18:20:08.543Z] unset SSH_AUTH_SOCK; [2021-03-29T18:20:08.543Z] unset SSH_AGENT_PID; [2021-03-29T18:20:08.543Z] echo Agent pid 49 killed; [2021-03-29T18:20:08.597Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:20:09.051Z] + git semver [Pipeline] } [2021-03-29T18:20:09.071Z] $ docker stop --time=1 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 [2021-03-29T18:20:10.472Z] $ docker rm -f 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:20:10.958Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T18:20:11.667Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T18:20:11.669Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-29T18:20:27.164Z] Still waiting to schedule task [2021-03-29T18:20:27.164Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-29T18:20:27.167Z] Still waiting to schedule task [2021-03-29T18:20:27.167Z] ‘prd-centos7-docker-4c-2g-31780’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-31783’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31785’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31786’ is offline [2021-03-29T18:21:49.515Z] Running on prd-centos7-docker-4c-2g-31793 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-29T18:21:49.571Z] Running in /w/workspace/go-mod-secrets/34 [Pipeline] { [Pipeline] checkout [2021-03-29T18:21:52.119Z] using credential edgex-jenkins-ssh [2021-03-29T18:21:52.166Z] Cloning the remote Git repository [2021-03-29T18:21:52.194Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T18:21:52.263Z] > git init /w/workspace/go-mod-secrets/34 # timeout=10 [2021-03-29T18:21:52.328Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T18:21:52.328Z] > git --version # timeout=10 [2021-03-29T18:21:52.336Z] > git --version # 'git version 2.24.3' [2021-03-29T18:21:52.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:21:52.381Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:21:52.948Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T18:21:52.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:21:52.967Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T18:21:52.997Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T18:21:52.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:21:53.002Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T18:21:53.353Z] Checking out Revision dc7dc9ad4b66a91442feb66bb82703c830c737fc (master) [2021-03-29T18:21:53.359Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:21:53.364Z] > git checkout -f dc7dc9ad4b66a91442feb66bb82703c830c737fc # timeout=10 [2021-03-29T18:21:57.148Z] Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:21:58.292Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:21:58.650Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:21:58.974Z] + sudo service docker restart [2021-03-29T18:21:58.974Z] + true [2021-03-29T18:21:58.974Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-29T18:22:00.131Z] ========================================================= [2021-03-29T18:22:00.131Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T18:22:00.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:22:00.587Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T18:22:01.173Z] Sending build context to Docker daemon 583.7kB [2021-03-29T18:22:01.173Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-29T18:22:01.173Z] Step 2/7 : FROM ${BASE} [2021-03-29T18:22:01.173Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T18:22:01.173Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T18:22:01.173Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T18:22:01.173Z] de9db76c5a1d: Pulling fs layer [2021-03-29T18:22:01.173Z] bca2f99d35d6: Pulling fs layer [2021-03-29T18:22:01.173Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T18:22:01.173Z] 7c6f9722023f: Pulling fs layer [2021-03-29T18:22:01.173Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T18:22:01.173Z] 93359f2a8cfa: Waiting [2021-03-29T18:22:01.173Z] a35cf1a2eb13: Waiting [2021-03-29T18:22:01.173Z] 7c6f9722023f: Waiting [2021-03-29T18:22:01.173Z] bca2f99d35d6: Waiting [2021-03-29T18:22:01.173Z] de9db76c5a1d: Verifying Checksum [2021-03-29T18:22:01.173Z] de9db76c5a1d: Download complete [2021-03-29T18:22:01.173Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T18:22:01.173Z] 0ef7d3d256c8: Download complete [2021-03-29T18:22:01.173Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T18:22:01.173Z] 93359f2a8cfa: Download complete [2021-03-29T18:22:01.173Z] 7c6f9722023f: Verifying Checksum [2021-03-29T18:22:01.173Z] 7c6f9722023f: Download complete [2021-03-29T18:22:01.173Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T18:22:01.173Z] 188c0c94c7c5: Download complete [2021-03-29T18:22:01.756Z] 188c0c94c7c5: Pull complete [2021-03-29T18:22:01.756Z] 0ef7d3d256c8: Pull complete [2021-03-29T18:22:02.030Z] de9db76c5a1d: Pull complete [2021-03-29T18:22:03.442Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T18:22:03.442Z] a35cf1a2eb13: Download complete [2021-03-29T18:22:04.026Z] bca2f99d35d6: Verifying Checksum [2021-03-29T18:22:04.027Z] bca2f99d35d6: Download complete [2021-03-29T18:22:09.407Z] bca2f99d35d6: Pull complete [2021-03-29T18:22:09.407Z] 93359f2a8cfa: Pull complete [2021-03-29T18:22:09.407Z] 7c6f9722023f: Pull complete [2021-03-29T18:22:16.089Z] a35cf1a2eb13: Pull complete [2021-03-29T18:22:16.089Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T18:22:16.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T18:22:16.089Z] ---> a62c8e92a672 [2021-03-29T18:22:16.089Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-29T18:22:16.089Z] ---> Running in 0413215ab89f [2021-03-29T18:22:16.089Z] Removing intermediate container 0413215ab89f [2021-03-29T18:22:16.089Z] ---> 7a3ab458f190 [2021-03-29T18:22:16.089Z] Step 4/7 : RUN apk add --update bash [2021-03-29T18:22:16.089Z] ---> Running in 5576069a8249 [2021-03-29T18:22:17.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:22:17.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:22:18.217Z] OK: 166 MiB in 39 packages [2021-03-29T18:22:18.482Z] Removing intermediate container 5576069a8249 [2021-03-29T18:22:18.482Z] ---> f54b0b2e82fa [2021-03-29T18:22:18.482Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-29T18:22:18.748Z] ---> Running in 7b4ca2e8e463 [2021-03-29T18:22:18.748Z] Removing intermediate container 7b4ca2e8e463 [2021-03-29T18:22:18.748Z] ---> 8a2da6660d99 [2021-03-29T18:22:18.748Z] Step 6/7 : COPY go.mod . [2021-03-29T18:22:19.018Z] ---> 0fa9ed3b4953 [2021-03-29T18:22:19.018Z] Step 7/7 : RUN go mod download [2021-03-29T18:22:19.018Z] ---> Running in 6ab6bf1d40b3 [2021-03-29T18:22:25.272Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31791 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-29T18:22:25.323Z] Running in /w/workspace/go-mod-secrets/34 [Pipeline] { [Pipeline] checkout [2021-03-29T18:22:30.622Z] using credential edgex-jenkins-ssh [2021-03-29T18:22:30.676Z] Cloning the remote Git repository [2021-03-29T18:22:30.746Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T18:22:30.847Z] > git init /w/workspace/go-mod-secrets/34 # timeout=10 [2021-03-29T18:22:30.914Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T18:22:30.914Z] > git --version # timeout=10 [2021-03-29T18:22:30.933Z] > git --version # 'git version 2.17.1' [2021-03-29T18:22:30.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:22:31.012Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:22:32.375Z] Checking out Revision dc7dc9ad4b66a91442feb66bb82703c830c737fc (master) [2021-03-29T18:22:31.738Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T18:22:31.766Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:22:31.792Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-29T18:22:31.825Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-29T18:22:31.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:22:31.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T18:22:32.421Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:22:32.450Z] > git checkout -f dc7dc9ad4b66a91442feb66bb82703c830c737fc # timeout=10 [2021-03-29T18:22:34.022Z] Removing intermediate container 6ab6bf1d40b3 [2021-03-29T18:22:34.022Z] ---> 2bcefcb226d4 [2021-03-29T18:22:34.022Z] Successfully built 2bcefcb226d4 [2021-03-29T18:22:34.022Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:22:34.356Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T18:22:34.357Z] . [Pipeline] withDockerContainer [2021-03-29T18:22:34.480Z] prd-centos7-docker-4c-2g-31793 does not seem to be running inside a container [2021-03-29T18:22:34.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/34 -v /w/workspace/go-mod-secrets/34:/w/workspace/go-mod-secrets/34:rw,z -v /w/workspace/go-mod-secrets/34@tmp:/w/workspace/go-mod-secrets/34@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 ******** ci-base-image-x86_64 cat [2021-03-29T18:22:35.421Z] $ docker top 46e9ec2b66d1add7b8ed3b9df49e0d7a751eb07dfd943baff0e0d88ab95b8984 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:22:35.947Z] + go version [2021-03-29T18:22:35.947Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T18:22:35.972Z] $ docker stop --time=1 46e9ec2b66d1add7b8ed3b9df49e0d7a751eb07dfd943baff0e0d88ab95b8984 [2021-03-29T18:22:36.672Z] Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" [2021-03-29T18:22:37.373Z] $ docker rm -f 46e9ec2b66d1add7b8ed3b9df49e0d7a751eb07dfd943baff0e0d88ab95b8984 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:22:38.190Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T18:22:38.190Z] . [Pipeline] withDockerContainer [2021-03-29T18:22:38.754Z] prd-centos7-docker-4c-2g-31793 does not seem to be running inside a container [2021-03-29T18:22:38.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/34 -v /w/workspace/go-mod-secrets/34:/w/workspace/go-mod-secrets/34:rw,z -v /w/workspace/go-mod-secrets/34@tmp:/w/workspace/go-mod-secrets/34@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 ******** ci-base-image-x86_64 cat [2021-03-29T18:22:38.927Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-29T18:22:39.532Z] $ docker top 89184cee78920ad99f1e07d5b1024be0e56fbd05961a75b88b5c5153eaf945ff -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-29T18:22:40.124Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:22:40.248Z] + make test [2021-03-29T18:22:40.248Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-29T18:22:40.482Z] + sudo service docker restart+ [2021-03-29T18:22:40.482Z] true [Pipeline] unstash [Pipeline] echo [2021-03-29T18:22:43.437Z] ========================================================= [2021-03-29T18:22:43.437Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T18:22:43.437Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:22:43.827Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-29T18:22:44.812Z] Sending build context to Docker daemon 582.7kB [2021-03-29T18:22:44.812Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-29T18:22:44.812Z] Step 2/7 : FROM ${BASE} [2021-03-29T18:22:44.812Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T18:22:44.812Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T18:22:44.812Z] a4357932f1b6: Pulling fs layer [2021-03-29T18:22:44.812Z] 18c013af1878: Pulling fs layer [2021-03-29T18:22:44.812Z] 00ac8860ef70: Pulling fs layer [2021-03-29T18:22:44.812Z] 63d7cb157983: Pulling fs layer [2021-03-29T18:22:44.812Z] b116817d02f9: Pulling fs layer [2021-03-29T18:22:44.812Z] 745a02a5169b: Pulling fs layer [2021-03-29T18:22:44.813Z] 63d7cb157983: Waiting [2021-03-29T18:22:44.813Z] 745a02a5169b: Waiting [2021-03-29T18:22:44.813Z] 00ac8860ef70: Waiting [2021-03-29T18:22:44.813Z] b116817d02f9: Waiting [2021-03-29T18:22:45.083Z] 18c013af1878: Verifying Checksum [2021-03-29T18:22:45.083Z] 18c013af1878: Download complete [2021-03-29T18:22:45.083Z] a4357932f1b6: Verifying Checksum [2021-03-29T18:22:45.083Z] a4357932f1b6: Download complete [2021-03-29T18:22:45.083Z] 63d7cb157983: Verifying Checksum [2021-03-29T18:22:45.083Z] 63d7cb157983: Download complete [2021-03-29T18:22:45.083Z] b116817d02f9: Verifying Checksum [2021-03-29T18:22:45.083Z] b116817d02f9: Download complete [2021-03-29T18:22:45.083Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T18:22:45.083Z] 5f621e34cdf4: Download complete [2021-03-29T18:22:45.683Z] 5f621e34cdf4: Pull complete [2021-03-29T18:22:46.291Z] a4357932f1b6: Pull complete [2021-03-29T18:22:46.566Z] 18c013af1878: Pull complete [2021-03-29T18:22:48.015Z] 745a02a5169b: Verifying Checksum [2021-03-29T18:22:48.015Z] 745a02a5169b: Download complete [2021-03-29T18:22:48.639Z] 00ac8860ef70: Verifying Checksum [2021-03-29T18:22:48.639Z] 00ac8860ef70: Download complete [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.137s coverage: 80.7% of statements [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.013s coverage: 57.1% of statements [2021-03-29T18:22:58.576Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.018s coverage: 96.7% of statements [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.007s coverage: 89.5% of statements [2021-03-29T18:22:58.576Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements [2021-03-29T18:22:58.576Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 85.7% of statements [2021-03-29T18:22:58.576Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.010s coverage: 100.0% of statements [2021-03-29T18:22:58.576Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-29T18:22:58.576Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-29T18:22:58.786Z] 00ac8860ef70: Pull complete [2021-03-29T18:22:58.786Z] 63d7cb157983: Pull complete [2021-03-29T18:22:58.786Z] b116817d02f9: Pull complete [2021-03-29T18:22:59.170Z] gofmt -l . [2021-03-29T18:22:59.433Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-29T18:22:59.449Z] $ docker stop --time=1 89184cee78920ad99f1e07d5b1024be0e56fbd05961a75b88b5c5153eaf945ff [2021-03-29T18:23:01.406Z] 745a02a5169b: Pull complete [2021-03-29T18:23:01.406Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T18:23:01.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T18:23:01.406Z] ---> b7e6874047d6 [2021-03-29T18:23:01.406Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-29T18:23:01.780Z] $ docker rm -f 89184cee78920ad99f1e07d5b1024be0e56fbd05961a75b88b5c5153eaf945ff [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:23:02.422Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T18:23:02.836Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:23:04.029Z] ---> job-cost.sh [2021-03-29T18:23:04.030Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-u7EY [2021-03-29T18:23:04.043Z] ---> Running in 592008e9b9c5 [2021-03-29T18:23:04.313Z] Removing intermediate container 592008e9b9c5 [2021-03-29T18:23:04.314Z] ---> 294b7a170ca9 [2021-03-29T18:23:04.314Z] Step 4/7 : RUN apk add --update bash [2021-03-29T18:23:04.587Z] ---> Running in dfc86c1ce307 [2021-03-29T18:23:06.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:23:06.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:23:07.604Z] OK: 142 MiB in 39 packages [2021-03-29T18:23:08.591Z] Removing intermediate container dfc86c1ce307 [2021-03-29T18:23:08.591Z] ---> 1688f7b1d67a [2021-03-29T18:23:08.591Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-29T18:23:08.863Z] ---> Running in 0e02122d7060 [2021-03-29T18:23:09.142Z] Removing intermediate container 0e02122d7060 [2021-03-29T18:23:09.142Z] ---> 656ae025495e [2021-03-29T18:23:09.142Z] Step 6/7 : COPY go.mod . [2021-03-29T18:23:10.754Z] ---> cd9c9f3d81bc [2021-03-29T18:23:10.754Z] Step 7/7 : RUN go mod download [2021-03-29T18:23:10.754Z] ---> Running in d048a57e1cfe [2021-03-29T18:23:20.404Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T18:23:29.085Z] Removing intermediate container d048a57e1cfe [2021-03-29T18:23:29.086Z] ---> 5a04e65580e1 [2021-03-29T18:23:29.086Z] Successfully built 5a04e65580e1 [2021-03-29T18:23:29.086Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:23:29.434Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T18:23:29.434Z] . [Pipeline] withDockerContainer [2021-03-29T18:23:29.724Z] prd-ubuntu18.04-docker-arm64-4c-16g-31791 does not seem to be running inside a container [2021-03-29T18:23:29.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/34 -v /w/workspace/go-mod-secrets/34:/w/workspace/go-mod-secrets/34:rw,z -v /w/workspace/go-mod-secrets/34@tmp:/w/workspace/go-mod-secrets/34@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 ******** ci-base-image-arm64 cat [2021-03-29T18:23:31.449Z] $ docker top 8ad38b460fcdcea87d83018aa0e90bbda60ed9511913de2508a1a42a0b6caf14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:23:32.468Z] + go version [2021-03-29T18:23:32.468Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T18:23:32.496Z] $ docker stop --time=1 8ad38b460fcdcea87d83018aa0e90bbda60ed9511913de2508a1a42a0b6caf14 [2021-03-29T18:23:34.434Z] $ docker rm -f 8ad38b460fcdcea87d83018aa0e90bbda60ed9511913de2508a1a42a0b6caf14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:23:35.417Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T18:23:35.417Z] . [Pipeline] withDockerContainer [2021-03-29T18:23:35.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-31791 does not seem to be running inside a container [2021-03-29T18:23:35.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/34 -v /w/workspace/go-mod-secrets/34:/w/workspace/go-mod-secrets/34:rw,z -v /w/workspace/go-mod-secrets/34@tmp:/w/workspace/go-mod-secrets/34@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 ******** ci-base-image-arm64 cat [2021-03-29T18:23:37.263Z] $ docker top 8efdb6eb885cfe51a5c0321177be49c5bd767e159121459bb76a8bdb49e5c3e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:23:38.282Z] + make test [2021-03-29T18:23:38.282Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-29T18:23:47.068Z] lf-activate-venv(): INFO: Adding /tmp/venv-u7EY/bin to PATH [2021-03-29T18:23:47.068Z] INFO: No Stack... [2021-03-29T18:23:47.068Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T18:23:47.068Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T18:23:47.384Z] + cut -d, -f6 [2021-03-29T18:23:47.384Z] + cat /w/workspace/go-mod-secrets/34/archives/cost.csv [Pipeline] lock [2021-03-29T18:23:47.460Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [2021-03-29T18:23:47.471Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] did not exist. Created. [2021-03-29T18:23:47.471Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T18:23:47.858Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-29T18:23:47.994Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T18:23:48.008Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T18:24:10.664Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.416s coverage: 80.7% of statements [2021-03-29T18:24:10.664Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.036s coverage: 57.1% of statements [2021-03-29T18:24:10.664Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-29T18:34:03.298Z] coverage: 96.7% of statements [2021-03-29T18:34:03.298Z] panic: test timed out after 10m0s [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 11 [running]: [2021-03-29T18:34:03.298Z] testing.(*M).startAlarm.func1() [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1618 +0xc8 [2021-03-29T18:34:03.298Z] created by time.goFunc [2021-03-29T18:34:03.298Z] /usr/local/go/src/time/sleep.go:167 +0x40 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 1 [chan receive, 9 minutes]: [2021-03-29T18:34:03.298Z] testing.tRunner.func1(0x4000082480) [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1088 +0x1d0 [2021-03-29T18:34:03.298Z] testing.tRunner(0x4000082480, 0x4000115d78) [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1127 +0x10c [2021-03-29T18:34:03.298Z] testing.runTests(0x40000b2400, 0x3526c0, 0x9, 0x9, 0xc010a5468d370cce, 0x8bb2f92e79, 0x357d60, 0x1c6c8) [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1437 +0x29c [2021-03-29T18:34:03.298Z] testing.(*M).Run(0x40000f8080, 0x0) [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1345 +0x1b4 [2021-03-29T18:34:03.298Z] main.main() [2021-03-29T18:34:03.298Z] _testmain.go:109 +0x1d0 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 28 [chan send, 9 minutes]: [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update.func1(0x400011a000, 0x4000032f50) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:162 +0x1d8 [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x400011a000) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:172 +0x5c [2021-03-29T18:34:03.298Z] created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 31 [chan send, 9 minutes]: [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update.func1(0x400011a090, 0x400005df50) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:170 +0x140 [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x400011a090) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:172 +0x5c [2021-03-29T18:34:03.298Z] created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 34 [semacquire, 9 minutes]: [2021-03-29T18:34:03.298Z] sync.runtime_Semacquire(0x400001a148) [2021-03-29T18:34:03.298Z] /usr/local/go/src/runtime/sema.go:56 +0x38 [2021-03-29T18:34:03.298Z] sync.(*WaitGroup).Wait(0x400001a140) [2021-03-29T18:34:03.298Z] /usr/local/go/src/sync/waitgroup.go:130 +0x6c [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.TestStateConcurrency(0x400011c180) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:408 +0x2b0 [2021-03-29T18:34:03.298Z] testing.tRunner(0x400011c180, 0x1fe828) [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1123 +0xdc [2021-03-29T18:34:03.298Z] created by testing.(*T).Run [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1168 +0x244 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 35 [chan receive, 9 minutes]: [2021-03-29T18:34:03.298Z] testing.runTests.func1.1(0x4000082480) [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1444 +0x30 [2021-03-29T18:34:03.298Z] created by testing.runTests.func1 [2021-03-29T18:34:03.298Z] /usr/local/go/src/testing/testing.go:1444 +0xa8 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 36 [select]: [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x400011a120) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:153 +0x138 [2021-03-29T18:34:03.298Z] created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 5 [chan send, 9 minutes]: [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Stop(0x4000200000, 0x0, 0x0) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:135 +0xac [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.restart(0x22c9e0, 0x356068, 0x1eb17d, 0x5, 0x400004c010, 0x1, 0x1, 0x40000221e0, 0x4000022240, 0x40000222a0, ...) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:423 +0xc4 [2021-03-29T18:34:03.298Z] created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.TestStateConcurrency [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:405 +0x244 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 6 [semacquire, 9 minutes]: [2021-03-29T18:34:03.298Z] sync.runtime_SemacquireMutex(0x400001a12c, 0x4000188200, 0x1) [2021-03-29T18:34:03.298Z] /usr/local/go/src/runtime/sema.go:71 +0x40 [2021-03-29T18:34:03.298Z] sync.(*Mutex).lockSlow(0x400001a128) [2021-03-29T18:34:03.298Z] /usr/local/go/src/sync/mutex.go:138 +0xec [2021-03-29T18:34:03.298Z] sync.(*Mutex).Lock(...) [2021-03-29T18:34:03.298Z] /usr/local/go/src/sync/mutex.go:81 [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start(0x4000074000, 0x0, 0x0) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:113 +0x138 [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.restart(0x22c9e0, 0x356068, 0x1eb17d, 0x5, 0x400004c010, 0x1, 0x1, 0x40000221e0, 0x4000022240, 0x40000222a0, ...) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:418 +0xb0 [2021-03-29T18:34:03.298Z] created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.TestStateConcurrency [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:407 +0x2a4 [2021-03-29T18:34:03.298Z] [2021-03-29T18:34:03.298Z] goroutine 9 [chan send, 9 minutes]: [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update.func1(0x4000200000, 0x4000038f50) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:170 +0x140 [2021-03-29T18:34:03.298Z] github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x4000200000) [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:172 +0x5c [2021-03-29T18:34:03.298Z] created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start [2021-03-29T18:34:03.298Z] /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 [2021-03-29T18:34:03.298Z] FAIL github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 600.019s [2021-03-29T18:34:03.298Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.013s coverage: 89.5% of statements [2021-03-29T18:34:03.298Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-29T18:34:03.298Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.016s coverage: 100.0% of statements [2021-03-29T18:34:03.299Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-29T18:34:03.299Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.024s coverage: 85.7% of statements [2021-03-29T18:34:03.299Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.013s coverage: 100.0% of statements [2021-03-29T18:34:03.299Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-29T18:34:03.299Z] FAIL [2021-03-29T18:34:03.299Z] make: *** [Makefile:12: test] Error 1 [Pipeline] } [2021-03-29T18:34:03.313Z] $ docker stop --time=1 8efdb6eb885cfe51a5c0321177be49c5bd767e159121459bb76a8bdb49e5c3e6 [2021-03-29T18:34:05.272Z] $ docker rm -f 8efdb6eb885cfe51a5c0321177be49c5bd767e159121459bb76a8bdb49e5c3e6 [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:34:07.388Z] ---> job-cost.sh [2021-03-29T18:34:07.388Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-P5NX [2021-03-29T18:34:46.361Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T18:36:08.091Z] lf-activate-venv(): INFO: Adding /tmp/venv-P5NX/bin to PATH [2021-03-29T18:36:08.091Z] INFO: No Stack... [2021-03-29T18:36:08.091Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T18:36:08.686Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T18:36:09.037Z] + cat /w/workspace/go-mod-secrets/34/archives/cost.csv [2021-03-29T18:36:09.037Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T18:36:09.155Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [2021-03-29T18:36:09.162Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] did not exist. Created. [2021-03-29T18:36:09.162Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T18:36:09.592Z] /w/workspace/go-mod-secrets/34@tmp/durable-eebbe3de/script.sh: 1: /w/workspace/go-mod-secrets/34@tmp/durable-eebbe3de/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-29T18:36:09.953Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T18:36:10.014Z] Warning: overwriting stash ‘stack-cost’ [2021-03-29T18:36:10.940Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T18:36:10.952Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T18:36:11.612Z] 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] { (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 [2021-03-29T18:36:13.981Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:36:14.568Z] ---> package-listing.sh [2021-03-29T18:36:14.568Z] ++ facter osfamily [2021-03-29T18:36:14.568Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T18:36:14.568Z] + OS_FAMILY=redhat [2021-03-29T18:36:14.568Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-03-29T18:36:14.568Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T18:36:14.568Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T18:36:14.568Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T18:36:14.568Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T18:36:14.568Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-29T18:36:14.568Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T18:36:14.568Z] + case "${OS_FAMILY}" in [2021-03-29T18:36:14.568Z] + rpm -qa [2021-03-29T18:36:14.568Z] + sort [2021-03-29T18:36:18.822Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T18:36:18.822Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T18:36:18.822Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T18:36:18.822Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-29T18:36:18.822Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-03-29T18:36:18.822Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2021-03-29T18:36:18.835Z] 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T18:36:19.129Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:36:19.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:36:19.434Z] [2021-03-29T18:36:19.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:36:19.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:36:19.780Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T18:36:19.780Z] df20fa9351a1: Pulling fs layer [2021-03-29T18:36:19.780Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T18:36:19.780Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T18:36:19.780Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T18:36:19.780Z] 93b61091891f: Pulling fs layer [2021-03-29T18:36:19.780Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T18:36:19.780Z] 5e14af77c1be: Pulling fs layer [2021-03-29T18:36:19.780Z] 01666e4c0597: Pulling fs layer [2021-03-29T18:36:19.780Z] aa168da1d23b: Pulling fs layer [2021-03-29T18:36:19.780Z] 93b61091891f: Waiting [2021-03-29T18:36:19.780Z] 93b9cdb0e59b: Waiting [2021-03-29T18:36:19.780Z] 5e14af77c1be: Waiting [2021-03-29T18:36:19.780Z] 01666e4c0597: Waiting [2021-03-29T18:36:19.780Z] aa168da1d23b: Waiting [2021-03-29T18:36:19.780Z] 46f8f816bc3b: Waiting [2021-03-29T18:36:19.780Z] 36b3adc4ff6f: Download complete [2021-03-29T18:36:19.780Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T18:36:19.780Z] 46f8f816bc3b: Download complete [2021-03-29T18:36:19.780Z] df20fa9351a1: Verifying Checksum [2021-03-29T18:36:19.780Z] df20fa9351a1: Download complete [2021-03-29T18:36:19.780Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T18:36:19.780Z] 93b9cdb0e59b: Download complete [2021-03-29T18:36:19.780Z] 5e14af77c1be: Verifying Checksum [2021-03-29T18:36:19.780Z] 5e14af77c1be: Download complete [2021-03-29T18:36:20.048Z] 01666e4c0597: Verifying Checksum [2021-03-29T18:36:20.048Z] 01666e4c0597: Download complete [2021-03-29T18:36:20.048Z] 93b61091891f: Verifying Checksum [2021-03-29T18:36:20.048Z] 93b61091891f: Download complete [2021-03-29T18:36:20.310Z] df20fa9351a1: Pull complete [2021-03-29T18:36:20.310Z] 36b3adc4ff6f: Pull complete [2021-03-29T18:36:20.577Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T18:36:20.577Z] 8ad3a11d3b57: Download complete [2021-03-29T18:36:21.573Z] 8ad3a11d3b57: Pull complete [2021-03-29T18:36:21.573Z] 46f8f816bc3b: Pull complete [2021-03-29T18:36:22.538Z] aa168da1d23b: Verifying Checksum [2021-03-29T18:36:22.538Z] aa168da1d23b: Download complete [2021-03-29T18:36:22.538Z] 93b61091891f: Pull complete [2021-03-29T18:36:22.538Z] 93b9cdb0e59b: Pull complete [2021-03-29T18:36:22.810Z] 5e14af77c1be: Pull complete [2021-03-29T18:36:22.810Z] 01666e4c0597: Pull complete [2021-03-29T18:36:29.443Z] aa168da1d23b: Pull complete [2021-03-29T18:36:29.443Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T18:36:29.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:36:29.443Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T18:36:29.646Z] prd-centos7-docker-4c-2g-31784 does not seem to be running inside a container [2021-03-29T18:36:29.703Z] $ 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T18:36:33.127Z] $ docker top 2576f0431352de4ab301ac66ba999194e879c12ef1f788e27ce3d18a74380f98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:36:33.661Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T18:36:33.962Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T18:36:34.257Z] + ls /var/log/sa-host [2021-03-29T18:36:34.257Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T18:36:34.257Z] file_magic: OK [2021-03-29T18:36:34.257Z] HZ: Using current value: 100 [2021-03-29T18:36:34.257Z] file_header: OK [2021-03-29T18:36:34.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T18:36:34.257Z] Statistics: [2021-03-29T18:36:34.257Z] Hnuu...uuuununununu... [2021-03-29T18:36:34.257Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T18:36:34.257Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T18:36:34.257Z] file_magic: OK [2021-03-29T18:36:34.257Z] HZ: Using current value: 100 [2021-03-29T18:36:34.257Z] file_header: OK [2021-03-29T18:36:34.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T18:36:34.257Z] Statistics: [2021-03-29T18:36:34.257Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T18:36:34.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T18:36:34.468Z] provisioning config files... [2021-03-29T18:36:34.488Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6048574419826425829tmp [Pipeline] { [Pipeline] echo [2021-03-29T18:36:34.551Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:36:34.846Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T18:36:34.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T18:36:34.955Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:36:35.251Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T18:36:35.262Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:36:35.560Z] ---> sudo-logs.sh [2021-03-29T18:36:35.560Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T18:36:35.647Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:36:35.953Z] ---> job-cost.sh [2021-03-29T18:36:35.953Z] lf-activate-venv: SKIPPING [2021-03-29T18:36:35.953Z] DEBUG: total: 0.20999999344348907 [2021-03-29T18:36:35.953Z] INFO: Retrieving Stack Cost... [2021-03-29T18:36:36.533Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T18:36:37.111Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T18:36:37.125Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:36:37.431Z] ---> logs-deploy.sh [2021-03-29T18:36:37.431Z] lf-activate-venv: SKIPPING [2021-03-29T18:36:37.431Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/34 [2021-03-29T18:36:37.431Z] INFO: archiving workspace using pattern(s): [2021-03-29T18:36:39.352Z] Archives upload complete. [2021-03-29T18:36:39.352Z] INFO: archiving logs to Nexus