Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 69e6c9ec8a90460995072a8c2315e264534d545f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-messaging, 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-messaging-settings PROJECT: go-mod-messaging 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-messaging 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28773 in /w/workspace/xfoundry_go-mod-messaging_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-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 69e6c9ec8a90460995072a8c2315e264534d545f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 Commit message: "Merge pull request #96 from lenny-intel/race" > git rev-list --no-walk e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:40:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:40:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:40:11 ========================================================= 21:40:11 EdgeX Global Pipelines Version Info 21:40:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:40:12 ------------------- 21:40:12 stable info: 21:40:12 ------------------- 21:40:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:40:12 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:40:12 Message: update stable to v1.0.184 21:40:13 ------------------- 21:40:13 experimental info: 21:40:13 ------------------- 21:40:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:40:13 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:40:13 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:40:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69e6c9e [Pipeline] echo 21:40:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:40:17 + git log --format=format:%s -1 69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] echo 21:40:17 GIT_COMMIT: 69e6c9ec8a90460995072a8c2315e264534d545f, Commit Message: Merge pull request #96 from lenny-intel/race [Pipeline] echo 21:40:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:40:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:18 21:40:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:40:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:18 latest: Pulling from edgex-devops/git-semver 21:40:18 31603596830f: Pulling fs layer 21:40:18 2a8b12db71e7: Pulling fs layer 21:40:18 6ca5941a6612: Pulling fs layer 21:40:18 ecc8261a40a4: Pulling fs layer 21:40:18 ecc8261a40a4: Waiting 21:40:18 2a8b12db71e7: Verifying Checksum 21:40:18 2a8b12db71e7: Download complete 21:40:19 31603596830f: Verifying Checksum 21:40:19 31603596830f: Download complete 21:40:19 6ca5941a6612: Verifying Checksum 21:40:19 6ca5941a6612: Download complete 21:40:19 ecc8261a40a4: Verifying Checksum 21:40:19 31603596830f: Pull complete 21:40:19 2a8b12db71e7: Pull complete 21:40:20 6ca5941a6612: Pull complete 21:40:20 ecc8261a40a4: Pull complete 21:40:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:40:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:40:21 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:40:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:40:23 $ docker top aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:23 [ssh-agent] Looking for ssh-agent implementation... 21:40:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:23 $ docker exec aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent 21:40:24 SSH_AUTH_SOCK=/tmp/ssh-T5o1XyKQ1ion/agent.11 21:40:24 SSH_AGENT_PID=16 21:40:24 Running ssh-add (command line suppressed) 21:40:24 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1430026146863871597.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1430026146863871597.key) 21:40:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:24 + git tag --points-at HEAD [Pipeline] } 21:40:24 $ docker exec --env ******** --env ******** aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent -k 21:40:24 unset SSH_AUTH_SOCK; 21:40:24 unset SSH_AGENT_PID; 21:40:24 echo Agent pid 16 killed; 21:40:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:40:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:25 [ssh-agent] Looking for ssh-agent implementation... 21:40:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:25 $ docker exec aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent 21:40:25 SSH_AUTH_SOCK=/tmp/ssh-l6wpcDodIc8g/agent.44 21:40:25 SSH_AGENT_PID=49 21:40:25 Running ssh-add (command line suppressed) 21:40:25 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2763900748112175348.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2763900748112175348.key) 21:40:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:25 + git semver init 21:40:25 # -> Open(): unable to determine branch for HEAD 21:40:25 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:40:25 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:40:25 # $SEMVER_REMOTE_NAME = origin 21:40:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:25 # $SEMVER_USER_NAME = edgex-jenkins 21:40:25 # $SEMVER_BRANCH = master 21:40:25 # $SEMVER_TEMP = /tmp/semver-228850641 21:40:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 21:40:26 # '/tmp/semver-228850641' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 21:40:26 # -> Force: false 21:40:26 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 21:40:26 $ docker exec --env ******** --env ******** aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent -k 21:40:26 unset SSH_AUTH_SOCK; 21:40:26 unset SSH_AGENT_PID; 21:40:26 echo Agent pid 49 killed; 21:40:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:26 + git semver [Pipeline] } 21:40:26 $ docker stop --time=1 aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 21:40:28 $ docker rm -f aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 [Pipeline] // withDockerContainer [Pipeline] sh 21:40:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:40:29 Stashed 1 file(s) [Pipeline] echo 21:40:29 [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [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 21:40:44 Still waiting to schedule task 21:40:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:40:44 Still waiting to schedule task 21:40:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:42:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28775 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 21:42:44 Running in /w/workspace/go-mod-messaging/28 [Pipeline] { [Pipeline] checkout 21:42:49 using credential edgex-jenkins-ssh 21:42:49 Cloning the remote Git repository 21:42:49 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:42:49 > git init /w/workspace/go-mod-messaging/28 # timeout=10 21:42:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:42:49 > git --version # timeout=10 21:42:50 > git --version # 'git version 2.17.1' 21:42:50 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:42:51 Checking out Revision 69e6c9ec8a90460995072a8c2315e264534d545f (master) 21:42:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:42:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:42:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:42:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:42:50 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:42:51 > git config core.sparsecheckout # timeout=10 21:42:51 > git checkout -f 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 21:42:55 Commit message: "Merge pull request #96 from lenny-intel/race" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:42:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:42:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:42:58 + + sudotrue service 21:42:58 docker restart [Pipeline] unstash [Pipeline] echo 21:43:01 ========================================================= 21:43:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:43:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:43:01 + 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 . 21:43:02 Sending build context to Docker daemon 510kB 21:43:02 Step 1/7 : ARG BASE=golang:1.15-alpine 21:43:02 Step 2/7 : FROM ${BASE} 21:43:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:43:02 5f621e34cdf4: Pulling fs layer 21:43:02 a4357932f1b6: Pulling fs layer 21:43:02 18c013af1878: Pulling fs layer 21:43:02 00ac8860ef70: Pulling fs layer 21:43:02 63d7cb157983: Pulling fs layer 21:43:02 b116817d02f9: Pulling fs layer 21:43:02 745a02a5169b: Pulling fs layer 21:43:02 63d7cb157983: Waiting 21:43:02 b116817d02f9: Waiting 21:43:02 745a02a5169b: Waiting 21:43:02 00ac8860ef70: Waiting 21:43:02 18c013af1878: Verifying Checksum 21:43:02 18c013af1878: Download complete 21:43:02 a4357932f1b6: Download complete 21:43:02 63d7cb157983: Download complete 21:43:02 b116817d02f9: Verifying Checksum 21:43:02 b116817d02f9: Download complete 21:43:02 5f621e34cdf4: Verifying Checksum 21:43:02 5f621e34cdf4: Download complete 21:43:03 5f621e34cdf4: Pull complete 21:43:04 a4357932f1b6: Pull complete 21:43:04 18c013af1878: Pull complete 21:43:05 745a02a5169b: Verifying Checksum 21:43:05 745a02a5169b: Download complete 21:43:06 00ac8860ef70: Verifying Checksum 21:43:06 00ac8860ef70: Download complete 21:43:17 00ac8860ef70: Pull complete 21:43:17 63d7cb157983: Pull complete 21:43:17 b116817d02f9: Pull complete 21:43:20 745a02a5169b: Pull complete 21:43:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:43:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:43:20 ---> b7e6874047d6 21:43:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:43:24 ---> Running in 3a29c6d2c01d 21:43:24 Removing intermediate container 3a29c6d2c01d 21:43:24 ---> 911c3f1e0e08 21:43:24 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:43:24 ---> Running in 5ca28cc3666e 21:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:43:26 (1/5) Installing libsodium (1.0.18-r0) 21:43:27 (2/5) Installing libzmq (4.3.3-r0) 21:43:27 (3/5) Installing pkgconf (1.7.2-r0) 21:43:27 (4/5) Installing libsodium-dev (1.0.18-r0) 21:43:27 (5/5) Installing zeromq-dev (4.3.3-r0) 21:43:27 Executing busybox-1.31.1-r19.trigger 21:43:27 OK: 144 MiB in 44 packages 21:43:28 Removing intermediate container 5ca28cc3666e 21:43:28 ---> 11bf8610250c 21:43:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:43:28 ---> Running in 7ab79dbd0e71 21:43:29 Removing intermediate container 7ab79dbd0e71 21:43:29 ---> 6c7ded110fd4 21:43:29 Step 6/7 : COPY go.mod . 21:43:30 ---> 18a0eddc6de4 21:43:30 Step 7/7 : RUN go mod download 21:43:30 ---> Running in 654c07d75b01 21:43:45 Removing intermediate container 654c07d75b01 21:43:45 ---> 22b2bb3bac10 21:43:45 Successfully built 22b2bb3bac10 21:43:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:43:45 + docker inspect -f . ci-base-image-arm64 21:43:45 . [Pipeline] withDockerContainer 21:43:45 prd-ubuntu18.04-docker-arm64-4c-16g-28775 does not seem to be running inside a container 21:43:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/28 -v /w/workspace/go-mod-messaging/28:/w/workspace/go-mod-messaging/28:rw,z -v /w/workspace/go-mod-messaging/28@tmp:/w/workspace/go-mod-messaging/28@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-arm64 cat 21:43:47 $ docker top 511ea6c31663bc8540d98d8edb35db6747aa6406f45498a7584ae2ef934589a6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:43:48 + go version 21:43:48 go version go1.15.5 linux/arm64 [Pipeline] } 21:43:48 $ docker stop --time=1 511ea6c31663bc8540d98d8edb35db6747aa6406f45498a7584ae2ef934589a6 21:43:50 $ docker rm -f 511ea6c31663bc8540d98d8edb35db6747aa6406f45498a7584ae2ef934589a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:43:51 + docker inspect -f . ci-base-image-arm64 21:43:51 . [Pipeline] withDockerContainer 21:43:52 prd-ubuntu18.04-docker-arm64-4c-16g-28775 does not seem to be running inside a container 21:43:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/28 -v /w/workspace/go-mod-messaging/28:/w/workspace/go-mod-messaging/28:rw,z -v /w/workspace/go-mod-messaging/28@tmp:/w/workspace/go-mod-messaging/28@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-arm64 cat 21:43:53 $ docker top 912e74cc66853ffaf36b702ce473b3400a7d1f74413de231a2aea3e5be92f14b -eo pid,comm [Pipeline] { [Pipeline] sh 21:43:54 + make test 21:43:54 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:44:07 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 21:44:09 Running on prd-centos7-docker-4c-2g-28776 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 21:44:09 Running in /w/workspace/go-mod-messaging/28 [Pipeline] { [Pipeline] checkout 21:44:14 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.053s coverage: 89.9% of statements 21:44:18 using credential edgex-jenkins-ssh 21:44:18 Cloning the remote Git repository 21:44:18 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:44:18 > git init /w/workspace/go-mod-messaging/28 # timeout=10 21:44:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:44:19 > git --version # timeout=10 21:44:19 > git --version # 'git version 2.24.3' 21:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:44:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:44:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:44:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:44:21 Checking out Revision 69e6c9ec8a90460995072a8c2315e264534d545f (master) 21:44:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:44:21 > git config core.sparsecheckout # timeout=10 21:44:21 > git checkout -f 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 21:44:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.043s coverage: 77.1% of statements 21:44:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 21:44:27 Commit message: "Merge pull request #96 from lenny-intel/race" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:44:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:44:29 + sudo service docker restart 21:44:29 + true 21:44:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:44:32 ========================================================= 21:44:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:44:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:44:32 + 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 . 21:44:33 Sending build context to Docker daemon 511kB 21:44:33 Step 1/7 : ARG BASE=golang:1.15-alpine 21:44:33 Step 2/7 : FROM ${BASE} 21:44:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:44:33 188c0c94c7c5: Pulling fs layer 21:44:33 0ef7d3d256c8: Pulling fs layer 21:44:33 de9db76c5a1d: Pulling fs layer 21:44:33 bca2f99d35d6: Pulling fs layer 21:44:33 93359f2a8cfa: Pulling fs layer 21:44:33 7c6f9722023f: Pulling fs layer 21:44:33 a35cf1a2eb13: Pulling fs layer 21:44:33 93359f2a8cfa: Waiting 21:44:33 7c6f9722023f: Waiting 21:44:33 a35cf1a2eb13: Waiting 21:44:33 bca2f99d35d6: Waiting 21:44:33 de9db76c5a1d: Download complete 21:44:33 0ef7d3d256c8: Download complete 21:44:33 93359f2a8cfa: Download complete 21:44:33 7c6f9722023f: Verifying Checksum 21:44:33 7c6f9722023f: Download complete 21:44:33 188c0c94c7c5: Download complete 21:44:34 188c0c94c7c5: Pull complete 21:44:34 0ef7d3d256c8: Pull complete 21:44:35 de9db76c5a1d: Pull complete 21:44:37 a35cf1a2eb13: Verifying Checksum 21:44:39 bca2f99d35d6: Verifying Checksum 21:44:39 bca2f99d35d6: Download complete 21:44:46 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.385s coverage: 83.9% of statements 21:44:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements 21:44:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.033s coverage: 100.0% of statements 21:44:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.047s coverage: 100.0% of statements 21:44:46 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.040s coverage: 90.9% of statements 21:44:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:44:51 gofmt -l . 21:44:51 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:44:51 $ docker stop --time=1 912e74cc66853ffaf36b702ce473b3400a7d1f74413de231a2aea3e5be92f14b 21:44:51 bca2f99d35d6: Pull complete 21:44:51 93359f2a8cfa: Pull complete 21:44:51 7c6f9722023f: Pull complete 21:44:53 $ docker rm -f 912e74cc66853ffaf36b702ce473b3400a7d1f74413de231a2aea3e5be92f14b [Pipeline] // withDockerContainer [Pipeline] sh 21:44:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:44:54 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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:44:56 ---> job-cost.sh 21:44:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nAuu 21:45:00 a35cf1a2eb13: Pull complete 21:45:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:45:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:45:00 ---> a62c8e92a672 21:45:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:45:00 ---> Running in fe7bc7b7975c 21:45:00 Removing intermediate container fe7bc7b7975c 21:45:00 ---> 0e8d6b1eb284 21:45:00 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:45:00 ---> Running in 6d99ce201c27 21:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:03 (1/5) Installing libsodium (1.0.18-r0) 21:45:03 (2/5) Installing libzmq (4.3.3-r0) 21:45:03 (3/5) Installing pkgconf (1.7.2-r0) 21:45:03 (4/5) Installing libsodium-dev (1.0.18-r0) 21:45:04 (5/5) Installing zeromq-dev (4.3.3-r0) 21:45:04 Executing busybox-1.31.1-r19.trigger 21:45:04 OK: 167 MiB in 44 packages 21:45:06 Removing intermediate container 6d99ce201c27 21:45:06 ---> 78a3b0e4ad8a 21:45:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:45:06 ---> Running in 3c59a9c2ff34 21:45:07 Removing intermediate container 3c59a9c2ff34 21:45:07 ---> 77f56a459c86 21:45:07 Step 6/7 : COPY go.mod . 21:45:07 ---> 304c083c8e68 21:45:07 Step 7/7 : RUN go mod download 21:45:07 ---> Running in 2b768ab8eafe 21:45:34 Removing intermediate container 2b768ab8eafe 21:45:34 ---> 9ba4ae10165e 21:45:34 Successfully built 9ba4ae10165e 21:45:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:45:34 + docker inspect -f . ci-base-image-x86_64 21:45:34 . [Pipeline] withDockerContainer 21:45:35 prd-centos7-docker-4c-2g-28776 does not seem to be running inside a container 21:45:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/28 -v /w/workspace/go-mod-messaging/28:/w/workspace/go-mod-messaging/28:rw,z -v /w/workspace/go-mod-messaging/28@tmp:/w/workspace/go-mod-messaging/28@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 21:45:37 $ docker top c467ca3b2911a6ce66aa1b01ca1981696c3708621d12a745cd1251b660b16c7e -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:38 + go version 21:45:38 go version go1.15.5 linux/amd64 [Pipeline] } 21:45:38 $ docker stop --time=1 c467ca3b2911a6ce66aa1b01ca1981696c3708621d12a745cd1251b660b16c7e 21:45:40 $ docker rm -f c467ca3b2911a6ce66aa1b01ca1981696c3708621d12a745cd1251b660b16c7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:41 + docker inspect -f . ci-base-image-x86_64 21:45:41 . [Pipeline] withDockerContainer 21:45:41 prd-centos7-docker-4c-2g-28776 does not seem to be running inside a container 21:45:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/28 -v /w/workspace/go-mod-messaging/28:/w/workspace/go-mod-messaging/28:rw,z -v /w/workspace/go-mod-messaging/28@tmp:/w/workspace/go-mod-messaging/28@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 21:45:43 $ docker top 532505d1ea8e89ac7a009a27cd63a24c37c7bf349e4dd00a57a8bef14611e10e -eo pid,comm [Pipeline] { 21:45:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] sh 21:45:43 + make test 21:45:43 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:45:56 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 21:46:00 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.061s coverage: 89.9% of statements 21:46:11 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.122s coverage: 77.1% of statements 21:46:11 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 21:46:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.463s coverage: 83.9% of statements 21:46:38 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.150s coverage: 85.7% of statements 21:46:38 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.085s coverage: 100.0% of statements 21:46:38 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.073s coverage: 100.0% of statements 21:46:38 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.104s coverage: 90.9% of statements 21:46:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:46:40 gofmt -l . 21:46:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:46:40 $ docker stop --time=1 532505d1ea8e89ac7a009a27cd63a24c37c7bf349e4dd00a57a8bef14611e10e 21:46:43 $ docker rm -f 532505d1ea8e89ac7a009a27cd63a24c37c7bf349e4dd00a57a8bef14611e10e [Pipeline] // withDockerContainer [Pipeline] sh 21:46:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:46:45 Warning: overwriting stash ‘coverage-report’ 21:46:47 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 21:46:48 ---> job-cost.sh 21:46:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Y8zq 21:47:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:48:05 lf-activate-venv(): INFO: Adding /tmp/venv-nAuu/bin to PATH 21:48:05 INFO: No Stack... 21:48:05 INFO: Retrieving Pricing Info for: lf-standard-4 21:48:05 INFO: Archiving Costs [Pipeline] sh 21:48:05 + cat /w/workspace/go-mod-messaging/28/archives/cost.csv 21:48:05 + cut -d, -f6 [Pipeline] lock 21:48:05 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] 21:48:05 Resource [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] did not exist. Created. 21:48:05 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:48:05 + echo total: 0.20999999344348907 [Pipeline] stash 21:48:06 Stashed 1 file(s) [Pipeline] } 21:48:06 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:48:09 lf-activate-venv(): INFO: Adding /tmp/venv-Y8zq/bin to PATH 21:48:09 INFO: No Stack... 21:48:09 INFO: Retrieving Pricing Info for: v1-standard-2 21:48:09 INFO: Archiving Costs [Pipeline] sh 21:48:10 + cat /w/workspace/go-mod-messaging/28/archives/cost.csv 21:48:10 + cut -d, -f6 [Pipeline] lock 21:48:10 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] 21:48:10 Resource [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] did not exist. Created. 21:48:10 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:48:10 /w/workspace/go-mod-messaging/28@tmp/durable-e347ae8d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 21:48:11 + echo total: 0.029999999329447746 [Pipeline] stash 21:48:11 Warning: overwriting stash ‘stack-cost’ 21:48:11 Stashed 1 file(s) [Pipeline] } 21:48:11 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:48:12 provisioning config files... 21:48:12 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3045146803032377914tmp [Pipeline] { [Pipeline] sh 21:48:13 + set +x 21:48:13 + curl -s https://codecov.io/bash 21:48:13 + bash -s -- 21:48:13 21:48:13 _____ _ 21:48:13 / ____| | | 21:48:13 | | ___ __| | ___ ___ _____ __ 21:48:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:48:13 | |___| (_) | (_| | __/ (_| (_) \ V / 21:48:13 \_____\___/ \__,_|\___|\___\___/ \_/ 21:48:13 Bash-20210226-7100762 21:48:13 21:48:13 21:48:13 ==> git version 2.24.3 found 21:48:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:48:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:48:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:48:13 ==> Jenkins CI detected. 21:48:13 project root: . 21:48:13 --> token set from env 21:48:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:48:13 ==> Running gcov in . (disable via -X gcov) 21:48:13 ==> Python coveragepy not found 21:48:13 ==> Searching for coverage reports in: 21:48:13 + . 21:48:13 -> Found 1 reports 21:48:13 ==> Detecting git/mercurial file structure 21:48:13 ==> Reading reports 21:48:13 + ./coverage.out bytes=21589 21:48:13 ==> Appending adjustments 21:48:13 https://docs.codecov.io/docs/fixing-reports 21:48:13 + Found adjustments 21:48:13 ==> Gzipping contents 21:48:13 8.0K /tmp/codecov.Q2YeO1.gz 21:48:13 ==> Uploading reports 21:48:13 url: https://codecov.io 21:48:13 query: branch=master&commit=69e6c9ec8a90460995072a8c2315e264534d545f&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 21:48:13 -> Pinging Codecov 21:48:13 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=69e6c9ec8a90460995072a8c2315e264534d545f&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 21:48:14 -> Uploading to 21:48:14 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/F6E385568367DD0E4001BA4F8F1CB792/69e6c9ec8a90460995072a8c2315e264534d545f/4a953de9-715a-48ee-9fdf-7721b8409561.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T214814Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0cc944b62f60713f2546c41a9f1ae894b5ff47b54bcf62f8831ed5d2056c9793 21:48:14 % Total % Received % Xferd Average Speed Time Time Time Current 21:48:14 Dload Upload Total Spent Left Speed 21:48:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5227 0 0 100 5227 0 10933 --:--:-- --:--:-- --:--:-- 10935 100 5227 0 0 100 5227 0 10928 --:--:-- --:--:-- --:--:-- 10912 21:48:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] } 21:48:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:48:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:48:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:16 21:48:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:48:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:48:16 188c0c94c7c5: Pulling fs layer 21:48:16 0ef7d3d256c8: Pulling fs layer 21:48:16 de9db76c5a1d: Pulling fs layer 21:48:16 0eba1c9be4d2: Pulling fs layer 21:48:16 0d57e429df01: Pulling fs layer 21:48:16 4e4be7b47b0d: Pulling fs layer 21:48:16 e1f770b5df2f: Pulling fs layer 21:48:16 85a0685a4137: Pulling fs layer 21:48:16 0d57e429df01: Waiting 21:48:16 0eba1c9be4d2: Waiting 21:48:16 4e4be7b47b0d: Waiting 21:48:16 e1f770b5df2f: Waiting 21:48:16 85a0685a4137: Waiting 21:48:16 de9db76c5a1d: Verifying Checksum 21:48:16 de9db76c5a1d: Download complete 21:48:16 0ef7d3d256c8: Download complete 21:48:16 0d57e429df01: Verifying Checksum 21:48:16 0d57e429df01: Download complete 21:48:16 4e4be7b47b0d: Verifying Checksum 21:48:16 4e4be7b47b0d: Download complete 21:48:16 188c0c94c7c5: Verifying Checksum 21:48:16 188c0c94c7c5: Download complete 21:48:17 188c0c94c7c5: Pull complete 21:48:17 0ef7d3d256c8: Pull complete 21:48:17 de9db76c5a1d: Pull complete 21:48:18 e1f770b5df2f: Verifying Checksum 21:48:18 e1f770b5df2f: Download complete 21:48:20 0eba1c9be4d2: Verifying Checksum 21:48:20 0eba1c9be4d2: Download complete 21:48:21 85a0685a4137: Verifying Checksum 21:48:21 85a0685a4137: Download complete 21:48:27 0eba1c9be4d2: Pull complete 21:48:27 0d57e429df01: Pull complete 21:48:27 4e4be7b47b0d: Pull complete 21:48:29 e1f770b5df2f: Pull complete 21:48:37 85a0685a4137: Pull complete 21:48:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:48:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:48:37 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:48:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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-devops/edgex-snyk-go:1.410.4 cat 21:48:38 $ docker top 5fe20a2b357918c10fe463f0a8fe214a04638d95ed84e41b50f9eedcfd4f3674 -eo pid,comm [Pipeline] { [Pipeline] echo 21:48:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:48:39 + set -o pipefail 21:48:39 + snyk monitor '--org=edgex-jenkins' 21:48:42 21:48:42 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 21:48:42 21:48:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/f4b28cc8-e52c-4faf-80f8-6f6fa899d81b 21:48:42 21:48:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:48:42 21:48:42 [Pipeline] } 21:48:42 $ docker stop --time=1 5fe20a2b357918c10fe463f0a8fe214a04638d95ed84e41b50f9eedcfd4f3674 21:48:44 $ docker rm -f 5fe20a2b357918c10fe463f0a8fe214a04638d95ed84e41b50f9eedcfd4f3674 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:48:45 + git log --format=format:%s -1 69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] isUnix [Pipeline] sh 21:48:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:48:46 . [Pipeline] withDockerContainer 21:48:46 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:48:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:48:47 $ docker top af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:48:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:48:47 [ssh-agent] Looking for ssh-agent implementation... 21:48:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:48:48 $ docker exec af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c ssh-agent 21:48:48 SSH_AUTH_SOCK=/tmp/ssh-0sGkbshIlDzy/agent.13 21:48:48 SSH_AGENT_PID=19 21:48:48 Running ssh-add (command line suppressed) 21:48:48 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9127932281825573866.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9127932281825573866.key) 21:48:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:48:48 + git semver tag 21:48:48 # -> Open(): unable to determine branch for HEAD 21:48:48 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:48:48 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:48:48 # $SEMVER_REMOTE_NAME = origin 21:48:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:48:48 # $SEMVER_USER_NAME = edgex-jenkins 21:48:48 # $SEMVER_BRANCH = master 21:48:48 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 21:48:48 # 69e6c9ec8a90460995072a8c2315e264534d545f HEAD 21:48:48 # -> Force: false 21:48:48 # a599027c1b65136a02ec61f4e8d6cdcfadc7e864 refs/tags/v2.0.0-dev.6 [Pipeline] } 21:48:48 $ docker exec --env ******** --env ******** af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c ssh-agent -k 21:48:48 unset SSH_AUTH_SOCK; 21:48:48 unset SSH_AGENT_PID; 21:48:48 echo Agent pid 19 killed; 21:48:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:48:49 + git semver [Pipeline] } 21:48:49 $ docker stop --time=1 af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c 21:48:50 $ docker rm -f af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:48:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:48:51 21:48:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:48:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:48:51 0.23.1-centos7: Pulling from edgex-lftools 21:48:51 ab5ef0e58194: Pulling fs layer 21:48:51 9712f1f96733: Pulling fs layer 21:48:51 63f879dbbcfc: Pulling fs layer 21:48:51 0d9ebad4ef96: Pulling fs layer 21:48:51 e9a5061849ea: Pulling fs layer 21:48:51 d747dcd14b5f: Pulling fs layer 21:48:51 2de7ff778b66: Pulling fs layer 21:48:51 e9a5061849ea: Waiting 21:48:51 0d9ebad4ef96: Waiting 21:48:51 d747dcd14b5f: Waiting 21:48:51 2de7ff778b66: Waiting 21:48:51 9712f1f96733: Verifying Checksum 21:48:51 9712f1f96733: Download complete 21:48:53 63f879dbbcfc: Verifying Checksum 21:48:53 63f879dbbcfc: Download complete 21:48:53 e9a5061849ea: Verifying Checksum 21:48:53 e9a5061849ea: Download complete 21:48:53 d747dcd14b5f: Verifying Checksum 21:48:53 d747dcd14b5f: Download complete 21:48:53 2de7ff778b66: Verifying Checksum 21:48:53 2de7ff778b66: Download complete 21:48:54 0d9ebad4ef96: Verifying Checksum 21:48:54 0d9ebad4ef96: Download complete 21:48:54 ab5ef0e58194: Verifying Checksum 21:48:54 ab5ef0e58194: Download complete 21:48:58 ab5ef0e58194: Pull complete 21:48:58 9712f1f96733: Pull complete 21:49:00 63f879dbbcfc: Pull complete 21:49:07 0d9ebad4ef96: Pull complete 21:49:08 e9a5061849ea: Pull complete 21:49:08 d747dcd14b5f: Pull complete 21:49:12 2de7ff778b66: Pull complete 21:49:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:49:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:49:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:49:12 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:49:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:49:15 $ docker top f27ace2a4aca1167b1e4443e4355d50dc0a2f84c8a02054aa26c85d73e33305f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:49:15 provisioning config files... 21:49:15 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8867199909971619152tmp 21:49:15 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3347111938565159944tmp 21:49:15 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6796731437970616765tmp [Pipeline] { [Pipeline] echo 21:49:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:49:16 ---> sigul-configuration.sh 21:49:16 gpg: directory `/root/.gnupg' created 21:49:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:49:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:49:16 gpg: keyring `/root/.gnupg/secring.gpg' created 21:49:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:49:16 gpg: CAST5 encrypted data 21:49:16 gpg: encrypted with 1 passphrase 21:49:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:49:16 + mkdir /home/jenkins 21:49:16 + mkdir /home/jenkins/sigul [Pipeline] sh 21:49:16 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:49:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:49:17 ---> sigul-install.sh 21:49:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:49:22 + git tag --list 21:49:22 v0.0.0 21:49:22 v0.1.0 21:49:22 v0.1.1 21:49:22 v0.1.10 21:49:22 v0.1.11 21:49:22 v0.1.12 21:49:22 v0.1.13 21:49:22 v0.1.14 21:49:22 v0.1.15 21:49:22 v0.1.16 21:49:22 v0.1.17 21:49:22 v0.1.18 21:49:22 v0.1.19 21:49:22 v0.1.2 21:49:22 v0.1.20 21:49:22 v0.1.21 21:49:22 v0.1.22 21:49:22 v0.1.23 21:49:22 v0.1.24 21:49:22 v0.1.25 21:49:22 v0.1.26 21:49:22 v0.1.27 21:49:22 v0.1.28 21:49:22 v0.1.29 21:49:22 v0.1.3 21:49:22 v0.1.30 21:49:22 v0.1.31 21:49:22 v0.1.4 21:49:22 v0.1.5 21:49:22 v0.1.6 21:49:22 v0.1.7 21:49:22 v0.1.8 21:49:22 v0.1.9 21:49:22 v2.0.0-dev.1 21:49:22 v2.0.0-dev.2 21:49:22 v2.0.0-dev.3 21:49:22 v2.0.0-dev.4 21:49:22 v2.0.0-dev.5 21:49:22 v2.0.0-dev.6 [Pipeline] sh 21:49:23 + lftools sign git-tag v2.0.0-dev.6 21:49:24 Signing Git tag with Sigul... 21:49:24 Signing v2.0.0-dev.6 [Pipeline] echo 21:49:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:49:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:49:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:49:25 $ docker stop --time=1 f27ace2a4aca1167b1e4443e4355d50dc0a2f84c8a02054aa26c85d73e33305f 21:49:28 $ docker rm -f f27ace2a4aca1167b1e4443e4355d50dc0a2f84c8a02054aa26c85d73e33305f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:49:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:28 . [Pipeline] withDockerContainer 21:49:28 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:49:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:49:29 $ docker top b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:30 [ssh-agent] Looking for ssh-agent implementation... 21:49:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:30 $ docker exec b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e ssh-agent 21:49:30 SSH_AUTH_SOCK=/tmp/ssh-uLPkpow8CR1O/agent.11 21:49:30 SSH_AGENT_PID=16 21:49:30 Running ssh-add (command line suppressed) 21:49:30 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8372942614248189997.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8372942614248189997.key) 21:49:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:30 + git semver bump pre 21:49:30 # -> Open(): unable to determine branch for HEAD 21:49:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:49:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:49:30 # $SEMVER_REMOTE_NAME = origin 21:49:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:49:30 # $SEMVER_USER_NAME = edgex-jenkins 21:49:30 # $SEMVER_BRANCH = master 21:49:30 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 21:49:30 2.0.0-dev.7 [Pipeline] } 21:49:30 $ docker exec --env ******** --env ******** b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e ssh-agent -k 21:49:31 unset SSH_AUTH_SOCK; 21:49:31 unset SSH_AGENT_PID; 21:49:31 echo Agent pid 16 killed; 21:49:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:31 + git semver [Pipeline] } 21:49:31 $ docker stop --time=1 b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e 21:49:33 $ docker rm -f b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:49:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:33 . [Pipeline] withDockerContainer 21:49:33 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:49:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:49:34 $ docker top b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:34 [ssh-agent] Looking for ssh-agent implementation... 21:49:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:34 $ docker exec b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 ssh-agent 21:49:35 SSH_AUTH_SOCK=/tmp/ssh-nZF0LrZFazmf/agent.11 21:49:35 SSH_AGENT_PID=17 21:49:35 Running ssh-add (command line suppressed) 21:49:35 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_502772557505897252.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_502772557505897252.key) 21:49:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:35 + git semver push 21:49:35 # -> Open(): unable to determine branch for HEAD 21:49:35 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:49:35 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:49:35 # $SEMVER_REMOTE_NAME = origin 21:49:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:49:35 # $SEMVER_USER_NAME = edgex-jenkins 21:49:35 # $SEMVER_BRANCH = master 21:49:35 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 21:49:38 $ docker exec --env ******** --env ******** b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 ssh-agent -k 21:49:39 unset SSH_AUTH_SOCK; 21:49:39 unset SSH_AGENT_PID; 21:49:39 echo Agent pid 17 killed; 21:49:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:39 + git semver [Pipeline] } 21:49:39 $ docker stop --time=1 b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 21:49:41 $ docker rm -f b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:49:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:49:43 ---> package-listing.sh 21:49:43 ++ facter osfamily 21:49:43 ++ tr '[:upper:]' '[:lower:]' 21:49:43 + OS_FAMILY=redhat 21:49:43 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 21:49:43 + START_PACKAGES=/tmp/packages_start.txt 21:49:43 + END_PACKAGES=/tmp/packages_end.txt 21:49:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:49:43 + PACKAGES=/tmp/packages_start.txt 21:49:43 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 21:49:43 + PACKAGES=/tmp/packages_end.txt 21:49:43 + case "${OS_FAMILY}" in 21:49:43 + rpm -qa 21:49:43 + sort 21:49:48 + '[' -f /tmp/packages_start.txt ']' 21:49:48 + '[' -f /tmp/packages_end.txt ']' 21:49:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:49:48 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 21:49:48 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 21:49:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 21:49:48 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/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:49:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:49:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:49 21:49:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:49:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:49 alpine: Pulling from edgex-lftools-log-publisher 21:49:49 df20fa9351a1: Pulling fs layer 21:49:49 36b3adc4ff6f: Pulling fs layer 21:49:49 8ad3a11d3b57: Pulling fs layer 21:49:49 46f8f816bc3b: Pulling fs layer 21:49:49 93b61091891f: Pulling fs layer 21:49:49 93b9cdb0e59b: Pulling fs layer 21:49:49 5e14af77c1be: Pulling fs layer 21:49:49 01666e4c0597: Pulling fs layer 21:49:49 aa168da1d23b: Pulling fs layer 21:49:49 93b9cdb0e59b: Waiting 21:49:49 01666e4c0597: Waiting 21:49:49 aa168da1d23b: Waiting 21:49:49 5e14af77c1be: Waiting 21:49:49 46f8f816bc3b: Waiting 21:49:49 93b61091891f: Waiting 21:49:49 36b3adc4ff6f: Verifying Checksum 21:49:49 36b3adc4ff6f: Download complete 21:49:49 46f8f816bc3b: Verifying Checksum 21:49:49 46f8f816bc3b: Download complete 21:49:49 df20fa9351a1: Verifying Checksum 21:49:49 df20fa9351a1: Download complete 21:49:49 93b9cdb0e59b: Verifying Checksum 21:49:49 93b9cdb0e59b: Download complete 21:49:49 93b61091891f: Verifying Checksum 21:49:49 93b61091891f: Download complete 21:49:49 01666e4c0597: Verifying Checksum 21:49:49 01666e4c0597: Download complete 21:49:49 8ad3a11d3b57: Verifying Checksum 21:49:49 8ad3a11d3b57: Download complete 21:49:50 df20fa9351a1: Pull complete 21:49:50 36b3adc4ff6f: Pull complete 21:49:50 5e14af77c1be: Verifying Checksum 21:49:50 5e14af77c1be: Download complete 21:49:51 8ad3a11d3b57: Pull complete 21:49:51 aa168da1d23b: Verifying Checksum 21:49:51 aa168da1d23b: Download complete 21:49:52 46f8f816bc3b: Pull complete 21:49:52 93b61091891f: Pull complete 21:49:53 93b9cdb0e59b: Pull complete 21:49:53 5e14af77c1be: Pull complete 21:49:53 01666e4c0597: Pull complete 21:50:01 aa168da1d23b: Pull complete 21:50:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:50:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:50:01 prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container 21:50:01 $ 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/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:50:04 $ docker top 969e7710465e530d37e986f4938e68ff85995c2c4ac9f77004cd329ee0f93ed9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:04 + touch /tmp/pre-build-complete [Pipeline] sh 21:50:05 + mkdir -p /var/log/sa [Pipeline] sh 21:50:05 + ls /var/log/sa-host 21:50:05 + sadf -c /var/log/sa-host/sa05 21:50:05 file_magic: OK 21:50:05 HZ: Using current value: 100 21:50:05 file_header: OK 21:50:05 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 21:50:05 Statistics: 21:50:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:50:05 File successfully converted to sysstat format version 12.2.1 21:50:05 + sadf -c /var/log/sa-host/sa23 21:50:05 file_magic: OK 21:50:05 HZ: Using current value: 100 21:50:05 file_header: OK 21:50:05 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 21:50:05 Statistics: 21:50:05 Hnuu...uuuununununu... 21:50:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:50:05 provisioning config files... 21:50:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6571964646219464130tmp [Pipeline] { [Pipeline] echo 21:50:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:50:05 ---> create-netrc.sh [Pipeline] } 21:50:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:50:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:50:06 ---> python-tools-install.sh [Pipeline] echo 21:50:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:50:06 ---> sudo-logs.sh 21:50:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:50:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:50:07 ---> job-cost.sh 21:50:07 lf-activate-venv: SKIPPING 21:50:07 DEBUG: total: 0.029999999329447746 21:50:07 INFO: Retrieving Stack Cost... 21:50:08 INFO: Retrieving Pricing Info for: v1-standard-2 21:50:08 INFO: Archiving Costs [Pipeline] echo 21:50:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:50:08 ---> logs-deploy.sh 21:50:08 lf-activate-venv: SKIPPING 21:50:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/28 21:50:08 INFO: archiving workspace using pattern(s): 21:50:10 Archives upload complete. 21:50:10 INFO: archiving logs to Nexus