Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21325 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 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 (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 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 # timeout=10 Commit message: "Merge pull request #88 from lenny-intel/module-fix" > git rev-list --no-walk 0db640c26ec302303269d6b65a39c47dec32472c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T22:03:48.130Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T22:03:48.379Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T22:03:48.484Z] ========================================================= [2021-01-19T22:03:48.484Z] EdgeX Global Pipelines Version Info [2021-01-19T22:03:48.484Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:03:50.034Z] ------------------- [2021-01-19T22:03:50.034Z] stable info: [2021-01-19T22:03:50.034Z] ------------------- [2021-01-19T22:03:50.034Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:03:50.034Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:03:50.034Z] Message: update stable to v1.0.179 [2021-01-19T22:03:50.981Z] ------------------- [2021-01-19T22:03:50.981Z] experimental info: [2021-01-19T22:03:50.981Z] ------------------- [2021-01-19T22:03:50.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:03:50.981Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:03:50.981Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T22:03:51.226Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-01-19T22:03:51.325Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-01-19T22:03:51.407Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T22:03:51.503Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T22:03:51.591Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T22:03:51.680Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T22:03:51.764Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T22:03:51.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T22:03:51.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T22:03:52.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T22:03:52.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T22:03:52.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-01-19T22:03:52.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T22:03:52.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T22:03:52.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:52.598Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:52.682Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:52.770Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:52.885Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T22:03:52.970Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T22:03:53.060Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T22:03:53.179Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T22:03:53.263Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T22:03:53.390Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T22:03:53.478Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T22:03:53.561Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T22:03:53.656Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T22:03:53.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T22:03:53.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T22:03:53.912Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T22:03:54.019Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 [Pipeline] echo [2021-01-19T22:03:54.102Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0949ba8 [Pipeline] echo [2021-01-19T22:03:54.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:03:54.991Z] + git log --format=format:%s -1 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 [Pipeline] echo [2021-01-19T22:03:55.055Z] GIT_COMMIT: 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95, Commit Message: Merge pull request #88 from lenny-intel/module-fix [Pipeline] echo [2021-01-19T22:03:55.099Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:03:55.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:03:55.946Z] [2021-01-19T22:03:55.946Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:03:56.293Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:03:56.293Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T22:03:56.293Z] 31603596830f: Pulling fs layer [2021-01-19T22:03:56.293Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T22:03:56.293Z] 6ca5941a6612: Pulling fs layer [2021-01-19T22:03:56.293Z] ecc8261a40a4: Pulling fs layer [2021-01-19T22:03:56.293Z] ecc8261a40a4: Waiting [2021-01-19T22:03:56.293Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T22:03:56.293Z] 2a8b12db71e7: Download complete [2021-01-19T22:03:56.558Z] 31603596830f: Verifying Checksum [2021-01-19T22:03:56.558Z] 31603596830f: Download complete [2021-01-19T22:03:56.558Z] ecc8261a40a4: Verifying Checksum [2021-01-19T22:03:56.558Z] ecc8261a40a4: Download complete [2021-01-19T22:03:56.558Z] 6ca5941a6612: Verifying Checksum [2021-01-19T22:03:56.558Z] 6ca5941a6612: Download complete [2021-01-19T22:03:56.822Z] 31603596830f: Pull complete [2021-01-19T22:03:56.823Z] 2a8b12db71e7: Pull complete [2021-01-19T22:03:57.778Z] 6ca5941a6612: Pull complete [2021-01-19T22:03:58.041Z] ecc8261a40a4: Pull complete [2021-01-19T22:03:58.041Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T22:03:58.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:03:58.041Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T22:03:58.157Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:03:58.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:04:00.789Z] $ docker top f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:04:01.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:04:01.216Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:04:01.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:04:01.523Z] $ docker exec f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 ssh-agent [2021-01-19T22:04:01.768Z] SSH_AUTH_SOCK=/tmp/ssh-BLTqrhby6BWv/agent.11 [2021-01-19T22:04:01.768Z] SSH_AGENT_PID=16 [2021-01-19T22:04:01.805Z] Running ssh-add (command line suppressed) [2021-01-19T22:04:02.109Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7833538533736566494.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7833538533736566494.key) [2021-01-19T22:04:02.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:04:02.562Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T22:04:02.588Z] $ docker exec --env ******** --env ******** f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 ssh-agent -k [2021-01-19T22:04:02.750Z] unset SSH_AUTH_SOCK; [2021-01-19T22:04:02.751Z] unset SSH_AGENT_PID; [2021-01-19T22:04:02.751Z] echo Agent pid 16 killed; [2021-01-19T22:04:02.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T22:04:02.976Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:04:02.976Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:04:03.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:04:03.165Z] $ docker exec f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 ssh-agent [2021-01-19T22:04:03.364Z] SSH_AUTH_SOCK=/tmp/ssh-C8mX7ggwqMS6/agent.45 [2021-01-19T22:04:03.364Z] SSH_AGENT_PID=50 [2021-01-19T22:04:03.373Z] Running ssh-add (command line suppressed) [2021-01-19T22:04:03.506Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8029295256368077415.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8029295256368077415.key) [2021-01-19T22:04:03.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:04:04.025Z] + git semver init [2021-01-19T22:04:04.025Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:04:04.025Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-01-19T22:04:04.025Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-01-19T22:04:04.025Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:04:04.025Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:04:04.025Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:04:04.025Z] # $SEMVER_BRANCH = master [2021-01-19T22:04:04.025Z] # $SEMVER_TEMP = /tmp/semver-520548401 [2021-01-19T22:04:04.025Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-01-19T22:04:04.979Z] # '/tmp/semver-520548401' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-01-19T22:04:04.979Z] # -> Force: false [2021-01-19T22:04:04.979Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-01-19T22:04:04.989Z] $ docker exec --env ******** --env ******** f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 ssh-agent -k [2021-01-19T22:04:05.108Z] unset SSH_AUTH_SOCK; [2021-01-19T22:04:05.109Z] unset SSH_AGENT_PID; [2021-01-19T22:04:05.109Z] echo Agent pid 50 killed; [2021-01-19T22:04:05.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:04:05.668Z] + git semver [Pipeline] } [2021-01-19T22:04:05.688Z] $ docker stop --time=1 f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 [2021-01-19T22:04:07.226Z] $ docker rm -f f688d8b84caa69fafe623a2d9f1a4919f678f21a6b168edcb67dfd371cb418c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:04:07.748Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T22:04:08.298Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T22:04:08.302Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T22:04:23.839Z] Still waiting to schedule task [2021-01-19T22:04:23.839Z] Executor slot already in use; ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21326’ is offline; ‘prd-centos7-docker-4c-2g-21327’ is offline; ‘prd-centos7-docker-4c-2g-21332’ is offline; ‘prd-centos7-docker-4c-2g-21333’ is offline; ‘prd-centos7-docker-4c-2g-21334’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T22:04:23.842Z] Still waiting to schedule task [2021-01-19T22:04:23.843Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T22:06:29.720Z] Running on prd-centos7-docker-4c-2g-21346 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-01-19T22:06:29.806Z] Running in /w/workspace/go-mod-messaging/23 [Pipeline] { [Pipeline] checkout [2021-01-19T22:06:34.034Z] using credential edgex-jenkins-ssh [2021-01-19T22:06:34.093Z] Cloning the remote Git repository [2021-01-19T22:06:34.135Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-19T22:06:34.246Z] > git init /w/workspace/go-mod-messaging/23 # timeout=10 [2021-01-19T22:06:34.404Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-19T22:06:34.405Z] > git --version # timeout=10 [2021-01-19T22:06:34.414Z] > git --version # 'git version 2.24.3' [2021-01-19T22:06:34.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:34.576Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:35.591Z] Checking out Revision 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 (master) [2021-01-19T22:06:35.147Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-19T22:06:35.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:35.172Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-19T22:06:35.186Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-19T22:06:35.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:35.194Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:06:35.603Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:06:35.645Z] > git checkout -f 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 # timeout=10 [2021-01-19T22:06:40.020Z] Commit message: "Merge pull request #88 from lenny-intel/module-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:06:41.646Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:42.003Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:42.344Z] + true [2021-01-19T22:06:42.344Z] + sudo service docker restart [2021-01-19T22:06:42.344Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-19T22:06:43.552Z] ========================================================= [2021-01-19T22:06:43.552Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T22:06:43.552Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:06:43.925Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T22:06:44.517Z] Sending build context to Docker daemon 499.2kB [2021-01-19T22:06:44.517Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:06:44.517Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:06:44.517Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T22:06:44.517Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:06:44.517Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:06:44.517Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:06:44.517Z] bca2f99d35d6: Pulling fs layer [2021-01-19T22:06:44.517Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T22:06:44.517Z] 7c6f9722023f: Pulling fs layer [2021-01-19T22:06:44.517Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T22:06:44.517Z] 93359f2a8cfa: Waiting [2021-01-19T22:06:44.517Z] 7c6f9722023f: Waiting [2021-01-19T22:06:44.517Z] bca2f99d35d6: Waiting [2021-01-19T22:06:44.517Z] a35cf1a2eb13: Waiting [2021-01-19T22:06:44.517Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:06:44.517Z] de9db76c5a1d: Download complete [2021-01-19T22:06:44.517Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T22:06:44.517Z] 0ef7d3d256c8: Download complete [2021-01-19T22:06:44.517Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T22:06:44.517Z] 93359f2a8cfa: Download complete [2021-01-19T22:06:44.517Z] 7c6f9722023f: Verifying Checksum [2021-01-19T22:06:44.517Z] 7c6f9722023f: Download complete [2021-01-19T22:06:44.517Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:06:44.517Z] 188c0c94c7c5: Download complete [2021-01-19T22:06:44.804Z] 188c0c94c7c5: Pull complete [2021-01-19T22:06:45.076Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:06:45.355Z] de9db76c5a1d: Pull complete [2021-01-19T22:06:46.769Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T22:06:46.769Z] a35cf1a2eb13: Download complete [2021-01-19T22:06:47.375Z] bca2f99d35d6: Verifying Checksum [2021-01-19T22:06:47.375Z] bca2f99d35d6: Download complete [2021-01-19T22:06:54.165Z] bca2f99d35d6: Pull complete [2021-01-19T22:06:54.165Z] 93359f2a8cfa: Pull complete [2021-01-19T22:06:54.165Z] 7c6f9722023f: Pull complete [2021-01-19T22:06:59.544Z] a35cf1a2eb13: Pull complete [2021-01-19T22:06:59.544Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T22:06:59.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T22:06:59.544Z] ---> a62c8e92a672 [2021-01-19T22:06:59.544Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T22:06:59.816Z] ---> Running in ad07b6b18ae0 [2021-01-19T22:07:00.091Z] Removing intermediate container ad07b6b18ae0 [2021-01-19T22:07:00.091Z] ---> b6d611254cf0 [2021-01-19T22:07:00.091Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-19T22:07:00.091Z] ---> Running in 1dccd0e835fa [2021-01-19T22:07:01.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:07:04.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:07:08.406Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-19T22:07:08.406Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-19T22:07:08.991Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-19T22:07:08.991Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-19T22:07:09.292Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-19T22:07:09.292Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:07:09.292Z] OK: 167 MiB in 44 packages [2021-01-19T22:07:10.282Z] Removing intermediate container 1dccd0e835fa [2021-01-19T22:07:10.282Z] ---> 4015f7803ccb [2021-01-19T22:07:10.282Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:07:10.282Z] ---> Running in 210af1f33921 [2021-01-19T22:07:10.549Z] Removing intermediate container 210af1f33921 [2021-01-19T22:07:10.549Z] ---> 19024537a83c [2021-01-19T22:07:10.549Z] Step 6/7 : COPY go.mod . [2021-01-19T22:07:10.549Z] ---> 7a43622a98d4 [2021-01-19T22:07:10.549Z] Step 7/7 : RUN go mod download [2021-01-19T22:07:10.645Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21348 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-01-19T22:07:10.701Z] Running in /w/workspace/go-mod-messaging/23 [Pipeline] { [Pipeline] checkout [2021-01-19T22:07:10.825Z] ---> Running in e1a1def04f08 [2021-01-19T22:07:16.393Z] using credential edgex-jenkins-ssh [2021-01-19T22:07:16.505Z] Cloning the remote Git repository [2021-01-19T22:07:16.584Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-19T22:07:16.715Z] > git init /w/workspace/go-mod-messaging/23 # timeout=10 [2021-01-19T22:07:16.807Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-19T22:07:16.808Z] > git --version # timeout=10 [2021-01-19T22:07:16.831Z] > git --version # 'git version 2.17.1' [2021-01-19T22:07:16.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:07:16.887Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:07:18.175Z] Checking out Revision 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 (master) [2021-01-19T22:07:17.613Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-19T22:07:17.631Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:07:17.657Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-19T22:07:17.696Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-19T22:07:17.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:07:17.708Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:07:18.218Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:07:18.237Z] > git checkout -f 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 # timeout=10 [2021-01-19T22:07:22.821Z] Commit message: "Merge pull request #88 from lenny-intel/module-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:07:24.721Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:07:25.133Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:07:25.486Z] + true [2021-01-19T22:07:25.486Z] + sudo service docker restart [2021-01-19T22:07:25.941Z] Removing intermediate container e1a1def04f08 [2021-01-19T22:07:25.941Z] ---> c4435ecbd24f [2021-01-19T22:07:25.941Z] Successfully built c4435ecbd24f [2021-01-19T22:07:25.941Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:26.266Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:07:26.266Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:26.584Z] prd-centos7-docker-4c-2g-21346 does not seem to be running inside a container [2021-01-19T22:07:26.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/23 -v /w/workspace/go-mod-messaging/23:/w/workspace/go-mod-messaging/23:rw,z -v /w/workspace/go-mod-messaging/23@tmp:/w/workspace/go-mod-messaging/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:07:27.619Z] $ docker top b1b121e582278af54057c683a179ca8c0c2cb80984280914351c12535463afb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:07:28.139Z] + go version [2021-01-19T22:07:28.139Z] go version go1.15.5 linux/amd64 [Pipeline] unstash [Pipeline] } [2021-01-19T22:07:28.205Z] $ docker stop --time=1 b1b121e582278af54057c683a179ca8c0c2cb80984280914351c12535463afb8 [2021-01-19T22:07:29.670Z] $ docker rm -f b1b121e582278af54057c683a179ca8c0c2cb80984280914351c12535463afb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo [2021-01-19T22:07:29.989Z] ========================================================= [2021-01-19T22:07:29.989Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T22:07:29.989Z] ========================================================= [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:30.562Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T22:07:30.749Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:07:30.749Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:30.880Z] prd-centos7-docker-4c-2g-21346 does not seem to be running inside a container [2021-01-19T22:07:30.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/23 -v /w/workspace/go-mod-messaging/23:/w/workspace/go-mod-messaging/23:rw,z -v /w/workspace/go-mod-messaging/23@tmp:/w/workspace/go-mod-messaging/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:07:31.549Z] Sending build context to Docker daemon 498.2kB [2021-01-19T22:07:31.549Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:07:31.549Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:07:31.827Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T22:07:31.827Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T22:07:31.827Z] a4357932f1b6: Pulling fs layer [2021-01-19T22:07:31.827Z] 18c013af1878: Pulling fs layer [2021-01-19T22:07:31.827Z] 00ac8860ef70: Pulling fs layer [2021-01-19T22:07:31.827Z] 63d7cb157983: Pulling fs layer [2021-01-19T22:07:31.827Z] b116817d02f9: Pulling fs layer [2021-01-19T22:07:31.827Z] 745a02a5169b: Pulling fs layer [2021-01-19T22:07:31.827Z] 63d7cb157983: Waiting [2021-01-19T22:07:31.827Z] 745a02a5169b: Waiting [2021-01-19T22:07:31.827Z] b116817d02f9: Waiting [2021-01-19T22:07:31.827Z] 00ac8860ef70: Waiting [2021-01-19T22:07:31.827Z] 18c013af1878: Verifying Checksum [2021-01-19T22:07:31.827Z] 18c013af1878: Download complete [2021-01-19T22:07:31.827Z] a4357932f1b6: Verifying Checksum [2021-01-19T22:07:31.827Z] a4357932f1b6: Download complete [2021-01-19T22:07:31.827Z] 63d7cb157983: Download complete [2021-01-19T22:07:31.827Z] b116817d02f9: Verifying Checksum [2021-01-19T22:07:31.827Z] b116817d02f9: Download complete [2021-01-19T22:07:31.827Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T22:07:31.827Z] 5f621e34cdf4: Download complete [2021-01-19T22:07:31.980Z] $ docker top eb32d6593fcac49d3203f8cf0383697acc2f6caf87cf8067e31442b619679489 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:07:32.445Z] 5f621e34cdf4: Pull complete [2021-01-19T22:07:32.555Z] + make test [2021-01-19T22:07:32.555Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T22:07:33.087Z] a4357932f1b6: Pull complete [2021-01-19T22:07:33.700Z] 18c013af1878: Pull complete [2021-01-19T22:07:34.297Z] 745a02a5169b: Download complete [2021-01-19T22:07:35.277Z] 00ac8860ef70: Verifying Checksum [2021-01-19T22:07:35.277Z] 00ac8860ef70: Download complete [2021-01-19T22:07:37.964Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-01-19T22:07:45.456Z] 00ac8860ef70: Pull complete [2021-01-19T22:07:45.456Z] 63d7cb157983: Pull complete [2021-01-19T22:07:46.052Z] b116817d02f9: Pull complete [2021-01-19T22:07:49.484Z] 745a02a5169b: Pull complete [2021-01-19T22:07:49.484Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T22:07:49.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T22:07:49.766Z] ---> b7e6874047d6 [2021-01-19T22:07:49.766Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T22:07:52.391Z] ---> Running in f3abdad9aaa6 [2021-01-19T22:07:52.664Z] Removing intermediate container f3abdad9aaa6 [2021-01-19T22:07:52.664Z] ---> e6c892efdbfa [2021-01-19T22:07:52.664Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-19T22:07:52.939Z] ---> Running in bf445b7220aa [2021-01-19T22:07:54.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:07:55.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:07:56.302Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.046s coverage: 89.0% of statements [2021-01-19T22:07:56.302Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.020s coverage: 77.1% of statements [2021-01-19T22:07:56.302Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-01-19T22:07:58.440Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-19T22:07:59.037Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-19T22:07:59.311Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-19T22:07:59.591Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-19T22:07:59.869Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-19T22:07:59.869Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:07:59.869Z] OK: 144 MiB in 44 packages [2021-01-19T22:08:01.353Z] Removing intermediate container bf445b7220aa [2021-01-19T22:08:01.353Z] ---> b2a1bb07f50e [2021-01-19T22:08:01.353Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:08:01.353Z] ---> Running in 67030600e2cd [2021-01-19T22:08:01.630Z] Removing intermediate container 67030600e2cd [2021-01-19T22:08:01.630Z] ---> 8cc0c370f321 [2021-01-19T22:08:01.630Z] Step 6/7 : COPY go.mod . [2021-01-19T22:08:02.609Z] ---> 5d93163c5d18 [2021-01-19T22:08:02.609Z] Step 7/7 : RUN go mod download [2021-01-19T22:08:02.609Z] ---> Running in 54215e6ef763 [2021-01-19T22:08:06.372Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.349s coverage: 84.1% of statements [2021-01-19T22:08:06.372Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.009s coverage: 85.7% of statements [2021-01-19T22:08:06.372Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.034s coverage: 100.0% of statements [2021-01-19T22:08:06.372Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.008s coverage: 100.0% of statements [2021-01-19T22:08:06.372Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.006s coverage: 90.9% of statements [2021-01-19T22:08:06.372Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-19T22:08:07.340Z] gofmt -l . [2021-01-19T22:08:07.340Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:08:07.360Z] $ docker stop --time=1 eb32d6593fcac49d3203f8cf0383697acc2f6caf87cf8067e31442b619679489 [2021-01-19T22:08:09.063Z] $ docker rm -f eb32d6593fcac49d3203f8cf0383697acc2f6caf87cf8067e31442b619679489 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:08:09.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:08:10.203Z] 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] } [2021-01-19T22:08:17.710Z] Removing intermediate container 54215e6ef763 [2021-01-19T22:08:17.710Z] ---> b976a7d5eb0a [2021-01-19T22:08:17.710Z] Successfully built b976a7d5eb0a [2021-01-19T22:08:17.710Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:08:18.059Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:08:18.059Z] . [Pipeline] withDockerContainer [2021-01-19T22:08:18.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-21348 does not seem to be running inside a container [2021-01-19T22:08:18.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/23 -v /w/workspace/go-mod-messaging/23:/w/workspace/go-mod-messaging/23:rw,z -v /w/workspace/go-mod-messaging/23@tmp:/w/workspace/go-mod-messaging/23@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-arm64 cat [2021-01-19T22:08:19.973Z] $ docker top 2b75804d73f155123048cc19cd9df1441f4b8899d6695a194a7f0d7a58291c12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:08:21.012Z] + go version [2021-01-19T22:08:21.012Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T22:08:21.049Z] $ docker stop --time=1 2b75804d73f155123048cc19cd9df1441f4b8899d6695a194a7f0d7a58291c12 [2021-01-19T22:08:23.000Z] $ docker rm -f 2b75804d73f155123048cc19cd9df1441f4b8899d6695a194a7f0d7a58291c12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:08:24.136Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:08:24.136Z] . [Pipeline] withDockerContainer [2021-01-19T22:08:24.406Z] prd-ubuntu18.04-docker-arm64-4c-16g-21348 does not seem to be running inside a container [2021-01-19T22:08:24.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/23 -v /w/workspace/go-mod-messaging/23:/w/workspace/go-mod-messaging/23:rw,z -v /w/workspace/go-mod-messaging/23@tmp:/w/workspace/go-mod-messaging/23@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-arm64 cat [2021-01-19T22:08:26.030Z] $ docker top c9dd8a48e5e7113bc04a66b23c341abaabbd43c71428098898d23bb74c574f6d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:08:27.058Z] + make test [2021-01-19T22:08:27.058Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T22:08:39.500Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-01-19T22:09:01.731Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.030s coverage: 89.0% of statements [2021-01-19T22:09:01.731Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.020s coverage: 77.1% of statements [2021-01-19T22:09:01.731Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-01-19T22:09:16.837Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.378s coverage: 84.1% of statements [2021-01-19T22:09:16.837Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.019s coverage: 85.7% of statements [2021-01-19T22:09:16.837Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.012s coverage: 100.0% of statements [2021-01-19T22:09:16.837Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.044s coverage: 100.0% of statements [2021-01-19T22:09:16.837Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.021s coverage: 90.9% of statements [2021-01-19T22:09:16.837Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-19T22:09:20.275Z] gofmt -l . [2021-01-19T22:09:20.275Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:09:20.308Z] $ docker stop --time=1 c9dd8a48e5e7113bc04a66b23c341abaabbd43c71428098898d23bb74c574f6d [2021-01-19T22:09:22.422Z] $ docker rm -f c9dd8a48e5e7113bc04a66b23c341abaabbd43c71428098898d23bb74c574f6d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:09:23.219Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:09:23.290Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T22:09:24.000Z] 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 [2021-01-19T22:09:25.675Z] provisioning config files... [2021-01-19T22:09:25.698Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4772903265438057980tmp [Pipeline] { [Pipeline] sh [2021-01-19T22:09:26.111Z] + set +x [2021-01-19T22:09:26.111Z] + curl -s https://codecov.io/bash [2021-01-19T22:09:26.111Z] + bash -s -- [2021-01-19T22:09:26.376Z] [2021-01-19T22:09:26.376Z] _____ _ [2021-01-19T22:09:26.376Z] / ____| | | [2021-01-19T22:09:26.376Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T22:09:26.376Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T22:09:26.376Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T22:09:26.376Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T22:09:26.376Z] Bash-20210115-cec3c92 [2021-01-19T22:09:26.376Z] [2021-01-19T22:09:26.376Z] [2021-01-19T22:09:26.376Z] ==> git version 2.24.3 found [2021-01-19T22:09:26.376Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T22:09:26.376Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T22:09:26.376Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T22:09:26.376Z] ==> Jenkins CI detected. [2021-01-19T22:09:26.376Z] project root: . [2021-01-19T22:09:26.376Z] --> token set from env [2021-01-19T22:09:26.376Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T22:09:26.376Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T22:09:26.376Z] ==> Python coveragepy not found [2021-01-19T22:09:26.376Z] ==> Searching for coverage reports in: [2021-01-19T22:09:26.376Z] + . [2021-01-19T22:09:26.376Z] -> Found 1 reports [2021-01-19T22:09:26.376Z] ==> Detecting git/mercurial file structure [2021-01-19T22:09:26.376Z] ==> Reading reports [2021-01-19T22:09:26.376Z] + ./coverage.out bytes=21680 [2021-01-19T22:09:26.376Z] ==> Appending adjustments [2021-01-19T22:09:26.376Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T22:09:26.641Z] + Found adjustments [2021-01-19T22:09:26.641Z] ==> Gzipping contents [2021-01-19T22:09:26.641Z] 8.0K /tmp/codecov.s9Wb9x.gz [2021-01-19T22:09:26.641Z] ==> Uploading reports [2021-01-19T22:09:26.641Z] url: https://codecov.io [2021-01-19T22:09:26.641Z] query: branch=master&commit=0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F23%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T22:09:26.641Z] -> Pinging Codecov [2021-01-19T22:09:26.641Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F23%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T22:09:26.906Z] -> Uploading to [2021-01-19T22:09:26.906Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/F6E385568367DD0E4001BA4F8F1CB792/0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95/84506517-fe28-42e9-b581-a1c8e53cf6f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T220926Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c43f0efce500e216ddbe98e7a5d76bb82c5bc6f5bd1b5fa01329523c96edb4f5 [2021-01-19T22:09:26.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T22:09:26.906Z] Dload Upload Total Spent Left Speed [2021-01-19T22:09:27.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5245 0 0 100 5245 0 11804 --:--:-- --:--:-- --:--:-- 11813 [2021-01-19T22:09:27.484Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 [Pipeline] } [2021-01-19T22:09:27.497Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T22:09:27.962Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T22:09:28.010Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:28.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:09:28.363Z] [2021-01-19T22:09:28.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:28.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:09:28.753Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T22:09:28.753Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:09:28.753Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:09:28.753Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:09:28.753Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T22:09:28.753Z] 0d57e429df01: Pulling fs layer [2021-01-19T22:09:28.753Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T22:09:28.753Z] e1f770b5df2f: Pulling fs layer [2021-01-19T22:09:28.753Z] 85a0685a4137: Pulling fs layer [2021-01-19T22:09:28.753Z] 0d57e429df01: Waiting [2021-01-19T22:09:28.753Z] 4e4be7b47b0d: Waiting [2021-01-19T22:09:28.753Z] e1f770b5df2f: Waiting [2021-01-19T22:09:28.753Z] 85a0685a4137: Waiting [2021-01-19T22:09:28.753Z] 0eba1c9be4d2: Waiting [2021-01-19T22:09:28.753Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:09:28.753Z] de9db76c5a1d: Download complete [2021-01-19T22:09:28.753Z] 0ef7d3d256c8: Download complete [2021-01-19T22:09:28.753Z] 0d57e429df01: Verifying Checksum [2021-01-19T22:09:28.753Z] 0d57e429df01: Download complete [2021-01-19T22:09:28.753Z] 4e4be7b47b0d: Download complete [2021-01-19T22:09:28.753Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:09:28.753Z] 188c0c94c7c5: Download complete [2021-01-19T22:09:29.359Z] 188c0c94c7c5: Pull complete [2021-01-19T22:09:29.359Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:09:29.624Z] de9db76c5a1d: Pull complete [2021-01-19T22:09:30.207Z] e1f770b5df2f: Verifying Checksum [2021-01-19T22:09:30.207Z] e1f770b5df2f: Download complete [2021-01-19T22:09:32.224Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T22:09:32.224Z] 0eba1c9be4d2: Download complete [2021-01-19T22:09:32.504Z] 85a0685a4137: Verifying Checksum [2021-01-19T22:09:32.504Z] 85a0685a4137: Download complete [2021-01-19T22:09:37.880Z] 0eba1c9be4d2: Pull complete [2021-01-19T22:09:37.880Z] 0d57e429df01: Pull complete [2021-01-19T22:09:37.880Z] 4e4be7b47b0d: Pull complete [2021-01-19T22:09:42.126Z] e1f770b5df2f: Pull complete [2021-01-19T22:09:48.787Z] 85a0685a4137: Pull complete [2021-01-19T22:09:48.787Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T22:09:48.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:09:48.787Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T22:09:49.058Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:09:49.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-19T22:09:50.275Z] $ docker top 62fea071b5aa356f0e0a243fd567a14d64e39b5a885f17bc157515a2bc6d8662 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T22:09:50.501Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T22:09:50.798Z] + set -o pipefail [2021-01-19T22:09:50.798Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T22:09:54.122Z] [2021-01-19T22:09:54.122Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-01-19T22:09:54.122Z] [2021-01-19T22:09:54.122Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/8daeeada-695e-4153-80be-de21d0753a13 [2021-01-19T22:09:54.122Z] [2021-01-19T22:09:54.122Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T22:09:54.122Z] [2021-01-19T22:09:54.385Z] [Pipeline] } [2021-01-19T22:09:54.400Z] $ docker stop --time=1 62fea071b5aa356f0e0a243fd567a14d64e39b5a885f17bc157515a2bc6d8662 [2021-01-19T22:09:56.478Z] $ docker rm -f 62fea071b5aa356f0e0a243fd567a14d64e39b5a885f17bc157515a2bc6d8662 [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 [2021-01-19T22:09:58.090Z] + git log --format=format:%s -1 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:58.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:09:58.411Z] . [Pipeline] withDockerContainer [2021-01-19T22:09:58.513Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:09:58.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:09:59.858Z] $ docker top 1c7b0bce783c28b89104f8a3a9fa7a7fb307b05afa11928604a81357f45038a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:10:00.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:10:00.187Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:10:00.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:10:00.479Z] $ docker exec 1c7b0bce783c28b89104f8a3a9fa7a7fb307b05afa11928604a81357f45038a5 ssh-agent [2021-01-19T22:10:00.688Z] SSH_AUTH_SOCK=/tmp/ssh-aHuVBDsaRQKk/agent.13 [2021-01-19T22:10:00.688Z] SSH_AGENT_PID=18 [2021-01-19T22:10:00.696Z] Running ssh-add (command line suppressed) [2021-01-19T22:10:00.854Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4527850523899784332.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4527850523899784332.key) [2021-01-19T22:10:00.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:10:01.267Z] + git semver tag [2021-01-19T22:10:01.267Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:10:01.267Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-01-19T22:10:01.267Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-01-19T22:10:01.267Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:10:01.267Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:10:01.267Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:10:01.267Z] # $SEMVER_BRANCH = master [2021-01-19T22:10:01.267Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-01-19T22:10:01.267Z] # 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 HEAD [2021-01-19T22:10:01.532Z] # -> Force: false [2021-01-19T22:10:01.532Z] # ac75a99f57b986ffbe6abfc520dbb1992a896864 refs/tags/v2.0.0-dev.1 [Pipeline] } [2021-01-19T22:10:01.546Z] $ docker exec --env ******** --env ******** 1c7b0bce783c28b89104f8a3a9fa7a7fb307b05afa11928604a81357f45038a5 ssh-agent -k [2021-01-19T22:10:01.684Z] unset SSH_AUTH_SOCK; [2021-01-19T22:10:01.685Z] unset SSH_AGENT_PID; [2021-01-19T22:10:01.685Z] echo Agent pid 18 killed; [2021-01-19T22:10:01.741Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:10:02.250Z] + git semver [Pipeline] } [2021-01-19T22:10:02.271Z] $ docker stop --time=1 1c7b0bce783c28b89104f8a3a9fa7a7fb307b05afa11928604a81357f45038a5 [2021-01-19T22:10:03.673Z] $ docker rm -f 1c7b0bce783c28b89104f8a3a9fa7a7fb307b05afa11928604a81357f45038a5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:04.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:10:04.331Z] [2021-01-19T22:10:04.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:04.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:10:04.678Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T22:10:04.678Z] ab5ef0e58194: Pulling fs layer [2021-01-19T22:10:04.678Z] 9712f1f96733: Pulling fs layer [2021-01-19T22:10:04.678Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T22:10:04.678Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T22:10:04.678Z] e9a5061849ea: Pulling fs layer [2021-01-19T22:10:04.678Z] d747dcd14b5f: Pulling fs layer [2021-01-19T22:10:04.678Z] 2de7ff778b66: Pulling fs layer [2021-01-19T22:10:04.679Z] e9a5061849ea: Waiting [2021-01-19T22:10:04.679Z] d747dcd14b5f: Waiting [2021-01-19T22:10:04.679Z] 0d9ebad4ef96: Waiting [2021-01-19T22:10:04.679Z] 2de7ff778b66: Waiting [2021-01-19T22:10:04.679Z] 9712f1f96733: Download complete [2021-01-19T22:10:06.624Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T22:10:06.624Z] 63f879dbbcfc: Download complete [2021-01-19T22:10:06.624Z] e9a5061849ea: Verifying Checksum [2021-01-19T22:10:06.624Z] e9a5061849ea: Download complete [2021-01-19T22:10:06.624Z] d747dcd14b5f: Verifying Checksum [2021-01-19T22:10:06.624Z] d747dcd14b5f: Download complete [2021-01-19T22:10:06.893Z] 2de7ff778b66: Verifying Checksum [2021-01-19T22:10:06.893Z] 2de7ff778b66: Download complete [2021-01-19T22:10:07.168Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T22:10:07.168Z] 0d9ebad4ef96: Download complete [2021-01-19T22:10:07.754Z] ab5ef0e58194: Verifying Checksum [2021-01-19T22:10:07.754Z] ab5ef0e58194: Download complete [2021-01-19T22:10:12.100Z] ab5ef0e58194: Pull complete [2021-01-19T22:10:12.100Z] 9712f1f96733: Pull complete [2021-01-19T22:10:14.793Z] 63f879dbbcfc: Pull complete [2021-01-19T22:10:21.445Z] 0d9ebad4ef96: Pull complete [2021-01-19T22:10:22.846Z] e9a5061849ea: Pull complete [2021-01-19T22:10:22.846Z] d747dcd14b5f: Pull complete [2021-01-19T22:10:26.183Z] 2de7ff778b66: Pull complete [2021-01-19T22:10:26.183Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T22:10:26.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:10:26.183Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T22:10:26.419Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:10:26.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-19T22:10:30.041Z] $ docker top 95359e3e6610ba9ad902cdaeef82d327b82fbbce2883e9aae38d341684b293b2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:10:30.355Z] provisioning config files... [2021-01-19T22:10:30.372Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7232481925526468835tmp [2021-01-19T22:10:30.396Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7621493289273081170tmp [2021-01-19T22:10:30.428Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7267010564795532131tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:10:30.487Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:31.116Z] ---> sigul-configuration.sh [2021-01-19T22:10:31.116Z] gpg: directory `/root/.gnupg' created [2021-01-19T22:10:31.116Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T22:10:31.116Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T22:10:31.116Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T22:10:31.116Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T22:10:31.116Z] gpg: CAST5 encrypted data [2021-01-19T22:10:31.116Z] gpg: encrypted with 1 passphrase [2021-01-19T22:10:31.116Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T22:10:31.427Z] + mkdir /home/jenkins [2021-01-19T22:10:31.427Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T22:10:31.746Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T22:10:31.770Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:32.103Z] ---> sigul-install.sh [2021-01-19T22:10:38.749Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T22:10:39.069Z] + git tag --list [2021-01-19T22:10:39.069Z] v0.0.0 [2021-01-19T22:10:39.069Z] v0.1.0 [2021-01-19T22:10:39.069Z] v0.1.1 [2021-01-19T22:10:39.069Z] v0.1.10 [2021-01-19T22:10:39.069Z] v0.1.11 [2021-01-19T22:10:39.069Z] v0.1.12 [2021-01-19T22:10:39.069Z] v0.1.13 [2021-01-19T22:10:39.069Z] v0.1.14 [2021-01-19T22:10:39.069Z] v0.1.15 [2021-01-19T22:10:39.069Z] v0.1.16 [2021-01-19T22:10:39.069Z] v0.1.17 [2021-01-19T22:10:39.069Z] v0.1.18 [2021-01-19T22:10:39.069Z] v0.1.19 [2021-01-19T22:10:39.069Z] v0.1.2 [2021-01-19T22:10:39.069Z] v0.1.20 [2021-01-19T22:10:39.069Z] v0.1.21 [2021-01-19T22:10:39.069Z] v0.1.22 [2021-01-19T22:10:39.069Z] v0.1.23 [2021-01-19T22:10:39.069Z] v0.1.24 [2021-01-19T22:10:39.069Z] v0.1.25 [2021-01-19T22:10:39.069Z] v0.1.26 [2021-01-19T22:10:39.069Z] v0.1.27 [2021-01-19T22:10:39.069Z] v0.1.28 [2021-01-19T22:10:39.069Z] v0.1.29 [2021-01-19T22:10:39.069Z] v0.1.3 [2021-01-19T22:10:39.069Z] v0.1.30 [2021-01-19T22:10:39.069Z] v0.1.31 [2021-01-19T22:10:39.069Z] v0.1.4 [2021-01-19T22:10:39.069Z] v0.1.5 [2021-01-19T22:10:39.069Z] v0.1.6 [2021-01-19T22:10:39.069Z] v0.1.7 [2021-01-19T22:10:39.069Z] v0.1.8 [2021-01-19T22:10:39.069Z] v0.1.9 [2021-01-19T22:10:39.069Z] v2.0.0 [2021-01-19T22:10:39.069Z] v2.0.0-dev.1 [Pipeline] sh [2021-01-19T22:10:39.389Z] + lftools sign git-tag v2.0.0-dev.1 [2021-01-19T22:10:40.789Z] Signing Git tag with Sigul... [2021-01-19T22:10:40.789Z] Signing v2.0.0-dev.1 [Pipeline] echo [2021-01-19T22:10:41.774Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:42.081Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T22:10:42.091Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T22:10:42.237Z] $ docker stop --time=1 95359e3e6610ba9ad902cdaeef82d327b82fbbce2883e9aae38d341684b293b2 [2021-01-19T22:10:44.245Z] $ docker rm -f 95359e3e6610ba9ad902cdaeef82d327b82fbbce2883e9aae38d341684b293b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:45.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:10:45.171Z] . [Pipeline] withDockerContainer [2021-01-19T22:10:45.279Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:10:45.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:10:46.099Z] $ docker top 0b97a4cab9c969425601fbcac109aad20af912de1500cc7cb493c37d1909e884 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:10:46.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:10:46.431Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:10:46.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:10:46.717Z] $ docker exec 0b97a4cab9c969425601fbcac109aad20af912de1500cc7cb493c37d1909e884 ssh-agent [2021-01-19T22:10:46.960Z] SSH_AUTH_SOCK=/tmp/ssh-k2VudFizSpsR/agent.11 [2021-01-19T22:10:46.960Z] SSH_AGENT_PID=17 [2021-01-19T22:10:46.971Z] Running ssh-add (command line suppressed) [2021-01-19T22:10:47.129Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2917053291177991103.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2917053291177991103.key) [2021-01-19T22:10:47.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:10:47.576Z] + git semver bump pre [2021-01-19T22:10:47.576Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:10:47.576Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-01-19T22:10:47.576Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-01-19T22:10:47.576Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:10:47.576Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:10:47.576Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:10:47.576Z] # $SEMVER_BRANCH = master [2021-01-19T22:10:47.576Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-01-19T22:10:47.576Z] 2.0.0-dev.2 [Pipeline] } [2021-01-19T22:10:47.589Z] $ docker exec --env ******** --env ******** 0b97a4cab9c969425601fbcac109aad20af912de1500cc7cb493c37d1909e884 ssh-agent -k [2021-01-19T22:10:47.727Z] unset SSH_AUTH_SOCK; [2021-01-19T22:10:47.727Z] unset SSH_AGENT_PID; [2021-01-19T22:10:47.727Z] echo Agent pid 17 killed; [2021-01-19T22:10:47.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:10:48.269Z] + git semver [Pipeline] } [2021-01-19T22:10:48.285Z] $ docker stop --time=1 0b97a4cab9c969425601fbcac109aad20af912de1500cc7cb493c37d1909e884 [2021-01-19T22:10:49.728Z] $ docker rm -f 0b97a4cab9c969425601fbcac109aad20af912de1500cc7cb493c37d1909e884 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:50.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:10:50.301Z] . [Pipeline] withDockerContainer [2021-01-19T22:10:50.407Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:10:50.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:10:51.381Z] $ docker top 7c0ee279bbcdebc3e5049d3f0811718a7211942b86c015d77480d6942a792309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:10:51.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:10:51.819Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:10:52.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:10:52.121Z] $ docker exec 7c0ee279bbcdebc3e5049d3f0811718a7211942b86c015d77480d6942a792309 ssh-agent [2021-01-19T22:10:52.340Z] SSH_AUTH_SOCK=/tmp/ssh-i7cO8rvfbeoi/agent.11 [2021-01-19T22:10:52.340Z] SSH_AGENT_PID=17 [2021-01-19T22:10:52.354Z] Running ssh-add (command line suppressed) [2021-01-19T22:10:52.499Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3952370584709857057.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3952370584709857057.key) [2021-01-19T22:10:52.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:10:52.914Z] + git semver push [2021-01-19T22:10:52.915Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:10:52.915Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-01-19T22:10:52.915Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-01-19T22:10:52.915Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:10:52.915Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:10:52.915Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:10:52.915Z] # $SEMVER_BRANCH = master [2021-01-19T22:10:52.915Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-01-19T22:10:59.707Z] $ docker exec --env ******** --env ******** 7c0ee279bbcdebc3e5049d3f0811718a7211942b86c015d77480d6942a792309 ssh-agent -k [2021-01-19T22:10:59.929Z] unset SSH_AUTH_SOCK; [2021-01-19T22:10:59.930Z] unset SSH_AGENT_PID; [2021-01-19T22:10:59.930Z] echo Agent pid 17 killed; [2021-01-19T22:11:00.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:11:00.562Z] + git semver [Pipeline] } [2021-01-19T22:11:00.579Z] $ docker stop --time=1 7c0ee279bbcdebc3e5049d3f0811718a7211942b86c015d77480d6942a792309 [2021-01-19T22:11:02.114Z] $ docker rm -f 7c0ee279bbcdebc3e5049d3f0811718a7211942b86c015d77480d6942a792309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:03.442Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:04.014Z] ---> package-listing.sh [2021-01-19T22:11:04.014Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T22:11:04.014Z] ++ facter osfamily [2021-01-19T22:11:04.014Z] + OS_FAMILY=redhat [2021-01-19T22:11:04.014Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-01-19T22:11:04.014Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T22:11:04.014Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T22:11:04.014Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T22:11:04.014Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T22:11:04.014Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-01-19T22:11:04.014Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T22:11:04.014Z] + case "${OS_FAMILY}" in [2021-01-19T22:11:04.014Z] + rpm -qa [2021-01-19T22:11:04.014Z] + sort [2021-01-19T22:11:09.333Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T22:11:09.333Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T22:11:09.333Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T22:11:09.333Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-01-19T22:11:09.333Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-01-19T22:11:09.333Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2021-01-19T22:11:09.346Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T22:11:09.637Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:11:09.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:11:09.947Z] [2021-01-19T22:11:09.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:11:10.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:11:10.299Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T22:11:10.299Z] df20fa9351a1: Pulling fs layer [2021-01-19T22:11:10.299Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T22:11:10.299Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T22:11:10.299Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T22:11:10.299Z] 93b61091891f: Pulling fs layer [2021-01-19T22:11:10.299Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T22:11:10.299Z] 5e14af77c1be: Pulling fs layer [2021-01-19T22:11:10.299Z] 01666e4c0597: Pulling fs layer [2021-01-19T22:11:10.299Z] aa168da1d23b: Pulling fs layer [2021-01-19T22:11:10.299Z] 93b9cdb0e59b: Waiting [2021-01-19T22:11:10.299Z] 46f8f816bc3b: Waiting [2021-01-19T22:11:10.299Z] 5e14af77c1be: Waiting [2021-01-19T22:11:10.299Z] 01666e4c0597: Waiting [2021-01-19T22:11:10.299Z] 93b61091891f: Waiting [2021-01-19T22:11:10.299Z] aa168da1d23b: Waiting [2021-01-19T22:11:10.299Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T22:11:10.299Z] 36b3adc4ff6f: Download complete [2021-01-19T22:11:10.299Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T22:11:10.299Z] 46f8f816bc3b: Download complete [2021-01-19T22:11:10.299Z] df20fa9351a1: Verifying Checksum [2021-01-19T22:11:10.299Z] df20fa9351a1: Download complete [2021-01-19T22:11:10.562Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T22:11:10.562Z] 93b9cdb0e59b: Download complete [2021-01-19T22:11:10.562Z] 93b61091891f: Verifying Checksum [2021-01-19T22:11:10.562Z] 93b61091891f: Download complete [2021-01-19T22:11:10.562Z] 5e14af77c1be: Verifying Checksum [2021-01-19T22:11:10.562Z] 5e14af77c1be: Download complete [2021-01-19T22:11:10.562Z] 01666e4c0597: Verifying Checksum [2021-01-19T22:11:10.562Z] 01666e4c0597: Download complete [2021-01-19T22:11:10.830Z] df20fa9351a1: Pull complete [2021-01-19T22:11:10.830Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T22:11:10.830Z] 8ad3a11d3b57: Download complete [2021-01-19T22:11:11.414Z] 36b3adc4ff6f: Pull complete [2021-01-19T22:11:12.401Z] 8ad3a11d3b57: Pull complete [2021-01-19T22:11:12.665Z] 46f8f816bc3b: Pull complete [2021-01-19T22:11:12.932Z] aa168da1d23b: Verifying Checksum [2021-01-19T22:11:12.932Z] aa168da1d23b: Download complete [2021-01-19T22:11:13.195Z] 93b61091891f: Pull complete [2021-01-19T22:11:13.457Z] 93b9cdb0e59b: Pull complete [2021-01-19T22:11:13.721Z] 5e14af77c1be: Pull complete [2021-01-19T22:11:13.721Z] 01666e4c0597: Pull complete [2021-01-19T22:11:21.916Z] aa168da1d23b: Pull complete [2021-01-19T22:11:21.916Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T22:11:21.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:11:21.916Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T22:11:22.124Z] prd-centos7-docker-4c-2g-21325 does not seem to be running inside a container [2021-01-19T22:11:22.180Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T22:11:24.753Z] $ docker top 0aaada770efd75bccf2db61420785b7f2f21016c33ad9e4b42be5e1e0c5301c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:11:25.275Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T22:11:25.597Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T22:11:25.928Z] + ls /var/log/sa-host [2021-01-19T22:11:25.928Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T22:11:25.928Z] file_magic: OK [2021-01-19T22:11:25.928Z] HZ: Using current value: 100 [2021-01-19T22:11:25.928Z] file_header: OK [2021-01-19T22:11:25.928Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T22:11:25.928Z] Statistics: [2021-01-19T22:11:25.928Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T22:11:25.928Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T22:11:25.928Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T22:11:25.928Z] file_magic: OK [2021-01-19T22:11:25.928Z] HZ: Using current value: 100 [2021-01-19T22:11:25.928Z] file_header: OK [2021-01-19T22:11:25.928Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T22:11:25.928Z] Statistics: [2021-01-19T22:11:25.928Z] Hnuu...uuuununununu... [2021-01-19T22:11:25.929Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:11:26.138Z] provisioning config files... [2021-01-19T22:11:26.156Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4474813367679620285tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:11:26.267Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:26.575Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T22:11:26.586Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T22:11:26.672Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:26.972Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T22:11:26.983Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:27.291Z] ---> sudo-logs.sh [2021-01-19T22:11:27.291Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T22:11:27.303Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:27.601Z] ---> job-cost.sh [2021-01-19T22:11:27.601Z] lf-activate-venv: SKIPPING [2021-01-19T22:11:27.601Z] INFO: No Stack... [2021-01-19T22:11:28.993Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T22:11:29.257Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T22:11:29.272Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:29.573Z] ---> logs-deploy.sh [2021-01-19T22:11:29.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/23 [2021-01-19T22:11:29.573Z] INFO: archiving workspace using pattern(s): [2021-01-19T22:11:31.500Z] Archives upload complete. [2021-01-19T22:11:31.763Z] INFO: archiving logs to Nexus