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 18:19:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:19:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:19:53 ========================================================= 18:19:53 EdgeX Global Pipelines Version Info 18:19:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:19:54 ------------------- 18:19:54 stable info: 18:19:54 ------------------- 18:19:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:19:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:19:54 Message: update stable to v1.0.186 18:19:55 ------------------- 18:19:55 experimental info: 18:19:55 ------------------- 18:19:55 Commited By: **** collab-it+edgex@linuxfoundation.org 18:19:55 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:19:55 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:19:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 18:19:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:19:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc7dc9ad4b66a91442feb66bb82703c830c737fc [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc7dc9a [Pipeline] echo 18:19:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:59 + git log --format=format:%s -1 dc7dc9ad4b66a91442feb66bb82703c830c737fc [Pipeline] echo 18:19:59 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 18:19:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:20:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:00 18:20:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:20:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:00 latest: Pulling from edgex-devops/git-semver 18:20:00 31603596830f: Pulling fs layer 18:20:00 2a8b12db71e7: Pulling fs layer 18:20:00 6ca5941a6612: Pulling fs layer 18:20:00 ecc8261a40a4: Pulling fs layer 18:20:00 ecc8261a40a4: Waiting 18:20:00 2a8b12db71e7: Download complete 18:20:00 31603596830f: Verifying Checksum 18:20:00 31603596830f: Download complete 18:20:01 ecc8261a40a4: Verifying Checksum 18:20:01 ecc8261a40a4: Download complete 18:20:01 6ca5941a6612: Verifying Checksum 18:20:01 6ca5941a6612: Download complete 18:20:01 31603596830f: Pull complete 18:20:01 2a8b12db71e7: Pull complete 18:20:02 6ca5941a6612: Pull complete 18:20:02 ecc8261a40a4: Pull complete 18:20:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:20:02 prd-centos7-docker-4c-2g-31784 does not seem to be running inside a container 18:20:02 $ 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 18:20:05 $ docker top 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:20:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:05 [ssh-agent] Looking for ssh-agent implementation... 18:20:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:05 $ docker exec 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent 18:20:05 SSH_AUTH_SOCK=/tmp/ssh-XxgzCTKVxf2D/agent.11 18:20:05 SSH_AGENT_PID=16 18:20:05 Running ssh-add (command line suppressed) 18:20:06 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) 18:20:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:06 + git tag --points-at HEAD [Pipeline] } 18:20:06 $ docker exec --env ******** --env ******** 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent -k 18:20:06 unset SSH_AUTH_SOCK; 18:20:06 unset SSH_AGENT_PID; 18:20:06 echo Agent pid 16 killed; 18:20:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:20:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:06 [ssh-agent] Looking for ssh-agent implementation... 18:20:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:07 $ docker exec 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent 18:20:07 SSH_AUTH_SOCK=/tmp/ssh-lIW5pa6v27wm/agent.44 18:20:07 SSH_AGENT_PID=49 18:20:07 Running ssh-add (command line suppressed) 18:20:07 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) 18:20:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:07 + git semver init 18:20:07 # -> Open(): unable to determine branch for HEAD 18:20:07 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 18:20:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 18:20:07 # $SEMVER_REMOTE_NAME = origin 18:20:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:20:07 # $SEMVER_USER_NAME = edgex-jenkins 18:20:07 # $SEMVER_BRANCH = master 18:20:07 # $SEMVER_TEMP = /tmp/semver-249716042 18:20:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 18:20:08 # '/tmp/semver-249716042' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 18:20:08 # -> Force: false 18:20:08 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 18:20:08 $ docker exec --env ******** --env ******** 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 ssh-agent -k 18:20:08 unset SSH_AUTH_SOCK; 18:20:08 unset SSH_AGENT_PID; 18:20:08 echo Agent pid 49 killed; 18:20:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:09 + git semver [Pipeline] } 18:20:09 $ docker stop --time=1 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 18:20:10 $ docker rm -f 11fa6bc88071dfb1c2e9a71e7658e8ec4ab5c2acf6e44829df7a109ff6ab62f6 [Pipeline] // withDockerContainer [Pipeline] sh 18:20:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:20:11 Stashed 1 file(s) [Pipeline] echo 18:20:11 [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 18:20:27 Still waiting to schedule task 18:20:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:20:27 Still waiting to schedule task 18:20:27 ‘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 18:21:49 Running on prd-centos7-docker-4c-2g-31793 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 18:21:49 Running in /w/workspace/go-mod-secrets/34 [Pipeline] { [Pipeline] checkout 18:21:52 using credential edgex-jenkins-ssh 18:21:52 Cloning the remote Git repository 18:21:52 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 18:21:52 > git init /w/workspace/go-mod-secrets/34 # timeout=10 18:21:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 18:21:52 > git --version # timeout=10 18:21:52 > git --version # 'git version 2.24.3' 18:21:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 18:21:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 18:21:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 18:21:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:21:53 Checking out Revision dc7dc9ad4b66a91442feb66bb82703c830c737fc (master) 18:21:53 > git config core.sparsecheckout # timeout=10 18:21:53 > git checkout -f dc7dc9ad4b66a91442feb66bb82703c830c737fc # timeout=10 18:21:57 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 18:21:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:21:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:21:58 + sudo service docker restart 18:21:58 + true 18:21:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:22:00 ========================================================= 18:22:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:22:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:22:00 + 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 . 18:22:01 Sending build context to Docker daemon 583.7kB 18:22:01 Step 1/7 : ARG BASE=golang:1.15-alpine 18:22:01 Step 2/7 : FROM ${BASE} 18:22:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:22:01 188c0c94c7c5: Pulling fs layer 18:22:01 0ef7d3d256c8: Pulling fs layer 18:22:01 de9db76c5a1d: Pulling fs layer 18:22:01 bca2f99d35d6: Pulling fs layer 18:22:01 93359f2a8cfa: Pulling fs layer 18:22:01 7c6f9722023f: Pulling fs layer 18:22:01 a35cf1a2eb13: Pulling fs layer 18:22:01 93359f2a8cfa: Waiting 18:22:01 a35cf1a2eb13: Waiting 18:22:01 7c6f9722023f: Waiting 18:22:01 bca2f99d35d6: Waiting 18:22:01 de9db76c5a1d: Verifying Checksum 18:22:01 de9db76c5a1d: Download complete 18:22:01 0ef7d3d256c8: Verifying Checksum 18:22:01 0ef7d3d256c8: Download complete 18:22:01 93359f2a8cfa: Verifying Checksum 18:22:01 93359f2a8cfa: Download complete 18:22:01 7c6f9722023f: Verifying Checksum 18:22:01 7c6f9722023f: Download complete 18:22:01 188c0c94c7c5: Verifying Checksum 18:22:01 188c0c94c7c5: Download complete 18:22:01 188c0c94c7c5: Pull complete 18:22:01 0ef7d3d256c8: Pull complete 18:22:02 de9db76c5a1d: Pull complete 18:22:03 a35cf1a2eb13: Verifying Checksum 18:22:03 a35cf1a2eb13: Download complete 18:22:04 bca2f99d35d6: Verifying Checksum 18:22:04 bca2f99d35d6: Download complete 18:22:09 bca2f99d35d6: Pull complete 18:22:09 93359f2a8cfa: Pull complete 18:22:09 7c6f9722023f: Pull complete 18:22:16 a35cf1a2eb13: Pull complete 18:22:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:22:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:22:16 ---> a62c8e92a672 18:22:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:22:16 ---> Running in 0413215ab89f 18:22:16 Removing intermediate container 0413215ab89f 18:22:16 ---> 7a3ab458f190 18:22:16 Step 4/7 : RUN apk add --update bash 18:22:16 ---> Running in 5576069a8249 18:22:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:22:18 OK: 166 MiB in 39 packages 18:22:18 Removing intermediate container 5576069a8249 18:22:18 ---> f54b0b2e82fa 18:22:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:22:18 ---> Running in 7b4ca2e8e463 18:22:18 Removing intermediate container 7b4ca2e8e463 18:22:18 ---> 8a2da6660d99 18:22:18 Step 6/7 : COPY go.mod . 18:22:19 ---> 0fa9ed3b4953 18:22:19 Step 7/7 : RUN go mod download 18:22:19 ---> Running in 6ab6bf1d40b3 18:22:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31791 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 18:22:25 Running in /w/workspace/go-mod-secrets/34 [Pipeline] { [Pipeline] checkout 18:22:30 using credential edgex-jenkins-ssh 18:22:30 Cloning the remote Git repository 18:22:30 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 18:22:30 > git init /w/workspace/go-mod-secrets/34 # timeout=10 18:22:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 18:22:30 > git --version # timeout=10 18:22:30 > git --version # 'git version 2.17.1' 18:22:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:22:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:22:32 Checking out Revision dc7dc9ad4b66a91442feb66bb82703c830c737fc (master) 18:22:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 18:22:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:22:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 18:22:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 18:22:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:22:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:22:32 > git config core.sparsecheckout # timeout=10 18:22:32 > git checkout -f dc7dc9ad4b66a91442feb66bb82703c830c737fc # timeout=10 18:22:34 Removing intermediate container 6ab6bf1d40b3 18:22:34 ---> 2bcefcb226d4 18:22:34 Successfully built 2bcefcb226d4 18:22:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:22:34 + docker inspect -f . ci-base-image-x86_64 18:22:34 . [Pipeline] withDockerContainer 18:22:34 prd-centos7-docker-4c-2g-31793 does not seem to be running inside a container 18:22:34 $ 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 18:22:35 $ docker top 46e9ec2b66d1add7b8ed3b9df49e0d7a751eb07dfd943baff0e0d88ab95b8984 -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:35 + go version 18:22:35 go version go1.15.5 linux/amd64 [Pipeline] } 18:22:35 $ docker stop --time=1 46e9ec2b66d1add7b8ed3b9df49e0d7a751eb07dfd943baff0e0d88ab95b8984 18:22:36 Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.61" 18:22:37 $ 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 18:22:38 + docker inspect -f . ci-base-image-x86_64 18:22:38 . [Pipeline] withDockerContainer 18:22:38 prd-centos7-docker-4c-2g-31793 does not seem to be running inside a container 18:22:38 $ 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 18:22:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 18:22:39 $ docker top 89184cee78920ad99f1e07d5b1024be0e56fbd05961a75b88b5c5153eaf945ff -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:22:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:22:40 + make test 18:22:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:22:40 + sudo service docker restart+ 18:22:40 true [Pipeline] unstash [Pipeline] echo 18:22:43 ========================================================= 18:22:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:22:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:22:43 + 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 . 18:22:44 Sending build context to Docker daemon 582.7kB 18:22:44 Step 1/7 : ARG BASE=golang:1.15-alpine 18:22:44 Step 2/7 : FROM ${BASE} 18:22:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:22:44 5f621e34cdf4: Pulling fs layer 18:22:44 a4357932f1b6: Pulling fs layer 18:22:44 18c013af1878: Pulling fs layer 18:22:44 00ac8860ef70: Pulling fs layer 18:22:44 63d7cb157983: Pulling fs layer 18:22:44 b116817d02f9: Pulling fs layer 18:22:44 745a02a5169b: Pulling fs layer 18:22:44 63d7cb157983: Waiting 18:22:44 745a02a5169b: Waiting 18:22:44 00ac8860ef70: Waiting 18:22:44 b116817d02f9: Waiting 18:22:45 18c013af1878: Verifying Checksum 18:22:45 18c013af1878: Download complete 18:22:45 a4357932f1b6: Verifying Checksum 18:22:45 a4357932f1b6: Download complete 18:22:45 63d7cb157983: Verifying Checksum 18:22:45 63d7cb157983: Download complete 18:22:45 b116817d02f9: Verifying Checksum 18:22:45 b116817d02f9: Download complete 18:22:45 5f621e34cdf4: Verifying Checksum 18:22:45 5f621e34cdf4: Download complete 18:22:45 5f621e34cdf4: Pull complete 18:22:46 a4357932f1b6: Pull complete 18:22:46 18c013af1878: Pull complete 18:22:48 745a02a5169b: Verifying Checksum 18:22:48 745a02a5169b: Download complete 18:22:48 00ac8860ef70: Verifying Checksum 18:22:48 00ac8860ef70: Download complete 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.137s coverage: 80.7% of statements 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.013s coverage: 57.1% of statements 18:22:58 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.018s coverage: 96.7% of statements 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.007s coverage: 89.5% of statements 18:22:58 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements 18:22:58 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 85.7% of statements 18:22:58 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.010s coverage: 100.0% of statements 18:22:58 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 18:22:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:22:58 00ac8860ef70: Pull complete 18:22:58 63d7cb157983: Pull complete 18:22:58 b116817d02f9: Pull complete 18:22:59 gofmt -l . 18:22:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:22:59 $ docker stop --time=1 89184cee78920ad99f1e07d5b1024be0e56fbd05961a75b88b5c5153eaf945ff 18:23:01 745a02a5169b: Pull complete 18:23:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:23:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:23:01 ---> b7e6874047d6 18:23:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:23:01 $ docker rm -f 89184cee78920ad99f1e07d5b1024be0e56fbd05961a75b88b5c5153eaf945ff [Pipeline] // withDockerContainer [Pipeline] sh 18:23:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:23:02 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 18:23:04 ---> job-cost.sh 18:23:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-u7EY 18:23:04 ---> Running in 592008e9b9c5 18:23:04 Removing intermediate container 592008e9b9c5 18:23:04 ---> 294b7a170ca9 18:23:04 Step 4/7 : RUN apk add --update bash 18:23:04 ---> Running in dfc86c1ce307 18:23:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:23:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:23:07 OK: 142 MiB in 39 packages 18:23:08 Removing intermediate container dfc86c1ce307 18:23:08 ---> 1688f7b1d67a 18:23:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:23:08 ---> Running in 0e02122d7060 18:23:09 Removing intermediate container 0e02122d7060 18:23:09 ---> 656ae025495e 18:23:09 Step 6/7 : COPY go.mod . 18:23:10 ---> cd9c9f3d81bc 18:23:10 Step 7/7 : RUN go mod download 18:23:10 ---> Running in d048a57e1cfe 18:23:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:23:29 Removing intermediate container d048a57e1cfe 18:23:29 ---> 5a04e65580e1 18:23:29 Successfully built 5a04e65580e1 18:23:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:23:29 + docker inspect -f . ci-base-image-arm64 18:23:29 . [Pipeline] withDockerContainer 18:23:29 prd-ubuntu18.04-docker-arm64-4c-16g-31791 does not seem to be running inside a container 18:23:29 $ 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 18:23:31 $ docker top 8ad38b460fcdcea87d83018aa0e90bbda60ed9511913de2508a1a42a0b6caf14 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:32 + go version 18:23:32 go version go1.15.5 linux/arm64 [Pipeline] } 18:23:32 $ docker stop --time=1 8ad38b460fcdcea87d83018aa0e90bbda60ed9511913de2508a1a42a0b6caf14 18:23:34 $ docker rm -f 8ad38b460fcdcea87d83018aa0e90bbda60ed9511913de2508a1a42a0b6caf14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:35 + docker inspect -f . ci-base-image-arm64 18:23:35 . [Pipeline] withDockerContainer 18:23:35 prd-ubuntu18.04-docker-arm64-4c-16g-31791 does not seem to be running inside a container 18:23:35 $ 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 18:23:37 $ docker top 8efdb6eb885cfe51a5c0321177be49c5bd767e159121459bb76a8bdb49e5c3e6 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:38 + make test 18:23:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:23:47 lf-activate-venv(): INFO: Adding /tmp/venv-u7EY/bin to PATH 18:23:47 INFO: No Stack... 18:23:47 INFO: Retrieving Pricing Info for: v1-standard-2 18:23:47 INFO: Archiving Costs [Pipeline] sh 18:23:47 + cut -d, -f6 18:23:47 + cat /w/workspace/go-mod-secrets/34/archives/cost.csv [Pipeline] lock 18:23:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] 18:23:47 Resource [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] did not exist. Created. 18:23:47 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:23:47 + echo total: 0.029999999329447746 [Pipeline] stash 18:23:47 Stashed 1 file(s) [Pipeline] } 18:23:48 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] } 18:24:10 ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.416s coverage: 80.7% of statements 18:24:10 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.036s coverage: 57.1% of statements 18:24:10 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 18:34:03 coverage: 96.7% of statements 18:34:03 panic: test timed out after 10m0s 18:34:03 18:34:03 goroutine 11 [running]: 18:34:03 testing.(*M).startAlarm.func1() 18:34:03 /usr/local/go/src/testing/testing.go:1618 +0xc8 18:34:03 created by time.goFunc 18:34:03 /usr/local/go/src/time/sleep.go:167 +0x40 18:34:03 18:34:03 goroutine 1 [chan receive, 9 minutes]: 18:34:03 testing.tRunner.func1(0x4000082480) 18:34:03 /usr/local/go/src/testing/testing.go:1088 +0x1d0 18:34:03 testing.tRunner(0x4000082480, 0x4000115d78) 18:34:03 /usr/local/go/src/testing/testing.go:1127 +0x10c 18:34:03 testing.runTests(0x40000b2400, 0x3526c0, 0x9, 0x9, 0xc010a5468d370cce, 0x8bb2f92e79, 0x357d60, 0x1c6c8) 18:34:03 /usr/local/go/src/testing/testing.go:1437 +0x29c 18:34:03 testing.(*M).Run(0x40000f8080, 0x0) 18:34:03 /usr/local/go/src/testing/testing.go:1345 +0x1b4 18:34:03 main.main() 18:34:03 _testmain.go:109 +0x1d0 18:34:03 18:34:03 goroutine 28 [chan send, 9 minutes]: 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update.func1(0x400011a000, 0x4000032f50) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:162 +0x1d8 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x400011a000) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:172 +0x5c 18:34:03 created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 18:34:03 18:34:03 goroutine 31 [chan send, 9 minutes]: 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update.func1(0x400011a090, 0x400005df50) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:170 +0x140 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x400011a090) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:172 +0x5c 18:34:03 created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 18:34:03 18:34:03 goroutine 34 [semacquire, 9 minutes]: 18:34:03 sync.runtime_Semacquire(0x400001a148) 18:34:03 /usr/local/go/src/runtime/sema.go:56 +0x38 18:34:03 sync.(*WaitGroup).Wait(0x400001a140) 18:34:03 /usr/local/go/src/sync/waitgroup.go:130 +0x6c 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.TestStateConcurrency(0x400011c180) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:408 +0x2b0 18:34:03 testing.tRunner(0x400011c180, 0x1fe828) 18:34:03 /usr/local/go/src/testing/testing.go:1123 +0xdc 18:34:03 created by testing.(*T).Run 18:34:03 /usr/local/go/src/testing/testing.go:1168 +0x244 18:34:03 18:34:03 goroutine 35 [chan receive, 9 minutes]: 18:34:03 testing.runTests.func1.1(0x4000082480) 18:34:03 /usr/local/go/src/testing/testing.go:1444 +0x30 18:34:03 created by testing.runTests.func1 18:34:03 /usr/local/go/src/testing/testing.go:1444 +0xa8 18:34:03 18:34:03 goroutine 36 [select]: 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x400011a120) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:153 +0x138 18:34:03 created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 18:34:03 18:34:03 goroutine 5 [chan send, 9 minutes]: 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Stop(0x4000200000, 0x0, 0x0) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:135 +0xac 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.restart(0x22c9e0, 0x356068, 0x1eb17d, 0x5, 0x400004c010, 0x1, 0x1, 0x40000221e0, 0x4000022240, 0x40000222a0, ...) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:423 +0xc4 18:34:03 created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.TestStateConcurrency 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:405 +0x244 18:34:03 18:34:03 goroutine 6 [semacquire, 9 minutes]: 18:34:03 sync.runtime_SemacquireMutex(0x400001a12c, 0x4000188200, 0x1) 18:34:03 /usr/local/go/src/runtime/sema.go:71 +0x40 18:34:03 sync.(*Mutex).lockSlow(0x400001a128) 18:34:03 /usr/local/go/src/sync/mutex.go:138 +0xec 18:34:03 sync.(*Mutex).Lock(...) 18:34:03 /usr/local/go/src/sync/mutex.go:81 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start(0x4000074000, 0x0, 0x0) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:113 +0x138 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.restart(0x22c9e0, 0x356068, 0x1eb17d, 0x5, 0x400004c010, 0x1, 0x1, 0x40000221e0, 0x4000022240, 0x40000222a0, ...) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:418 +0xb0 18:34:03 created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.TestStateConcurrency 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll_test.go:407 +0x2a4 18:34:03 18:34:03 goroutine 9 [chan send, 9 minutes]: 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update.func1(0x4000200000, 0x4000038f50) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:170 +0x140 18:34:03 github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).update(0x4000200000) 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:172 +0x5c 18:34:03 created by github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener.(*InMemoryCacheListener).Start 18:34:03 /w/workspace/go-mod-secrets/34/pkg/listener/poll.go:121 +0x110 18:34:03 FAIL github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 600.019s 18:34:03 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.013s coverage: 89.5% of statements 18:34:03 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 18:34:03 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.016s coverage: 100.0% of statements 18:34:03 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 18:34:03 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.024s coverage: 85.7% of statements 18:34:03 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.013s coverage: 100.0% of statements 18:34:03 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 18:34:03 FAIL 18:34:03 make: *** [Makefile:12: test] Error 1 [Pipeline] } 18:34:03 $ docker stop --time=1 8efdb6eb885cfe51a5c0321177be49c5bd767e159121459bb76a8bdb49e5c3e6 18:34:05 $ 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 18:34:07 ---> job-cost.sh 18:34:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-P5NX 18:34:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:36:08 lf-activate-venv(): INFO: Adding /tmp/venv-P5NX/bin to PATH 18:36:08 INFO: No Stack... 18:36:08 INFO: Retrieving Pricing Info for: lf-standard-4 18:36:08 INFO: Archiving Costs [Pipeline] sh 18:36:09 + cat /w/workspace/go-mod-secrets/34/archives/cost.csv 18:36:09 + cut -d, -f6 [Pipeline] lock 18:36:09 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] 18:36:09 Resource [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] did not exist. Created. 18:36:09 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:36:09 /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 18:36:09 + echo total: 0.20999999344348907 [Pipeline] stash 18:36:10 Warning: overwriting stash ‘stack-cost’ 18:36:10 Stashed 1 file(s) [Pipeline] } 18:36:10 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] } 18:36:11 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 18:36:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:36:14 ---> package-listing.sh 18:36:14 ++ facter osfamily 18:36:14 ++ tr '[:upper:]' '[:lower:]' 18:36:14 + OS_FAMILY=redhat 18:36:14 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 18:36:14 + START_PACKAGES=/tmp/packages_start.txt 18:36:14 + END_PACKAGES=/tmp/packages_end.txt 18:36:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:36:14 + PACKAGES=/tmp/packages_start.txt 18:36:14 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 18:36:14 + PACKAGES=/tmp/packages_end.txt 18:36:14 + case "${OS_FAMILY}" in 18:36:14 + rpm -qa 18:36:14 + sort 18:36:18 + '[' -f /tmp/packages_start.txt ']' 18:36:18 + '[' -f /tmp/packages_end.txt ']' 18:36:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:36:18 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 18:36:18 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 18:36:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 18:36:18 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 18:36:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:36:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:36:19 18:36:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:36:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:36:19 alpine: Pulling from edgex-lftools-log-publisher 18:36:19 df20fa9351a1: Pulling fs layer 18:36:19 36b3adc4ff6f: Pulling fs layer 18:36:19 8ad3a11d3b57: Pulling fs layer 18:36:19 46f8f816bc3b: Pulling fs layer 18:36:19 93b61091891f: Pulling fs layer 18:36:19 93b9cdb0e59b: Pulling fs layer 18:36:19 5e14af77c1be: Pulling fs layer 18:36:19 01666e4c0597: Pulling fs layer 18:36:19 aa168da1d23b: Pulling fs layer 18:36:19 93b61091891f: Waiting 18:36:19 93b9cdb0e59b: Waiting 18:36:19 5e14af77c1be: Waiting 18:36:19 01666e4c0597: Waiting 18:36:19 aa168da1d23b: Waiting 18:36:19 46f8f816bc3b: Waiting 18:36:19 36b3adc4ff6f: Download complete 18:36:19 46f8f816bc3b: Verifying Checksum 18:36:19 46f8f816bc3b: Download complete 18:36:19 df20fa9351a1: Verifying Checksum 18:36:19 df20fa9351a1: Download complete 18:36:19 93b9cdb0e59b: Verifying Checksum 18:36:19 93b9cdb0e59b: Download complete 18:36:19 5e14af77c1be: Verifying Checksum 18:36:19 5e14af77c1be: Download complete 18:36:20 01666e4c0597: Verifying Checksum 18:36:20 01666e4c0597: Download complete 18:36:20 93b61091891f: Verifying Checksum 18:36:20 93b61091891f: Download complete 18:36:20 df20fa9351a1: Pull complete 18:36:20 36b3adc4ff6f: Pull complete 18:36:20 8ad3a11d3b57: Verifying Checksum 18:36:20 8ad3a11d3b57: Download complete 18:36:21 8ad3a11d3b57: Pull complete 18:36:21 46f8f816bc3b: Pull complete 18:36:22 aa168da1d23b: Verifying Checksum 18:36:22 aa168da1d23b: Download complete 18:36:22 93b61091891f: Pull complete 18:36:22 93b9cdb0e59b: Pull complete 18:36:22 5e14af77c1be: Pull complete 18:36:22 01666e4c0597: Pull complete 18:36:29 aa168da1d23b: Pull complete 18:36:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:36:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:36:29 prd-centos7-docker-4c-2g-31784 does not seem to be running inside a container 18:36:29 $ 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 18:36:33 $ docker top 2576f0431352de4ab301ac66ba999194e879c12ef1f788e27ce3d18a74380f98 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:33 + touch /tmp/pre-build-complete [Pipeline] sh 18:36:33 + mkdir -p /var/log/sa [Pipeline] sh 18:36:34 + ls /var/log/sa-host 18:36:34 + sadf -c /var/log/sa-host/sa23 18:36:34 file_magic: OK 18:36:34 HZ: Using current value: 100 18:36:34 file_header: OK 18:36:34 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 18:36:34 Statistics: 18:36:34 Hnuu...uuuununununu... 18:36:34 File successfully converted to sysstat format version 12.2.1 18:36:34 + sadf -c /var/log/sa-host/sa29 18:36:34 file_magic: OK 18:36:34 HZ: Using current value: 100 18:36:34 file_header: OK 18:36:34 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 18:36:34 Statistics: 18:36:34 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... 18:36:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:36:34 provisioning config files... 18:36:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6048574419826425829tmp [Pipeline] { [Pipeline] echo 18:36:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:36:34 ---> create-netrc.sh [Pipeline] } 18:36:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:36:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:36:35 ---> python-tools-install.sh [Pipeline] echo 18:36:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:36:35 ---> sudo-logs.sh 18:36:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:36:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:36:35 ---> job-cost.sh 18:36:35 lf-activate-venv: SKIPPING 18:36:35 DEBUG: total: 0.20999999344348907 18:36:35 INFO: Retrieving Stack Cost... 18:36:36 INFO: Retrieving Pricing Info for: v1-standard-2 18:36:37 INFO: Archiving Costs [Pipeline] echo 18:36:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:36:37 ---> logs-deploy.sh 18:36:37 lf-activate-venv: SKIPPING 18:36:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/34 18:36:37 INFO: archiving workspace using pattern(s): 18:36:39 Archives upload complete. 18:36:39 INFO: archiving logs to Nexus