Pull request #89 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ed16d36dd7d732725d992eae3f87f49d728eae1+2df785cad6ad212fc030bc37ef8bc8a4d452bfff (8902dae45077684ef8f220881457c881e775ff21) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27517’ is offline Running on prd-centos7-docker-4c-2g-27520 in /w/workspace/exfoundry_go-mod-messaging_PR-89 [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/exfoundry_go-mod-messaging_PR-89 # 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/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2df785cad6ad212fc030bc37ef8bc8a4d452bfff into PR head commit 0ed16d36dd7d732725d992eae3f87f49d728eae1 Merge succeeded, producing 0ed16d36dd7d732725d992eae3f87f49d728eae1 Checking out Revision 0ed16d36dd7d732725d992eae3f87f49d728eae1 (PR-89) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ed16d36dd7d732725d992eae3f87f49d728eae1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ed16d36dd7d732725d992eae3f87f49d728eae1 # timeout=10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:53:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:53:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:53:33 ========================================================= 13:53:33 EdgeX Global Pipelines Version Info 13:53:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0fe7d996558dd7c0e6f7443aa5d77ee64ce32b2b # timeout=10 13:53:35 ------------------- 13:53:35 stable info: 13:53:35 ------------------- 13:53:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:53:35 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 13:53:35 Message: update stable to v1.0.181 13:53:36 ------------------- 13:53:36 experimental info: 13:53:36 ------------------- 13:53:36 Commited By: **** collab-it+edgex@linuxfoundation.org 13:53:36 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 13:53:36 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:53:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:53:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-89 [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-89 [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-89 [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ed16d36dd7d732725d992eae3f87f49d728eae1 [Pipeline] echo 13:53:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ed16d3 [Pipeline] echo 13:53:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:53:39 + git log --format=format:%s -1 0ed16d36dd7d732725d992eae3f87f49d728eae1 [Pipeline] echo 13:53:39 GIT_COMMIT: 0ed16d36dd7d732725d992eae3f87f49d728eae1, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo 13:53:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:53:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:40 13:53:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:53:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:41 latest: Pulling from edgex-devops/git-semver 13:53:41 31603596830f: Pulling fs layer 13:53:41 2a8b12db71e7: Pulling fs layer 13:53:41 6ca5941a6612: Pulling fs layer 13:53:41 ecc8261a40a4: Pulling fs layer 13:53:41 ecc8261a40a4: Waiting 13:53:41 2a8b12db71e7: Verifying Checksum 13:53:41 2a8b12db71e7: Download complete 13:53:41 31603596830f: Verifying Checksum 13:53:41 31603596830f: Download complete 13:53:41 ecc8261a40a4: Verifying Checksum 13:53:41 ecc8261a40a4: Download complete 13:53:41 6ca5941a6612: Verifying Checksum 13:53:41 6ca5941a6612: Download complete 13:53:41 31603596830f: Pull complete 13:53:41 2a8b12db71e7: Pull complete 13:53:42 6ca5941a6612: Pull complete 13:53:42 ecc8261a40a4: Pull complete 13:53:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:53:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:53:42 prd-centos7-docker-4c-2g-27520 does not seem to be running inside a container 13:53:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-89 -v /w/workspace/exfoundry_go-mod-messaging_PR-89:/w/workspace/exfoundry_go-mod-messaging_PR-89:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-89@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:53:44 $ docker top 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:53:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:53:45 [ssh-agent] Looking for ssh-agent implementation... 13:53:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:53:45 $ docker exec 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 ssh-agent 13:53:45 SSH_AUTH_SOCK=/tmp/ssh-2tjZ6In90jfa/agent.12 13:53:45 SSH_AGENT_PID=17 13:53:45 Running ssh-add (command line suppressed) 13:53:45 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-89@tmp/private_key_5186305398384984908.key (/w/workspace/exfoundry_go-mod-messaging_PR-89@tmp/private_key_5186305398384984908.key) 13:53:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:53:46 + git tag --points-at HEAD [Pipeline] } 13:53:46 $ docker exec --env ******** --env ******** 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 ssh-agent -k 13:53:46 unset SSH_AUTH_SOCK; 13:53:46 unset SSH_AGENT_PID; 13:53:46 echo Agent pid 17 killed; 13:53:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:53:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:53:46 [ssh-agent] Looking for ssh-agent implementation... 13:53:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:53:46 $ docker exec 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 ssh-agent 13:53:46 SSH_AUTH_SOCK=/tmp/ssh-PlUzIuLCeFxA/agent.46 13:53:46 SSH_AGENT_PID=51 13:53:46 Running ssh-add (command line suppressed) 13:53:46 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-89@tmp/private_key_5291969615427983193.key (/w/workspace/exfoundry_go-mod-messaging_PR-89@tmp/private_key_5291969615427983193.key) 13:53:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:53:47 + git semver init 13:53:47 # -> Open(): unable to determine branch for HEAD 13:53:47 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-89/.git 13:53:47 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-89 13:53:47 # $SEMVER_REMOTE_NAME = origin 13:53:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:53:47 # $SEMVER_USER_NAME = edgex-jenkins 13:53:47 # $SEMVER_BRANCH = PR-89 13:53:47 # $SEMVER_TEMP = /tmp/semver-578620838 13:53:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 13:53:47 # '/tmp/semver-578620838' -> '/w/workspace/exfoundry_go-mod-messaging_PR-89/.semver' 13:53:47 # -> Force: false 13:53:47 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-89/.semver [Pipeline] } 13:53:47 $ docker exec --env ******** --env ******** 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 ssh-agent -k 13:53:47 unset SSH_AUTH_SOCK; 13:53:47 unset SSH_AGENT_PID; 13:53:47 echo Agent pid 51 killed; 13:53:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:53:48 + git semver [Pipeline] } 13:53:48 $ docker stop --time=1 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 13:53:49 $ docker rm -f 0beae77bcb60aeef690ce297368841933baacda0b6da616912b5633fe026bca9 [Pipeline] // withDockerContainer [Pipeline] sh 13:53:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:53:50 Stashed 1 file(s) [Pipeline] echo 13:53:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 13:54:06 Still waiting to schedule task 13:54:06 ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27519’ is offline; ‘prd-centos7-docker-4c-2g-27521’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ 13:54:06 Still waiting to schedule task 13:54:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 13:54:25 Running on prd-centos7-docker-4c-2g-27522 in /w/workspace/exfoundry_go-mod-messaging_PR-89 [Pipeline] { [Pipeline] ws 13:54:25 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 13:54:27 using credential edgex-jenkins-ssh 13:54:28 Cloning the remote Git repository 13:54:28 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 13:54:29 Merging remotes/origin/master commit 2df785cad6ad212fc030bc37ef8bc8a4d452bfff into PR head commit 0ed16d36dd7d732725d992eae3f87f49d728eae1 13:54:28 > git init /w/workspace/go-mod-messaging/3 # timeout=10 13:54:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:54:28 > git --version # timeout=10 13:54:28 > git --version # 'git version 2.24.3' 13:54:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:54:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:54:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:54:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:54:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:54:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:54:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:54:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:54:29 > git config core.sparsecheckout # timeout=10 13:54:29 > git checkout -f 0ed16d36dd7d732725d992eae3f87f49d728eae1 # timeout=10 13:54:29 > git remote # timeout=10 13:54:29 > git config --get remote.origin.url # timeout=10 13:54:29 using GIT_SSH to set credentials SSH Credentials for GitHub 13:54:29 > git merge 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 13:54:29 Merge succeeded, producing 0ed16d36dd7d732725d992eae3f87f49d728eae1 13:54:29 Checking out Revision 0ed16d36dd7d732725d992eae3f87f49d728eae1 (PR-89) 13:54:29 > git rev-parse HEAD^{commit} # timeout=10 13:54:29 > git config core.sparsecheckout # timeout=10 13:54:29 > git checkout -f 0ed16d36dd7d732725d992eae3f87f49d728eae1 # timeout=10 13:54:32 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:54:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:54:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:54:34 + true 13:54:34 + sudo service docker restart 13:54:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 13:54:36 ========================================================= 13:54:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:54:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:54:36 + 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 . 13:54:36 Sending build context to Docker daemon 510kB 13:54:36 Step 1/7 : ARG BASE=golang:1.15-alpine 13:54:36 Step 2/7 : FROM ${BASE} 13:54:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:54:37 188c0c94c7c5: Pulling fs layer 13:54:37 0ef7d3d256c8: Pulling fs layer 13:54:37 de9db76c5a1d: Pulling fs layer 13:54:37 bca2f99d35d6: Pulling fs layer 13:54:37 93359f2a8cfa: Pulling fs layer 13:54:37 7c6f9722023f: Pulling fs layer 13:54:37 a35cf1a2eb13: Pulling fs layer 13:54:37 93359f2a8cfa: Waiting 13:54:37 a35cf1a2eb13: Waiting 13:54:37 7c6f9722023f: Waiting 13:54:37 bca2f99d35d6: Waiting 13:54:37 de9db76c5a1d: Verifying Checksum 13:54:37 de9db76c5a1d: Download complete 13:54:37 0ef7d3d256c8: Download complete 13:54:37 93359f2a8cfa: Verifying Checksum 13:54:37 93359f2a8cfa: Download complete 13:54:37 7c6f9722023f: Verifying Checksum 13:54:37 7c6f9722023f: Download complete 13:54:37 188c0c94c7c5: Verifying Checksum 13:54:37 188c0c94c7c5: Download complete 13:54:37 188c0c94c7c5: Pull complete 13:54:37 0ef7d3d256c8: Pull complete 13:54:37 de9db76c5a1d: Pull complete 13:54:40 a35cf1a2eb13: Verifying Checksum 13:54:40 a35cf1a2eb13: Download complete 13:54:40 bca2f99d35d6: Verifying Checksum 13:54:40 bca2f99d35d6: Download complete 13:54:45 bca2f99d35d6: Pull complete 13:54:45 93359f2a8cfa: Pull complete 13:54:45 7c6f9722023f: Pull complete 13:54:52 a35cf1a2eb13: Pull complete 13:54:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:54:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:54:52 ---> a62c8e92a672 13:54:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:54:52 ---> Running in e1c62e9e2a59 13:54:53 Removing intermediate container e1c62e9e2a59 13:54:53 ---> 3af37cea8cd3 13:54:53 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 13:54:53 ---> Running in 90812e9c3c82 13:54:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:54:54 (1/5) Installing libsodium (1.0.18-r0) 13:54:55 (2/5) Installing libzmq (4.3.3-r0) 13:54:55 (3/5) Installing pkgconf (1.7.2-r0) 13:54:55 (4/5) Installing libsodium-dev (1.0.18-r0) 13:54:55 (5/5) Installing zeromq-dev (4.3.3-r0) 13:54:55 Executing busybox-1.31.1-r19.trigger 13:54:55 OK: 167 MiB in 44 packages 13:54:56 Removing intermediate container 90812e9c3c82 13:54:56 ---> 8ef5a36daea7 13:54:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:54:56 ---> Running in f43d7b976b30 13:54:56 Removing intermediate container f43d7b976b30 13:54:56 ---> 4a26871d844d 13:54:56 Step 6/7 : COPY go.mod . 13:54:56 ---> 633c26058292 13:54:56 Step 7/7 : RUN go mod download 13:54:56 ---> Running in f8ac9cce5024 13:55:09 Removing intermediate container f8ac9cce5024 13:55:09 ---> feafa633f633 13:55:09 Successfully built feafa633f633 13:55:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:55:09 + docker inspect -f . ci-base-image-x86_64 13:55:09 . [Pipeline] withDockerContainer 13:55:09 prd-centos7-docker-4c-2g-27522 does not seem to be running inside a container 13:55:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:55:10 $ docker top 11efa9d938e07ac931320512ed8bd249963d0a6bab62771cabf3c4f975752244 -eo pid,comm [Pipeline] { [Pipeline] sh 13:55:11 + go version 13:55:11 go version go1.15.5 linux/amd64 [Pipeline] } 13:55:11 $ docker stop --time=1 11efa9d938e07ac931320512ed8bd249963d0a6bab62771cabf3c4f975752244 13:55:12 $ docker rm -f 11efa9d938e07ac931320512ed8bd249963d0a6bab62771cabf3c4f975752244 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:55:13 + docker inspect -f . ci-base-image-x86_64 13:55:13 . [Pipeline] withDockerContainer 13:55:13 prd-centos7-docker-4c-2g-27522 does not seem to be running inside a container 13:55:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:55:14 $ docker top 3b9fa5aee5812abd231c5e10b5f91feb9f2c284bdd99bf01311f2662d3e9acae -eo pid,comm [Pipeline] { [Pipeline] sh 13:55:14 + make test 13:55:14 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:55:20 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 13:55:20 # github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt [github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt.test] 13:55:20 internal/pkg/mqtt/client_test.go:149:9: cannot use &mc.connect (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:55:20 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:55:20 internal/pkg/mqtt/client_test.go:155:10: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:55:20 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:55:20 internal/pkg/mqtt/client_test.go:159:9: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:55:20 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:55:20 internal/pkg/mqtt/client_test.go:164:9: cannot use &mc.subscribe (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:55:20 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:55:21 FAIL github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt [build failed] 13:55:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.007s coverage: 77.1% of statements 13:55:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 13:55:46 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.351s coverage: 84.1% of statements 13:55:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.009s coverage: 85.7% of statements 13:55:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.039s coverage: 100.0% of statements 13:55:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.037s coverage: 100.0% of statements 13:55:46 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.005s coverage: 90.9% of statements 13:55:46 FAIL 13:55:46 make: *** [Makefile:6: test] Error 2 [Pipeline] } 13:55:46 $ docker stop --time=1 3b9fa5aee5812abd231c5e10b5f91feb9f2c284bdd99bf01311f2662d3e9acae 13:55:49 $ docker rm -f 3b9fa5aee5812abd231c5e10b5f91feb9f2c284bdd99bf01311f2662d3e9acae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:55:50 ---> job-cost.sh 13:55:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kZwK 13:55:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27523 in /w/workspace/exfoundry_go-mod-messaging_PR-89 [Pipeline] { [Pipeline] ws 13:55:51 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 13:55:56 using credential edgex-jenkins-ssh 13:55:56 Cloning the remote Git repository 13:55:56 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 13:55:57 > git init /w/workspace/go-mod-messaging/3 # timeout=10 13:55:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:55:57 > git --version # timeout=10 13:55:57 > git --version # 'git version 2.17.1' 13:55:57 using GIT_SSH to set credentials SSH Credentials for GitHub 13:55:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:55:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:55:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:55:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 13:55:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 13:55:57 using GIT_SSH to set credentials SSH Credentials for GitHub 13:55:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:55:58 Merging remotes/origin/master commit 2df785cad6ad212fc030bc37ef8bc8a4d452bfff into PR head commit 0ed16d36dd7d732725d992eae3f87f49d728eae1 13:55:58 Merge succeeded, producing 0ed16d36dd7d732725d992eae3f87f49d728eae1 13:55:58 Checking out Revision 0ed16d36dd7d732725d992eae3f87f49d728eae1 (PR-89) 13:55:58 > git config core.sparsecheckout # timeout=10 13:55:58 > git checkout -f 0ed16d36dd7d732725d992eae3f87f49d728eae1 # timeout=10 13:55:58 > git remote # timeout=10 13:55:58 > git config --get remote.origin.url # timeout=10 13:55:58 using GIT_SSH to set credentials SSH Credentials for GitHub 13:55:58 > git merge 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 13:55:58 > git rev-parse HEAD^{commit} # timeout=10 13:55:58 > git config core.sparsecheckout # timeout=10 13:55:58 > git checkout -f 0ed16d36dd7d732725d992eae3f87f49d728eae1 # timeout=10 13:56:02 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" 13:56:03 13:56:03 GitHub has been notified of this commit’s build result 13:56:03 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:56:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:56:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:56:05 + sudo service+ docker restart 13:56:05 true 13:56:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] unstash [Pipeline] echo 13:56:08 ========================================================= 13:56:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:56:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:56:08 + 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 . 13:56:09 Sending build context to Docker daemon 508.9kB 13:56:09 Step 1/7 : ARG BASE=golang:1.15-alpine 13:56:09 Step 2/7 : FROM ${BASE} 13:56:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:56:10 5f621e34cdf4: Pulling fs layer 13:56:10 a4357932f1b6: Pulling fs layer 13:56:10 18c013af1878: Pulling fs layer 13:56:10 00ac8860ef70: Pulling fs layer 13:56:10 63d7cb157983: Pulling fs layer 13:56:10 b116817d02f9: Pulling fs layer 13:56:10 745a02a5169b: Pulling fs layer 13:56:10 00ac8860ef70: Waiting 13:56:10 63d7cb157983: Waiting 13:56:10 b116817d02f9: Waiting 13:56:10 745a02a5169b: Waiting 13:56:10 18c013af1878: Download complete 13:56:10 a4357932f1b6: Verifying Checksum 13:56:10 a4357932f1b6: Download complete 13:56:10 63d7cb157983: Verifying Checksum 13:56:10 63d7cb157983: Download complete 13:56:10 b116817d02f9: Download complete 13:56:10 5f621e34cdf4: Verifying Checksum 13:56:10 5f621e34cdf4: Download complete 13:56:10 5f621e34cdf4: Pull complete 13:56:11 a4357932f1b6: Pull complete 13:56:12 18c013af1878: Pull complete 13:56:13 745a02a5169b: Verifying Checksum 13:56:13 745a02a5169b: Download complete 13:56:13 00ac8860ef70: Download complete 13:56:23 00ac8860ef70: Pull complete 13:56:23 63d7cb157983: Pull complete 13:56:24 b116817d02f9: Pull complete 13:56:28 745a02a5169b: Pull complete 13:56:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:56:28 ---> b7e6874047d6 13:56:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:56:30 ---> Running in d2449a104dde 13:56:31 Removing intermediate container d2449a104dde 13:56:31 ---> 4b74c34713a5 13:56:31 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 13:56:31 ---> Running in d547fdd3e15f 13:56:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:56:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:56:34 (1/5) Installing libsodium (1.0.18-r0) 13:56:34 (2/5) Installing libzmq (4.3.3-r0) 13:56:34 (3/5) Installing pkgconf (1.7.2-r0) 13:56:34 (4/5) Installing libsodium-dev (1.0.18-r0) 13:56:34 (5/5) Installing zeromq-dev (4.3.3-r0) 13:56:34 Executing busybox-1.31.1-r19.trigger 13:56:34 OK: 144 MiB in 44 packages 13:56:36 Removing intermediate container d547fdd3e15f 13:56:36 ---> eb5f8cc07233 13:56:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:56:36 ---> Running in d965adcc8153 13:56:37 Removing intermediate container d965adcc8153 13:56:37 ---> 1ab43feb724d 13:56:37 Step 6/7 : COPY go.mod . 13:56:37 lf-activate-venv(): INFO: Adding /tmp/venv-kZwK/bin to PATH 13:56:37 INFO: No Stack... 13:56:37 INFO: Retrieving Pricing Info for: v1-standard-2 13:56:37 INFO: Archiving Costs [Pipeline] sh 13:56:37 ---> a1c78d163b19 13:56:37 Step 7/7 : RUN go mod download 13:56:38 + cat /w/workspace/go-mod-messaging/3/archives/cost.csv 13:56:38 + cut -d, -f6 [Pipeline] lock 13:56:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] 13:56:38 ---> Running in 66cbbd6e41ef 13:56:38 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] did not exist. Created. 13:56:38 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:56:38 + echo total: 0.029999999329447746 [Pipeline] stash 13:56:38 Stashed 1 file(s) [Pipeline] } 13:56:38 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:56:39 Failed in branch amd64 13:56:53 Removing intermediate container 66cbbd6e41ef 13:56:53 ---> 5450922c7ae8 13:56:53 Successfully built 5450922c7ae8 13:56:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:56:53 + docker inspect -f . ci-base-image-arm64 13:56:53 . [Pipeline] withDockerContainer 13:56:53 prd-ubuntu18.04-docker-arm64-4c-16g-27523 does not seem to be running inside a container 13:56:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:56:55 $ docker top aafc435604292b229e6ab8216ea0e45d93bc275b3fa94da853116c42273a5607 -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:56 + go version 13:56:56 go version go1.15.5 linux/arm64 [Pipeline] } 13:56:56 $ docker stop --time=1 aafc435604292b229e6ab8216ea0e45d93bc275b3fa94da853116c42273a5607 13:56:58 $ docker rm -f aafc435604292b229e6ab8216ea0e45d93bc275b3fa94da853116c42273a5607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:56:59 + docker inspect -f . ci-base-image-arm64 13:56:59 . [Pipeline] withDockerContainer 13:56:59 prd-ubuntu18.04-docker-arm64-4c-16g-27523 does not seem to be running inside a container 13:56:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:57:01 $ docker top 5ec2760e916ba2fd723933609be1708da70680409658c5be17a35853c86e178f -eo pid,comm [Pipeline] { [Pipeline] sh 13:57:02 + make test 13:57:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:57:17 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 13:57:18 # github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt [github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt.test] 13:57:18 internal/pkg/mqtt/client_test.go:149:9: cannot use &mc.connect (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:57:18 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:57:18 internal/pkg/mqtt/client_test.go:155:10: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:57:18 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:57:18 internal/pkg/mqtt/client_test.go:159:9: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:57:18 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:57:18 internal/pkg/mqtt/client_test.go:164:9: cannot use &mc.subscribe (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 13:57:18 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 13:57:25 FAIL github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt [build failed] 13:57:26 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.030s coverage: 77.1% of statements 13:57:26 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 13:57:59 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.377s coverage: 84.1% of statements 13:57:59 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.018s coverage: 85.7% of statements 13:57:59 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.015s coverage: 100.0% of statements 13:57:59 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.010s coverage: 100.0% of statements 13:57:59 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.012s coverage: 90.9% of statements 13:57:59 FAIL 13:57:59 make: *** [Makefile:6: test] Error 2 [Pipeline] } 13:57:59 $ docker stop --time=1 5ec2760e916ba2fd723933609be1708da70680409658c5be17a35853c86e178f 13:58:01 $ docker rm -f 5ec2760e916ba2fd723933609be1708da70680409658c5be17a35853c86e178f [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 13:58:02 ---> job-cost.sh 13:58:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KJzp 13:58:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:01:26 lf-activate-venv(): INFO: Adding /tmp/venv-KJzp/bin to PATH 14:01:26 INFO: No Stack... 14:01:26 INFO: Retrieving Pricing Info for: lf-standard-4 14:01:26 INFO: Archiving Costs [Pipeline] sh 14:01:27 + cut -d, -f6 14:01:27 + cat /w/workspace/go-mod-messaging/3/archives/cost.csv [Pipeline] lock 14:01:27 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] 14:01:27 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] did not exist. Created. 14:01:27 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:01:27 /w/workspace/go-mod-messaging/3@tmp/durable-0c0a02c5/script.sh: 1: /w/workspace/go-mod-messaging/3@tmp/durable-0c0a02c5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:01:28 + echo total: 0.20999999344348907 [Pipeline] stash 14:01:28 Warning: overwriting stash ‘stack-cost’ 14:01:29 Stashed 1 file(s) [Pipeline] } 14:01:29 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-89-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:01:30 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 14:01:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:01:33 ---> package-listing.sh 14:01:33 ++ facter osfamily 14:01:33 ++ tr '[:upper:]' '[:lower:]' 14:01:33 + OS_FAMILY=redhat 14:01:33 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-89 14:01:33 + START_PACKAGES=/tmp/packages_start.txt 14:01:33 + END_PACKAGES=/tmp/packages_end.txt 14:01:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:01:33 + PACKAGES=/tmp/packages_start.txt 14:01:33 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-89 ']' 14:01:33 + PACKAGES=/tmp/packages_end.txt 14:01:33 + case "${OS_FAMILY}" in 14:01:33 + rpm -qa 14:01:33 + sort 14:01:39 + '[' -f /tmp/packages_start.txt ']' 14:01:39 + '[' -f /tmp/packages_end.txt ']' 14:01:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:01:39 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-89 ']' 14:01:39 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-89/archives/ 14:01:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-89/archives/ [Pipeline] echo 14:01:39 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/exfoundry_go-mod-messaging_PR-89/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:01:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:01:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:01:39 14:01:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:01:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:01:40 alpine: Pulling from edgex-lftools-log-publisher 14:01:40 df20fa9351a1: Pulling fs layer 14:01:40 36b3adc4ff6f: Pulling fs layer 14:01:40 8ad3a11d3b57: Pulling fs layer 14:01:40 46f8f816bc3b: Pulling fs layer 14:01:40 93b61091891f: Pulling fs layer 14:01:40 93b9cdb0e59b: Pulling fs layer 14:01:40 5e14af77c1be: Pulling fs layer 14:01:40 01666e4c0597: Pulling fs layer 14:01:40 aa168da1d23b: Pulling fs layer 14:01:40 46f8f816bc3b: Waiting 14:01:40 93b61091891f: Waiting 14:01:40 5e14af77c1be: Waiting 14:01:40 01666e4c0597: Waiting 14:01:40 93b9cdb0e59b: Waiting 14:01:40 aa168da1d23b: Waiting 14:01:40 36b3adc4ff6f: Download complete 14:01:40 46f8f816bc3b: Verifying Checksum 14:01:40 46f8f816bc3b: Download complete 14:01:40 df20fa9351a1: Verifying Checksum 14:01:40 df20fa9351a1: Download complete 14:01:40 93b9cdb0e59b: Verifying Checksum 14:01:40 93b9cdb0e59b: Download complete 14:01:40 5e14af77c1be: Verifying Checksum 14:01:40 5e14af77c1be: Download complete 14:01:40 93b61091891f: Verifying Checksum 14:01:40 93b61091891f: Download complete 14:01:40 01666e4c0597: Verifying Checksum 14:01:40 01666e4c0597: Download complete 14:01:40 8ad3a11d3b57: Verifying Checksum 14:01:40 8ad3a11d3b57: Download complete 14:01:40 df20fa9351a1: Pull complete 14:01:40 36b3adc4ff6f: Pull complete 14:01:41 8ad3a11d3b57: Pull complete 14:01:41 46f8f816bc3b: Pull complete 14:01:41 93b61091891f: Pull complete 14:01:42 93b9cdb0e59b: Pull complete 14:01:42 5e14af77c1be: Pull complete 14:01:42 aa168da1d23b: Verifying Checksum 14:01:43 01666e4c0597: Pull complete 14:01:49 aa168da1d23b: Pull complete 14:01:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:01:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:01:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:01:49 prd-centos7-docker-4c-2g-27520 does not seem to be running inside a container 14:01:49 $ 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/exfoundry_go-mod-messaging_PR-89/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-messaging_PR-89 -v /w/workspace/exfoundry_go-mod-messaging_PR-89:/w/workspace/exfoundry_go-mod-messaging_PR-89:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-89@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:01:53 $ docker top d23dec820c6077020e9efa4af9cadeaff560befcd986393c67f1a1b59203ccc8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:01:53 + touch /tmp/pre-build-complete [Pipeline] sh 14:01:54 + mkdir -p /var/log/sa [Pipeline] sh 14:01:54 + ls /var/log/sa-host 14:01:54 + sadf -c /var/log/sa-host/sa23 14:01:54 file_magic: OK 14:01:54 HZ: Using current value: 100 14:01:54 file_header: OK 14:01:54 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 14:01:54 Statistics: 14:01:54 Hnuu...uuuununununu... 14:01:54 File successfully converted to sysstat format version 12.2.1 14:01:54 + sadf -c /var/log/sa-host/sa24 14:01:54 file_magic: OK 14:01:54 HZ: Using current value: 100 14:01:54 file_header: OK 14:01:54 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 14:01:54 Statistics: 14:01:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:01:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:01:54 provisioning config files... 14:01:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-89@tmp/config5312300805762128087tmp [Pipeline] { [Pipeline] echo 14:01:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:01:55 ---> create-netrc.sh [Pipeline] } 14:01:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:01:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:01:55 ---> python-tools-install.sh [Pipeline] echo 14:01:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:01:55 ---> sudo-logs.sh 14:01:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:01:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:01:56 ---> job-cost.sh 14:01:56 lf-activate-venv: SKIPPING 14:01:56 DEBUG: total: 0.20999999344348907 14:01:56 INFO: Retrieving Stack Cost... 14:01:57 INFO: Retrieving Pricing Info for: v1-standard-2 14:01:57 INFO: Archiving Costs [Pipeline] echo 14:01:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:01:58 ---> logs-deploy.sh 14:01:58 lf-activate-venv: SKIPPING 14:01:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-89/3 14:01:58 INFO: archiving workspace using pattern(s): 14:02:00 Archives upload complete. 14:02:00 INFO: archiving logs to Nexus