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 [2021-03-05T21:40:10.590Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T21:40:10.929Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T21:40:11.078Z] ========================================================= [2021-03-05T21:40:11.078Z] EdgeX Global Pipelines Version Info [2021-03-05T21:40:11.078Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:40:12.538Z] ------------------- [2021-03-05T21:40:12.539Z] stable info: [2021-03-05T21:40:12.539Z] ------------------- [2021-03-05T21:40:12.539Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T21:40:12.539Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T21:40:12.539Z] Message: update stable to v1.0.184 [2021-03-05T21:40:13.486Z] ------------------- [2021-03-05T21:40:13.486Z] experimental info: [2021-03-05T21:40:13.486Z] ------------------- [2021-03-05T21:40:13.486Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T21:40:13.487Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T21:40:13.487Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T21:40:13.809Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-03-05T21:40:13.965Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-03-05T21:40:14.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T21:40:14.170Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T21:40:14.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T21:40:14.353Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T21:40:14.458Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T21:40:14.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T21:40:14.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-05T21:40:14.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T21:40:14.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T21:40:14.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-03-05T21:40:15.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T21:40:15.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T21:40:15.265Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T21:40:15.355Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T21:40:15.443Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T21:40:15.529Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T21:40:15.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T21:40:15.736Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-05T21:40:15.825Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-05T21:40:15.919Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-05T21:40:16.012Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-05T21:40:16.143Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-05T21:40:16.233Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-05T21:40:16.320Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T21:40:16.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-05T21:40:16.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-05T21:40:16.605Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-05T21:40:16.692Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] echo [2021-03-05T21:40:16.783Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69e6c9e [Pipeline] echo [2021-03-05T21:40:16.873Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T21:40:17.536Z] + git log --format=format:%s -1 69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] echo [2021-03-05T21:40:17.608Z] GIT_COMMIT: 69e6c9ec8a90460995072a8c2315e264534d545f, Commit Message: Merge pull request #96 from lenny-intel/race [Pipeline] echo [2021-03-05T21:40:17.653Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:40:18.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T21:40:18.632Z] [2021-03-05T21:40:18.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:40:18.978Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T21:40:18.978Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T21:40:18.978Z] 31603596830f: Pulling fs layer [2021-03-05T21:40:18.978Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T21:40:18.978Z] 6ca5941a6612: Pulling fs layer [2021-03-05T21:40:18.978Z] ecc8261a40a4: Pulling fs layer [2021-03-05T21:40:18.978Z] ecc8261a40a4: Waiting [2021-03-05T21:40:18.978Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T21:40:18.978Z] 2a8b12db71e7: Download complete [2021-03-05T21:40:19.242Z] 31603596830f: Verifying Checksum [2021-03-05T21:40:19.242Z] 31603596830f: Download complete [2021-03-05T21:40:19.242Z] 6ca5941a6612: Verifying Checksum [2021-03-05T21:40:19.242Z] 6ca5941a6612: Download complete [2021-03-05T21:40:19.242Z] ecc8261a40a4: Verifying Checksum [2021-03-05T21:40:19.509Z] 31603596830f: Pull complete [2021-03-05T21:40:19.771Z] 2a8b12db71e7: Pull complete [2021-03-05T21:40:20.719Z] 6ca5941a6612: Pull complete [2021-03-05T21:40:20.719Z] ecc8261a40a4: Pull complete [2021-03-05T21:40:20.719Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T21:40:20.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T21:40:20.981Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T21:40:21.086Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:40:21.133Z] $ 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 [2021-03-05T21:40:23.410Z] $ docker top aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T21:40:23.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T21:40:23.706Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T21:40:23.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T21:40:23.936Z] $ docker exec aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent [2021-03-05T21:40:24.112Z] SSH_AUTH_SOCK=/tmp/ssh-T5o1XyKQ1ion/agent.11 [2021-03-05T21:40:24.112Z] SSH_AGENT_PID=16 [2021-03-05T21:40:24.122Z] Running ssh-add (command line suppressed) [2021-03-05T21:40:24.317Z] 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) [2021-03-05T21:40:24.377Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T21:40:24.713Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T21:40:24.733Z] $ docker exec --env ******** --env ******** aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent -k [2021-03-05T21:40:24.843Z] unset SSH_AUTH_SOCK; [2021-03-05T21:40:24.843Z] unset SSH_AGENT_PID; [2021-03-05T21:40:24.843Z] echo Agent pid 16 killed; [2021-03-05T21:40:24.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T21:40:25.037Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T21:40:25.037Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T21:40:25.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T21:40:25.210Z] $ docker exec aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent [2021-03-05T21:40:25.366Z] SSH_AUTH_SOCK=/tmp/ssh-l6wpcDodIc8g/agent.44 [2021-03-05T21:40:25.366Z] SSH_AGENT_PID=49 [2021-03-05T21:40:25.372Z] Running ssh-add (command line suppressed) [2021-03-05T21:40:25.494Z] 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) [2021-03-05T21:40:25.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T21:40:25.949Z] + git semver init [2021-03-05T21:40:25.950Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T21:40:25.950Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T21:40:25.950Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T21:40:25.950Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T21:40:25.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T21:40:25.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T21:40:25.950Z] # $SEMVER_BRANCH = master [2021-03-05T21:40:25.950Z] # $SEMVER_TEMP = /tmp/semver-228850641 [2021-03-05T21:40:25.950Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-03-05T21:40:26.220Z] # '/tmp/semver-228850641' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-03-05T21:40:26.220Z] # -> Force: false [2021-03-05T21:40:26.220Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-05T21:40:26.237Z] $ docker exec --env ******** --env ******** aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 ssh-agent -k [2021-03-05T21:40:26.356Z] unset SSH_AUTH_SOCK; [2021-03-05T21:40:26.356Z] unset SSH_AGENT_PID; [2021-03-05T21:40:26.356Z] echo Agent pid 49 killed; [2021-03-05T21:40:26.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T21:40:26.894Z] + git semver [Pipeline] } [2021-03-05T21:40:26.922Z] $ docker stop --time=1 aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 [2021-03-05T21:40:28.337Z] $ docker rm -f aa18cfa226f2b63ce5f24bf2c0a384f4033ea908886bfa4ebb318d5316d00d24 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T21:40:28.810Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T21:40:29.204Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T21:40:29.207Z] [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 [2021-03-05T21:40:44.684Z] Still waiting to schedule task [2021-03-05T21:40:44.685Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-05T21:40:44.687Z] Still waiting to schedule task [2021-03-05T21:40:44.687Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T21:42:44.245Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28775 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-05T21:42:44.301Z] Running in /w/workspace/go-mod-messaging/28 [Pipeline] { [Pipeline] checkout [2021-03-05T21:42:49.685Z] using credential edgex-jenkins-ssh [2021-03-05T21:42:49.745Z] Cloning the remote Git repository [2021-03-05T21:42:49.795Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T21:42:49.912Z] > git init /w/workspace/go-mod-messaging/28 # timeout=10 [2021-03-05T21:42:49.989Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T21:42:49.990Z] > git --version # timeout=10 [2021-03-05T21:42:50.013Z] > git --version # 'git version 2.17.1' [2021-03-05T21:42:50.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T21:42:50.121Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T21:42:51.381Z] Checking out Revision 69e6c9ec8a90460995072a8c2315e264534d545f (master) [2021-03-05T21:42:50.829Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T21:42:50.853Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T21:42:50.888Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T21:42:50.930Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T21:42:50.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T21:42:50.941Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T21:42:51.399Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T21:42:51.425Z] > git checkout -f 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 [2021-03-05T21:42:55.901Z] 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 [2021-03-05T21:42:57.465Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T21:42:57.867Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T21:42:58.207Z] + + sudotrue service [2021-03-05T21:42:58.207Z] docker restart [Pipeline] unstash [Pipeline] echo [2021-03-05T21:43:01.319Z] ========================================================= [2021-03-05T21:43:01.319Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T21:43:01.319Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:43:01.707Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-05T21:43:02.704Z] Sending build context to Docker daemon 510kB [2021-03-05T21:43:02.704Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-05T21:43:02.704Z] Step 2/7 : FROM ${BASE} [2021-03-05T21:43:02.978Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T21:43:02.978Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T21:43:02.978Z] a4357932f1b6: Pulling fs layer [2021-03-05T21:43:02.978Z] 18c013af1878: Pulling fs layer [2021-03-05T21:43:02.978Z] 00ac8860ef70: Pulling fs layer [2021-03-05T21:43:02.978Z] 63d7cb157983: Pulling fs layer [2021-03-05T21:43:02.978Z] b116817d02f9: Pulling fs layer [2021-03-05T21:43:02.978Z] 745a02a5169b: Pulling fs layer [2021-03-05T21:43:02.978Z] 63d7cb157983: Waiting [2021-03-05T21:43:02.978Z] b116817d02f9: Waiting [2021-03-05T21:43:02.978Z] 745a02a5169b: Waiting [2021-03-05T21:43:02.978Z] 00ac8860ef70: Waiting [2021-03-05T21:43:02.978Z] 18c013af1878: Verifying Checksum [2021-03-05T21:43:02.978Z] 18c013af1878: Download complete [2021-03-05T21:43:02.978Z] a4357932f1b6: Download complete [2021-03-05T21:43:02.978Z] 63d7cb157983: Download complete [2021-03-05T21:43:02.978Z] b116817d02f9: Verifying Checksum [2021-03-05T21:43:02.978Z] b116817d02f9: Download complete [2021-03-05T21:43:02.978Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T21:43:02.978Z] 5f621e34cdf4: Download complete [2021-03-05T21:43:03.577Z] 5f621e34cdf4: Pull complete [2021-03-05T21:43:04.178Z] a4357932f1b6: Pull complete [2021-03-05T21:43:04.456Z] 18c013af1878: Pull complete [2021-03-05T21:43:05.887Z] 745a02a5169b: Verifying Checksum [2021-03-05T21:43:05.887Z] 745a02a5169b: Download complete [2021-03-05T21:43:06.866Z] 00ac8860ef70: Verifying Checksum [2021-03-05T21:43:06.866Z] 00ac8860ef70: Download complete [2021-03-05T21:43:17.041Z] 00ac8860ef70: Pull complete [2021-03-05T21:43:17.041Z] 63d7cb157983: Pull complete [2021-03-05T21:43:17.313Z] b116817d02f9: Pull complete [2021-03-05T21:43:20.706Z] 745a02a5169b: Pull complete [2021-03-05T21:43:20.706Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T21:43:20.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T21:43:20.706Z] ---> b7e6874047d6 [2021-03-05T21:43:20.706Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-05T21:43:24.126Z] ---> Running in 3a29c6d2c01d [2021-03-05T21:43:24.126Z] Removing intermediate container 3a29c6d2c01d [2021-03-05T21:43:24.126Z] ---> 911c3f1e0e08 [2021-03-05T21:43:24.126Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-05T21:43:24.126Z] ---> Running in 5ca28cc3666e [2021-03-05T21:43:25.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T21:43:26.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T21:43:26.796Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-05T21:43:27.072Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-05T21:43:27.072Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-05T21:43:27.072Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-05T21:43:27.350Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-05T21:43:27.350Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T21:43:27.350Z] OK: 144 MiB in 44 packages [2021-03-05T21:43:28.791Z] Removing intermediate container 5ca28cc3666e [2021-03-05T21:43:28.791Z] ---> 11bf8610250c [2021-03-05T21:43:28.791Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-05T21:43:28.791Z] ---> Running in 7ab79dbd0e71 [2021-03-05T21:43:29.399Z] Removing intermediate container 7ab79dbd0e71 [2021-03-05T21:43:29.399Z] ---> 6c7ded110fd4 [2021-03-05T21:43:29.399Z] Step 6/7 : COPY go.mod . [2021-03-05T21:43:30.008Z] ---> 18a0eddc6de4 [2021-03-05T21:43:30.008Z] Step 7/7 : RUN go mod download [2021-03-05T21:43:30.282Z] ---> Running in 654c07d75b01 [2021-03-05T21:43:45.389Z] Removing intermediate container 654c07d75b01 [2021-03-05T21:43:45.389Z] ---> 22b2bb3bac10 [2021-03-05T21:43:45.389Z] Successfully built 22b2bb3bac10 [2021-03-05T21:43:45.389Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:43:45.744Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T21:43:45.744Z] . [Pipeline] withDockerContainer [2021-03-05T21:43:45.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-28775 does not seem to be running inside a container [2021-03-05T21:43:46.094Z] $ 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 [2021-03-05T21:43:47.497Z] $ docker top 511ea6c31663bc8540d98d8edb35db6747aa6406f45498a7584ae2ef934589a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T21:43:48.546Z] + go version [2021-03-05T21:43:48.546Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T21:43:48.566Z] $ docker stop --time=1 511ea6c31663bc8540d98d8edb35db6747aa6406f45498a7584ae2ef934589a6 [2021-03-05T21:43:50.505Z] $ docker rm -f 511ea6c31663bc8540d98d8edb35db6747aa6406f45498a7584ae2ef934589a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:43:51.765Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T21:43:51.765Z] . [Pipeline] withDockerContainer [2021-03-05T21:43:52.030Z] prd-ubuntu18.04-docker-arm64-4c-16g-28775 does not seem to be running inside a container [2021-03-05T21:43:52.111Z] $ 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 [2021-03-05T21:43:53.626Z] $ docker top 912e74cc66853ffaf36b702ce473b3400a7d1f74413de231a2aea3e5be92f14b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T21:43:54.657Z] + make test [2021-03-05T21:43:54.657Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-05T21:44:07.796Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-05T21:44:09.926Z] Running on prd-centos7-docker-4c-2g-28776 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-05T21:44:09.991Z] Running in /w/workspace/go-mod-messaging/28 [Pipeline] { [Pipeline] checkout [2021-03-05T21:44:14.536Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.053s coverage: 89.9% of statements [2021-03-05T21:44:18.637Z] using credential edgex-jenkins-ssh [2021-03-05T21:44:18.700Z] Cloning the remote Git repository [2021-03-05T21:44:18.817Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T21:44:18.936Z] > git init /w/workspace/go-mod-messaging/28 # timeout=10 [2021-03-05T21:44:19.158Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T21:44:19.158Z] > git --version # timeout=10 [2021-03-05T21:44:19.317Z] > git --version # 'git version 2.24.3' [2021-03-05T21:44:19.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T21:44:19.527Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T21:44:20.276Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T21:44:20.294Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T21:44:20.425Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T21:44:21.834Z] Checking out Revision 69e6c9ec8a90460995072a8c2315e264534d545f (master) [2021-03-05T21:44:20.555Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T21:44:20.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T21:44:20.602Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T21:44:21.847Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T21:44:21.920Z] > git checkout -f 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 [2021-03-05T21:44:24.734Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.043s coverage: 77.1% of statements [2021-03-05T21:44:24.734Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-05T21:44:27.144Z] 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 [2021-03-05T21:44:28.566Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T21:44:28.960Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T21:44:29.276Z] + sudo service docker restart [2021-03-05T21:44:29.276Z] + true [2021-03-05T21:44:29.276Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-05T21:44:32.116Z] ========================================================= [2021-03-05T21:44:32.116Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T21:44:32.116Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:44:32.596Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-05T21:44:33.599Z] Sending build context to Docker daemon 511kB [2021-03-05T21:44:33.599Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-05T21:44:33.599Z] Step 2/7 : FROM ${BASE} [2021-03-05T21:44:33.599Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T21:44:33.599Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T21:44:33.599Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T21:44:33.599Z] de9db76c5a1d: Pulling fs layer [2021-03-05T21:44:33.599Z] bca2f99d35d6: Pulling fs layer [2021-03-05T21:44:33.599Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T21:44:33.599Z] 7c6f9722023f: Pulling fs layer [2021-03-05T21:44:33.599Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T21:44:33.599Z] 93359f2a8cfa: Waiting [2021-03-05T21:44:33.599Z] 7c6f9722023f: Waiting [2021-03-05T21:44:33.599Z] a35cf1a2eb13: Waiting [2021-03-05T21:44:33.599Z] bca2f99d35d6: Waiting [2021-03-05T21:44:33.891Z] de9db76c5a1d: Download complete [2021-03-05T21:44:33.891Z] 0ef7d3d256c8: Download complete [2021-03-05T21:44:33.891Z] 93359f2a8cfa: Download complete [2021-03-05T21:44:33.891Z] 7c6f9722023f: Verifying Checksum [2021-03-05T21:44:33.891Z] 7c6f9722023f: Download complete [2021-03-05T21:44:33.891Z] 188c0c94c7c5: Download complete [2021-03-05T21:44:34.488Z] 188c0c94c7c5: Pull complete [2021-03-05T21:44:34.763Z] 0ef7d3d256c8: Pull complete [2021-03-05T21:44:35.033Z] de9db76c5a1d: Pull complete [2021-03-05T21:44:37.659Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T21:44:39.159Z] bca2f99d35d6: Verifying Checksum [2021-03-05T21:44:39.159Z] bca2f99d35d6: Download complete [2021-03-05T21:44:46.900Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.385s coverage: 83.9% of statements [2021-03-05T21:44:46.900Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements [2021-03-05T21:44:46.900Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.033s coverage: 100.0% of statements [2021-03-05T21:44:46.900Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.047s coverage: 100.0% of statements [2021-03-05T21:44:46.900Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.040s coverage: 90.9% of statements [2021-03-05T21:44:46.900Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-05T21:44:51.248Z] gofmt -l . [2021-03-05T21:44:51.248Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-05T21:44:51.269Z] $ docker stop --time=1 912e74cc66853ffaf36b702ce473b3400a7d1f74413de231a2aea3e5be92f14b [2021-03-05T21:44:51.807Z] bca2f99d35d6: Pull complete [2021-03-05T21:44:51.807Z] 93359f2a8cfa: Pull complete [2021-03-05T21:44:51.807Z] 7c6f9722023f: Pull complete [2021-03-05T21:44:53.316Z] $ docker rm -f 912e74cc66853ffaf36b702ce473b3400a7d1f74413de231a2aea3e5be92f14b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T21:44:54.147Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-05T21:44:54.982Z] 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 [2021-03-05T21:44:56.200Z] ---> job-cost.sh [2021-03-05T21:44:56.200Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nAuu [2021-03-05T21:45:00.311Z] a35cf1a2eb13: Pull complete [2021-03-05T21:45:00.311Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T21:45:00.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T21:45:00.311Z] ---> a62c8e92a672 [2021-03-05T21:45:00.311Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-05T21:45:00.311Z] ---> Running in fe7bc7b7975c [2021-03-05T21:45:00.610Z] Removing intermediate container fe7bc7b7975c [2021-03-05T21:45:00.610Z] ---> 0e8d6b1eb284 [2021-03-05T21:45:00.610Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-05T21:45:00.610Z] ---> Running in 6d99ce201c27 [2021-03-05T21:45:02.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T21:45:02.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T21:45:03.524Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-05T21:45:03.524Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-05T21:45:03.789Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-05T21:45:03.789Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-05T21:45:04.066Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-05T21:45:04.066Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T21:45:04.066Z] OK: 167 MiB in 44 packages [2021-03-05T21:45:06.433Z] Removing intermediate container 6d99ce201c27 [2021-03-05T21:45:06.433Z] ---> 78a3b0e4ad8a [2021-03-05T21:45:06.433Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-05T21:45:06.433Z] ---> Running in 3c59a9c2ff34 [2021-03-05T21:45:07.020Z] Removing intermediate container 3c59a9c2ff34 [2021-03-05T21:45:07.020Z] ---> 77f56a459c86 [2021-03-05T21:45:07.020Z] Step 6/7 : COPY go.mod . [2021-03-05T21:45:07.307Z] ---> 304c083c8e68 [2021-03-05T21:45:07.307Z] Step 7/7 : RUN go mod download [2021-03-05T21:45:07.307Z] ---> Running in 2b768ab8eafe [2021-03-05T21:45:34.296Z] Removing intermediate container 2b768ab8eafe [2021-03-05T21:45:34.296Z] ---> 9ba4ae10165e [2021-03-05T21:45:34.296Z] Successfully built 9ba4ae10165e [2021-03-05T21:45:34.296Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:45:34.682Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T21:45:34.970Z] . [Pipeline] withDockerContainer [2021-03-05T21:45:35.376Z] prd-centos7-docker-4c-2g-28776 does not seem to be running inside a container [2021-03-05T21:45:35.464Z] $ 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 [2021-03-05T21:45:37.671Z] $ docker top c467ca3b2911a6ce66aa1b01ca1981696c3708621d12a745cd1251b660b16c7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T21:45:38.822Z] + go version [2021-03-05T21:45:38.822Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T21:45:38.850Z] $ docker stop --time=1 c467ca3b2911a6ce66aa1b01ca1981696c3708621d12a745cd1251b660b16c7e [2021-03-05T21:45:40.619Z] $ docker rm -f c467ca3b2911a6ce66aa1b01ca1981696c3708621d12a745cd1251b660b16c7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:45:41.503Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T21:45:41.503Z] . [Pipeline] withDockerContainer [2021-03-05T21:45:41.675Z] prd-centos7-docker-4c-2g-28776 does not seem to be running inside a container [2021-03-05T21:45:41.772Z] $ 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 [2021-03-05T21:45:43.000Z] $ docker top 532505d1ea8e89ac7a009a27cd63a24c37c7bf349e4dd00a57a8bef14611e10e -eo pid,comm [Pipeline] { [2021-03-05T21:45:43.218Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] sh [2021-03-05T21:45:43.559Z] + make test [2021-03-05T21:45:43.559Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-05T21:45:56.100Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-05T21:46:00.752Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.061s coverage: 89.9% of statements [2021-03-05T21:46:11.317Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.122s coverage: 77.1% of statements [2021-03-05T21:46:11.317Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-05T21:46:38.579Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.463s coverage: 83.9% of statements [2021-03-05T21:46:38.579Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.150s coverage: 85.7% of statements [2021-03-05T21:46:38.579Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.085s coverage: 100.0% of statements [2021-03-05T21:46:38.579Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.073s coverage: 100.0% of statements [2021-03-05T21:46:38.579Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.104s coverage: 90.9% of statements [2021-03-05T21:46:38.579Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-05T21:46:40.216Z] gofmt -l . [2021-03-05T21:46:40.798Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-05T21:46:40.822Z] $ docker stop --time=1 532505d1ea8e89ac7a009a27cd63a24c37c7bf349e4dd00a57a8bef14611e10e [2021-03-05T21:46:43.418Z] $ docker rm -f 532505d1ea8e89ac7a009a27cd63a24c37c7bf349e4dd00a57a8bef14611e10e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T21:46:44.526Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-05T21:46:45.529Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T21:46:47.088Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:46:48.293Z] ---> job-cost.sh [2021-03-05T21:46:48.293Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Y8zq [2021-03-05T21:47:21.493Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T21:48:05.050Z] lf-activate-venv(): INFO: Adding /tmp/venv-nAuu/bin to PATH [2021-03-05T21:48:05.050Z] INFO: No Stack... [2021-03-05T21:48:05.050Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T21:48:05.050Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T21:48:05.389Z] + cat /w/workspace/go-mod-messaging/28/archives/cost.csv [2021-03-05T21:48:05.389Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T21:48:05.495Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [2021-03-05T21:48:05.504Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] did not exist. Created. [2021-03-05T21:48:05.504Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T21:48:05.947Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T21:48:06.172Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T21:48:06.187Z] 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] } [2021-03-05T21:48:09.608Z] lf-activate-venv(): INFO: Adding /tmp/venv-Y8zq/bin to PATH [2021-03-05T21:48:09.608Z] INFO: No Stack... [2021-03-05T21:48:09.608Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T21:48:09.900Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T21:48:10.299Z] + cat /w/workspace/go-mod-messaging/28/archives/cost.csv [2021-03-05T21:48:10.299Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T21:48:10.454Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [2021-03-05T21:48:10.465Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] did not exist. Created. [2021-03-05T21:48:10.465Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T21:48:10.923Z] /w/workspace/go-mod-messaging/28@tmp/durable-e347ae8d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-05T21:48:11.297Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-05T21:48:11.361Z] Warning: overwriting stash ‘stack-cost’ [2021-03-05T21:48:11.521Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T21:48:11.536Z] 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 [2021-03-05T21:48:12.930Z] provisioning config files... [2021-03-05T21:48:12.943Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3045146803032377914tmp [Pipeline] { [Pipeline] sh [2021-03-05T21:48:13.322Z] + set +x [2021-03-05T21:48:13.322Z] + curl -s https://codecov.io/bash [2021-03-05T21:48:13.322Z] + bash -s -- [2021-03-05T21:48:13.586Z] [2021-03-05T21:48:13.586Z] _____ _ [2021-03-05T21:48:13.586Z] / ____| | | [2021-03-05T21:48:13.586Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T21:48:13.586Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T21:48:13.586Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T21:48:13.586Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T21:48:13.586Z] Bash-20210226-7100762 [2021-03-05T21:48:13.586Z] [2021-03-05T21:48:13.586Z] [2021-03-05T21:48:13.586Z] ==> git version 2.24.3 found [2021-03-05T21:48:13.586Z] ==> 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 [2021-03-05T21:48:13.586Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T21:48:13.586Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T21:48:13.586Z] ==> Jenkins CI detected. [2021-03-05T21:48:13.586Z] project root: . [2021-03-05T21:48:13.586Z] --> token set from env [2021-03-05T21:48:13.586Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T21:48:13.586Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T21:48:13.586Z] ==> Python coveragepy not found [2021-03-05T21:48:13.586Z] ==> Searching for coverage reports in: [2021-03-05T21:48:13.586Z] + . [2021-03-05T21:48:13.586Z] -> Found 1 reports [2021-03-05T21:48:13.586Z] ==> Detecting git/mercurial file structure [2021-03-05T21:48:13.586Z] ==> Reading reports [2021-03-05T21:48:13.586Z] + ./coverage.out bytes=21589 [2021-03-05T21:48:13.586Z] ==> Appending adjustments [2021-03-05T21:48:13.586Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T21:48:13.849Z] + Found adjustments [2021-03-05T21:48:13.849Z] ==> Gzipping contents [2021-03-05T21:48:13.849Z] 8.0K /tmp/codecov.Q2YeO1.gz [2021-03-05T21:48:13.849Z] ==> Uploading reports [2021-03-05T21:48:13.849Z] url: https://codecov.io [2021-03-05T21:48:13.849Z] 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= [2021-03-05T21:48:13.849Z] -> Pinging Codecov [2021-03-05T21:48:13.849Z] 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= [2021-03-05T21:48:14.430Z] -> Uploading to [2021-03-05T21:48:14.430Z] 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 [2021-03-05T21:48:14.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T21:48:14.430Z] Dload Upload Total Spent Left Speed [2021-03-05T21:48:15.007Z] 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 [2021-03-05T21:48:15.007Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] } [2021-03-05T21:48:15.020Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-05T21:48:15.896Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-05T21:48:15.973Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:48:16.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T21:48:16.315Z] [2021-03-05T21:48:16.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:48:16.664Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T21:48:16.665Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-05T21:48:16.665Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T21:48:16.665Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T21:48:16.665Z] de9db76c5a1d: Pulling fs layer [2021-03-05T21:48:16.665Z] 0eba1c9be4d2: Pulling fs layer [2021-03-05T21:48:16.665Z] 0d57e429df01: Pulling fs layer [2021-03-05T21:48:16.665Z] 4e4be7b47b0d: Pulling fs layer [2021-03-05T21:48:16.665Z] e1f770b5df2f: Pulling fs layer [2021-03-05T21:48:16.665Z] 85a0685a4137: Pulling fs layer [2021-03-05T21:48:16.665Z] 0d57e429df01: Waiting [2021-03-05T21:48:16.665Z] 0eba1c9be4d2: Waiting [2021-03-05T21:48:16.665Z] 4e4be7b47b0d: Waiting [2021-03-05T21:48:16.665Z] e1f770b5df2f: Waiting [2021-03-05T21:48:16.665Z] 85a0685a4137: Waiting [2021-03-05T21:48:16.665Z] de9db76c5a1d: Verifying Checksum [2021-03-05T21:48:16.665Z] de9db76c5a1d: Download complete [2021-03-05T21:48:16.665Z] 0ef7d3d256c8: Download complete [2021-03-05T21:48:16.665Z] 0d57e429df01: Verifying Checksum [2021-03-05T21:48:16.665Z] 0d57e429df01: Download complete [2021-03-05T21:48:16.665Z] 4e4be7b47b0d: Verifying Checksum [2021-03-05T21:48:16.665Z] 4e4be7b47b0d: Download complete [2021-03-05T21:48:16.665Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T21:48:16.665Z] 188c0c94c7c5: Download complete [2021-03-05T21:48:17.247Z] 188c0c94c7c5: Pull complete [2021-03-05T21:48:17.247Z] 0ef7d3d256c8: Pull complete [2021-03-05T21:48:17.511Z] de9db76c5a1d: Pull complete [2021-03-05T21:48:18.916Z] e1f770b5df2f: Verifying Checksum [2021-03-05T21:48:18.916Z] e1f770b5df2f: Download complete [2021-03-05T21:48:20.853Z] 0eba1c9be4d2: Verifying Checksum [2021-03-05T21:48:20.853Z] 0eba1c9be4d2: Download complete [2021-03-05T21:48:21.116Z] 85a0685a4137: Verifying Checksum [2021-03-05T21:48:21.116Z] 85a0685a4137: Download complete [2021-03-05T21:48:27.757Z] 0eba1c9be4d2: Pull complete [2021-03-05T21:48:27.757Z] 0d57e429df01: Pull complete [2021-03-05T21:48:27.757Z] 4e4be7b47b0d: Pull complete [2021-03-05T21:48:29.152Z] e1f770b5df2f: Pull complete [2021-03-05T21:48:37.331Z] 85a0685a4137: Pull complete [2021-03-05T21:48:37.331Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-05T21:48:37.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T21:48:37.331Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-05T21:48:37.563Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:48:37.615Z] $ 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 [2021-03-05T21:48:38.666Z] $ docker top 5fe20a2b357918c10fe463f0a8fe214a04638d95ed84e41b50f9eedcfd4f3674 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T21:48:38.922Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-05T21:48:39.222Z] + set -o pipefail [2021-03-05T21:48:39.222Z] + snyk monitor '--org=edgex-jenkins' [2021-03-05T21:48:42.540Z] [2021-03-05T21:48:42.540Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-03-05T21:48:42.540Z] [2021-03-05T21:48:42.540Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/f4b28cc8-e52c-4faf-80f8-6f6fa899d81b [2021-03-05T21:48:42.540Z] [2021-03-05T21:48:42.540Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-05T21:48:42.540Z] [2021-03-05T21:48:42.540Z] [Pipeline] } [2021-03-05T21:48:42.556Z] $ docker stop --time=1 5fe20a2b357918c10fe463f0a8fe214a04638d95ed84e41b50f9eedcfd4f3674 [2021-03-05T21:48:44.517Z] $ 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 [2021-03-05T21:48:45.953Z] + git log --format=format:%s -1 69e6c9ec8a90460995072a8c2315e264534d545f [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:48:46.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T21:48:46.260Z] . [Pipeline] withDockerContainer [2021-03-05T21:48:46.354Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:48:46.400Z] $ 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 [2021-03-05T21:48:47.630Z] $ docker top af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T21:48:47.944Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T21:48:47.944Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T21:48:48.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T21:48:48.173Z] $ docker exec af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c ssh-agent [2021-03-05T21:48:48.347Z] SSH_AUTH_SOCK=/tmp/ssh-0sGkbshIlDzy/agent.13 [2021-03-05T21:48:48.347Z] SSH_AGENT_PID=19 [2021-03-05T21:48:48.355Z] Running ssh-add (command line suppressed) [2021-03-05T21:48:48.480Z] 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) [2021-03-05T21:48:48.538Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T21:48:48.869Z] + git semver tag [2021-03-05T21:48:48.869Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T21:48:48.869Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T21:48:48.869Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T21:48:48.869Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T21:48:48.869Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T21:48:48.869Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T21:48:48.869Z] # $SEMVER_BRANCH = master [2021-03-05T21:48:48.869Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-05T21:48:48.869Z] # 69e6c9ec8a90460995072a8c2315e264534d545f HEAD [2021-03-05T21:48:48.869Z] # -> Force: false [2021-03-05T21:48:48.869Z] # a599027c1b65136a02ec61f4e8d6cdcfadc7e864 refs/tags/v2.0.0-dev.6 [Pipeline] } [2021-03-05T21:48:48.880Z] $ docker exec --env ******** --env ******** af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c ssh-agent -k [2021-03-05T21:48:48.995Z] unset SSH_AUTH_SOCK; [2021-03-05T21:48:48.995Z] unset SSH_AGENT_PID; [2021-03-05T21:48:48.995Z] echo Agent pid 19 killed; [2021-03-05T21:48:49.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T21:48:49.501Z] + git semver [Pipeline] } [2021-03-05T21:48:49.517Z] $ docker stop --time=1 af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c [2021-03-05T21:48:50.868Z] $ docker rm -f af71f1717d1af0a583cdf645590c8f07e1022eca2277965cc4d18c1a4718f59c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:48:51.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T21:48:51.541Z] [2021-03-05T21:48:51.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:48:51.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T21:48:51.891Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-05T21:48:51.891Z] ab5ef0e58194: Pulling fs layer [2021-03-05T21:48:51.891Z] 9712f1f96733: Pulling fs layer [2021-03-05T21:48:51.891Z] 63f879dbbcfc: Pulling fs layer [2021-03-05T21:48:51.891Z] 0d9ebad4ef96: Pulling fs layer [2021-03-05T21:48:51.891Z] e9a5061849ea: Pulling fs layer [2021-03-05T21:48:51.891Z] d747dcd14b5f: Pulling fs layer [2021-03-05T21:48:51.891Z] 2de7ff778b66: Pulling fs layer [2021-03-05T21:48:51.891Z] e9a5061849ea: Waiting [2021-03-05T21:48:51.892Z] 0d9ebad4ef96: Waiting [2021-03-05T21:48:51.892Z] d747dcd14b5f: Waiting [2021-03-05T21:48:51.892Z] 2de7ff778b66: Waiting [2021-03-05T21:48:51.892Z] 9712f1f96733: Verifying Checksum [2021-03-05T21:48:51.892Z] 9712f1f96733: Download complete [2021-03-05T21:48:53.295Z] 63f879dbbcfc: Verifying Checksum [2021-03-05T21:48:53.295Z] 63f879dbbcfc: Download complete [2021-03-05T21:48:53.295Z] e9a5061849ea: Verifying Checksum [2021-03-05T21:48:53.295Z] e9a5061849ea: Download complete [2021-03-05T21:48:53.295Z] d747dcd14b5f: Verifying Checksum [2021-03-05T21:48:53.295Z] d747dcd14b5f: Download complete [2021-03-05T21:48:53.557Z] 2de7ff778b66: Verifying Checksum [2021-03-05T21:48:53.557Z] 2de7ff778b66: Download complete [2021-03-05T21:48:54.137Z] 0d9ebad4ef96: Verifying Checksum [2021-03-05T21:48:54.137Z] 0d9ebad4ef96: Download complete [2021-03-05T21:48:54.401Z] ab5ef0e58194: Verifying Checksum [2021-03-05T21:48:54.401Z] ab5ef0e58194: Download complete [2021-03-05T21:48:58.663Z] ab5ef0e58194: Pull complete [2021-03-05T21:48:58.663Z] 9712f1f96733: Pull complete [2021-03-05T21:49:00.755Z] 63f879dbbcfc: Pull complete [2021-03-05T21:49:07.431Z] 0d9ebad4ef96: Pull complete [2021-03-05T21:49:08.820Z] e9a5061849ea: Pull complete [2021-03-05T21:49:08.820Z] d747dcd14b5f: Pull complete [2021-03-05T21:49:12.143Z] 2de7ff778b66: Pull complete [2021-03-05T21:49:12.143Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-05T21:49:12.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T21:49:12.143Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-05T21:49:12.378Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:49:12.427Z] $ 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 [2021-03-05T21:49:15.421Z] $ docker top f27ace2a4aca1167b1e4443e4355d50dc0a2f84c8a02054aa26c85d73e33305f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-05T21:49:15.689Z] provisioning config files... [2021-03-05T21:49:15.700Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8867199909971619152tmp [2021-03-05T21:49:15.718Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3347111938565159944tmp [2021-03-05T21:49:15.734Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6796731437970616765tmp [Pipeline] { [Pipeline] echo [2021-03-05T21:49:15.811Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:49:16.109Z] ---> sigul-configuration.sh [2021-03-05T21:49:16.109Z] gpg: directory `/root/.gnupg' created [2021-03-05T21:49:16.109Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-05T21:49:16.109Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-05T21:49:16.109Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-05T21:49:16.109Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-05T21:49:16.110Z] gpg: CAST5 encrypted data [2021-03-05T21:49:16.372Z] gpg: encrypted with 1 passphrase [2021-03-05T21:49:16.372Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-05T21:49:16.672Z] + mkdir /home/jenkins [2021-03-05T21:49:16.673Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-05T21:49:16.970Z] + 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 [2021-03-05T21:49:16.981Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:49:17.277Z] ---> sigul-install.sh [2021-03-05T21:49:22.579Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-05T21:49:22.881Z] + git tag --list [2021-03-05T21:49:22.881Z] v0.0.0 [2021-03-05T21:49:22.881Z] v0.1.0 [2021-03-05T21:49:22.881Z] v0.1.1 [2021-03-05T21:49:22.881Z] v0.1.10 [2021-03-05T21:49:22.881Z] v0.1.11 [2021-03-05T21:49:22.881Z] v0.1.12 [2021-03-05T21:49:22.881Z] v0.1.13 [2021-03-05T21:49:22.881Z] v0.1.14 [2021-03-05T21:49:22.881Z] v0.1.15 [2021-03-05T21:49:22.881Z] v0.1.16 [2021-03-05T21:49:22.881Z] v0.1.17 [2021-03-05T21:49:22.881Z] v0.1.18 [2021-03-05T21:49:22.881Z] v0.1.19 [2021-03-05T21:49:22.881Z] v0.1.2 [2021-03-05T21:49:22.881Z] v0.1.20 [2021-03-05T21:49:22.881Z] v0.1.21 [2021-03-05T21:49:22.881Z] v0.1.22 [2021-03-05T21:49:22.881Z] v0.1.23 [2021-03-05T21:49:22.881Z] v0.1.24 [2021-03-05T21:49:22.881Z] v0.1.25 [2021-03-05T21:49:22.881Z] v0.1.26 [2021-03-05T21:49:22.881Z] v0.1.27 [2021-03-05T21:49:22.881Z] v0.1.28 [2021-03-05T21:49:22.881Z] v0.1.29 [2021-03-05T21:49:22.881Z] v0.1.3 [2021-03-05T21:49:22.881Z] v0.1.30 [2021-03-05T21:49:22.881Z] v0.1.31 [2021-03-05T21:49:22.881Z] v0.1.4 [2021-03-05T21:49:22.881Z] v0.1.5 [2021-03-05T21:49:22.881Z] v0.1.6 [2021-03-05T21:49:22.881Z] v0.1.7 [2021-03-05T21:49:22.881Z] v0.1.8 [2021-03-05T21:49:22.881Z] v0.1.9 [2021-03-05T21:49:22.881Z] v2.0.0-dev.1 [2021-03-05T21:49:22.881Z] v2.0.0-dev.2 [2021-03-05T21:49:22.881Z] v2.0.0-dev.3 [2021-03-05T21:49:22.881Z] v2.0.0-dev.4 [2021-03-05T21:49:22.881Z] v2.0.0-dev.5 [2021-03-05T21:49:22.881Z] v2.0.0-dev.6 [Pipeline] sh [2021-03-05T21:49:23.181Z] + lftools sign git-tag v2.0.0-dev.6 [2021-03-05T21:49:24.570Z] Signing Git tag with Sigul... [2021-03-05T21:49:24.570Z] Signing v2.0.0-dev.6 [Pipeline] echo [2021-03-05T21:49:25.528Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:49:25.824Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-05T21:49:25.834Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-05T21:49:25.931Z] $ docker stop --time=1 f27ace2a4aca1167b1e4443e4355d50dc0a2f84c8a02054aa26c85d73e33305f [2021-03-05T21:49:28.008Z] $ 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 [2021-03-05T21:49:28.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T21:49:28.891Z] . [Pipeline] withDockerContainer [2021-03-05T21:49:28.994Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:49:29.042Z] $ 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 [2021-03-05T21:49:29.700Z] $ docker top b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T21:49:30.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T21:49:30.011Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T21:49:30.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T21:49:30.215Z] $ docker exec b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e ssh-agent [2021-03-05T21:49:30.388Z] SSH_AUTH_SOCK=/tmp/ssh-uLPkpow8CR1O/agent.11 [2021-03-05T21:49:30.388Z] SSH_AGENT_PID=16 [2021-03-05T21:49:30.394Z] Running ssh-add (command line suppressed) [2021-03-05T21:49:30.519Z] 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) [2021-03-05T21:49:30.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T21:49:30.917Z] + git semver bump pre [2021-03-05T21:49:30.917Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T21:49:30.917Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T21:49:30.917Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T21:49:30.917Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T21:49:30.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T21:49:30.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T21:49:30.917Z] # $SEMVER_BRANCH = master [2021-03-05T21:49:30.917Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-05T21:49:30.917Z] 2.0.0-dev.7 [Pipeline] } [2021-03-05T21:49:30.930Z] $ docker exec --env ******** --env ******** b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e ssh-agent -k [2021-03-05T21:49:31.068Z] unset SSH_AUTH_SOCK; [2021-03-05T21:49:31.068Z] unset SSH_AGENT_PID; [2021-03-05T21:49:31.068Z] echo Agent pid 16 killed; [2021-03-05T21:49:31.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T21:49:31.665Z] + git semver [Pipeline] } [2021-03-05T21:49:31.682Z] $ docker stop --time=1 b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e [2021-03-05T21:49:33.037Z] $ docker rm -f b022ce79ffcfb9e19e77623383ca195bde2f16e5447cec44688fbd22aa3ceb8e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:49:33.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T21:49:33.565Z] . [Pipeline] withDockerContainer [2021-03-05T21:49:33.665Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:49:33.713Z] $ 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 [2021-03-05T21:49:34.406Z] $ docker top b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T21:49:34.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T21:49:34.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T21:49:34.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T21:49:34.941Z] $ docker exec b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 ssh-agent [2021-03-05T21:49:35.116Z] SSH_AUTH_SOCK=/tmp/ssh-nZF0LrZFazmf/agent.11 [2021-03-05T21:49:35.116Z] SSH_AGENT_PID=17 [2021-03-05T21:49:35.123Z] Running ssh-add (command line suppressed) [2021-03-05T21:49:35.249Z] 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) [2021-03-05T21:49:35.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T21:49:35.645Z] + git semver push [2021-03-05T21:49:35.645Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T21:49:35.645Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T21:49:35.645Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T21:49:35.645Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T21:49:35.645Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T21:49:35.645Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T21:49:35.645Z] # $SEMVER_BRANCH = master [2021-03-05T21:49:35.645Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-05T21:49:38.971Z] $ docker exec --env ******** --env ******** b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 ssh-agent -k [2021-03-05T21:49:39.091Z] unset SSH_AUTH_SOCK; [2021-03-05T21:49:39.091Z] unset SSH_AGENT_PID; [2021-03-05T21:49:39.091Z] echo Agent pid 17 killed; [2021-03-05T21:49:39.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T21:49:39.688Z] + git semver [Pipeline] } [2021-03-05T21:49:39.716Z] $ docker stop --time=1 b264e83d77e824a9a849b8cca89363e590890e247aa62a4b1a181a10dadeb864 [2021-03-05T21:49:41.137Z] $ 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 [2021-03-05T21:49:42.596Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:49:43.174Z] ---> package-listing.sh [2021-03-05T21:49:43.174Z] ++ facter osfamily [2021-03-05T21:49:43.174Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T21:49:43.174Z] + OS_FAMILY=redhat [2021-03-05T21:49:43.174Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T21:49:43.174Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T21:49:43.174Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T21:49:43.174Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T21:49:43.174Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T21:49:43.174Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-05T21:49:43.174Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T21:49:43.174Z] + case "${OS_FAMILY}" in [2021-03-05T21:49:43.174Z] + rpm -qa [2021-03-05T21:49:43.174Z] + sort [2021-03-05T21:49:48.475Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T21:49:48.475Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T21:49:48.475Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T21:49:48.475Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-05T21:49:48.475Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-03-05T21:49:48.475Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2021-03-05T21:49:48.489Z] 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 [2021-03-05T21:49:48.780Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:49:49.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T21:49:49.086Z] [2021-03-05T21:49:49.086Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T21:49:49.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T21:49:49.443Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T21:49:49.443Z] df20fa9351a1: Pulling fs layer [2021-03-05T21:49:49.443Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T21:49:49.443Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T21:49:49.443Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T21:49:49.443Z] 93b61091891f: Pulling fs layer [2021-03-05T21:49:49.443Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T21:49:49.443Z] 5e14af77c1be: Pulling fs layer [2021-03-05T21:49:49.443Z] 01666e4c0597: Pulling fs layer [2021-03-05T21:49:49.443Z] aa168da1d23b: Pulling fs layer [2021-03-05T21:49:49.443Z] 93b9cdb0e59b: Waiting [2021-03-05T21:49:49.443Z] 01666e4c0597: Waiting [2021-03-05T21:49:49.443Z] aa168da1d23b: Waiting [2021-03-05T21:49:49.443Z] 5e14af77c1be: Waiting [2021-03-05T21:49:49.443Z] 46f8f816bc3b: Waiting [2021-03-05T21:49:49.443Z] 93b61091891f: Waiting [2021-03-05T21:49:49.443Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T21:49:49.443Z] 36b3adc4ff6f: Download complete [2021-03-05T21:49:49.443Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T21:49:49.443Z] 46f8f816bc3b: Download complete [2021-03-05T21:49:49.706Z] df20fa9351a1: Verifying Checksum [2021-03-05T21:49:49.706Z] df20fa9351a1: Download complete [2021-03-05T21:49:49.706Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T21:49:49.706Z] 93b9cdb0e59b: Download complete [2021-03-05T21:49:49.706Z] 93b61091891f: Verifying Checksum [2021-03-05T21:49:49.706Z] 93b61091891f: Download complete [2021-03-05T21:49:49.706Z] 01666e4c0597: Verifying Checksum [2021-03-05T21:49:49.706Z] 01666e4c0597: Download complete [2021-03-05T21:49:49.706Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T21:49:49.706Z] 8ad3a11d3b57: Download complete [2021-03-05T21:49:50.284Z] df20fa9351a1: Pull complete [2021-03-05T21:49:50.550Z] 36b3adc4ff6f: Pull complete [2021-03-05T21:49:50.550Z] 5e14af77c1be: Verifying Checksum [2021-03-05T21:49:50.550Z] 5e14af77c1be: Download complete [2021-03-05T21:49:51.943Z] 8ad3a11d3b57: Pull complete [2021-03-05T21:49:51.943Z] aa168da1d23b: Verifying Checksum [2021-03-05T21:49:51.943Z] aa168da1d23b: Download complete [2021-03-05T21:49:52.205Z] 46f8f816bc3b: Pull complete [2021-03-05T21:49:52.785Z] 93b61091891f: Pull complete [2021-03-05T21:49:53.047Z] 93b9cdb0e59b: Pull complete [2021-03-05T21:49:53.047Z] 5e14af77c1be: Pull complete [2021-03-05T21:49:53.047Z] 01666e4c0597: Pull complete [2021-03-05T21:50:01.224Z] aa168da1d23b: Pull complete [2021-03-05T21:50:01.224Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T21:50:01.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T21:50:01.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T21:50:01.403Z] prd-centos7-docker-4c-2g-28773 does not seem to be running inside a container [2021-03-05T21:50:01.452Z] $ 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 [2021-03-05T21:50:04.146Z] $ docker top 969e7710465e530d37e986f4938e68ff85995c2c4ac9f77004cd329ee0f93ed9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T21:50:04.718Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T21:50:05.027Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T21:50:05.343Z] + ls /var/log/sa-host [2021-03-05T21:50:05.344Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T21:50:05.344Z] file_magic: OK [2021-03-05T21:50:05.344Z] HZ: Using current value: 100 [2021-03-05T21:50:05.344Z] file_header: OK [2021-03-05T21:50:05.344Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T21:50:05.344Z] Statistics: [2021-03-05T21:50:05.344Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T21:50:05.344Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T21:50:05.344Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T21:50:05.344Z] file_magic: OK [2021-03-05T21:50:05.344Z] HZ: Using current value: 100 [2021-03-05T21:50:05.344Z] file_header: OK [2021-03-05T21:50:05.344Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-05T21:50:05.344Z] Statistics: [2021-03-05T21:50:05.344Z] Hnuu...uuuununununu... [2021-03-05T21:50:05.344Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T21:50:05.567Z] provisioning config files... [2021-03-05T21:50:05.585Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6571964646219464130tmp [Pipeline] { [Pipeline] echo [2021-03-05T21:50:05.665Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:50:05.965Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T21:50:05.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T21:50:06.075Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:50:06.373Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T21:50:06.385Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:50:06.680Z] ---> sudo-logs.sh [2021-03-05T21:50:06.680Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T21:50:06.779Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:50:07.076Z] ---> job-cost.sh [2021-03-05T21:50:07.076Z] lf-activate-venv: SKIPPING [2021-03-05T21:50:07.076Z] DEBUG: total: 0.029999999329447746 [2021-03-05T21:50:07.076Z] INFO: Retrieving Stack Cost... [2021-03-05T21:50:08.023Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T21:50:08.597Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T21:50:08.611Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T21:50:08.907Z] ---> logs-deploy.sh [2021-03-05T21:50:08.907Z] lf-activate-venv: SKIPPING [2021-03-05T21:50:08.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/28 [2021-03-05T21:50:08.907Z] INFO: archiving workspace using pattern(s): [2021-03-05T21:50:10.830Z] Archives upload complete. [2021-03-05T21:50:10.830Z] INFO: archiving logs to Nexus