Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1293de4d9578f3042d3a270d86781b2d60a4f59 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17613 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 d1293de4d9578f3042d3a270d86781b2d60a4f59 (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 d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 Commit message: "Merge pull request #81 from lenny-intel/re-subscribe" > git rev-list --no-walk 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T16:55:52.259Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T16:55:52.551Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T16:55:52.650Z] ========================================================= [2020-12-29T16:55:52.650Z] EdgeX Global Pipelines Version Info [2020-12-29T16:55:52.650Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T16:55:54.592Z] ------------------- [2020-12-29T16:55:54.593Z] stable info: [2020-12-29T16:55:54.593Z] ------------------- [2020-12-29T16:55:54.593Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T16:55:54.593Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T16:55:54.593Z] Message: update stable to v1.0.173 [2020-12-29T16:55:55.168Z] ------------------- [2020-12-29T16:55:55.168Z] experimental info: [2020-12-29T16:55:55.168Z] ------------------- [2020-12-29T16:55:55.168Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T16:55:55.168Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T16:55:55.168Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T16:55:55.415Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-12-29T16:55:55.517Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-12-29T16:55:55.606Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T16:55:55.705Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T16:55:55.805Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T16:55:55.888Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T16:55:55.983Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T16:55:56.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T16:55:56.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-29T16:55:56.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T16:55:56.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T16:55:56.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-12-29T16:55:56.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T16:55:56.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T16:55:56.727Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T16:55:56.812Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T16:55:56.895Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T16:55:56.980Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T16:55:57.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-29T16:55:57.149Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-29T16:55:57.237Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-29T16:55:57.342Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-29T16:55:57.441Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-29T16:55:57.525Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-29T16:55:57.610Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-29T16:55:57.697Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T16:55:57.806Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T16:55:57.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-29T16:55:57.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-29T16:55:58.110Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-29T16:55:58.198Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] echo [2020-12-29T16:55:58.283Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1293de [Pipeline] echo [2020-12-29T16:55:58.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T16:55:59.038Z] + git log --format=format:%s -1 d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] echo [2020-12-29T16:55:59.105Z] GIT_COMMIT: d1293de4d9578f3042d3a270d86781b2d60a4f59, Commit Message: Merge pull request #81 from lenny-intel/re-subscribe [Pipeline] echo [2020-12-29T16:55:59.152Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:55:59.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T16:56:00.040Z] [2020-12-29T16:56:00.040Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:56:00.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T16:56:00.404Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T16:56:00.404Z] 31603596830f: Pulling fs layer [2020-12-29T16:56:00.404Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T16:56:00.404Z] 6ca5941a6612: Pulling fs layer [2020-12-29T16:56:00.404Z] ecc8261a40a4: Pulling fs layer [2020-12-29T16:56:00.404Z] ecc8261a40a4: Waiting [2020-12-29T16:56:00.404Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T16:56:00.404Z] 2a8b12db71e7: Download complete [2020-12-29T16:56:00.672Z] 31603596830f: Verifying Checksum [2020-12-29T16:56:00.672Z] 31603596830f: Download complete [2020-12-29T16:56:00.672Z] ecc8261a40a4: Verifying Checksum [2020-12-29T16:56:00.672Z] ecc8261a40a4: Download complete [2020-12-29T16:56:00.939Z] 6ca5941a6612: Verifying Checksum [2020-12-29T16:56:00.939Z] 6ca5941a6612: Download complete [2020-12-29T16:56:00.939Z] 31603596830f: Pull complete [2020-12-29T16:56:01.206Z] 2a8b12db71e7: Pull complete [2020-12-29T16:56:02.162Z] 6ca5941a6612: Pull complete [2020-12-29T16:56:02.162Z] ecc8261a40a4: Pull complete [2020-12-29T16:56:02.162Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T16:56:02.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T16:56:02.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T16:56:02.286Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T16:56:02.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T16:56:04.544Z] $ docker top d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T16:56:04.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T16:56:04.839Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T16:56:05.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T16:56:05.055Z] $ docker exec d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent [2020-12-29T16:56:05.226Z] SSH_AUTH_SOCK=/tmp/ssh-i0fb9INuYkl2/agent.12 [2020-12-29T16:56:05.226Z] SSH_AGENT_PID=18 [2020-12-29T16:56:05.237Z] Running ssh-add (command line suppressed) [2020-12-29T16:56:05.360Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3874744104411865443.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3874744104411865443.key) [2020-12-29T16:56:05.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T16:56:05.760Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T16:56:05.785Z] $ docker exec --env ******** --env ******** d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent -k [2020-12-29T16:56:05.901Z] unset SSH_AUTH_SOCK; [2020-12-29T16:56:05.901Z] unset SSH_AGENT_PID; [2020-12-29T16:56:05.901Z] echo Agent pid 18 killed; [2020-12-29T16:56:05.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T16:56:06.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T16:56:06.099Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T16:56:06.333Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T16:56:06.344Z] $ docker exec d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent [2020-12-29T16:56:06.508Z] SSH_AUTH_SOCK=/tmp/ssh-akvGb5g4WsPz/agent.47 [2020-12-29T16:56:06.509Z] SSH_AGENT_PID=52 [2020-12-29T16:56:06.515Z] Running ssh-add (command line suppressed) [2020-12-29T16:56:06.643Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4229843038265671065.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4229843038265671065.key) [2020-12-29T16:56:06.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T16:56:07.093Z] + git semver init [2020-12-29T16:56:07.093Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T16:56:07.093Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-12-29T16:56:07.093Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-12-29T16:56:07.093Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T16:56:07.093Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T16:56:07.093Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T16:56:07.093Z] # $SEMVER_BRANCH = master [2020-12-29T16:56:07.093Z] # $SEMVER_TEMP = /tmp/semver-848959748 [2020-12-29T16:56:07.093Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-12-29T16:56:07.355Z] # '/tmp/semver-848959748' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2020-12-29T16:56:07.355Z] # -> Force: false [2020-12-29T16:56:07.355Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-12-29T16:56:07.369Z] $ docker exec --env ******** --env ******** d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent -k [2020-12-29T16:56:07.488Z] unset SSH_AUTH_SOCK; [2020-12-29T16:56:07.488Z] unset SSH_AGENT_PID; [2020-12-29T16:56:07.488Z] echo Agent pid 52 killed; [2020-12-29T16:56:07.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T16:56:08.025Z] + git semver [Pipeline] } [2020-12-29T16:56:08.049Z] $ docker stop --time=1 d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 [2020-12-29T16:56:09.449Z] $ docker rm -f d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T16:56:09.917Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T16:56:10.318Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T16:56:10.321Z] [edgeXSemver]: initialized semver on version 0.1.29 [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 [2020-12-29T16:56:25.973Z] Still waiting to schedule task [2020-12-29T16:56:25.973Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-29T16:56:25.976Z] Still waiting to schedule task [2020-12-29T16:56:25.976Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T16:58:22.708Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17614 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-12-29T16:58:22.766Z] Running in /w/workspace/go-mod-messaging/20 [Pipeline] { [Pipeline] checkout [2020-12-29T16:58:28.045Z] using credential edgex-jenkins-ssh [2020-12-29T16:58:28.127Z] Cloning the remote Git repository [2020-12-29T16:58:28.176Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-29T16:58:28.290Z] > git init /w/workspace/go-mod-messaging/20 # timeout=10 [2020-12-29T16:58:28.374Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-29T16:58:28.375Z] > git --version # timeout=10 [2020-12-29T16:58:28.393Z] > git --version # 'git version 2.17.1' [2020-12-29T16:58:28.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T16:58:28.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T16:58:29.939Z] Checking out Revision d1293de4d9578f3042d3a270d86781b2d60a4f59 (master) [2020-12-29T16:58:29.330Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-29T16:58:29.354Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T16:58:29.386Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-29T16:58:29.433Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-29T16:58:29.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T16:58:29.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T16:58:29.962Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T16:58:29.990Z] > git checkout -f d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 [2020-12-29T16:58:34.533Z] Commit message: "Merge pull request #81 from lenny-intel/re-subscribe" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T16:58:36.254Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T16:58:36.685Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T16:58:37.058Z] + + sudo servicetrue docker [2020-12-29T16:58:37.058Z] restart [Pipeline] unstash [Pipeline] echo [2020-12-29T16:58:40.103Z] ========================================================= [2020-12-29T16:58:40.103Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T16:58:40.103Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:58:40.532Z] + 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 . [2020-12-29T16:58:41.531Z] Sending build context to Docker daemon 489kB [2020-12-29T16:58:41.531Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T16:58:41.531Z] Step 2/7 : FROM ${BASE} [2020-12-29T16:58:41.818Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T16:58:41.818Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T16:58:41.818Z] a4357932f1b6: Pulling fs layer [2020-12-29T16:58:41.818Z] 18c013af1878: Pulling fs layer [2020-12-29T16:58:41.818Z] 00ac8860ef70: Pulling fs layer [2020-12-29T16:58:41.818Z] 63d7cb157983: Pulling fs layer [2020-12-29T16:58:41.818Z] b116817d02f9: Pulling fs layer [2020-12-29T16:58:41.818Z] 745a02a5169b: Pulling fs layer [2020-12-29T16:58:41.818Z] 00ac8860ef70: Waiting [2020-12-29T16:58:41.818Z] 63d7cb157983: Waiting [2020-12-29T16:58:41.818Z] b116817d02f9: Waiting [2020-12-29T16:58:41.818Z] 745a02a5169b: Waiting [2020-12-29T16:58:41.818Z] 18c013af1878: Download complete [2020-12-29T16:58:41.818Z] a4357932f1b6: Verifying Checksum [2020-12-29T16:58:41.818Z] a4357932f1b6: Download complete [2020-12-29T16:58:41.818Z] 63d7cb157983: Verifying Checksum [2020-12-29T16:58:41.818Z] 63d7cb157983: Download complete [2020-12-29T16:58:42.104Z] b116817d02f9: Verifying Checksum [2020-12-29T16:58:42.105Z] b116817d02f9: Download complete [2020-12-29T16:58:42.388Z] 5f621e34cdf4: Verifying Checksum [2020-12-29T16:58:42.388Z] 5f621e34cdf4: Download complete [2020-12-29T16:58:43.380Z] 5f621e34cdf4: Pull complete [2020-12-29T16:58:43.988Z] a4357932f1b6: Pull complete [2020-12-29T16:58:44.261Z] 18c013af1878: Pull complete [2020-12-29T16:58:45.248Z] 745a02a5169b: Verifying Checksum [2020-12-29T16:58:45.248Z] 745a02a5169b: Download complete [2020-12-29T16:58:46.250Z] 00ac8860ef70: Verifying Checksum [2020-12-29T16:58:46.250Z] 00ac8860ef70: Download complete [2020-12-29T16:58:55.746Z] Running on prd-centos7-docker-4c-2g-17615 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-12-29T16:58:55.814Z] Running in /w/workspace/go-mod-messaging/20 [Pipeline] { [Pipeline] checkout [2020-12-29T16:58:56.457Z] 00ac8860ef70: Pull complete [2020-12-29T16:58:56.732Z] 63d7cb157983: Pull complete [2020-12-29T16:58:57.026Z] b116817d02f9: Pull complete [2020-12-29T16:58:58.318Z] using credential edgex-jenkins-ssh [2020-12-29T16:58:58.370Z] Cloning the remote Git repository [2020-12-29T16:58:58.202Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-29T16:58:58.276Z] > git init /w/workspace/go-mod-messaging/20 # timeout=10 [2020-12-29T16:58:58.338Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-29T16:58:58.339Z] > git --version # timeout=10 [2020-12-29T16:58:58.347Z] > git --version # 'git version 2.24.3' [2020-12-29T16:58:58.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T16:58:58.373Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T16:58:58.969Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-29T16:58:58.977Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T16:58:58.988Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-29T16:58:59.002Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-29T16:58:59.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T16:58:59.007Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T16:58:59.514Z] Checking out Revision d1293de4d9578f3042d3a270d86781b2d60a4f59 (master) [2020-12-29T16:58:59.423Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T16:58:59.429Z] > git checkout -f d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 [2020-12-29T16:59:01.371Z] 745a02a5169b: Pull complete [2020-12-29T16:59:01.371Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T16:59:01.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T16:59:01.371Z] ---> b7e6874047d6 [2020-12-29T16:59:01.371Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T16:59:03.115Z] Commit message: "Merge pull request #81 from lenny-intel/re-subscribe" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T16:59:04.006Z] ---> Running in 02dd59f6965a [2020-12-29T16:59:04.257Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T16:59:04.585Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T16:59:04.608Z] Removing intermediate container 02dd59f6965a [2020-12-29T16:59:04.608Z] ---> 6f840cab6c5d [2020-12-29T16:59:04.608Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-29T16:59:04.608Z] ---> Running in 6b477c406f99 [2020-12-29T16:59:04.884Z] + sudo service docker restart [2020-12-29T16:59:04.884Z] + true [2020-12-29T16:59:04.884Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-29T16:59:05.996Z] ========================================================= [2020-12-29T16:59:05.996Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T16:59:05.996Z] ========================================================= [2020-12-29T16:59:06.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:59:06.364Z] + 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 . [2020-12-29T16:59:06.629Z] Sending build context to Docker daemon 490kB [2020-12-29T16:59:06.629Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T16:59:06.629Z] Step 2/7 : FROM ${BASE} [2020-12-29T16:59:06.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T16:59:06.894Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T16:59:06.894Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T16:59:06.894Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T16:59:06.894Z] de9db76c5a1d: Pulling fs layer [2020-12-29T16:59:06.894Z] bca2f99d35d6: Pulling fs layer [2020-12-29T16:59:06.894Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T16:59:06.894Z] 7c6f9722023f: Pulling fs layer [2020-12-29T16:59:06.894Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T16:59:06.894Z] 7c6f9722023f: Waiting [2020-12-29T16:59:06.894Z] bca2f99d35d6: Waiting [2020-12-29T16:59:06.894Z] 93359f2a8cfa: Waiting [2020-12-29T16:59:06.894Z] a35cf1a2eb13: Waiting [2020-12-29T16:59:06.894Z] de9db76c5a1d: Download complete [2020-12-29T16:59:06.894Z] 0ef7d3d256c8: Download complete [2020-12-29T16:59:06.894Z] 93359f2a8cfa: Download complete [2020-12-29T16:59:06.894Z] 7c6f9722023f: Verifying Checksum [2020-12-29T16:59:06.894Z] 7c6f9722023f: Download complete [2020-12-29T16:59:06.894Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T16:59:06.894Z] 188c0c94c7c5: Download complete [2020-12-29T16:59:07.156Z] 188c0c94c7c5: Pull complete [2020-12-29T16:59:07.420Z] 0ef7d3d256c8: Pull complete [2020-12-29T16:59:07.420Z] de9db76c5a1d: Pull complete [2020-12-29T16:59:07.625Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-29T16:59:07.901Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-29T16:59:08.174Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-29T16:59:08.174Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-29T16:59:08.450Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-29T16:59:08.450Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T16:59:08.450Z] OK: 144 MiB in 44 packages [2020-12-29T16:59:08.821Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T16:59:08.821Z] a35cf1a2eb13: Download complete [2020-12-29T16:59:09.084Z] bca2f99d35d6: Verifying Checksum [2020-12-29T16:59:09.084Z] bca2f99d35d6: Download complete [2020-12-29T16:59:10.427Z] Removing intermediate container 6b477c406f99 [2020-12-29T16:59:10.427Z] ---> 20ef11ab8dc0 [2020-12-29T16:59:10.427Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-29T16:59:10.427Z] ---> Running in bd41b43de84b [2020-12-29T16:59:11.025Z] Removing intermediate container bd41b43de84b [2020-12-29T16:59:11.025Z] ---> d567d9684ca3 [2020-12-29T16:59:11.025Z] Step 6/7 : COPY go.mod . [2020-12-29T16:59:11.627Z] ---> bc492aaf41c8 [2020-12-29T16:59:11.627Z] Step 7/7 : RUN go mod download [2020-12-29T16:59:11.907Z] ---> Running in be7ed84af806 [2020-12-29T16:59:14.410Z] bca2f99d35d6: Pull complete [2020-12-29T16:59:14.410Z] 93359f2a8cfa: Pull complete [2020-12-29T16:59:14.410Z] 7c6f9722023f: Pull complete [2020-12-29T16:59:22.608Z] a35cf1a2eb13: Pull complete [2020-12-29T16:59:22.608Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T16:59:22.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T16:59:22.608Z] ---> a62c8e92a672 [2020-12-29T16:59:22.608Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T16:59:22.608Z] ---> Running in 9527b035ba3d [2020-12-29T16:59:22.608Z] Removing intermediate container 9527b035ba3d [2020-12-29T16:59:22.608Z] ---> 26bd66b8dcda [2020-12-29T16:59:22.608Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-29T16:59:22.608Z] ---> Running in 19bce74a2435 [2020-12-29T16:59:22.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T16:59:23.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T16:59:24.134Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-29T16:59:24.134Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-29T16:59:24.397Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-29T16:59:24.397Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-29T16:59:24.397Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-29T16:59:24.659Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T16:59:24.659Z] OK: 167 MiB in 44 packages [2020-12-29T16:59:25.630Z] Removing intermediate container 19bce74a2435 [2020-12-29T16:59:25.630Z] ---> 06c482a191bb [2020-12-29T16:59:25.630Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-29T16:59:25.630Z] ---> Running in a86caba7267f [2020-12-29T16:59:25.630Z] Removing intermediate container a86caba7267f [2020-12-29T16:59:25.630Z] ---> 3fc87fbeebef [2020-12-29T16:59:25.630Z] Step 6/7 : COPY go.mod . [2020-12-29T16:59:25.893Z] ---> 902996ac6d0e [2020-12-29T16:59:25.893Z] Step 7/7 : RUN go mod download [2020-12-29T16:59:25.893Z] ---> Running in bb406959fbd0 [2020-12-29T16:59:27.019Z] Removing intermediate container be7ed84af806 [2020-12-29T16:59:27.019Z] ---> 5806adc4c9c5 [2020-12-29T16:59:27.019Z] Successfully built 5806adc4c9c5 [2020-12-29T16:59:27.019Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:59:27.359Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T16:59:27.359Z] . [Pipeline] withDockerContainer [2020-12-29T16:59:27.631Z] prd-ubuntu18.04-docker-arm64-4c-16g-17614 does not seem to be running inside a container [2020-12-29T16:59:27.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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 [2020-12-29T16:59:29.247Z] $ docker top 9eb4d0fe74b987d4a213f894dc3e9789324cd01d2300ea23cd47601bdcf7a897 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T16:59:30.274Z] + go version [2020-12-29T16:59:30.274Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T16:59:30.322Z] $ docker stop --time=1 9eb4d0fe74b987d4a213f894dc3e9789324cd01d2300ea23cd47601bdcf7a897 [2020-12-29T16:59:32.365Z] $ docker rm -f 9eb4d0fe74b987d4a213f894dc3e9789324cd01d2300ea23cd47601bdcf7a897 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:59:33.535Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T16:59:33.536Z] . [Pipeline] withDockerContainer [2020-12-29T16:59:33.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-17614 does not seem to be running inside a container [2020-12-29T16:59:33.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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 [2020-12-29T16:59:35.456Z] $ docker top 692f5fbb195f55da7bc499f0981644acb0e51948361dd0c00ece6e6723b08836 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T16:59:36.423Z] + make test [2020-12-29T16:59:36.423Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T16:59:38.175Z] Removing intermediate container bb406959fbd0 [2020-12-29T16:59:38.175Z] ---> debf5a3a0945 [2020-12-29T16:59:38.175Z] Successfully built debf5a3a0945 [2020-12-29T16:59:38.175Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:59:38.493Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T16:59:38.493Z] . [Pipeline] withDockerContainer [2020-12-29T16:59:38.602Z] prd-centos7-docker-4c-2g-17615 does not seem to be running inside a container [2020-12-29T16:59:38.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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 [2020-12-29T16:59:39.428Z] $ docker top b1db4cbc0eeb035e0ebf587ce8d10a0671108cdb991d0f39ae0d81bc3915bf0e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T16:59:39.939Z] + go version [2020-12-29T16:59:39.939Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T16:59:39.957Z] $ docker stop --time=1 b1db4cbc0eeb035e0ebf587ce8d10a0671108cdb991d0f39ae0d81bc3915bf0e [2020-12-29T16:59:41.306Z] $ docker rm -f b1db4cbc0eeb035e0ebf587ce8d10a0671108cdb991d0f39ae0d81bc3915bf0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:59:42.446Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T16:59:42.446Z] . [Pipeline] withDockerContainer [2020-12-29T16:59:42.564Z] prd-centos7-docker-4c-2g-17615 does not seem to be running inside a container [2020-12-29T16:59:42.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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 [2020-12-29T16:59:43.183Z] $ docker top 0ce39fb2d0ed7329c3bc7f94807d38a0ad6d84a59507a8be971e494831a3d559 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T16:59:43.693Z] + make test [2020-12-29T16:59:43.693Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T16:59:47.999Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-12-29T16:59:51.543Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-12-29T17:00:06.321Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.016s coverage: 89.0% of statements [2020-12-29T17:00:06.321Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.015s coverage: 77.1% of statements [2020-12-29T17:00:06.321Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-12-29T17:00:09.942Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.033s coverage: 89.0% of statements [2020-12-29T17:00:09.942Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.027s coverage: 77.1% of statements [2020-12-29T17:00:09.942Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-12-29T17:00:12.934Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.341s coverage: 85.0% of statements [2020-12-29T17:00:12.935Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements [2020-12-29T17:00:12.935Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.022s coverage: 100.0% of statements [2020-12-29T17:00:12.935Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.044s coverage: 100.0% of statements [2020-12-29T17:00:12.935Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.006s coverage: 90.9% of statements [2020-12-29T17:00:13.201Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-29T17:00:14.174Z] gofmt -l . [2020-12-29T17:00:14.437Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T17:00:14.454Z] $ docker stop --time=1 0ce39fb2d0ed7329c3bc7f94807d38a0ad6d84a59507a8be971e494831a3d559 [2020-12-29T17:00:16.723Z] $ docker rm -f 0ce39fb2d0ed7329c3bc7f94807d38a0ad6d84a59507a8be971e494831a3d559 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T17:00:17.331Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T17:00:17.690Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-29T17:00:28.271Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.383s coverage: 84.1% of statements [2020-12-29T17:00:28.271Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.018s coverage: 85.7% of statements [2020-12-29T17:00:28.271Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.026s coverage: 100.0% of statements [2020-12-29T17:00:28.271Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.065s coverage: 100.0% of statements [2020-12-29T17:00:28.271Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.011s coverage: 90.9% of statements [2020-12-29T17:00:28.271Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-29T17:00:30.263Z] gofmt -l . [2020-12-29T17:00:30.263Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T17:00:30.327Z] $ docker stop --time=1 692f5fbb195f55da7bc499f0981644acb0e51948361dd0c00ece6e6723b08836 [2020-12-29T17:00:32.529Z] $ docker rm -f 692f5fbb195f55da7bc499f0981644acb0e51948361dd0c00ece6e6723b08836 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T17:00:33.351Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T17:00:33.427Z] Warning: overwriting stash ‘coverage-report’ [2020-12-29T17:00:34.175Z] 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] } [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 [2020-12-29T17:00:36.516Z] provisioning config files... [2020-12-29T17:00:36.531Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3007882906410012257tmp [Pipeline] { [Pipeline] sh [2020-12-29T17:00:36.907Z] + set +x [2020-12-29T17:00:36.908Z] + curl -s https://codecov.io/bash [2020-12-29T17:00:36.908Z] + bash -s -- [2020-12-29T17:00:37.170Z] [2020-12-29T17:00:37.171Z] _____ _ [2020-12-29T17:00:37.171Z] / ____| | | [2020-12-29T17:00:37.171Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T17:00:37.171Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T17:00:37.171Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T17:00:37.171Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T17:00:37.171Z] Bash-20201223-5ad85e3 [2020-12-29T17:00:37.171Z] [2020-12-29T17:00:37.171Z] [2020-12-29T17:00:37.171Z] ==> git version 2.24.3 found [2020-12-29T17:00:37.171Z] ==> 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 [2020-12-29T17:00:37.171Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T17:00:37.171Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T17:00:37.171Z] ==> Jenkins CI detected. [2020-12-29T17:00:37.171Z] project root: . [2020-12-29T17:00:37.171Z] --> token set from env [2020-12-29T17:00:37.171Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T17:00:37.171Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T17:00:37.171Z] ==> Python coveragepy not found [2020-12-29T17:00:37.171Z] ==> Searching for coverage reports in: [2020-12-29T17:00:37.171Z] + . [2020-12-29T17:00:37.171Z] -> Found 1 reports [2020-12-29T17:00:37.171Z] ==> Detecting git/mercurial file structure [2020-12-29T17:00:37.171Z] ==> Reading reports [2020-12-29T17:00:37.171Z] + ./coverage.out bytes=20975 [2020-12-29T17:00:37.171Z] ==> Appending adjustments [2020-12-29T17:00:37.171Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T17:00:37.434Z] + Found adjustments [2020-12-29T17:00:37.434Z] ==> Gzipping contents [2020-12-29T17:00:37.434Z] 8.0K /tmp/codecov.fZvd6m.gz [2020-12-29T17:00:37.434Z] ==> Uploading reports [2020-12-29T17:00:37.434Z] url: https://codecov.io [2020-12-29T17:00:37.434Z] query: branch=master&commit=d1293de4d9578f3042d3a270d86781b2d60a4f59&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-29T17:00:37.434Z] -> Pinging Codecov [2020-12-29T17:00:37.434Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=d1293de4d9578f3042d3a270d86781b2d60a4f59&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-29T17:00:37.696Z] -> Uploading to [2020-12-29T17:00:37.696Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/F6E385568367DD0E4001BA4F8F1CB792/d1293de4d9578f3042d3a270d86781b2d60a4f59/d7f355e1-e418-45b9-8732-b94fc5e6a305.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T170037Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0bcf897d3204338144cd9fdffe1f5dd88e3d041f218f82204a0dc3f651fef9b [2020-12-29T17:00:37.696Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:00:37.696Z] Dload Upload Total Spent Left Speed [2020-12-29T17:00:38.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5228 0 0 100 5228 0 11525 --:--:-- --:--:-- --:--:-- 11540 [2020-12-29T17:00:38.271Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] } [2020-12-29T17:00:38.282Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-29T17:00:38.775Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-29T17:00:38.838Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:00:39.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T17:00:39.191Z] [2020-12-29T17:00:39.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:00:39.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T17:00:39.557Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-29T17:00:39.557Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T17:00:39.557Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T17:00:39.557Z] de9db76c5a1d: Pulling fs layer [2020-12-29T17:00:39.557Z] 0eba1c9be4d2: Pulling fs layer [2020-12-29T17:00:39.557Z] 0d57e429df01: Pulling fs layer [2020-12-29T17:00:39.557Z] 4e4be7b47b0d: Pulling fs layer [2020-12-29T17:00:39.557Z] e1f770b5df2f: Pulling fs layer [2020-12-29T17:00:39.557Z] 85a0685a4137: Pulling fs layer [2020-12-29T17:00:39.557Z] 0d57e429df01: Waiting [2020-12-29T17:00:39.557Z] 4e4be7b47b0d: Waiting [2020-12-29T17:00:39.557Z] e1f770b5df2f: Waiting [2020-12-29T17:00:39.557Z] 85a0685a4137: Waiting [2020-12-29T17:00:39.557Z] 0eba1c9be4d2: Waiting [2020-12-29T17:00:39.557Z] de9db76c5a1d: Verifying Checksum [2020-12-29T17:00:39.557Z] de9db76c5a1d: Download complete [2020-12-29T17:00:39.557Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T17:00:39.557Z] 0ef7d3d256c8: Download complete [2020-12-29T17:00:39.557Z] 0d57e429df01: Verifying Checksum [2020-12-29T17:00:39.557Z] 0d57e429df01: Download complete [2020-12-29T17:00:39.557Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T17:00:39.557Z] 188c0c94c7c5: Download complete [2020-12-29T17:00:39.557Z] 4e4be7b47b0d: Verifying Checksum [2020-12-29T17:00:39.557Z] 4e4be7b47b0d: Download complete [2020-12-29T17:00:39.826Z] 188c0c94c7c5: Pull complete [2020-12-29T17:00:40.419Z] 0ef7d3d256c8: Pull complete [2020-12-29T17:00:40.419Z] de9db76c5a1d: Pull complete [2020-12-29T17:00:41.371Z] e1f770b5df2f: Verifying Checksum [2020-12-29T17:00:41.371Z] e1f770b5df2f: Download complete [2020-12-29T17:00:45.626Z] 0eba1c9be4d2: Download complete [2020-12-29T17:00:45.895Z] 85a0685a4137: Verifying Checksum [2020-12-29T17:00:45.895Z] 85a0685a4137: Download complete [2020-12-29T17:00:51.229Z] 0eba1c9be4d2: Pull complete [2020-12-29T17:00:51.229Z] 0d57e429df01: Pull complete [2020-12-29T17:00:51.229Z] 4e4be7b47b0d: Pull complete [2020-12-29T17:00:55.477Z] e1f770b5df2f: Pull complete [2020-12-29T17:01:02.161Z] 85a0685a4137: Pull complete [2020-12-29T17:01:02.161Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-29T17:01:02.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T17:01:02.161Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-29T17:01:02.382Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T17:01:02.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-29T17:01:03.366Z] $ docker top 57d47bde735711277f6bb9d8390cd49249c2a92b4edd3da8eb015d93f44406fa -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-29T17:01:03.590Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-29T17:01:03.915Z] + set -o pipefail [2020-12-29T17:01:03.915Z] + snyk monitor '--org=edgex-jenkins' [2020-12-29T17:01:10.545Z] [2020-12-29T17:01:10.545Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... [2020-12-29T17:01:10.545Z] [2020-12-29T17:01:10.545Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/bc4bbc01-313a-4a56-bd54-337dbb82d0fb [2020-12-29T17:01:10.545Z] [2020-12-29T17:01:10.545Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-29T17:01:10.545Z] [2020-12-29T17:01:10.545Z] [Pipeline] } [2020-12-29T17:01:10.570Z] $ docker stop --time=1 57d47bde735711277f6bb9d8390cd49249c2a92b4edd3da8eb015d93f44406fa [2020-12-29T17:01:12.633Z] $ docker rm -f 57d47bde735711277f6bb9d8390cd49249c2a92b4edd3da8eb015d93f44406fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2020-12-29T17:01:14.363Z] + git log --format=format:%s -1 d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:14.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T17:01:14.680Z] . [Pipeline] withDockerContainer [2020-12-29T17:01:14.781Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T17:01:14.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T17:01:15.572Z] $ docker top f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T17:01:15.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T17:01:15.891Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T17:01:16.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T17:01:16.143Z] $ docker exec f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 ssh-agent [2020-12-29T17:01:16.307Z] SSH_AUTH_SOCK=/tmp/ssh-MkYonqlcNu9V/agent.11 [2020-12-29T17:01:16.307Z] SSH_AGENT_PID=16 [2020-12-29T17:01:16.314Z] Running ssh-add (command line suppressed) [2020-12-29T17:01:16.444Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4993670341965494430.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4993670341965494430.key) [2020-12-29T17:01:16.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T17:01:16.849Z] + git semver tag [2020-12-29T17:01:16.849Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T17:01:16.849Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-12-29T17:01:16.849Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-12-29T17:01:16.849Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T17:01:16.849Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T17:01:16.849Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T17:01:16.849Z] # $SEMVER_BRANCH = master [2020-12-29T17:01:16.849Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-12-29T17:01:16.849Z] # d1293de4d9578f3042d3a270d86781b2d60a4f59 HEAD [2020-12-29T17:01:16.849Z] # -> Force: false [2020-12-29T17:01:16.849Z] # 82356776ec0171e773ea4a26a2337cfea73b0008 refs/tags/v0.1.29 [Pipeline] } [2020-12-29T17:01:16.867Z] $ docker exec --env ******** --env ******** f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 ssh-agent -k [2020-12-29T17:01:16.991Z] unset SSH_AUTH_SOCK; [2020-12-29T17:01:16.991Z] unset SSH_AGENT_PID; [2020-12-29T17:01:16.992Z] echo Agent pid 16 killed; [2020-12-29T17:01:17.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T17:01:17.515Z] + git semver [Pipeline] } [2020-12-29T17:01:17.538Z] $ docker stop --time=1 f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 [2020-12-29T17:01:18.924Z] $ docker rm -f f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:19.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T17:01:19.583Z] [2020-12-29T17:01:19.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:19.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T17:01:19.964Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-29T17:01:19.964Z] ab5ef0e58194: Pulling fs layer [2020-12-29T17:01:19.964Z] 9712f1f96733: Pulling fs layer [2020-12-29T17:01:19.964Z] 63f879dbbcfc: Pulling fs layer [2020-12-29T17:01:19.964Z] 0d9ebad4ef96: Pulling fs layer [2020-12-29T17:01:19.964Z] e9a5061849ea: Pulling fs layer [2020-12-29T17:01:19.964Z] d747dcd14b5f: Pulling fs layer [2020-12-29T17:01:19.964Z] 2de7ff778b66: Pulling fs layer [2020-12-29T17:01:19.964Z] e9a5061849ea: Waiting [2020-12-29T17:01:19.964Z] d747dcd14b5f: Waiting [2020-12-29T17:01:19.964Z] 2de7ff778b66: Waiting [2020-12-29T17:01:19.964Z] 0d9ebad4ef96: Waiting [2020-12-29T17:01:19.964Z] 9712f1f96733: Download complete [2020-12-29T17:01:21.885Z] 63f879dbbcfc: Verifying Checksum [2020-12-29T17:01:21.885Z] 63f879dbbcfc: Download complete [2020-12-29T17:01:21.885Z] e9a5061849ea: Verifying Checksum [2020-12-29T17:01:21.885Z] e9a5061849ea: Download complete [2020-12-29T17:01:21.885Z] d747dcd14b5f: Verifying Checksum [2020-12-29T17:01:21.885Z] d747dcd14b5f: Download complete [2020-12-29T17:01:22.149Z] 2de7ff778b66: Verifying Checksum [2020-12-29T17:01:22.149Z] 2de7ff778b66: Download complete [2020-12-29T17:01:22.149Z] 0d9ebad4ef96: Verifying Checksum [2020-12-29T17:01:22.149Z] 0d9ebad4ef96: Download complete [2020-12-29T17:01:22.731Z] ab5ef0e58194: Verifying Checksum [2020-12-29T17:01:22.731Z] ab5ef0e58194: Download complete [2020-12-29T17:01:26.958Z] ab5ef0e58194: Pull complete [2020-12-29T17:01:26.958Z] 9712f1f96733: Pull complete [2020-12-29T17:01:29.538Z] 63f879dbbcfc: Pull complete [2020-12-29T17:01:36.158Z] 0d9ebad4ef96: Pull complete [2020-12-29T17:01:37.556Z] e9a5061849ea: Pull complete [2020-12-29T17:01:37.556Z] d747dcd14b5f: Pull complete [2020-12-29T17:01:40.876Z] 2de7ff778b66: Pull complete [2020-12-29T17:01:40.876Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-29T17:01:40.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T17:01:40.876Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-29T17:01:41.163Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T17:01:41.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-29T17:01:44.469Z] $ docker top c6fcda33e18ece50ef9e5580b994190ea92e4d4ea412b6934e9e809226c37422 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-29T17:01:44.709Z] provisioning config files... [2020-12-29T17:01:44.735Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4291957007771385571tmp [2020-12-29T17:01:44.819Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5799122067459125044tmp [2020-12-29T17:01:44.844Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8770593977954845809tmp [Pipeline] { [Pipeline] echo [2020-12-29T17:01:44.914Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:01:45.211Z] ---> sigul-configuration.sh [2020-12-29T17:01:45.211Z] gpg: directory `/root/.gnupg' created [2020-12-29T17:01:45.211Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-29T17:01:45.211Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-29T17:01:45.211Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-29T17:01:45.211Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-29T17:01:45.211Z] gpg: CAST5 encrypted data [2020-12-29T17:01:45.474Z] gpg: encrypted with 1 passphrase [2020-12-29T17:01:45.474Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-29T17:01:45.785Z] + mkdir /home/jenkins [2020-12-29T17:01:45.785Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-29T17:01:46.086Z] + 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 [2020-12-29T17:01:46.098Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:01:46.395Z] ---> sigul-install.sh [2020-12-29T17:01:52.991Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-29T17:01:53.290Z] + git tag --list [2020-12-29T17:01:53.291Z] v0.0.0 [2020-12-29T17:01:53.291Z] v0.1.0 [2020-12-29T17:01:53.291Z] v0.1.1 [2020-12-29T17:01:53.291Z] v0.1.10 [2020-12-29T17:01:53.291Z] v0.1.11 [2020-12-29T17:01:53.291Z] v0.1.12 [2020-12-29T17:01:53.291Z] v0.1.13 [2020-12-29T17:01:53.291Z] v0.1.14 [2020-12-29T17:01:53.291Z] v0.1.15 [2020-12-29T17:01:53.291Z] v0.1.16 [2020-12-29T17:01:53.291Z] v0.1.17 [2020-12-29T17:01:53.291Z] v0.1.18 [2020-12-29T17:01:53.291Z] v0.1.19 [2020-12-29T17:01:53.291Z] v0.1.2 [2020-12-29T17:01:53.291Z] v0.1.20 [2020-12-29T17:01:53.291Z] v0.1.21 [2020-12-29T17:01:53.291Z] v0.1.22 [2020-12-29T17:01:53.291Z] v0.1.23 [2020-12-29T17:01:53.291Z] v0.1.24 [2020-12-29T17:01:53.291Z] v0.1.25 [2020-12-29T17:01:53.291Z] v0.1.26 [2020-12-29T17:01:53.291Z] v0.1.27 [2020-12-29T17:01:53.291Z] v0.1.28 [2020-12-29T17:01:53.291Z] v0.1.29 [2020-12-29T17:01:53.291Z] v0.1.3 [2020-12-29T17:01:53.291Z] v0.1.4 [2020-12-29T17:01:53.291Z] v0.1.5 [2020-12-29T17:01:53.291Z] v0.1.6 [2020-12-29T17:01:53.291Z] v0.1.7 [2020-12-29T17:01:53.291Z] v0.1.8 [2020-12-29T17:01:53.291Z] v0.1.9 [Pipeline] sh [2020-12-29T17:01:53.593Z] + lftools sign git-tag v0.1.29 [2020-12-29T17:01:54.984Z] Signing Git tag with Sigul... [2020-12-29T17:01:54.984Z] Signing v0.1.29 [Pipeline] echo [2020-12-29T17:01:55.571Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:01:55.868Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-29T17:01:55.878Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-29T17:01:55.992Z] $ docker stop --time=1 c6fcda33e18ece50ef9e5580b994190ea92e4d4ea412b6934e9e809226c37422 [2020-12-29T17:01:58.034Z] $ docker rm -f c6fcda33e18ece50ef9e5580b994190ea92e4d4ea412b6934e9e809226c37422 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:59.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T17:01:59.033Z] . [Pipeline] withDockerContainer [2020-12-29T17:01:59.154Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T17:01:59.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T17:01:59.900Z] $ docker top e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T17:02:00.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T17:02:00.258Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T17:02:00.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T17:02:00.467Z] $ docker exec e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 ssh-agent [2020-12-29T17:02:00.632Z] SSH_AUTH_SOCK=/tmp/ssh-pSJRqnL7z52v/agent.11 [2020-12-29T17:02:00.632Z] SSH_AGENT_PID=16 [2020-12-29T17:02:00.638Z] Running ssh-add (command line suppressed) [2020-12-29T17:02:00.771Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7154477473232784461.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7154477473232784461.key) [2020-12-29T17:02:00.827Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T17:02:01.190Z] + git semver bump patch [2020-12-29T17:02:01.191Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T17:02:01.191Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-12-29T17:02:01.191Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-12-29T17:02:01.191Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T17:02:01.191Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T17:02:01.191Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T17:02:01.191Z] # $SEMVER_BRANCH = master [2020-12-29T17:02:01.191Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-12-29T17:02:01.191Z] 0.1.30 [Pipeline] } [2020-12-29T17:02:01.208Z] $ docker exec --env ******** --env ******** e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 ssh-agent -k [2020-12-29T17:02:01.353Z] unset SSH_AUTH_SOCK; [2020-12-29T17:02:01.353Z] unset SSH_AGENT_PID; [2020-12-29T17:02:01.353Z] echo Agent pid 16 killed; [2020-12-29T17:02:01.404Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T17:02:01.917Z] + git semver [Pipeline] } [2020-12-29T17:02:01.938Z] $ docker stop --time=1 e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 [2020-12-29T17:02:03.348Z] $ docker rm -f e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:02:03.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T17:02:03.922Z] . [Pipeline] withDockerContainer [2020-12-29T17:02:04.026Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T17:02:04.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T17:02:04.763Z] $ docker top 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T17:02:05.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T17:02:05.105Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T17:02:05.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T17:02:05.299Z] $ docker exec 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd ssh-agent [2020-12-29T17:02:05.475Z] SSH_AUTH_SOCK=/tmp/ssh-NxDselzZw7jn/agent.11 [2020-12-29T17:02:05.475Z] SSH_AGENT_PID=17 [2020-12-29T17:02:05.482Z] Running ssh-add (command line suppressed) [2020-12-29T17:02:05.613Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_984595612267031703.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_984595612267031703.key) [2020-12-29T17:02:05.665Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T17:02:06.001Z] + git semver push [2020-12-29T17:02:06.002Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T17:02:06.002Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-12-29T17:02:06.002Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-12-29T17:02:06.002Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T17:02:06.002Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T17:02:06.002Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T17:02:06.002Z] # $SEMVER_BRANCH = master [2020-12-29T17:02:06.002Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-12-29T17:02:12.627Z] $ docker exec --env ******** --env ******** 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd ssh-agent -k [2020-12-29T17:02:12.776Z] unset SSH_AUTH_SOCK; [2020-12-29T17:02:12.777Z] unset SSH_AGENT_PID; [2020-12-29T17:02:12.777Z] echo Agent pid 17 killed; [2020-12-29T17:02:12.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T17:02:13.308Z] + git semver [Pipeline] } [2020-12-29T17:02:13.331Z] $ docker stop --time=1 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd [2020-12-29T17:02:14.679Z] $ docker rm -f 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd [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 [2020-12-29T17:02:16.305Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:02:16.879Z] ---> package-listing.sh [2020-12-29T17:02:16.879Z] ++ facter osfamily [2020-12-29T17:02:16.879Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T17:02:16.879Z] + OS_FAMILY=redhat [2020-12-29T17:02:16.879Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2020-12-29T17:02:16.879Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T17:02:16.879Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T17:02:16.879Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T17:02:16.879Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T17:02:16.879Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-12-29T17:02:16.879Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T17:02:16.879Z] + case "${OS_FAMILY}" in [2020-12-29T17:02:16.879Z] + rpm -qa [2020-12-29T17:02:16.879Z] + sort [2020-12-29T17:02:22.211Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T17:02:22.211Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T17:02:22.211Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T17:02:22.211Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-12-29T17:02:22.211Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2020-12-29T17:02:22.211Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2020-12-29T17:02:22.223Z] 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 [2020-12-29T17:02:22.514Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:02:22.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T17:02:22.821Z] [2020-12-29T17:02:22.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:02:23.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T17:02:23.216Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T17:02:23.216Z] df20fa9351a1: Pulling fs layer [2020-12-29T17:02:23.216Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T17:02:23.216Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T17:02:23.216Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T17:02:23.216Z] 93b61091891f: Pulling fs layer [2020-12-29T17:02:23.216Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T17:02:23.216Z] 5e14af77c1be: Pulling fs layer [2020-12-29T17:02:23.216Z] 01666e4c0597: Pulling fs layer [2020-12-29T17:02:23.216Z] aa168da1d23b: Pulling fs layer [2020-12-29T17:02:23.216Z] 46f8f816bc3b: Waiting [2020-12-29T17:02:23.216Z] 93b61091891f: Waiting [2020-12-29T17:02:23.216Z] 93b9cdb0e59b: Waiting [2020-12-29T17:02:23.216Z] 5e14af77c1be: Waiting [2020-12-29T17:02:23.216Z] 01666e4c0597: Waiting [2020-12-29T17:02:23.216Z] aa168da1d23b: Waiting [2020-12-29T17:02:23.216Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T17:02:23.216Z] 36b3adc4ff6f: Download complete [2020-12-29T17:02:23.216Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T17:02:23.216Z] 46f8f816bc3b: Download complete [2020-12-29T17:02:23.216Z] df20fa9351a1: Verifying Checksum [2020-12-29T17:02:23.216Z] df20fa9351a1: Download complete [2020-12-29T17:02:23.216Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T17:02:23.216Z] 93b9cdb0e59b: Download complete [2020-12-29T17:02:23.216Z] 5e14af77c1be: Verifying Checksum [2020-12-29T17:02:23.216Z] 5e14af77c1be: Download complete [2020-12-29T17:02:23.479Z] 01666e4c0597: Verifying Checksum [2020-12-29T17:02:23.479Z] 01666e4c0597: Download complete [2020-12-29T17:02:23.479Z] 93b61091891f: Verifying Checksum [2020-12-29T17:02:23.479Z] 93b61091891f: Download complete [2020-12-29T17:02:23.479Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T17:02:23.479Z] 8ad3a11d3b57: Download complete [2020-12-29T17:02:23.741Z] df20fa9351a1: Pull complete [2020-12-29T17:02:24.005Z] 36b3adc4ff6f: Pull complete [2020-12-29T17:02:25.064Z] 8ad3a11d3b57: Pull complete [2020-12-29T17:02:25.064Z] 46f8f816bc3b: Pull complete [2020-12-29T17:02:25.366Z] aa168da1d23b: Verifying Checksum [2020-12-29T17:02:25.366Z] aa168da1d23b: Download complete [2020-12-29T17:02:25.967Z] 93b61091891f: Pull complete [2020-12-29T17:02:25.967Z] 93b9cdb0e59b: Pull complete [2020-12-29T17:02:25.967Z] 5e14af77c1be: Pull complete [2020-12-29T17:02:26.235Z] 01666e4c0597: Pull complete [2020-12-29T17:02:34.412Z] aa168da1d23b: Pull complete [2020-12-29T17:02:34.412Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T17:02:34.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T17:02:34.412Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T17:02:34.582Z] prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container [2020-12-29T17:02:34.636Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-29T17:02:37.497Z] $ docker top b51638cd248b83d50a145bbf1405506fa7079b09366206055b62a41250a84531 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T17:02:37.981Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T17:02:38.280Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T17:02:38.578Z] + ls /var/log/sa-host [2020-12-29T17:02:38.578Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T17:02:38.578Z] file_magic: OK [2020-12-29T17:02:38.578Z] HZ: Using current value: 100 [2020-12-29T17:02:38.578Z] file_header: OK [2020-12-29T17:02:38.578Z] 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 [2020-12-29T17:02:38.578Z] Statistics: [2020-12-29T17:02:38.578Z] Hnuu...uuuununununu... [2020-12-29T17:02:38.578Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T17:02:38.578Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T17:02:38.578Z] file_magic: OK [2020-12-29T17:02:38.578Z] HZ: Using current value: 100 [2020-12-29T17:02:38.578Z] file_header: OK [2020-12-29T17:02:38.578Z] 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 [2020-12-29T17:02:38.578Z] Statistics: [2020-12-29T17:02:38.578Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-29T17:02:38.578Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T17:02:39.213Z] provisioning config files... [2020-12-29T17:02:39.228Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7680005553446841449tmp [Pipeline] { [Pipeline] echo [2020-12-29T17:02:39.298Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:02:39.595Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T17:02:39.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T17:02:39.703Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:02:40.007Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T17:02:40.019Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:02:40.651Z] ---> sudo-logs.sh [2020-12-29T17:02:40.651Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T17:02:40.663Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:02:40.968Z] ---> job-cost.sh [2020-12-29T17:02:40.968Z] lf-activate-venv: SKIPPING [2020-12-29T17:02:40.968Z] INFO: No Stack... [2020-12-29T17:02:41.917Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T17:02:42.492Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T17:02:42.506Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:02:42.810Z] ---> logs-deploy.sh [2020-12-29T17:02:42.811Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/20 [2020-12-29T17:02:42.811Z] INFO: archiving workspace using pattern(s): [2020-12-29T17:02:44.742Z] Archives upload complete. [2020-12-29T17:02:44.742Z] INFO: archiving logs to Nexus