Pull request #108 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 22eb097de75b3283cdc610507970443b3bc47aca+a9782fd296e62743fd293fc29a8ddc102bb806d8 (e37eab712c76499d6f97d85dca31211594721be1) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4104 in /w/workspace/xfoundry_go-mod-messaging_PR-108 [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_PR-108 # 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 Merging remotes/origin/master commit a9782fd296e62743fd293fc29a8ddc102bb806d8 into PR head commit 22eb097de75b3283cdc610507970443b3bc47aca Merge succeeded, producing 22eb097de75b3283cdc610507970443b3bc47aca Checking out Revision 22eb097de75b3283cdc610507970443b3bc47aca (PR-108) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9782fd296e62743fd293fc29a8ddc102bb806d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0" > git rev-list --no-walk 9e3ff4b729141fb00bd15e3d3a0233fa6b508503 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T17:30:12.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T17:30:12.983Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T17:30:13.019Z] ========================================================= [2021-05-10T17:30:13.019Z] EdgeX Global Pipelines Version Info [2021-05-10T17:30:13.019Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:30:15.211Z] ------------------- [2021-05-10T17:30:15.211Z] stable info: [2021-05-10T17:30:15.211Z] ------------------- [2021-05-10T17:30:15.212Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T17:30:15.212Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T17:30:15.212Z] Message: update stable to v1.0.191 [2021-05-10T17:30:16.220Z] ------------------- [2021-05-10T17:30:16.220Z] experimental info: [2021-05-10T17:30:16.220Z] ------------------- [2021-05-10T17:30:16.220Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T17:30:16.220Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T17:30:16.220Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T17:30:16.445Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-05-10T17:30:16.470Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-05-10T17:30:16.496Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T17:30:16.521Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T17:30:16.547Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T17:30:16.573Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T17:30:16.598Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T17:30:16.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T17:30:16.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T17:30:16.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T17:30:16.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T17:30:16.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-05-10T17:30:16.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T17:30:16.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T17:30:16.820Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:30:16.855Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:30:16.881Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:30:16.907Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T17:30:16.934Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T17:30:16.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T17:30:16.984Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T17:30:17.009Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T17:30:17.034Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T17:30:17.058Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T17:30:17.083Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-10T17:30:17.107Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T17:30:17.133Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-108 [Pipeline] echo [2021-05-10T17:30:17.158Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-108 [Pipeline] echo [2021-05-10T17:30:17.183Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-108 [Pipeline] echo [2021-05-10T17:30:17.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22eb097de75b3283cdc610507970443b3bc47aca [Pipeline] echo [2021-05-10T17:30:17.233Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22eb097 [Pipeline] echo [2021-05-10T17:30:17.257Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:30:17.699Z] + git log --format=format:%s -1 22eb097de75b3283cdc610507970443b3bc47aca [Pipeline] echo [2021-05-10T17:30:17.781Z] GIT_COMMIT: 22eb097de75b3283cdc610507970443b3bc47aca, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0 [Pipeline] echo [2021-05-10T17:30:17.796Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:30:18.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:30:18.634Z] [2021-05-10T17:30:18.634Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:30:18.962Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:30:18.962Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T17:30:18.962Z] 31603596830f: Pulling fs layer [2021-05-10T17:30:18.962Z] 54011a49482f: Pulling fs layer [2021-05-10T17:30:18.962Z] a6820b24f6d8: Pulling fs layer [2021-05-10T17:30:18.962Z] f581987b2513: Pulling fs layer [2021-05-10T17:30:18.962Z] f581987b2513: Waiting [2021-05-10T17:30:18.962Z] 54011a49482f: Verifying Checksum [2021-05-10T17:30:18.962Z] 54011a49482f: Download complete [2021-05-10T17:30:19.233Z] 31603596830f: Verifying Checksum [2021-05-10T17:30:19.233Z] 31603596830f: Download complete [2021-05-10T17:30:19.233Z] f581987b2513: Verifying Checksum [2021-05-10T17:30:19.233Z] f581987b2513: Download complete [2021-05-10T17:30:19.508Z] a6820b24f6d8: Verifying Checksum [2021-05-10T17:30:19.508Z] a6820b24f6d8: Download complete [2021-05-10T17:30:19.508Z] 31603596830f: Pull complete [2021-05-10T17:30:19.783Z] 54011a49482f: Pull complete [2021-05-10T17:30:20.765Z] a6820b24f6d8: Pull complete [2021-05-10T17:30:21.029Z] f581987b2513: Pull complete [2021-05-10T17:30:21.029Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T17:30:21.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T17:30:21.295Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T17:30:21.410Z] prd-centos7-docker-4c-2g-4104 does not seem to be running inside a container [2021-05-10T17:30:21.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-108 -v /w/workspace/xfoundry_go-mod-messaging_PR-108:/w/workspace/xfoundry_go-mod-messaging_PR-108:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T17:30:24.240Z] $ docker top 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T17:30:24.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:30:24.573Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:30:24.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:30:24.876Z] $ docker exec 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent [2021-05-10T17:30:25.102Z] SSH_AUTH_SOCK=/tmp/ssh-0hhXdAmYSBy2/agent.12 [2021-05-10T17:30:25.102Z] SSH_AGENT_PID=18 [2021-05-10T17:30:25.132Z] Running ssh-add (command line suppressed) [2021-05-10T17:30:25.386Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_2139603197172425665.key (/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_2139603197172425665.key) [2021-05-10T17:30:25.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:30:25.839Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T17:30:25.871Z] $ docker exec --env ******** --env ******** 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent -k [2021-05-10T17:30:26.046Z] unset SSH_AUTH_SOCK; [2021-05-10T17:30:26.046Z] unset SSH_AGENT_PID; [2021-05-10T17:30:26.046Z] echo Agent pid 18 killed; [2021-05-10T17:30:26.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T17:30:26.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T17:30:26.154Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T17:30:26.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T17:30:26.429Z] $ docker exec 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent [2021-05-10T17:30:26.706Z] SSH_AUTH_SOCK=/tmp/ssh-5YbIclHuKs24/agent.47 [2021-05-10T17:30:26.706Z] SSH_AGENT_PID=53 [2021-05-10T17:30:26.714Z] Running ssh-add (command line suppressed) [2021-05-10T17:30:26.868Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_4489793383529620713.key (/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_4489793383529620713.key) [2021-05-10T17:30:26.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T17:30:27.281Z] + git semver init [2021-05-10T17:30:27.282Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T17:30:27.282Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-108/.git [2021-05-10T17:30:27.282Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_PR-108 [2021-05-10T17:30:27.282Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T17:30:27.282Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T17:30:27.282Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T17:30:27.282Z] # $SEMVER_BRANCH = PR-108 [2021-05-10T17:30:27.282Z] # $SEMVER_TEMP = /tmp/semver-081080343 [2021-05-10T17:30:27.282Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-05-10T17:30:27.880Z] # '/tmp/semver-081080343' -> '/w/workspace/xfoundry_go-mod-messaging_PR-108/.semver' [2021-05-10T17:30:27.880Z] # -> Force: false [2021-05-10T17:30:27.880Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-108/.semver [Pipeline] } [2021-05-10T17:30:27.900Z] $ docker exec --env ******** --env ******** 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent -k [2021-05-10T17:30:28.057Z] unset SSH_AUTH_SOCK; [2021-05-10T17:30:28.060Z] unset SSH_AGENT_PID; [2021-05-10T17:30:28.060Z] echo Agent pid 53 killed; [2021-05-10T17:30:28.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T17:30:28.461Z] + git semver [Pipeline] } [2021-05-10T17:30:28.500Z] $ docker stop --time=1 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 [2021-05-10T17:30:30.173Z] $ docker rm -f 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:30:30.669Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T17:30:31.065Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T17:30:31.068Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-10T17:30:46.250Z] Still waiting to schedule task [2021-05-10T17:30:46.250Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4107’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4106’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-10T17:30:46.253Z] Still waiting to schedule task [2021-05-10T17:30:46.253Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-10T17:32:27.544Z] Running on prd-centos7-docker-4c-2g-4110 in /w/workspace/xfoundry_go-mod-messaging_PR-108 [Pipeline] { [Pipeline] ws [2021-05-10T17:32:27.591Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout [2021-05-10T17:32:37.547Z] using credential edgex-jenkins-ssh [2021-05-10T17:32:37.564Z] Cloning the remote Git repository [2021-05-10T17:32:37.616Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-05-10T17:32:37.759Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2021-05-10T17:32:38.019Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-05-10T17:32:38.019Z] > git --version # timeout=10 [2021-05-10T17:32:38.066Z] > git --version # 'git version 2.24.3' [2021-05-10T17:32:38.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:32:38.126Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:32:39.319Z] Merging remotes/origin/master commit a9782fd296e62743fd293fc29a8ddc102bb806d8 into PR head commit 22eb097de75b3283cdc610507970443b3bc47aca [2021-05-10T17:32:39.622Z] Merge succeeded, producing 22eb097de75b3283cdc610507970443b3bc47aca [2021-05-10T17:32:39.622Z] Checking out Revision 22eb097de75b3283cdc610507970443b3bc47aca (PR-108) [2021-05-10T17:32:38.786Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-05-10T17:32:38.815Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:32:38.843Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-05-10T17:32:38.878Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-05-10T17:32:38.879Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:32:38.890Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T17:32:39.334Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:32:39.378Z] > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 [2021-05-10T17:32:39.455Z] > git remote # timeout=10 [2021-05-10T17:32:39.473Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T17:32:39.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:32:39.539Z] > git merge a9782fd296e62743fd293fc29a8ddc102bb806d8 # timeout=10 [2021-05-10T17:32:39.590Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T17:32:39.628Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:32:39.678Z] > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 [2021-05-10T17:32:44.007Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:32:45.610Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:32:46.078Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:32:46.463Z] + true [2021-05-10T17:32:46.463Z] + sudo service docker restart [2021-05-10T17:32:46.463Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-10T17:32:48.690Z] ========================================================= [2021-05-10T17:32:48.690Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T17:32:48.690Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:32:49.068Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T17:32:49.730Z] Sending build context to Docker daemon 582.1kB [2021-05-10T17:32:49.730Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-10T17:32:49.730Z] Step 2/7 : FROM ${BASE} [2021-05-10T17:32:50.377Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T17:32:50.377Z] 540db60ca938: Pulling fs layer [2021-05-10T17:32:50.377Z] adcc1eea9eea: Pulling fs layer [2021-05-10T17:32:50.377Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T17:32:50.377Z] 0510c868ecb4: Pulling fs layer [2021-05-10T17:32:50.377Z] afea3b2eda06: Pulling fs layer [2021-05-10T17:32:50.377Z] 7809a108b3ef: Pulling fs layer [2021-05-10T17:32:50.377Z] f706445af74f: Pulling fs layer [2021-05-10T17:32:50.377Z] 0510c868ecb4: Waiting [2021-05-10T17:32:50.377Z] afea3b2eda06: Waiting [2021-05-10T17:32:50.377Z] 7809a108b3ef: Waiting [2021-05-10T17:32:50.377Z] f706445af74f: Waiting [2021-05-10T17:32:50.377Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T17:32:50.377Z] 4c4ab2625f07: Download complete [2021-05-10T17:32:50.377Z] adcc1eea9eea: Verifying Checksum [2021-05-10T17:32:50.377Z] adcc1eea9eea: Download complete [2021-05-10T17:32:50.377Z] afea3b2eda06: Verifying Checksum [2021-05-10T17:32:50.377Z] afea3b2eda06: Download complete [2021-05-10T17:32:50.377Z] 7809a108b3ef: Verifying Checksum [2021-05-10T17:32:50.377Z] 7809a108b3ef: Download complete [2021-05-10T17:32:50.689Z] 540db60ca938: Verifying Checksum [2021-05-10T17:32:50.689Z] 540db60ca938: Download complete [2021-05-10T17:32:51.476Z] 540db60ca938: Pull complete [2021-05-10T17:32:51.831Z] adcc1eea9eea: Pull complete [2021-05-10T17:32:52.269Z] 4c4ab2625f07: Pull complete [2021-05-10T17:32:55.817Z] f706445af74f: Verifying Checksum [2021-05-10T17:32:55.817Z] f706445af74f: Download complete [2021-05-10T17:32:58.567Z] 0510c868ecb4: Verifying Checksum [2021-05-10T17:32:58.567Z] 0510c868ecb4: Download complete [2021-05-10T17:33:11.171Z] 0510c868ecb4: Pull complete [2021-05-10T17:33:11.498Z] afea3b2eda06: Pull complete [2021-05-10T17:33:11.498Z] 7809a108b3ef: Pull complete [2021-05-10T17:33:17.229Z] f706445af74f: Pull complete [2021-05-10T17:33:17.229Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T17:33:17.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T17:33:17.229Z] ---> b068be0155e3 [2021-05-10T17:33:17.229Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T17:33:17.845Z] ---> Running in b6599bd035ad [2021-05-10T17:33:18.189Z] Removing intermediate container b6599bd035ad [2021-05-10T17:33:18.189Z] ---> 0835548267fc [2021-05-10T17:33:18.189Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-05-10T17:33:18.189Z] ---> Running in 98ebde2f00b4 [2021-05-10T17:33:19.684Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T17:33:21.108Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4112 in /w/workspace/xfoundry_go-mod-messaging_PR-108 [Pipeline] { [Pipeline] ws [2021-05-10T17:33:21.136Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout [2021-05-10T17:33:21.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T17:33:22.650Z] (1/5) Installing libsodium (1.0.18-r0) [2021-05-10T17:33:22.650Z] (2/5) Installing libzmq (4.3.3-r1) [2021-05-10T17:33:22.917Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-05-10T17:33:23.193Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-05-10T17:33:23.465Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-05-10T17:33:23.465Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T17:33:23.465Z] OK: 150 MiB in 45 packages [2021-05-10T17:33:25.091Z] Removing intermediate container 98ebde2f00b4 [2021-05-10T17:33:25.091Z] ---> 9f8271f01a77 [2021-05-10T17:33:25.091Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-10T17:33:25.091Z] ---> Running in 8746c6b4df39 [2021-05-10T17:33:25.390Z] Removing intermediate container 8746c6b4df39 [2021-05-10T17:33:25.390Z] ---> 4c769643cdee [2021-05-10T17:33:25.390Z] Step 6/7 : COPY go.mod . [2021-05-10T17:33:25.992Z] ---> 2e25c0c560fb [2021-05-10T17:33:25.992Z] Step 7/7 : RUN go mod download [2021-05-10T17:33:25.992Z] ---> Running in d8677dfbbc11 [2021-05-10T17:33:26.539Z] using credential edgex-jenkins-ssh [2021-05-10T17:33:26.564Z] Cloning the remote Git repository [2021-05-10T17:33:26.675Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-05-10T17:33:26.817Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2021-05-10T17:33:26.936Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-05-10T17:33:26.937Z] > git --version # timeout=10 [2021-05-10T17:33:26.955Z] > git --version # 'git version 2.17.1' [2021-05-10T17:33:26.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:33:27.020Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:33:29.911Z] Merging remotes/origin/master commit a9782fd296e62743fd293fc29a8ddc102bb806d8 into PR head commit 22eb097de75b3283cdc610507970443b3bc47aca [2021-05-10T17:33:30.120Z] Merge succeeded, producing 22eb097de75b3283cdc610507970443b3bc47aca [2021-05-10T17:33:30.120Z] Checking out Revision 22eb097de75b3283cdc610507970443b3bc47aca (PR-108) [2021-05-10T17:33:29.307Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-05-10T17:33:29.342Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T17:33:29.371Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-05-10T17:33:29.407Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-05-10T17:33:29.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:33:29.419Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T17:33:29.931Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:33:29.949Z] > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 [2021-05-10T17:33:30.031Z] > git remote # timeout=10 [2021-05-10T17:33:30.054Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T17:33:30.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T17:33:30.088Z] > git merge a9782fd296e62743fd293fc29a8ddc102bb806d8 # timeout=10 [2021-05-10T17:33:30.109Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T17:33:30.130Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T17:33:30.151Z] > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 [2021-05-10T17:33:34.361Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T17:33:35.787Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:33:36.218Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T17:33:36.561Z] + + sudo service docker restart [2021-05-10T17:33:36.561Z] true [Pipeline] unstash [Pipeline] echo [2021-05-10T17:33:39.485Z] ========================================================= [2021-05-10T17:33:39.485Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T17:33:39.485Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:33:39.835Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T17:33:40.838Z] Sending build context to Docker daemon 581.1kB [2021-05-10T17:33:40.838Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-10T17:33:40.838Z] Step 2/7 : FROM ${BASE} [2021-05-10T17:33:41.112Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T17:33:41.112Z] 595b0fe564bb: Pulling fs layer [2021-05-10T17:33:41.112Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T17:33:41.112Z] 316046926c0a: Pulling fs layer [2021-05-10T17:33:41.112Z] 4ebd0625c992: Pulling fs layer [2021-05-10T17:33:41.112Z] 207e8628e3a3: Pulling fs layer [2021-05-10T17:33:41.112Z] c791037a9be2: Pulling fs layer [2021-05-10T17:33:41.112Z] ffd874e62e21: Pulling fs layer [2021-05-10T17:33:41.112Z] 4ebd0625c992: Waiting [2021-05-10T17:33:41.112Z] 207e8628e3a3: Waiting [2021-05-10T17:33:41.112Z] c791037a9be2: Waiting [2021-05-10T17:33:41.112Z] ffd874e62e21: Waiting [2021-05-10T17:33:41.112Z] 316046926c0a: Verifying Checksum [2021-05-10T17:33:41.112Z] 316046926c0a: Download complete [2021-05-10T17:33:41.112Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T17:33:41.112Z] 7186ed65a4f7: Download complete [2021-05-10T17:33:41.112Z] 207e8628e3a3: Verifying Checksum [2021-05-10T17:33:41.112Z] 207e8628e3a3: Download complete [2021-05-10T17:33:41.112Z] c791037a9be2: Verifying Checksum [2021-05-10T17:33:41.112Z] c791037a9be2: Download complete [2021-05-10T17:33:41.112Z] 595b0fe564bb: Download complete [2021-05-10T17:33:42.102Z] 595b0fe564bb: Pull complete [2021-05-10T17:33:42.709Z] 7186ed65a4f7: Pull complete [2021-05-10T17:33:42.982Z] 316046926c0a: Pull complete [2021-05-10T17:33:42.982Z] ffd874e62e21: Verifying Checksum [2021-05-10T17:33:42.982Z] ffd874e62e21: Download complete [2021-05-10T17:33:44.557Z] Removing intermediate container d8677dfbbc11 [2021-05-10T17:33:44.557Z] ---> 918ba13c6abb [2021-05-10T17:33:44.557Z] Successfully built 918ba13c6abb [2021-05-10T17:33:44.557Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:33:45.035Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T17:33:45.346Z] . [Pipeline] withDockerContainer [2021-05-10T17:33:45.608Z] 4ebd0625c992: Verifying Checksum [2021-05-10T17:33:45.608Z] 4ebd0625c992: Download complete [2021-05-10T17:33:45.662Z] prd-centos7-docker-4c-2g-4110 does not seem to be running inside a container [2021-05-10T17:33:45.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T17:33:47.382Z] $ docker top f49690f45210f8ffb7aae133d4fae68e36e451d4d393c840836afd57f5651814 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:33:48.518Z] + go version [2021-05-10T17:33:48.518Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T17:33:48.603Z] $ docker stop --time=1 f49690f45210f8ffb7aae133d4fae68e36e451d4d393c840836afd57f5651814 [2021-05-10T17:33:50.577Z] $ docker rm -f f49690f45210f8ffb7aae133d4fae68e36e451d4d393c840836afd57f5651814 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:33:51.584Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T17:33:51.584Z] . [Pipeline] withDockerContainer [2021-05-10T17:33:51.735Z] prd-centos7-docker-4c-2g-4110 does not seem to be running inside a container [2021-05-10T17:33:51.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T17:33:53.660Z] $ docker top 6689becdd4aa7f701d80d34d3c7fc0a664cfc15fecf0bf3eac85b344ba0fc0f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:33:54.284Z] + go mod tidy [Pipeline] sh [2021-05-10T17:33:55.375Z] + make test [2021-05-10T17:33:55.375Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-10T17:33:58.031Z] 4ebd0625c992: Pull complete [2021-05-10T17:33:58.031Z] 207e8628e3a3: Pull complete [2021-05-10T17:33:58.031Z] c791037a9be2: Pull complete [2021-05-10T17:34:00.666Z] ffd874e62e21: Pull complete [2021-05-10T17:34:00.666Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T17:34:00.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T17:34:00.666Z] ---> cfc18b08335c [2021-05-10T17:34:00.666Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T17:34:04.066Z] ---> Running in b8589988d960 [2021-05-10T17:34:04.066Z] Removing intermediate container b8589988d960 [2021-05-10T17:34:04.066Z] ---> 60ce7c3a8136 [2021-05-10T17:34:04.066Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-05-10T17:34:04.066Z] ---> Running in 1a0e13bf2651 [2021-05-10T17:34:05.513Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T17:34:07.481Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T17:34:10.088Z] (1/5) Installing libsodium (1.0.18-r0) [2021-05-10T17:34:10.088Z] (2/5) Installing libzmq (4.3.3-r1) [2021-05-10T17:34:10.684Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-05-10T17:34:10.685Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-05-10T17:34:10.957Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-05-10T17:34:10.957Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T17:34:11.231Z] OK: 139 MiB in 45 packages [2021-05-10T17:34:12.671Z] Removing intermediate container 1a0e13bf2651 [2021-05-10T17:34:12.671Z] ---> c9a53c68c63b [2021-05-10T17:34:12.671Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-10T17:34:12.671Z] ---> Running in 2a64202c61c3 [2021-05-10T17:34:13.273Z] Removing intermediate container 2a64202c61c3 [2021-05-10T17:34:13.273Z] ---> 263e1af56523 [2021-05-10T17:34:13.273Z] Step 6/7 : COPY go.mod . [2021-05-10T17:34:13.869Z] ---> 8c1f7352a5fb [2021-05-10T17:34:13.869Z] Step 7/7 : RUN go mod download [2021-05-10T17:34:13.869Z] ---> Running in 91a44e044b28 [2021-05-10T17:34:14.231Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-05-10T17:34:18.878Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.059s coverage: 90.0% of statements [2021-05-10T17:34:28.999Z] Removing intermediate container 91a44e044b28 [2021-05-10T17:34:28.999Z] ---> bbb1c45a79a9 [2021-05-10T17:34:28.999Z] Successfully built bbb1c45a79a9 [2021-05-10T17:34:28.999Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:34:29.345Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T17:34:29.345Z] . [Pipeline] withDockerContainer [2021-05-10T17:34:29.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-4112 does not seem to be running inside a container [2021-05-10T17:34:29.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T17:34:29.895Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.030s coverage: 67.3% of statements [2021-05-10T17:34:29.895Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2021-05-10T17:34:31.136Z] $ docker top 45ef2a57e94bd9fc947fc50b1fbe1a21df4ffdcf75c36f66b725c113fc0407c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:34:32.113Z] + go version [2021-05-10T17:34:32.113Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T17:34:32.151Z] $ docker stop --time=1 45ef2a57e94bd9fc947fc50b1fbe1a21df4ffdcf75c36f66b725c113fc0407c1 [2021-05-10T17:34:34.127Z] $ docker rm -f 45ef2a57e94bd9fc947fc50b1fbe1a21df4ffdcf75c36f66b725c113fc0407c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:34:34.837Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T17:34:34.837Z] . [Pipeline] withDockerContainer [2021-05-10T17:34:35.101Z] prd-ubuntu18.04-docker-arm64-4c-16g-4112 does not seem to be running inside a container [2021-05-10T17:34:35.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T17:34:36.711Z] $ docker top b5e56810955b1615b5ee6c695d566a3b59447699e4eb3cd3f09b671567c7803a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:34:37.670Z] + go mod tidy [Pipeline] sh [2021-05-10T17:34:38.636Z] + make test [2021-05-10T17:34:38.636Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-10T17:34:57.009Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-05-10T17:34:57.786Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.882s coverage: 83.8% of statements [2021-05-10T17:34:57.787Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.027s coverage: 85.7% of statements [2021-05-10T17:34:57.787Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.029s coverage: 100.0% of statements [2021-05-10T17:34:57.787Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.027s coverage: 100.0% of statements [2021-05-10T17:34:57.787Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.059s coverage: 90.9% of statements [2021-05-10T17:34:57.787Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-10T17:35:01.345Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.065s coverage: 90.0% of statements [2021-05-10T17:35:11.577Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.046s coverage: 67.3% of statements [2021-05-10T17:35:11.577Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2021-05-10T17:35:14.202Z] gofmt -l . [2021-05-10T17:35:14.202Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T17:35:14.621Z] $ docker stop --time=1 6689becdd4aa7f701d80d34d3c7fc0a664cfc15fecf0bf3eac85b344ba0fc0f2 [2021-05-10T17:35:17.555Z] $ docker rm -f 6689becdd4aa7f701d80d34d3c7fc0a664cfc15fecf0bf3eac85b344ba0fc0f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:35:18.469Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T17:35:20.027Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:20.785Z] ---> job-cost.sh [2021-05-10T17:35:21.067Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IHqz [2021-05-10T17:35:38.513Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.404s coverage: 83.8% of statements [2021-05-10T17:35:38.513Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.023s coverage: 85.7% of statements [2021-05-10T17:35:38.513Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.035s coverage: 100.0% of statements [2021-05-10T17:35:38.513Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.048s coverage: 100.0% of statements [2021-05-10T17:35:38.513Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.045s coverage: 90.9% of statements [2021-05-10T17:35:38.513Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-10T17:35:50.973Z] gofmt -l . [2021-05-10T17:35:50.973Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T17:35:50.996Z] $ docker stop --time=1 b5e56810955b1615b5ee6c695d566a3b59447699e4eb3cd3f09b671567c7803a [2021-05-10T17:35:53.016Z] $ docker rm -f b5e56810955b1615b5ee6c695d566a3b59447699e4eb3cd3f09b671567c7803a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T17:35:53.799Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T17:35:53.821Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T17:35:54.656Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:35:55.168Z] ---> job-cost.sh [2021-05-10T17:35:55.168Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4DXX [2021-05-10T17:36:00.406Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T17:36:34.202Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T17:36:48.042Z] lf-activate-venv(): INFO: Adding /tmp/venv-IHqz/bin to PATH [2021-05-10T17:36:48.042Z] INFO: No Stack... [2021-05-10T17:36:48.042Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T17:36:48.042Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T17:36:48.767Z] + cat /w/workspace/go-mod-messaging/2/archives/cost.csv [2021-05-10T17:36:48.767Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T17:36:49.186Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [2021-05-10T17:36:49.203Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] did not exist. Created. [2021-05-10T17:36:49.203Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T17:36:49.660Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T17:36:50.274Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T17:36:50.283Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T17:37:55.990Z] lf-activate-venv(): INFO: Adding /tmp/venv-4DXX/bin to PATH [2021-05-10T17:37:55.990Z] INFO: No Stack... [2021-05-10T17:37:55.990Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T17:37:55.991Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T17:37:56.366Z] + cat /w/workspace/go-mod-messaging/2/archives/cost.csv [2021-05-10T17:37:56.366Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T17:37:56.472Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [2021-05-10T17:37:56.480Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] did not exist. Created. [2021-05-10T17:37:56.480Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T17:37:56.836Z] /w/workspace/go-mod-messaging/2@tmp/durable-2cc21070/script.sh: 1: /w/workspace/go-mod-messaging/2@tmp/durable-2cc21070/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T17:37:57.176Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T17:37:57.198Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T17:37:57.348Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T17:37:57.366Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-10T17:37:57.955Z] provisioning config files... [2021-05-10T17:37:57.993Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/config8778613093708883080tmp [Pipeline] { [Pipeline] sh [2021-05-10T17:37:58.536Z] + set +x [2021-05-10T17:37:58.536Z] + bash -s -- [2021-05-10T17:37:58.536Z] + curl -s https://codecov.io/bash [2021-05-10T17:37:58.536Z] [2021-05-10T17:37:58.536Z] _____ _ [2021-05-10T17:37:58.536Z] / ____| | | [2021-05-10T17:37:58.536Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T17:37:58.536Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T17:37:58.536Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T17:37:58.536Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T17:37:58.536Z] Bash-1.0.2 [2021-05-10T17:37:58.536Z] [2021-05-10T17:37:58.536Z] [2021-05-10T17:37:58.850Z] ==> git version 2.24.3 found [2021-05-10T17:37:58.850Z] ==> 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-05-10T17:37:58.850Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T17:37:58.850Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T17:37:58.850Z] ==> Jenkins CI detected. [2021-05-10T17:37:58.850Z] project root: . [2021-05-10T17:37:58.850Z] --> token set from env [2021-05-10T17:37:58.850Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T17:37:58.850Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T17:37:58.850Z] ==> Python coveragepy not found [2021-05-10T17:37:58.850Z] ==> Searching for coverage reports in: [2021-05-10T17:37:58.850Z] + . [2021-05-10T17:37:58.850Z] -> Found 1 reports [2021-05-10T17:37:58.850Z] ==> Detecting git/mercurial file structure [2021-05-10T17:37:58.850Z] ==> Reading reports [2021-05-10T17:37:58.850Z] + ./coverage.out bytes=21942 [2021-05-10T17:37:59.156Z] ==> Appending adjustments [2021-05-10T17:37:59.156Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T17:37:59.453Z] + Found adjustments [2021-05-10T17:37:59.453Z] ==> Gzipping contents [2021-05-10T17:37:59.453Z] 8.0K /tmp/codecov.mU0fiC.gz [2021-05-10T17:37:59.453Z] ==> Uploading reports [2021-05-10T17:37:59.453Z] url: https://codecov.io [2021-05-10T17:37:59.453Z] query: branch=PR-108&commit=22eb097de75b3283cdc610507970443b3bc47aca&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-108%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=108&job=&cmd_args= [2021-05-10T17:37:59.453Z] -> Pinging Codecov [2021-05-10T17:37:59.453Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-108&commit=22eb097de75b3283cdc610507970443b3bc47aca&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-108%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=108&job=&cmd_args= [2021-05-10T17:38:00.067Z] -> Uploading to [2021-05-10T17:38:00.067Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/F6E385568367DD0E4001BA4F8F1CB792/22eb097de75b3283cdc610507970443b3bc47aca/a8b66922-9c63-4789-86b2-0ee842edd25b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T173759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=817bbd06a90147409f67d80c99b09f379afe0aa792e394e414374cefcc9631de [2021-05-10T17:38:00.067Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T17:38:00.067Z] Dload Upload Total Spent Left Speed [2021-05-10T17:38:00.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5260 0 0 100 5260 0 9268 --:--:-- --:--:-- --:--:-- 9260 100 5260 0 0 100 5260 0 9265 --:--:-- --:--:-- --:--:-- 9260 [2021-05-10T17:38:00.663Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/22eb097de75b3283cdc610507970443b3bc47aca [Pipeline] } [2021-05-10T17:38:00.682Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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-05-10T17:38:01.932Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:38:02.702Z] ---> package-listing.sh [2021-05-10T17:38:02.702Z] ++ facter osfamily [2021-05-10T17:38:02.702Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T17:38:03.002Z] + OS_FAMILY=redhat [2021-05-10T17:38:03.002Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-108 [2021-05-10T17:38:03.002Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T17:38:03.002Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T17:38:03.002Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T17:38:03.002Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T17:38:03.002Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-108 ']' [2021-05-10T17:38:03.002Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T17:38:03.002Z] + case "${OS_FAMILY}" in [2021-05-10T17:38:03.002Z] + sort [2021-05-10T17:38:03.002Z] + rpm -qa [2021-05-10T17:38:08.491Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T17:38:08.491Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T17:38:08.491Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T17:38:08.491Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-108 ']' [2021-05-10T17:38:08.491Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-108/archives/ [2021-05-10T17:38:08.491Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-108/archives/ [Pipeline] echo [2021-05-10T17:38:08.512Z] 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_PR-108/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T17:38:08.831Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:38:09.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:38:09.418Z] [2021-05-10T17:38:09.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T17:38:09.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:38:09.755Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T17:38:09.755Z] df20fa9351a1: Pulling fs layer [2021-05-10T17:38:09.755Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T17:38:09.755Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T17:38:09.755Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T17:38:09.755Z] 93b61091891f: Pulling fs layer [2021-05-10T17:38:09.755Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T17:38:09.755Z] 5e14af77c1be: Pulling fs layer [2021-05-10T17:38:09.755Z] 01666e4c0597: Pulling fs layer [2021-05-10T17:38:09.755Z] aa168da1d23b: Pulling fs layer [2021-05-10T17:38:09.755Z] 46f8f816bc3b: Waiting [2021-05-10T17:38:09.755Z] 93b61091891f: Waiting [2021-05-10T17:38:09.755Z] 93b9cdb0e59b: Waiting [2021-05-10T17:38:09.755Z] 5e14af77c1be: Waiting [2021-05-10T17:38:09.755Z] 01666e4c0597: Waiting [2021-05-10T17:38:09.755Z] aa168da1d23b: Waiting [2021-05-10T17:38:09.755Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T17:38:09.755Z] 36b3adc4ff6f: Download complete [2021-05-10T17:38:09.755Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T17:38:09.755Z] 46f8f816bc3b: Download complete [2021-05-10T17:38:09.755Z] df20fa9351a1: Verifying Checksum [2021-05-10T17:38:09.755Z] df20fa9351a1: Download complete [2021-05-10T17:38:09.755Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T17:38:09.755Z] 93b9cdb0e59b: Download complete [2021-05-10T17:38:10.033Z] 5e14af77c1be: Verifying Checksum [2021-05-10T17:38:10.033Z] 5e14af77c1be: Download complete [2021-05-10T17:38:10.033Z] 93b61091891f: Verifying Checksum [2021-05-10T17:38:10.033Z] 93b61091891f: Download complete [2021-05-10T17:38:10.033Z] 01666e4c0597: Download complete [2021-05-10T17:38:10.308Z] df20fa9351a1: Pull complete [2021-05-10T17:38:10.574Z] 36b3adc4ff6f: Pull complete [2021-05-10T17:38:11.530Z] 8ad3a11d3b57: Download complete [2021-05-10T17:38:12.484Z] 8ad3a11d3b57: Pull complete [2021-05-10T17:38:12.484Z] 46f8f816bc3b: Pull complete [2021-05-10T17:38:12.751Z] 93b61091891f: Pull complete [2021-05-10T17:38:13.020Z] 93b9cdb0e59b: Pull complete [2021-05-10T17:38:13.292Z] 5e14af77c1be: Pull complete [2021-05-10T17:38:13.564Z] aa168da1d23b: Verifying Checksum [2021-05-10T17:38:13.564Z] aa168da1d23b: Download complete [2021-05-10T17:38:13.564Z] 01666e4c0597: Pull complete [2021-05-10T17:38:23.697Z] aa168da1d23b: Pull complete [2021-05-10T17:38:23.697Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T17:38:23.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T17:38:23.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T17:38:23.897Z] prd-centos7-docker-4c-2g-4104 does not seem to be running inside a container [2021-05-10T17:38:23.972Z] $ 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_PR-108/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_PR-108 -v /w/workspace/xfoundry_go-mod-messaging_PR-108:/w/workspace/xfoundry_go-mod-messaging_PR-108:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T17:38:29.492Z] $ docker top d96a1d7a77f67dc77487caee407938c96235394c4b56b39a9748829ef4b2e2a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T17:38:30.073Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T17:38:30.779Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T17:38:31.460Z] + ls /var/log/sa-host [2021-05-10T17:38:31.460Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T17:38:31.460Z] file_magic: OK [2021-05-10T17:38:31.460Z] HZ: Using current value: 100 [2021-05-10T17:38:31.460Z] file_header: OK [2021-05-10T17:38:31.460Z] 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-05-10T17:38:31.460Z] Statistics: [2021-05-10T17:38:31.460Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T17:38:31.460Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T17:38:31.460Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T17:38:31.460Z] file_magic: OK [2021-05-10T17:38:31.460Z] HZ: Using current value: 100 [2021-05-10T17:38:31.460Z] file_header: OK [2021-05-10T17:38:31.460Z] 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-05-10T17:38:31.460Z] Statistics: [2021-05-10T17:38:31.460Z] Hnuu...uuuununununu... [2021-05-10T17:38:31.460Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T17:38:31.639Z] provisioning config files... [2021-05-10T17:38:31.692Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/config2384884047280218894tmp [Pipeline] { [Pipeline] echo [2021-05-10T17:38:31.758Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:38:32.455Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T17:38:32.468Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T17:38:32.503Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:38:32.844Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T17:38:32.862Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:38:33.247Z] ---> sudo-logs.sh [2021-05-10T17:38:33.247Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T17:38:33.297Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:38:33.655Z] ---> job-cost.sh [2021-05-10T17:38:33.655Z] lf-activate-venv: SKIPPING [2021-05-10T17:38:33.655Z] DEBUG: total: 0.20999999344348907 [2021-05-10T17:38:33.655Z] INFO: Retrieving Stack Cost... [2021-05-10T17:38:34.726Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T17:38:35.731Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T17:38:35.767Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T17:38:36.136Z] ---> logs-deploy.sh [2021-05-10T17:38:36.136Z] lf-activate-venv: SKIPPING [2021-05-10T17:38:36.136Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-108/2 [2021-05-10T17:38:36.136Z] INFO: archiving workspace using pattern(s): [2021-05-10T17:38:39.557Z] Archives upload complete. [2021-05-10T17:38:39.557Z] INFO: archiving logs to Nexus