Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca796fea1848405b014fe92a36c5a65d2a45bd32 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 ‘prd-centos7-docker-4c-2g-31780’ is offline; ‘prd-centos7-docker-4c-2g-31783’ is offline; ‘prd-centos7-docker-4c-2g-31792’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31789 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 Checking out Revision ca796fea1848405b014fe92a36c5a65d2a45bd32 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 Commit message: "Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7" > git rev-list --no-walk 69e6c9ec8a90460995072a8c2315e264534d545f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T18:23:18.759Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T18:23:19.006Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T18:23:19.095Z] ========================================================= [2021-03-29T18:23:19.095Z] EdgeX Global Pipelines Version Info [2021-03-29T18:23:19.095Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:23:21.873Z] ------------------- [2021-03-29T18:23:21.873Z] stable info: [2021-03-29T18:23:21.873Z] ------------------- [2021-03-29T18:23:21.873Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T18:23:21.873Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T18:23:21.873Z] Message: update stable to v1.0.186 [2021-03-29T18:23:23.349Z] ------------------- [2021-03-29T18:23:23.349Z] experimental info: [2021-03-29T18:23:23.349Z] ------------------- [2021-03-29T18:23:23.349Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T18:23:23.349Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T18:23:23.349Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T18:23:23.648Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-03-29T18:23:23.755Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-03-29T18:23:23.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T18:23:23.934Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T18:23:24.030Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T18:23:24.115Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T18:23:24.214Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T18:23:24.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T18:23:24.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-29T18:23:24.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T18:23:24.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T18:23:24.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-03-29T18:23:24.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T18:23:24.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T18:23:24.928Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:23:25.009Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:23:25.091Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:23:25.174Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T18:23:25.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T18:23:25.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-29T18:23:25.429Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-29T18:23:25.554Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-29T18:23:25.642Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-29T18:23:25.723Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-29T18:23:25.802Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-29T18:23:25.882Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T18:23:25.968Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-29T18:23:26.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-29T18:23:26.152Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-29T18:23:26.278Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] echo [2021-03-29T18:23:26.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca796fe [Pipeline] echo [2021-03-29T18:23:26.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:23:27.206Z] + git log --format=format:%s -1 ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] echo [2021-03-29T18:23:27.436Z] GIT_COMMIT: ca796fea1848405b014fe92a36c5a65d2a45bd32, Commit Message: Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7 [Pipeline] echo [2021-03-29T18:23:27.493Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:23:28.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:23:29.433Z] [2021-03-29T18:23:29.433Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:23:29.931Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:23:31.055Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T18:23:31.055Z] 31603596830f: Pulling fs layer [2021-03-29T18:23:31.055Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T18:23:31.055Z] 6ca5941a6612: Pulling fs layer [2021-03-29T18:23:31.055Z] ecc8261a40a4: Pulling fs layer [2021-03-29T18:23:31.055Z] ecc8261a40a4: Waiting [2021-03-29T18:23:31.055Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T18:23:31.055Z] 2a8b12db71e7: Download complete [2021-03-29T18:23:31.383Z] 31603596830f: Verifying Checksum [2021-03-29T18:23:31.383Z] 31603596830f: Download complete [2021-03-29T18:23:32.050Z] ecc8261a40a4: Verifying Checksum [2021-03-29T18:23:32.050Z] ecc8261a40a4: Download complete [2021-03-29T18:23:32.050Z] 6ca5941a6612: Verifying Checksum [2021-03-29T18:23:32.050Z] 6ca5941a6612: Download complete [2021-03-29T18:23:32.355Z] 31603596830f: Pull complete [2021-03-29T18:23:32.724Z] 2a8b12db71e7: Pull complete [2021-03-29T18:23:35.523Z] 6ca5941a6612: Pull complete [2021-03-29T18:23:35.820Z] ecc8261a40a4: Pull complete [2021-03-29T18:23:35.820Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T18:23:35.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:23:35.820Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T18:23:36.440Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:23:37.152Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T18:23:41.030Z] $ docker top 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T18:23:41.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:23:41.744Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:23:42.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:23:42.517Z] $ docker exec 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent [2021-03-29T18:23:43.029Z] SSH_AUTH_SOCK=/tmp/ssh-m50MzGJkPcBS/agent.12 [2021-03-29T18:23:43.029Z] SSH_AGENT_PID=17 [2021-03-29T18:23:43.060Z] Running ssh-add (command line suppressed) [2021-03-29T18:23:43.327Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8839069622472561445.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8839069622472561445.key) [2021-03-29T18:23:43.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:23:44.498Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T18:23:44.690Z] $ docker exec --env ******** --env ******** 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent -k [2021-03-29T18:23:45.166Z] unset SSH_AUTH_SOCK; [2021-03-29T18:23:45.171Z] unset SSH_AGENT_PID; [2021-03-29T18:23:45.171Z] echo Agent pid 17 killed; [2021-03-29T18:23:45.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T18:23:45.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:23:45.416Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:23:46.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:23:46.364Z] $ docker exec 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent [2021-03-29T18:23:46.928Z] SSH_AUTH_SOCK=/tmp/ssh-4yq7MyvNxxqV/agent.46 [2021-03-29T18:23:46.928Z] SSH_AGENT_PID=51 [2021-03-29T18:23:46.937Z] Running ssh-add (command line suppressed) [2021-03-29T18:23:47.258Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2897660679777778874.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2897660679777778874.key) [2021-03-29T18:23:47.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:23:48.209Z] + git semver init [2021-03-29T18:23:48.209Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T18:23:48.209Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-29T18:23:48.209Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-29T18:23:48.209Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T18:23:48.209Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T18:23:48.209Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T18:23:48.209Z] # $SEMVER_BRANCH = master [2021-03-29T18:23:48.209Z] # $SEMVER_TEMP = /tmp/semver-337294371 [2021-03-29T18:23:48.209Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-03-29T18:23:49.304Z] # '/tmp/semver-337294371' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-03-29T18:23:49.304Z] # -> Force: false [2021-03-29T18:23:49.304Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-29T18:23:49.334Z] $ docker exec --env ******** --env ******** 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a ssh-agent -k [2021-03-29T18:23:49.854Z] unset SSH_AUTH_SOCK; [2021-03-29T18:23:49.857Z] unset SSH_AGENT_PID; [2021-03-29T18:23:49.857Z] echo Agent pid 51 killed; [2021-03-29T18:23:49.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:23:51.963Z] + git semver [Pipeline] } [2021-03-29T18:23:52.057Z] $ docker stop --time=1 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a [2021-03-29T18:23:53.862Z] $ docker rm -f 0634324205fb040ab428c0144f7ea267b07ed54caf26e87f2726a8bbf9554c4a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:23:54.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T18:23:56.613Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T18:23:56.616Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-29T18:24:12.181Z] Still waiting to schedule task [2021-03-29T18:24:12.181Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-29T18:24:12.184Z] Still waiting to schedule task [2021-03-29T18:24:12.184Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-29T18:25:15.890Z] Running on prd-centos7-docker-4c-2g-31800 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-29T18:25:15.942Z] Running in /w/workspace/go-mod-messaging/29 [Pipeline] { [Pipeline] checkout [2021-03-29T18:25:18.676Z] using credential edgex-jenkins-ssh [2021-03-29T18:25:18.754Z] Cloning the remote Git repository [2021-03-29T18:25:18.440Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-29T18:25:18.508Z] > git init /w/workspace/go-mod-messaging/29 # timeout=10 [2021-03-29T18:25:18.565Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-29T18:25:18.565Z] > git --version # timeout=10 [2021-03-29T18:25:18.572Z] > git --version # 'git version 2.24.3' [2021-03-29T18:25:18.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:25:18.604Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:25:19.838Z] Checking out Revision ca796fea1848405b014fe92a36c5a65d2a45bd32 (master) [2021-03-29T18:25:19.155Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-29T18:25:19.161Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:25:19.175Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-29T18:25:19.192Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-29T18:25:19.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:25:19.197Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T18:25:19.597Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:25:19.602Z] > git checkout -f ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 [2021-03-29T18:25:23.303Z] Commit message: "Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:25:24.468Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:25:24.806Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:25:25.103Z] + sudo service docker restart [2021-03-29T18:25:25.103Z] + true [2021-03-29T18:25:25.103Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-29T18:25:26.212Z] ========================================================= [2021-03-29T18:25:26.212Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T18:25:26.212Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:25:26.558Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T18:25:26.826Z] Sending build context to Docker daemon 514.6kB [2021-03-29T18:25:26.826Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-29T18:25:26.826Z] Step 2/7 : FROM ${BASE} [2021-03-29T18:25:26.826Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T18:25:26.826Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T18:25:26.826Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T18:25:26.826Z] de9db76c5a1d: Pulling fs layer [2021-03-29T18:25:26.826Z] bca2f99d35d6: Pulling fs layer [2021-03-29T18:25:26.826Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T18:25:26.826Z] 7c6f9722023f: Pulling fs layer [2021-03-29T18:25:26.826Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T18:25:26.826Z] 93359f2a8cfa: Waiting [2021-03-29T18:25:26.826Z] 7c6f9722023f: Waiting [2021-03-29T18:25:26.826Z] a35cf1a2eb13: Waiting [2021-03-29T18:25:26.826Z] bca2f99d35d6: Waiting [2021-03-29T18:25:27.091Z] de9db76c5a1d: Verifying Checksum [2021-03-29T18:25:27.091Z] de9db76c5a1d: Download complete [2021-03-29T18:25:27.091Z] 0ef7d3d256c8: Download complete [2021-03-29T18:25:27.091Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T18:25:27.091Z] 93359f2a8cfa: Download complete [2021-03-29T18:25:27.091Z] 7c6f9722023f: Verifying Checksum [2021-03-29T18:25:27.091Z] 7c6f9722023f: Download complete [2021-03-29T18:25:27.091Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T18:25:27.091Z] 188c0c94c7c5: Download complete [2021-03-29T18:25:27.355Z] 188c0c94c7c5: Pull complete [2021-03-29T18:25:27.355Z] 0ef7d3d256c8: Pull complete [2021-03-29T18:25:27.622Z] de9db76c5a1d: Pull complete [2021-03-29T18:25:29.016Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T18:25:29.016Z] a35cf1a2eb13: Download complete [2021-03-29T18:25:29.283Z] bca2f99d35d6: Verifying Checksum [2021-03-29T18:25:29.283Z] bca2f99d35d6: Download complete [2021-03-29T18:25:34.636Z] bca2f99d35d6: Pull complete [2021-03-29T18:25:34.637Z] 93359f2a8cfa: Pull complete [2021-03-29T18:25:34.637Z] 7c6f9722023f: Pull complete [2021-03-29T18:25:41.284Z] a35cf1a2eb13: Pull complete [2021-03-29T18:25:41.284Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T18:25:41.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T18:25:41.284Z] ---> a62c8e92a672 [2021-03-29T18:25:41.284Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-29T18:25:41.548Z] ---> Running in 613dc94b57e2 [2021-03-29T18:25:41.811Z] Removing intermediate container 613dc94b57e2 [2021-03-29T18:25:41.811Z] ---> a059f2bc0943 [2021-03-29T18:25:41.811Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-29T18:25:41.811Z] ---> Running in 54b21528ea0e [2021-03-29T18:25:42.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:25:43.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:25:44.288Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-29T18:25:44.556Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-29T18:25:44.821Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-29T18:25:44.821Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-29T18:25:44.821Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-29T18:25:45.095Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:25:45.095Z] OK: 167 MiB in 44 packages [2021-03-29T18:25:45.668Z] Removing intermediate container 54b21528ea0e [2021-03-29T18:25:45.668Z] ---> 72d8d9c8c7e5 [2021-03-29T18:25:45.668Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-29T18:25:45.668Z] ---> Running in 3f7cc78169e0 [2021-03-29T18:25:45.668Z] Removing intermediate container 3f7cc78169e0 [2021-03-29T18:25:45.668Z] ---> d1daa09dd411 [2021-03-29T18:25:45.668Z] Step 6/7 : COPY go.mod . [2021-03-29T18:25:45.930Z] ---> a5983f3cc895 [2021-03-29T18:25:45.930Z] Step 7/7 : RUN go mod download [2021-03-29T18:25:45.930Z] ---> Running in 751fc4398928 [2021-03-29T18:25:58.224Z] Removing intermediate container 751fc4398928 [2021-03-29T18:25:58.224Z] ---> ac19039fa872 [2021-03-29T18:25:58.224Z] Successfully built ac19039fa872 [2021-03-29T18:25:58.224Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:25:58.540Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T18:25:58.540Z] . [Pipeline] withDockerContainer [2021-03-29T18:25:58.658Z] prd-centos7-docker-4c-2g-31800 does not seem to be running inside a container [2021-03-29T18:25:58.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T18:25:59.408Z] $ docker top ce48c6e0399f71e5abfab5c814398d99a2f7d425b49d51a4041a12c29841500d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:25:59.877Z] + go version [2021-03-29T18:25:59.877Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T18:25:59.896Z] $ docker stop --time=1 ce48c6e0399f71e5abfab5c814398d99a2f7d425b49d51a4041a12c29841500d [2021-03-29T18:26:01.378Z] $ docker rm -f ce48c6e0399f71e5abfab5c814398d99a2f7d425b49d51a4041a12c29841500d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:26:02.245Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T18:26:02.245Z] . [Pipeline] withDockerContainer [2021-03-29T18:26:02.345Z] prd-centos7-docker-4c-2g-31800 does not seem to be running inside a container [2021-03-29T18:26:02.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T18:26:02.968Z] $ docker top 2d8a01ed280a707fd403d8bfbe50604fcaec846b47f20cea965c5c28cc6e0c3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:26:03.502Z] + make test [2021-03-29T18:26:03.502Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-29T18:26:08.873Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-29T18:26:10.294Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.037s coverage: 89.9% of statements [2021-03-29T18:26:13.703Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 77.1% of statements [2021-03-29T18:26:13.703Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-29T18:26:35.705Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.344s coverage: 83.9% of statements [2021-03-29T18:26:35.705Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements [2021-03-29T18:26:35.705Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.034s coverage: 100.0% of statements [2021-03-29T18:26:35.705Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.027s coverage: 100.0% of statements [2021-03-29T18:26:35.705Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.005s coverage: 90.9% of statements [2021-03-29T18:26:35.705Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-29T18:26:35.970Z] gofmt -l . [2021-03-29T18:26:35.970Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-29T18:26:35.990Z] $ docker stop --time=1 2d8a01ed280a707fd403d8bfbe50604fcaec846b47f20cea965c5c28cc6e0c3f [2021-03-29T18:26:37.596Z] $ docker rm -f 2d8a01ed280a707fd403d8bfbe50604fcaec846b47f20cea965c5c28cc6e0c3f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:26:38.179Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T18:26:38.538Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:26:39.666Z] ---> job-cost.sh [2021-03-29T18:26:39.666Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ciX0 [2021-03-29T18:26:39.681Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31801 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-29T18:26:39.728Z] Running in /w/workspace/go-mod-messaging/29 [Pipeline] { [Pipeline] checkout [2021-03-29T18:26:44.671Z] using credential edgex-jenkins-ssh [2021-03-29T18:26:44.772Z] Cloning the remote Git repository [2021-03-29T18:26:44.866Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-29T18:26:44.978Z] > git init /w/workspace/go-mod-messaging/29 # timeout=10 [2021-03-29T18:26:45.055Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-29T18:26:45.057Z] > git --version # timeout=10 [2021-03-29T18:26:45.077Z] > git --version # 'git version 2.17.1' [2021-03-29T18:26:45.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:26:45.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:26:45.866Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-29T18:26:45.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:26:45.913Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-29T18:26:45.948Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-29T18:26:45.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:26:45.960Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T18:26:46.380Z] Checking out Revision ca796fea1848405b014fe92a36c5a65d2a45bd32 (master) [2021-03-29T18:26:46.409Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:26:46.426Z] > git checkout -f ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 [2021-03-29T18:26:50.731Z] Commit message: "Merge pull request #97 from edgexfoundry/dependabot/go_modules/github.com/pebbe/zmq4-1.2.7" [2021-03-29T18:26:50.994Z] [2021-03-29T18:26:50.994Z] GitHub has been notified of this commit’s build result [2021-03-29T18:26:50.994Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:26:52.102Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:26:52.612Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:26:52.958Z] + sudo service docker restart [2021-03-29T18:26:52.958Z] + true [2021-03-29T18:26:54.649Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] unstash [Pipeline] echo [2021-03-29T18:26:55.939Z] ========================================================= [2021-03-29T18:26:55.939Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T18:26:55.939Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:26:56.336Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-29T18:26:56.938Z] Sending build context to Docker daemon 513.5kB [2021-03-29T18:26:57.215Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-29T18:26:57.216Z] Step 2/7 : FROM ${BASE} [2021-03-29T18:26:57.486Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T18:26:57.486Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T18:26:57.486Z] a4357932f1b6: Pulling fs layer [2021-03-29T18:26:57.486Z] 18c013af1878: Pulling fs layer [2021-03-29T18:26:57.486Z] 00ac8860ef70: Pulling fs layer [2021-03-29T18:26:57.486Z] 63d7cb157983: Pulling fs layer [2021-03-29T18:26:57.486Z] b116817d02f9: Pulling fs layer [2021-03-29T18:26:57.486Z] 745a02a5169b: Pulling fs layer [2021-03-29T18:26:57.486Z] 63d7cb157983: Waiting [2021-03-29T18:26:57.486Z] 00ac8860ef70: Waiting [2021-03-29T18:26:57.486Z] b116817d02f9: Waiting [2021-03-29T18:26:57.486Z] 745a02a5169b: Waiting [2021-03-29T18:26:57.486Z] 18c013af1878: Verifying Checksum [2021-03-29T18:26:57.486Z] 18c013af1878: Download complete [2021-03-29T18:26:57.486Z] a4357932f1b6: Verifying Checksum [2021-03-29T18:26:57.486Z] a4357932f1b6: Download complete [2021-03-29T18:26:57.486Z] 63d7cb157983: Download complete [2021-03-29T18:26:57.486Z] b116817d02f9: Verifying Checksum [2021-03-29T18:26:57.486Z] b116817d02f9: Download complete [2021-03-29T18:26:57.761Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T18:26:57.761Z] 5f621e34cdf4: Download complete [2021-03-29T18:26:58.749Z] 5f621e34cdf4: Pull complete [2021-03-29T18:26:59.028Z] a4357932f1b6: Pull complete [2021-03-29T18:26:59.627Z] 18c013af1878: Pull complete [2021-03-29T18:27:01.064Z] 745a02a5169b: Verifying Checksum [2021-03-29T18:27:01.064Z] 745a02a5169b: Download complete [2021-03-29T18:27:01.064Z] 00ac8860ef70: Verifying Checksum [2021-03-29T18:27:01.064Z] 00ac8860ef70: Download complete [2021-03-29T18:27:11.232Z] 00ac8860ef70: Pull complete [2021-03-29T18:27:11.232Z] 63d7cb157983: Pull complete [2021-03-29T18:27:11.831Z] b116817d02f9: Pull complete [2021-03-29T18:27:15.298Z] 745a02a5169b: Pull complete [2021-03-29T18:27:15.298Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T18:27:15.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T18:27:15.298Z] ---> b7e6874047d6 [2021-03-29T18:27:15.298Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-29T18:27:17.954Z] ---> Running in e15afd500dd3 [2021-03-29T18:27:18.558Z] Removing intermediate container e15afd500dd3 [2021-03-29T18:27:18.558Z] ---> 9dd92b889c7f [2021-03-29T18:27:18.558Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-29T18:27:18.558Z] ---> Running in 35eba799955a [2021-03-29T18:27:19.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:27:20.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:27:21.340Z] lf-activate-venv(): INFO: Adding /tmp/venv-ciX0/bin to PATH [2021-03-29T18:27:21.340Z] INFO: No Stack... [2021-03-29T18:27:21.340Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T18:27:22.022Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-29T18:27:22.022Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-29T18:27:22.289Z] INFO: Archiving Costs [2021-03-29T18:27:22.292Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-29T18:27:22.292Z] (4/5) Installing libsodium-dev (1.0.18-r0) [Pipeline] sh [2021-03-29T18:27:22.562Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-29T18:27:22.562Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:27:22.562Z] OK: 144 MiB in 44 packages [2021-03-29T18:27:22.608Z] + cat /w/workspace/go-mod-messaging/29/archives/cost.csv [2021-03-29T18:27:22.608Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T18:27:22.687Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [2021-03-29T18:27:22.698Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] did not exist. Created. [2021-03-29T18:27:22.698Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T18:27:23.105Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-29T18:27:23.240Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T18:27:23.255Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T18:27:24.005Z] Removing intermediate container 35eba799955a [2021-03-29T18:27:24.005Z] ---> a789cc0ac74d [2021-03-29T18:27:24.005Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-29T18:27:24.005Z] ---> Running in 738a29fd0273 [2021-03-29T18:27:24.607Z] Removing intermediate container 738a29fd0273 [2021-03-29T18:27:24.607Z] ---> cea3ac69f053 [2021-03-29T18:27:24.607Z] Step 6/7 : COPY go.mod . [2021-03-29T18:27:25.210Z] ---> cb28690a1473 [2021-03-29T18:27:25.210Z] Step 7/7 : RUN go mod download [2021-03-29T18:27:25.211Z] ---> Running in c7e480d28c1d [2021-03-29T18:27:40.304Z] Removing intermediate container c7e480d28c1d [2021-03-29T18:27:40.304Z] ---> dea66c81fdca [2021-03-29T18:27:40.304Z] Successfully built dea66c81fdca [2021-03-29T18:27:40.304Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:27:40.644Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T18:27:40.644Z] . [Pipeline] withDockerContainer [2021-03-29T18:27:40.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-31801 does not seem to be running inside a container [2021-03-29T18:27:40.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@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-29T18:27:42.507Z] $ docker top 2ab44010bec88245d322cedd8893735fec22b1e06344eb39950574d674c72121 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:27:43.541Z] + go version [2021-03-29T18:27:43.541Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T18:27:43.564Z] $ docker stop --time=1 2ab44010bec88245d322cedd8893735fec22b1e06344eb39950574d674c72121 [2021-03-29T18:27:45.471Z] $ docker rm -f 2ab44010bec88245d322cedd8893735fec22b1e06344eb39950574d674c72121 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:27:46.561Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T18:27:46.561Z] . [Pipeline] withDockerContainer [2021-03-29T18:27:46.826Z] prd-ubuntu18.04-docker-arm64-4c-16g-31801 does not seem to be running inside a container [2021-03-29T18:27:46.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/29 -v /w/workspace/go-mod-messaging/29:/w/workspace/go-mod-messaging/29:rw,z -v /w/workspace/go-mod-messaging/29@tmp:/w/workspace/go-mod-messaging/29@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-29T18:27:48.414Z] $ docker top 17a96d0a0a098ce5de105bfbf0cb072b6e420647df2eb7b91329bcce139c2059 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:27:49.447Z] + make test [2021-03-29T18:27:49.447Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-29T18:28:01.877Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-29T18:28:07.317Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.055s coverage: 89.9% of statements [2021-03-29T18:28:19.799Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.039s coverage: 77.1% of statements [2021-03-29T18:28:19.799Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-29T18:28:41.950Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.380s coverage: 83.9% of statements [2021-03-29T18:28:41.950Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.019s coverage: 85.7% of statements [2021-03-29T18:28:41.950Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.044s coverage: 100.0% of statements [2021-03-29T18:28:41.950Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.049s coverage: 100.0% of statements [2021-03-29T18:28:41.950Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.026s coverage: 90.9% of statements [2021-03-29T18:28:41.950Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-29T18:28:44.602Z] gofmt -l . [2021-03-29T18:28:44.602Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-29T18:28:44.624Z] $ docker stop --time=1 17a96d0a0a098ce5de105bfbf0cb072b6e420647df2eb7b91329bcce139c2059 [2021-03-29T18:28:46.771Z] $ docker rm -f 17a96d0a0a098ce5de105bfbf0cb072b6e420647df2eb7b91329bcce139c2059 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:28:47.644Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T18:28:47.666Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T18:28:48.406Z] 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-29T18:28:49.382Z] ---> job-cost.sh [2021-03-29T18:28:49.382Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OhK7 [2021-03-29T18:29:28.417Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T18:30:50.157Z] lf-activate-venv(): INFO: Adding /tmp/venv-OhK7/bin to PATH [2021-03-29T18:30:50.157Z] INFO: No Stack... [2021-03-29T18:30:50.157Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T18:30:50.157Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T18:30:50.496Z] + cat /w/workspace/go-mod-messaging/29/archives/cost.csv [2021-03-29T18:30:50.496Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T18:30:50.602Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [2021-03-29T18:30:50.609Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] did not exist. Created. [2021-03-29T18:30:50.609Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T18:30:51.067Z] /w/workspace/go-mod-messaging/29@tmp/durable-68d9ffab/script.sh: 1: /w/workspace/go-mod-messaging/29@tmp/durable-68d9ffab/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-29T18:30:51.415Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T18:30:51.496Z] Warning: overwriting stash ‘stack-cost’ [2021-03-29T18:30:51.651Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T18:30:51.665Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-29-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-29T18:30:53.034Z] provisioning config files... [2021-03-29T18:30:53.064Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1791490160937784751tmp [Pipeline] { [Pipeline] sh [2021-03-29T18:30:53.549Z] + set +x [2021-03-29T18:30:53.549Z] + bash -s -- [2021-03-29T18:30:53.549Z] + curl -s https://codecov.io/bash [2021-03-29T18:30:53.827Z] [2021-03-29T18:30:53.827Z] _____ _ [2021-03-29T18:30:53.827Z] / ____| | | [2021-03-29T18:30:53.827Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T18:30:53.827Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T18:30:53.827Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T18:30:53.827Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T18:30:53.827Z] Bash-20210309-2b87ace [2021-03-29T18:30:53.827Z] [2021-03-29T18:30:53.827Z] [2021-03-29T18:30:53.827Z] ==> git version 2.24.3 found [2021-03-29T18:30:53.827Z] ==> 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-29T18:30:53.827Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T18:30:53.827Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T18:30:53.827Z] curl: option -sm: expected a proper numerical parameter [2021-03-29T18:30:53.827Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-29T18:30:53.827Z] ==> Jenkins CI detected. [2021-03-29T18:30:53.827Z] project root: . [2021-03-29T18:30:53.827Z] --> token set from env [2021-03-29T18:30:53.827Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T18:30:53.827Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T18:30:53.827Z] ==> Python coveragepy not found [2021-03-29T18:30:53.827Z] ==> Searching for coverage reports in: [2021-03-29T18:30:53.827Z] + . [2021-03-29T18:30:54.098Z] -> Found 1 reports [2021-03-29T18:30:54.098Z] ==> Detecting git/mercurial file structure [2021-03-29T18:30:54.098Z] ==> Reading reports [2021-03-29T18:30:54.098Z] + ./coverage.out bytes=21589 [2021-03-29T18:30:54.098Z] ==> Appending adjustments [2021-03-29T18:30:54.098Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T18:30:54.372Z] + Found adjustments [2021-03-29T18:30:54.372Z] ==> Gzipping contents [2021-03-29T18:30:54.372Z] 8.0K /tmp/codecov.7E9YPU.gz [2021-03-29T18:30:54.372Z] ==> Uploading reports [2021-03-29T18:30:54.372Z] url: https://codecov.io [2021-03-29T18:30:54.372Z] query: branch=master&commit=ca796fea1848405b014fe92a36c5a65d2a45bd32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T18:30:54.372Z] -> Pinging Codecov [2021-03-29T18:30:54.372Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ca796fea1848405b014fe92a36c5a65d2a45bd32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T18:30:55.340Z] -> Uploading to [2021-03-29T18:30:55.340Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/F6E385568367DD0E4001BA4F8F1CB792/ca796fea1848405b014fe92a36c5a65d2a45bd32/ec20afe2-e4c9-49f5-b31e-98104e921920.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T183055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3ed65f1db176febe092335c588bb8ab65878efad5469c06ff4168ba20fe2b1e [2021-03-29T18:30:55.340Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T18:30:55.341Z] Dload Upload Total Spent Left Speed [2021-03-29T18:30:55.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5225 0 0 100 5225 0 13176 --:--:-- --:--:-- --:--:-- 13194 [2021-03-29T18:30:55.615Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] } [2021-03-29T18:30:55.634Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-29T18:30:56.075Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-29T18:30:56.143Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:30:56.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T18:30:56.895Z] [2021-03-29T18:30:56.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:30:57.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T18:30:57.342Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-29T18:30:57.342Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T18:30:57.342Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T18:30:57.342Z] de9db76c5a1d: Pulling fs layer [2021-03-29T18:30:57.342Z] 0eba1c9be4d2: Pulling fs layer [2021-03-29T18:30:57.342Z] 0d57e429df01: Pulling fs layer [2021-03-29T18:30:57.342Z] 4e4be7b47b0d: Pulling fs layer [2021-03-29T18:30:57.342Z] e1f770b5df2f: Pulling fs layer [2021-03-29T18:30:57.342Z] 85a0685a4137: Pulling fs layer [2021-03-29T18:30:57.342Z] 0d57e429df01: Waiting [2021-03-29T18:30:57.342Z] 4e4be7b47b0d: Waiting [2021-03-29T18:30:57.342Z] e1f770b5df2f: Waiting [2021-03-29T18:30:57.342Z] 85a0685a4137: Waiting [2021-03-29T18:30:57.342Z] 0eba1c9be4d2: Waiting [2021-03-29T18:30:57.342Z] de9db76c5a1d: Verifying Checksum [2021-03-29T18:30:57.342Z] de9db76c5a1d: Download complete [2021-03-29T18:30:57.342Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T18:30:57.342Z] 0ef7d3d256c8: Download complete [2021-03-29T18:30:57.342Z] 0d57e429df01: Verifying Checksum [2021-03-29T18:30:57.342Z] 0d57e429df01: Download complete [2021-03-29T18:30:57.618Z] 4e4be7b47b0d: Verifying Checksum [2021-03-29T18:30:57.618Z] 4e4be7b47b0d: Download complete [2021-03-29T18:30:57.618Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T18:30:57.618Z] 188c0c94c7c5: Download complete [2021-03-29T18:30:58.215Z] 188c0c94c7c5: Pull complete [2021-03-29T18:30:58.484Z] 0ef7d3d256c8: Pull complete [2021-03-29T18:30:58.783Z] de9db76c5a1d: Pull complete [2021-03-29T18:30:59.825Z] e1f770b5df2f: Verifying Checksum [2021-03-29T18:30:59.825Z] e1f770b5df2f: Download complete [2021-03-29T18:31:05.534Z] 0eba1c9be4d2: Verifying Checksum [2021-03-29T18:31:05.534Z] 0eba1c9be4d2: Download complete [2021-03-29T18:31:08.594Z] 85a0685a4137: Verifying Checksum [2021-03-29T18:31:08.595Z] 85a0685a4137: Download complete [2021-03-29T18:31:27.295Z] 0eba1c9be4d2: Pull complete [2021-03-29T18:31:27.295Z] 0d57e429df01: Pull complete [2021-03-29T18:31:27.295Z] 4e4be7b47b0d: Pull complete [2021-03-29T18:31:30.862Z] e1f770b5df2f: Pull complete [2021-03-29T18:31:49.732Z] 85a0685a4137: Pull complete [2021-03-29T18:31:49.732Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-29T18:31:49.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T18:31:49.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-29T18:31:50.255Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:31:50.381Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-29T18:31:53.375Z] $ docker top e0f90e2b5fc3fdf2abbc0eb24929a87cd0e201694a969293a72b72983e773546 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T18:31:54.043Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-29T18:31:54.441Z] + set -o pipefail [2021-03-29T18:31:54.441Z] + snyk monitor '--org=edgex-jenkins' [2021-03-29T18:32:05.281Z] [2021-03-29T18:32:05.281Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-03-29T18:32:05.281Z] [2021-03-29T18:32:05.281Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/940f7f31-9858-4bec-b513-3bbed209a01c [2021-03-29T18:32:05.281Z] [2021-03-29T18:32:05.281Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-29T18:32:05.281Z] [2021-03-29T18:32:07.325Z] [2021-03-29T18:32:07.325Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-29T18:32:07.325Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-29T18:32:07.357Z] $ docker stop --time=1 e0f90e2b5fc3fdf2abbc0eb24929a87cd0e201694a969293a72b72983e773546 [2021-03-29T18:32:09.848Z] $ docker rm -f e0f90e2b5fc3fdf2abbc0eb24929a87cd0e201694a969293a72b72983e773546 [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-29T18:32:11.718Z] + git log --format=format:%s -1 ca796fea1848405b014fe92a36c5a65d2a45bd32 [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:32:12.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:32:12.150Z] . [Pipeline] withDockerContainer [2021-03-29T18:32:12.497Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:32:12.697Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T18:32:14.577Z] $ docker top 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T18:32:15.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:32:15.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:32:16.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:32:16.150Z] $ docker exec 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 ssh-agent [2021-03-29T18:32:17.325Z] SSH_AUTH_SOCK=/tmp/ssh-gf4e3n4xlrSQ/agent.11 [2021-03-29T18:32:17.325Z] SSH_AGENT_PID=16 [2021-03-29T18:32:17.339Z] Running ssh-add (command line suppressed) [2021-03-29T18:32:18.001Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3159429629939188828.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3159429629939188828.key) [2021-03-29T18:32:18.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:32:18.981Z] + git semver tag [2021-03-29T18:32:19.270Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T18:32:19.270Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-29T18:32:19.270Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-29T18:32:19.270Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T18:32:19.270Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T18:32:19.270Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T18:32:19.270Z] # $SEMVER_BRANCH = master [2021-03-29T18:32:19.270Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-29T18:32:19.270Z] # ca796fea1848405b014fe92a36c5a65d2a45bd32 HEAD [2021-03-29T18:32:19.270Z] # -> Force: false [2021-03-29T18:32:19.270Z] # 1c9cf233de4e533516aab9ec531c1e1303840e1c refs/tags/v2.0.0-dev.7 [Pipeline] } [2021-03-29T18:32:19.286Z] $ docker exec --env ******** --env ******** 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 ssh-agent -k [2021-03-29T18:32:19.923Z] unset SSH_AUTH_SOCK; [2021-03-29T18:32:19.924Z] unset SSH_AGENT_PID; [2021-03-29T18:32:19.924Z] echo Agent pid 16 killed; [2021-03-29T18:32:20.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:32:21.087Z] + git semver [Pipeline] } [2021-03-29T18:32:21.229Z] $ docker stop --time=1 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 [2021-03-29T18:32:23.557Z] $ docker rm -f 2c875c2d9fd3097ca9c40696b33549a1f259b90cc01ab8c19ad24d22b7604e65 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:32:25.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T18:32:25.827Z] [2021-03-29T18:32:25.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:32:26.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T18:32:26.619Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-29T18:32:26.619Z] ab5ef0e58194: Pulling fs layer [2021-03-29T18:32:26.619Z] 9712f1f96733: Pulling fs layer [2021-03-29T18:32:26.619Z] 63f879dbbcfc: Pulling fs layer [2021-03-29T18:32:26.619Z] 0d9ebad4ef96: Pulling fs layer [2021-03-29T18:32:26.619Z] e9a5061849ea: Pulling fs layer [2021-03-29T18:32:26.619Z] d747dcd14b5f: Pulling fs layer [2021-03-29T18:32:26.619Z] 2de7ff778b66: Pulling fs layer [2021-03-29T18:32:26.619Z] 0d9ebad4ef96: Waiting [2021-03-29T18:32:26.619Z] e9a5061849ea: Waiting [2021-03-29T18:32:26.619Z] d747dcd14b5f: Waiting [2021-03-29T18:32:26.619Z] 2de7ff778b66: Waiting [2021-03-29T18:32:26.619Z] 9712f1f96733: Download complete [2021-03-29T18:32:30.051Z] 63f879dbbcfc: Verifying Checksum [2021-03-29T18:32:30.051Z] 63f879dbbcfc: Download complete [2021-03-29T18:32:30.343Z] e9a5061849ea: Verifying Checksum [2021-03-29T18:32:30.343Z] e9a5061849ea: Download complete [2021-03-29T18:32:30.343Z] d747dcd14b5f: Verifying Checksum [2021-03-29T18:32:30.344Z] d747dcd14b5f: Download complete [2021-03-29T18:32:31.333Z] 2de7ff778b66: Verifying Checksum [2021-03-29T18:32:31.333Z] 2de7ff778b66: Download complete [2021-03-29T18:32:31.936Z] 0d9ebad4ef96: Verifying Checksum [2021-03-29T18:32:31.936Z] 0d9ebad4ef96: Download complete [2021-03-29T18:32:32.224Z] ab5ef0e58194: Verifying Checksum [2021-03-29T18:32:32.224Z] ab5ef0e58194: Download complete [2021-03-29T18:32:45.062Z] ab5ef0e58194: Pull complete [2021-03-29T18:32:45.062Z] 9712f1f96733: Pull complete [2021-03-29T18:32:49.421Z] 63f879dbbcfc: Pull complete [2021-03-29T18:33:02.041Z] 0d9ebad4ef96: Pull complete [2021-03-29T18:33:06.425Z] e9a5061849ea: Pull complete [2021-03-29T18:33:06.425Z] d747dcd14b5f: Pull complete [2021-03-29T18:33:12.109Z] 2de7ff778b66: Pull complete [2021-03-29T18:33:12.109Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-29T18:33:12.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T18:33:12.109Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-29T18:33:12.501Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:33:12.654Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-29T18:33:18.394Z] $ docker top 67c00d9785811e86ee6cde4104990b696e0c0daab2c0178e81e946a98d5d530b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-29T18:33:18.850Z] provisioning config files... [2021-03-29T18:33:18.868Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4281699596093278020tmp [2021-03-29T18:33:18.895Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2658016961267360721tmp [2021-03-29T18:33:18.945Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8509021442162715927tmp [Pipeline] { [Pipeline] echo [2021-03-29T18:33:19.007Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:33:20.104Z] ---> sigul-configuration.sh [2021-03-29T18:33:20.388Z] gpg: directory `/root/.gnupg' created [2021-03-29T18:33:20.388Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-29T18:33:20.388Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-29T18:33:20.388Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-29T18:33:20.388Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-29T18:33:20.388Z] gpg: CAST5 encrypted data [2021-03-29T18:33:20.388Z] gpg: encrypted with 1 passphrase [2021-03-29T18:33:20.388Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-29T18:33:20.739Z] + mkdir /home/jenkins [2021-03-29T18:33:20.739Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-29T18:33:21.061Z] + 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-29T18:33:21.078Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:33:21.439Z] ---> sigul-install.sh [2021-03-29T18:33:36.884Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-29T18:33:38.369Z] + git tag --list [2021-03-29T18:33:38.369Z] v0.0.0 [2021-03-29T18:33:38.369Z] v0.1.0 [2021-03-29T18:33:38.369Z] v0.1.1 [2021-03-29T18:33:38.369Z] v0.1.10 [2021-03-29T18:33:38.369Z] v0.1.11 [2021-03-29T18:33:38.369Z] v0.1.12 [2021-03-29T18:33:38.369Z] v0.1.13 [2021-03-29T18:33:38.369Z] v0.1.14 [2021-03-29T18:33:38.369Z] v0.1.15 [2021-03-29T18:33:38.369Z] v0.1.16 [2021-03-29T18:33:38.369Z] v0.1.17 [2021-03-29T18:33:38.369Z] v0.1.18 [2021-03-29T18:33:38.369Z] v0.1.19 [2021-03-29T18:33:38.369Z] v0.1.2 [2021-03-29T18:33:38.369Z] v0.1.20 [2021-03-29T18:33:38.369Z] v0.1.21 [2021-03-29T18:33:38.369Z] v0.1.22 [2021-03-29T18:33:38.369Z] v0.1.23 [2021-03-29T18:33:38.369Z] v0.1.24 [2021-03-29T18:33:38.369Z] v0.1.25 [2021-03-29T18:33:38.369Z] v0.1.26 [2021-03-29T18:33:38.369Z] v0.1.27 [2021-03-29T18:33:38.369Z] v0.1.28 [2021-03-29T18:33:38.369Z] v0.1.29 [2021-03-29T18:33:38.369Z] v0.1.3 [2021-03-29T18:33:38.369Z] v0.1.30 [2021-03-29T18:33:38.369Z] v0.1.31 [2021-03-29T18:33:38.369Z] v0.1.4 [2021-03-29T18:33:38.369Z] v0.1.5 [2021-03-29T18:33:38.369Z] v0.1.6 [2021-03-29T18:33:38.369Z] v0.1.7 [2021-03-29T18:33:38.369Z] v0.1.8 [2021-03-29T18:33:38.369Z] v0.1.9 [2021-03-29T18:33:38.369Z] v2.0.0-dev.1 [2021-03-29T18:33:38.369Z] v2.0.0-dev.2 [2021-03-29T18:33:38.369Z] v2.0.0-dev.3 [2021-03-29T18:33:38.369Z] v2.0.0-dev.4 [2021-03-29T18:33:38.369Z] v2.0.0-dev.5 [2021-03-29T18:33:38.369Z] v2.0.0-dev.6 [2021-03-29T18:33:38.369Z] v2.0.0-dev.7 [Pipeline] sh [2021-03-29T18:33:39.228Z] + lftools sign git-tag v2.0.0-dev.7 [2021-03-29T18:33:43.657Z] Signing Git tag with Sigul... [2021-03-29T18:33:43.657Z] Signing v2.0.0-dev.7 [Pipeline] echo [2021-03-29T18:33:46.514Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:33:47.222Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-29T18:33:47.242Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-29T18:33:47.353Z] $ docker stop --time=1 67c00d9785811e86ee6cde4104990b696e0c0daab2c0178e81e946a98d5d530b [2021-03-29T18:33:50.493Z] $ docker rm -f 67c00d9785811e86ee6cde4104990b696e0c0daab2c0178e81e946a98d5d530b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:33:52.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:33:52.434Z] . [Pipeline] withDockerContainer [2021-03-29T18:33:52.798Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:33:53.244Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T18:33:55.865Z] $ docker top 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T18:33:56.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:33:56.274Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:33:56.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:33:56.829Z] $ docker exec 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 ssh-agent [2021-03-29T18:33:57.460Z] SSH_AUTH_SOCK=/tmp/ssh-HOUQjKuW4h2B/agent.11 [2021-03-29T18:33:57.460Z] SSH_AGENT_PID=17 [2021-03-29T18:33:57.485Z] Running ssh-add (command line suppressed) [2021-03-29T18:33:57.822Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5116953921244093589.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5116953921244093589.key) [2021-03-29T18:33:58.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:33:58.763Z] + git semver bump pre [2021-03-29T18:33:58.763Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T18:33:58.763Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-29T18:33:58.763Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-29T18:33:58.763Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T18:33:58.763Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T18:33:58.763Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T18:33:58.763Z] # $SEMVER_BRANCH = master [2021-03-29T18:33:58.763Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-29T18:33:58.763Z] 2.0.0-dev.8 [Pipeline] } [2021-03-29T18:33:58.785Z] $ docker exec --env ******** --env ******** 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 ssh-agent -k [2021-03-29T18:33:59.148Z] unset SSH_AUTH_SOCK; [2021-03-29T18:33:59.148Z] unset SSH_AGENT_PID; [2021-03-29T18:33:59.149Z] echo Agent pid 17 killed; [2021-03-29T18:33:59.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:34:00.110Z] + git semver [Pipeline] } [2021-03-29T18:34:00.143Z] $ docker stop --time=1 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 [2021-03-29T18:34:02.089Z] $ docker rm -f 8d62e7ca79b93dd6ce0e8f16ff33fda4b12a8897c2cea31170d3b3aa4e274ff1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:34:03.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:34:03.587Z] . [Pipeline] withDockerContainer [2021-03-29T18:34:03.944Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:34:04.068Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T18:34:06.184Z] $ docker top 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T18:34:06.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:34:06.939Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:34:08.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:34:08.696Z] $ docker exec 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd ssh-agent [2021-03-29T18:34:09.535Z] SSH_AUTH_SOCK=/tmp/ssh-MUIKx4bTNIwH/agent.12 [2021-03-29T18:34:09.535Z] SSH_AGENT_PID=17 [2021-03-29T18:34:09.557Z] Running ssh-add (command line suppressed) [2021-03-29T18:34:10.447Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8550151542883172642.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8550151542883172642.key) [2021-03-29T18:34:10.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:34:11.890Z] + git semver push [2021-03-29T18:34:11.891Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T18:34:11.891Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-29T18:34:11.891Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-29T18:34:11.891Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T18:34:11.891Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T18:34:11.891Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T18:34:11.891Z] # $SEMVER_BRANCH = master [2021-03-29T18:34:11.891Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-29T18:34:15.669Z] $ docker exec --env ******** --env ******** 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd ssh-agent -k [2021-03-29T18:34:16.059Z] unset SSH_AUTH_SOCK; [2021-03-29T18:34:16.062Z] unset SSH_AGENT_PID; [2021-03-29T18:34:16.062Z] echo Agent pid 17 killed; [2021-03-29T18:34:16.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:34:16.797Z] + git semver [Pipeline] } [2021-03-29T18:34:16.829Z] $ docker stop --time=1 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd [2021-03-29T18:34:18.645Z] $ docker rm -f 634ab3e05132a48e53a7d1516234397aca0c93b8a1a27c74824d4b3c02ac95dd [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-29T18:34:20.690Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:34:21.664Z] ---> package-listing.sh [2021-03-29T18:34:21.664Z] ++ facter osfamily [2021-03-29T18:34:21.664Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T18:34:21.939Z] + OS_FAMILY=redhat [2021-03-29T18:34:21.939Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-03-29T18:34:21.939Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T18:34:21.939Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T18:34:21.939Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T18:34:21.939Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T18:34:21.939Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-29T18:34:21.939Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T18:34:21.939Z] + case "${OS_FAMILY}" in [2021-03-29T18:34:21.939Z] + rpm -qa [2021-03-29T18:34:21.939Z] + sort [2021-03-29T18:34:30.345Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T18:34:30.345Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T18:34:30.345Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T18:34:30.345Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-29T18:34:30.345Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-03-29T18:34:30.345Z] + 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-29T18:34:30.386Z] 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-29T18:34:30.726Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:34:31.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:34:31.630Z] [2021-03-29T18:34:31.630Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:34:32.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:34:32.344Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T18:34:32.344Z] df20fa9351a1: Pulling fs layer [2021-03-29T18:34:32.344Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T18:34:32.344Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T18:34:32.344Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T18:34:32.344Z] 93b61091891f: Pulling fs layer [2021-03-29T18:34:32.344Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T18:34:32.344Z] 5e14af77c1be: Pulling fs layer [2021-03-29T18:34:32.344Z] 01666e4c0597: Pulling fs layer [2021-03-29T18:34:32.344Z] aa168da1d23b: Pulling fs layer [2021-03-29T18:34:32.344Z] 93b61091891f: Waiting [2021-03-29T18:34:32.344Z] 93b9cdb0e59b: Waiting [2021-03-29T18:34:32.344Z] 5e14af77c1be: Waiting [2021-03-29T18:34:32.344Z] 01666e4c0597: Waiting [2021-03-29T18:34:32.344Z] aa168da1d23b: Waiting [2021-03-29T18:34:32.344Z] 46f8f816bc3b: Waiting [2021-03-29T18:34:32.344Z] 36b3adc4ff6f: Download complete [2021-03-29T18:34:32.344Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T18:34:32.344Z] 46f8f816bc3b: Download complete [2021-03-29T18:34:32.635Z] 93b61091891f: Verifying Checksum [2021-03-29T18:34:32.635Z] 93b61091891f: Download complete [2021-03-29T18:34:32.635Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T18:34:32.635Z] 93b9cdb0e59b: Download complete [2021-03-29T18:34:32.950Z] 5e14af77c1be: Verifying Checksum [2021-03-29T18:34:32.950Z] 5e14af77c1be: Download complete [2021-03-29T18:34:32.950Z] 01666e4c0597: Verifying Checksum [2021-03-29T18:34:32.950Z] 01666e4c0597: Download complete [2021-03-29T18:34:32.950Z] df20fa9351a1: Verifying Checksum [2021-03-29T18:34:32.950Z] df20fa9351a1: Download complete [2021-03-29T18:34:35.193Z] df20fa9351a1: Pull complete [2021-03-29T18:34:35.193Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T18:34:35.193Z] 8ad3a11d3b57: Download complete [2021-03-29T18:34:35.925Z] 36b3adc4ff6f: Pull complete [2021-03-29T18:34:41.698Z] 8ad3a11d3b57: Pull complete [2021-03-29T18:34:41.698Z] 46f8f816bc3b: Pull complete [2021-03-29T18:34:42.813Z] 93b61091891f: Pull complete [2021-03-29T18:34:43.449Z] 93b9cdb0e59b: Pull complete [2021-03-29T18:34:44.096Z] 5e14af77c1be: Pull complete [2021-03-29T18:34:44.096Z] 01666e4c0597: Pull complete [2021-03-29T18:34:45.129Z] aa168da1d23b: Verifying Checksum [2021-03-29T18:34:45.129Z] aa168da1d23b: Download complete [2021-03-29T18:35:12.396Z] aa168da1d23b: Pull complete [2021-03-29T18:35:12.396Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T18:35:12.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:35:12.396Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T18:35:13.015Z] prd-centos7-docker-4c-2g-31789 does not seem to be running inside a container [2021-03-29T18:35:13.317Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T18:35:17.458Z] $ docker top d87faf1d769c02963be923c72cf53fcac4d54cc91a134b276332743d0a78b7d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:35:18.188Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T18:35:18.941Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T18:35:19.602Z] + ls /var/log/sa-host [2021-03-29T18:35:19.602Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T18:35:19.602Z] file_magic: OK [2021-03-29T18:35:19.602Z] HZ: Using current value: 100 [2021-03-29T18:35:19.602Z] file_header: OK [2021-03-29T18:35:19.602Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T18:35:19.602Z] Statistics: [2021-03-29T18:35:19.602Z] Hnuu...uuuununununu... [2021-03-29T18:35:19.602Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T18:35:19.602Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T18:35:19.602Z] file_magic: OK [2021-03-29T18:35:19.602Z] HZ: Using current value: 100 [2021-03-29T18:35:19.602Z] file_header: OK [2021-03-29T18:35:19.602Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T18:35:19.602Z] Statistics: [2021-03-29T18:35:19.602Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T18:35:19.602Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T18:35:19.833Z] provisioning config files... [2021-03-29T18:35:19.863Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config9029902139487877250tmp [Pipeline] { [Pipeline] echo [2021-03-29T18:35:19.992Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:35:20.741Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T18:35:20.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T18:35:20.888Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:35:21.572Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T18:35:21.604Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:35:21.938Z] ---> sudo-logs.sh [2021-03-29T18:35:21.938Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T18:35:22.284Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:35:22.614Z] ---> job-cost.sh [2021-03-29T18:35:22.888Z] lf-activate-venv: SKIPPING [2021-03-29T18:35:22.888Z] DEBUG: total: 0.20999999344348907 [2021-03-29T18:35:22.888Z] INFO: Retrieving Stack Cost... [2021-03-29T18:35:23.852Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T18:35:24.462Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T18:35:24.485Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:35:25.177Z] ---> logs-deploy.sh [2021-03-29T18:35:25.177Z] lf-activate-venv: SKIPPING [2021-03-29T18:35:25.177Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/29 [2021-03-29T18:35:25.177Z] INFO: archiving workspace using pattern(s): [2021-03-29T18:35:29.688Z] Archives upload complete. [2021-03-29T18:35:29.959Z] INFO: archiving logs to Nexus [2021-03-29T18:35:32.656Z] ---> uname -a: [2021-03-29T18:35:32.656Z] Linux prd-centos7-docker-4c-2g-31789.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-29T18:35:32.656Z] [2021-03-29T18:35:32.656Z]