Pull request #81 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from e6a09cc8a5543ebad3fe363654b6daed4e0734c6+0bdc968e74254c748af0ee463d7309986ee294ed (6c7510a35366e94ca5fe0f190602535afc988088) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17536 in /w/workspace/exfoundry_go-mod-messaging_PR-81 [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/exfoundry_go-mod-messaging_PR-81 # 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 0bdc968e74254c748af0ee463d7309986ee294ed into PR head commit e6a09cc8a5543ebad3fe363654b6daed4e0734c6 Merge succeeded, producing e6a09cc8a5543ebad3fe363654b6daed4e0734c6 Checking out Revision e6a09cc8a5543ebad3fe363654b6daed4e0734c6 (PR-81) > 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/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6a09cc8a5543ebad3fe363654b6daed4e0734c6 # 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 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6a09cc8a5543ebad3fe363654b6daed4e0734c6 # timeout=10 Commit message: "fix: Add ability to re-subscribe to topics when reconnected" First time build. Skipping changelog. > git rev-list --no-walk 3c1f7b8fad217e6eb9f76da07c4415d9c2f03989 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-28T22:39:21.858Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-28T22:39:22.171Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-28T22:39:22.282Z] ========================================================= [2020-12-28T22:39:22.282Z] EdgeX Global Pipelines Version Info [2020-12-28T22:39:22.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:39:23.784Z] ------------------- [2020-12-28T22:39:23.784Z] stable info: [2020-12-28T22:39:23.784Z] ------------------- [2020-12-28T22:39:23.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-28T22:39:23.785Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-28T22:39:23.785Z] Message: update stable to v1.0.173 [2020-12-28T22:39:24.729Z] ------------------- [2020-12-28T22:39:24.729Z] experimental info: [2020-12-28T22:39:24.729Z] ------------------- [2020-12-28T22:39:24.729Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-28T22:39:24.729Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-28T22:39:24.729Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-28T22:39:25.013Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-12-28T22:39:25.124Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-12-28T22:39:25.238Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-28T22:39:25.339Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-28T22:39:25.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-28T22:39:25.565Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-28T22:39:25.679Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-28T22:39:25.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-28T22:39:25.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-28T22:39:26.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-28T22:39:26.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-28T22:39:26.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-12-28T22:39:26.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-28T22:39:26.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-28T22:39:26.788Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-28T22:39:26.894Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-28T22:39:26.994Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-28T22:39:27.091Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-28T22:39:27.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-28T22:39:27.290Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-28T22:39:27.387Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-28T22:39:27.482Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-28T22:39:27.573Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-28T22:39:27.669Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-28T22:39:27.757Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-28T22:39:27.869Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-28T22:39:27.961Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-28T22:39:28.049Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-81 [Pipeline] echo [2020-12-28T22:39:28.245Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-81 [Pipeline] echo [2020-12-28T22:39:28.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-81 [Pipeline] echo [2020-12-28T22:39:28.467Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [Pipeline] echo [2020-12-28T22:39:28.558Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e6a09cc [Pipeline] echo [2020-12-28T22:39:28.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-28T22:39:29.374Z] + git log --format=format:%s -1 e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [Pipeline] echo [2020-12-28T22:39:29.447Z] GIT_COMMIT: e6a09cc8a5543ebad3fe363654b6daed4e0734c6, Commit Message: fix: Add ability to re-subscribe to topics when reconnected [Pipeline] echo [2020-12-28T22:39:29.497Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:39:30.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-28T22:39:30.741Z] [2020-12-28T22:39:30.741Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:39:31.089Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-28T22:39:31.089Z] latest: Pulling from edgex-devops/git-semver [2020-12-28T22:39:31.089Z] 31603596830f: Pulling fs layer [2020-12-28T22:39:31.089Z] 2a8b12db71e7: Pulling fs layer [2020-12-28T22:39:31.089Z] 6ca5941a6612: Pulling fs layer [2020-12-28T22:39:31.089Z] ecc8261a40a4: Pulling fs layer [2020-12-28T22:39:31.089Z] ecc8261a40a4: Waiting [2020-12-28T22:39:31.089Z] 2a8b12db71e7: Verifying Checksum [2020-12-28T22:39:31.089Z] 2a8b12db71e7: Download complete [2020-12-28T22:39:31.351Z] 31603596830f: Verifying Checksum [2020-12-28T22:39:31.351Z] 31603596830f: Download complete [2020-12-28T22:39:31.351Z] ecc8261a40a4: Verifying Checksum [2020-12-28T22:39:31.351Z] ecc8261a40a4: Download complete [2020-12-28T22:39:31.618Z] 6ca5941a6612: Verifying Checksum [2020-12-28T22:39:31.618Z] 6ca5941a6612: Download complete [2020-12-28T22:39:31.884Z] 31603596830f: Pull complete [2020-12-28T22:39:31.884Z] 2a8b12db71e7: Pull complete [2020-12-28T22:39:32.842Z] 6ca5941a6612: Pull complete [2020-12-28T22:39:32.842Z] ecc8261a40a4: Pull complete [2020-12-28T22:39:32.842Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-28T22:39:32.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-28T22:39:32.842Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-28T22:39:32.971Z] prd-centos7-docker-4c-2g-17536 does not seem to be running inside a container [2020-12-28T22:39:33.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-81 -v /w/workspace/exfoundry_go-mod-messaging_PR-81:/w/workspace/exfoundry_go-mod-messaging_PR-81:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-81@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-81@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 [2020-12-28T22:39:34.632Z] $ docker top 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-28T22:39:34.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-28T22:39:34.942Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-28T22:39:35.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-28T22:39:35.150Z] $ docker exec 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 ssh-agent [2020-12-28T22:39:35.315Z] SSH_AUTH_SOCK=/tmp/ssh-3quQlNqpPoDH/agent.11 [2020-12-28T22:39:35.315Z] SSH_AGENT_PID=16 [2020-12-28T22:39:35.324Z] Running ssh-add (command line suppressed) [2020-12-28T22:39:35.441Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-81@tmp/private_key_1101992653213746412.key (/w/workspace/exfoundry_go-mod-messaging_PR-81@tmp/private_key_1101992653213746412.key) [2020-12-28T22:39:35.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-28T22:39:35.830Z] + git tag --points-at HEAD [Pipeline] } [2020-12-28T22:39:35.852Z] $ docker exec --env ******** --env ******** 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 ssh-agent -k [2020-12-28T22:39:35.962Z] unset SSH_AUTH_SOCK; [2020-12-28T22:39:35.963Z] unset SSH_AGENT_PID; [2020-12-28T22:39:35.963Z] echo Agent pid 16 killed; [2020-12-28T22:39:36.011Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-28T22:39:36.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-28T22:39:36.162Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-28T22:39:36.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-28T22:39:36.327Z] $ docker exec 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 ssh-agent [2020-12-28T22:39:36.485Z] SSH_AUTH_SOCK=/tmp/ssh-4QWRXpV2s74P/agent.44 [2020-12-28T22:39:36.485Z] SSH_AGENT_PID=50 [2020-12-28T22:39:36.493Z] Running ssh-add (command line suppressed) [2020-12-28T22:39:36.610Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-81@tmp/private_key_3098288780659178311.key (/w/workspace/exfoundry_go-mod-messaging_PR-81@tmp/private_key_3098288780659178311.key) [2020-12-28T22:39:36.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-28T22:39:37.000Z] + git semver init [2020-12-28T22:39:37.000Z] # -> Open(): unable to determine branch for HEAD [2020-12-28T22:39:37.000Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-81/.git [2020-12-28T22:39:37.000Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-81 [2020-12-28T22:39:37.000Z] # $SEMVER_REMOTE_NAME = origin [2020-12-28T22:39:37.000Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-28T22:39:37.000Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-28T22:39:37.000Z] # $SEMVER_BRANCH = PR-81 [2020-12-28T22:39:37.000Z] # $SEMVER_TEMP = /tmp/semver-290941058 [2020-12-28T22:39:37.000Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-12-28T22:39:37.573Z] # '/tmp/semver-290941058' -> '/w/workspace/exfoundry_go-mod-messaging_PR-81/.semver' [2020-12-28T22:39:37.573Z] # -> Force: false [2020-12-28T22:39:37.573Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-81/.semver [Pipeline] } [2020-12-28T22:39:37.585Z] $ docker exec --env ******** --env ******** 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 ssh-agent -k [2020-12-28T22:39:37.700Z] unset SSH_AUTH_SOCK; [2020-12-28T22:39:37.700Z] unset SSH_AGENT_PID; [2020-12-28T22:39:37.700Z] echo Agent pid 50 killed; [2020-12-28T22:39:37.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-28T22:39:38.208Z] + git semver [Pipeline] } [2020-12-28T22:39:38.227Z] $ docker stop --time=1 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 [2020-12-28T22:39:39.729Z] $ docker rm -f 3c7f25dde44c4afb161ee263f0f32b030af458f208edd2f1aa7c141728850719 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-28T22:39:40.212Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-28T22:39:40.659Z] Stashed 1 file(s) [Pipeline] echo [2020-12-28T22:39:40.661Z] [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 [2020-12-28T22:39:56.246Z] Still waiting to schedule task [2020-12-28T22:39:56.246Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-28T22:39:56.248Z] Still waiting to schedule task [2020-12-28T22:39:56.248Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-28T22:41:49.337Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17537 in /w/workspace/exfoundry_go-mod-messaging_PR-81 [Pipeline] { [Pipeline] ws [2020-12-28T22:41:49.402Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout [2020-12-28T22:41:54.429Z] using credential edgex-jenkins-ssh [2020-12-28T22:41:54.497Z] Cloning the remote Git repository [2020-12-28T22:41:54.558Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-28T22:41:54.668Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2020-12-28T22:41:54.743Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-28T22:41:54.744Z] > git --version # timeout=10 [2020-12-28T22:41:54.762Z] > git --version # 'git version 2.17.1' [2020-12-28T22:41:54.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-28T22:41:54.814Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-28T22:41:55.586Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-28T22:41:55.605Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-28T22:41:55.641Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-28T22:41:55.686Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-28T22:41:55.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-28T22:41:55.699Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-28T22:41:56.287Z] Merging remotes/origin/master commit 0bdc968e74254c748af0ee463d7309986ee294ed into PR head commit e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [2020-12-28T22:41:56.525Z] Merge succeeded, producing e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [2020-12-28T22:41:56.526Z] Checking out Revision e6a09cc8a5543ebad3fe363654b6daed4e0734c6 (PR-81) [2020-12-28T22:41:56.310Z] > git config core.sparsecheckout # timeout=10 [2020-12-28T22:41:56.337Z] > git checkout -f e6a09cc8a5543ebad3fe363654b6daed4e0734c6 # timeout=10 [2020-12-28T22:41:56.426Z] > git remote # timeout=10 [2020-12-28T22:41:56.448Z] > git config --get remote.origin.url # timeout=10 [2020-12-28T22:41:56.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-28T22:41:56.481Z] > git merge 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 [2020-12-28T22:41:56.507Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-28T22:41:56.535Z] > git config core.sparsecheckout # timeout=10 [2020-12-28T22:41:56.547Z] > git checkout -f e6a09cc8a5543ebad3fe363654b6daed4e0734c6 # timeout=10 [2020-12-28T22:42:01.006Z] Commit message: "fix: Add ability to re-subscribe to topics when reconnected" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-28T22:42:02.915Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-28T22:42:03.351Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-28T22:42:03.711Z] + true [2020-12-28T22:42:03.711Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-28T22:42:05.956Z] ========================================================= [2020-12-28T22:42:05.957Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-28T22:42:05.957Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:42:06.350Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-28T22:42:06.942Z] Sending build context to Docker daemon 501.8kB [2020-12-28T22:42:07.215Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-28T22:42:07.215Z] Step 2/7 : FROM ${BASE} [2020-12-28T22:42:07.488Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-28T22:42:07.488Z] 5f621e34cdf4: Pulling fs layer [2020-12-28T22:42:07.488Z] a4357932f1b6: Pulling fs layer [2020-12-28T22:42:07.488Z] 18c013af1878: Pulling fs layer [2020-12-28T22:42:07.488Z] 00ac8860ef70: Pulling fs layer [2020-12-28T22:42:07.488Z] 63d7cb157983: Pulling fs layer [2020-12-28T22:42:07.488Z] b116817d02f9: Pulling fs layer [2020-12-28T22:42:07.488Z] 745a02a5169b: Pulling fs layer [2020-12-28T22:42:07.488Z] 00ac8860ef70: Waiting [2020-12-28T22:42:07.488Z] 63d7cb157983: Waiting [2020-12-28T22:42:07.488Z] b116817d02f9: Waiting [2020-12-28T22:42:07.488Z] 745a02a5169b: Waiting [2020-12-28T22:42:07.488Z] 18c013af1878: Verifying Checksum [2020-12-28T22:42:07.488Z] 18c013af1878: Download complete [2020-12-28T22:42:07.488Z] a4357932f1b6: Verifying Checksum [2020-12-28T22:42:07.488Z] a4357932f1b6: Download complete [2020-12-28T22:42:07.489Z] 63d7cb157983: Verifying Checksum [2020-12-28T22:42:07.489Z] 63d7cb157983: Download complete [2020-12-28T22:42:07.489Z] b116817d02f9: Verifying Checksum [2020-12-28T22:42:07.489Z] b116817d02f9: Download complete [2020-12-28T22:42:07.489Z] 5f621e34cdf4: Verifying Checksum [2020-12-28T22:42:07.489Z] 5f621e34cdf4: Download complete [2020-12-28T22:42:08.085Z] 5f621e34cdf4: Pull complete [2020-12-28T22:42:08.685Z] a4357932f1b6: Pull complete [2020-12-28T22:42:08.961Z] 18c013af1878: Pull complete [2020-12-28T22:42:10.399Z] 745a02a5169b: Verifying Checksum [2020-12-28T22:42:10.399Z] 745a02a5169b: Download complete [2020-12-28T22:42:11.383Z] 00ac8860ef70: Verifying Checksum [2020-12-28T22:42:11.383Z] 00ac8860ef70: Download complete [2020-12-28T22:42:21.489Z] Running on prd-centos7-docker-4c-2g-17538 in /w/workspace/exfoundry_go-mod-messaging_PR-81 [Pipeline] { [Pipeline] ws [2020-12-28T22:42:21.551Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [2020-12-28T22:42:21.559Z] 00ac8860ef70: Pull complete [Pipeline] checkout [2020-12-28T22:42:21.836Z] 63d7cb157983: Pull complete [2020-12-28T22:42:22.108Z] b116817d02f9: Pull complete [2020-12-28T22:42:23.830Z] using credential edgex-jenkins-ssh [2020-12-28T22:42:23.887Z] Cloning the remote Git repository [2020-12-28T22:42:23.535Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-28T22:42:23.602Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2020-12-28T22:42:23.663Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-28T22:42:23.663Z] > git --version # timeout=10 [2020-12-28T22:42:23.669Z] > git --version # 'git version 2.24.3' [2020-12-28T22:42:23.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-28T22:42:23.693Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-28T22:42:24.278Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-28T22:42:24.285Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-28T22:42:24.298Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-12-28T22:42:24.313Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-12-28T22:42:24.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-28T22:42:24.318Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-28T22:42:25.095Z] Merging remotes/origin/master commit 0bdc968e74254c748af0ee463d7309986ee294ed into PR head commit e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [2020-12-28T22:42:25.187Z] Merge succeeded, producing e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [2020-12-28T22:42:25.188Z] Checking out Revision e6a09cc8a5543ebad3fe363654b6daed4e0734c6 (PR-81) [2020-12-28T22:42:24.827Z] > git config core.sparsecheckout # timeout=10 [2020-12-28T22:42:24.832Z] > git checkout -f e6a09cc8a5543ebad3fe363654b6daed4e0734c6 # timeout=10 [2020-12-28T22:42:24.880Z] > git remote # timeout=10 [2020-12-28T22:42:24.890Z] > git config --get remote.origin.url # timeout=10 [2020-12-28T22:42:24.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-28T22:42:24.900Z] > git merge 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 [2020-12-28T22:42:24.911Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-28T22:42:24.921Z] > git config core.sparsecheckout # timeout=10 [2020-12-28T22:42:24.926Z] > git checkout -f e6a09cc8a5543ebad3fe363654b6daed4e0734c6 # timeout=10 [2020-12-28T22:42:26.449Z] 745a02a5169b: Pull complete [2020-12-28T22:42:26.450Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-28T22:42:26.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-28T22:42:26.450Z] ---> b7e6874047d6 [2020-12-28T22:42:26.450Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-28T22:42:28.545Z] Commit message: "fix: Add ability to re-subscribe to topics when reconnected" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-28T22:42:29.065Z] ---> Running in 1e34a3e2b460 [2020-12-28T22:42:29.065Z] Removing intermediate container 1e34a3e2b460 [2020-12-28T22:42:29.065Z] ---> 9484b493b34e [2020-12-28T22:42:29.065Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-28T22:42:29.065Z] ---> Running in 80c1224b9c27 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-28T22:42:29.694Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-28T22:42:30.023Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-28T22:42:30.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-28T22:42:30.321Z] + sudo service docker restart [2020-12-28T22:42:30.321Z] + true [2020-12-28T22:42:30.321Z] Redirecting to /bin/systemctl restart docker.service [2020-12-28T22:42:31.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] unstash [Pipeline] echo [2020-12-28T22:42:31.388Z] ========================================================= [2020-12-28T22:42:31.388Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-28T22:42:31.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:42:31.747Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-28T22:42:32.009Z] Sending build context to Docker daemon 502.8kB [2020-12-28T22:42:32.009Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-28T22:42:32.009Z] Step 2/7 : FROM ${BASE} [2020-12-28T22:42:32.009Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-28T22:42:32.009Z] 188c0c94c7c5: Pulling fs layer [2020-12-28T22:42:32.009Z] 0ef7d3d256c8: Pulling fs layer [2020-12-28T22:42:32.009Z] de9db76c5a1d: Pulling fs layer [2020-12-28T22:42:32.009Z] bca2f99d35d6: Pulling fs layer [2020-12-28T22:42:32.009Z] 93359f2a8cfa: Pulling fs layer [2020-12-28T22:42:32.009Z] 7c6f9722023f: Pulling fs layer [2020-12-28T22:42:32.009Z] a35cf1a2eb13: Pulling fs layer [2020-12-28T22:42:32.009Z] 93359f2a8cfa: Waiting [2020-12-28T22:42:32.009Z] a35cf1a2eb13: Waiting [2020-12-28T22:42:32.009Z] 7c6f9722023f: Waiting [2020-12-28T22:42:32.009Z] bca2f99d35d6: Waiting [2020-12-28T22:42:32.009Z] de9db76c5a1d: Download complete [2020-12-28T22:42:32.009Z] 0ef7d3d256c8: Verifying Checksum [2020-12-28T22:42:32.009Z] 0ef7d3d256c8: Download complete [2020-12-28T22:42:32.017Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-28T22:42:32.274Z] 93359f2a8cfa: Verifying Checksum [2020-12-28T22:42:32.274Z] 93359f2a8cfa: Download complete [2020-12-28T22:42:32.274Z] 188c0c94c7c5: Verifying Checksum [2020-12-28T22:42:32.274Z] 188c0c94c7c5: Download complete [2020-12-28T22:42:32.274Z] 7c6f9722023f: Verifying Checksum [2020-12-28T22:42:32.274Z] 7c6f9722023f: Download complete [2020-12-28T22:42:32.274Z] 188c0c94c7c5: Pull complete [2020-12-28T22:42:32.287Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-28T22:42:32.287Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-28T22:42:32.536Z] 0ef7d3d256c8: Pull complete [2020-12-28T22:42:32.798Z] de9db76c5a1d: Pull complete [2020-12-28T22:42:32.879Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-28T22:42:32.879Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-28T22:42:32.879Z] Executing busybox-1.31.1-r19.trigger [2020-12-28T22:42:32.879Z] OK: 144 MiB in 44 packages [2020-12-28T22:42:34.192Z] a35cf1a2eb13: Verifying Checksum [2020-12-28T22:42:34.192Z] a35cf1a2eb13: Download complete [2020-12-28T22:42:34.311Z] Removing intermediate container 80c1224b9c27 [2020-12-28T22:42:34.311Z] ---> 887f5f7b23ae [2020-12-28T22:42:34.311Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-28T22:42:34.311Z] ---> Running in 2de43716707a [2020-12-28T22:42:34.770Z] bca2f99d35d6: Verifying Checksum [2020-12-28T22:42:34.770Z] bca2f99d35d6: Download complete [2020-12-28T22:42:34.905Z] Removing intermediate container 2de43716707a [2020-12-28T22:42:34.905Z] ---> eede7141ba5c [2020-12-28T22:42:34.905Z] Step 6/7 : COPY go.mod . [2020-12-28T22:42:35.504Z] ---> 93905adacb4c [2020-12-28T22:42:35.505Z] Step 7/7 : RUN go mod download [2020-12-28T22:42:35.796Z] ---> Running in da4991ea15cc [2020-12-28T22:42:40.090Z] bca2f99d35d6: Pull complete [2020-12-28T22:42:40.090Z] 93359f2a8cfa: Pull complete [2020-12-28T22:42:40.090Z] 7c6f9722023f: Pull complete [2020-12-28T22:42:46.709Z] a35cf1a2eb13: Pull complete [2020-12-28T22:42:46.709Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-28T22:42:46.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-28T22:42:46.709Z] ---> a62c8e92a672 [2020-12-28T22:42:46.709Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-28T22:42:46.709Z] ---> Running in cdddbe35906b [2020-12-28T22:42:46.709Z] Removing intermediate container cdddbe35906b [2020-12-28T22:42:46.709Z] ---> 309b2e583b77 [2020-12-28T22:42:46.709Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-28T22:42:46.709Z] ---> Running in 7de8de2cfa98 [2020-12-28T22:42:46.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-28T22:42:47.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-28T22:42:48.510Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-28T22:42:48.771Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-28T22:42:49.035Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-28T22:42:49.035Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-28T22:42:49.035Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-28T22:42:49.298Z] Executing busybox-1.31.1-r19.trigger [2020-12-28T22:42:49.298Z] OK: 167 MiB in 44 packages [2020-12-28T22:42:49.880Z] Removing intermediate container 7de8de2cfa98 [2020-12-28T22:42:49.880Z] ---> 8a891e319263 [2020-12-28T22:42:49.880Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-28T22:42:49.880Z] ---> Running in 28e833633fde [2020-12-28T22:42:49.880Z] Removing intermediate container 28e833633fde [2020-12-28T22:42:49.880Z] ---> 8cdce920a4d5 [2020-12-28T22:42:49.880Z] Step 6/7 : COPY go.mod . [2020-12-28T22:42:50.144Z] ---> 7dea9efe6fca [2020-12-28T22:42:50.144Z] Step 7/7 : RUN go mod download [2020-12-28T22:42:50.144Z] ---> Running in 3fbcc1785e95 [2020-12-28T22:42:50.904Z] Removing intermediate container da4991ea15cc [2020-12-28T22:42:50.904Z] ---> a98d11862c7d [2020-12-28T22:42:50.904Z] Successfully built a98d11862c7d [2020-12-28T22:42:50.904Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:42:51.251Z] + docker inspect -f . ci-base-image-arm64 [2020-12-28T22:42:51.251Z] . [Pipeline] withDockerContainer [2020-12-28T22:42:51.490Z] prd-ubuntu18.04-docker-arm64-4c-16g-17537 does not seem to be running inside a container [2020-12-28T22:42:51.585Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-12-28T22:42:53.078Z] $ docker top 3276fe3f8b9d531272ff3a7387a6c5d7f9b98b9cabe3a0a6e77c7f88cd44e55a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-28T22:42:54.130Z] + go version [2020-12-28T22:42:54.130Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-28T22:42:54.154Z] $ docker stop --time=1 3276fe3f8b9d531272ff3a7387a6c5d7f9b98b9cabe3a0a6e77c7f88cd44e55a [2020-12-28T22:42:56.072Z] $ docker rm -f 3276fe3f8b9d531272ff3a7387a6c5d7f9b98b9cabe3a0a6e77c7f88cd44e55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:42:57.101Z] + docker inspect -f . ci-base-image-arm64 [2020-12-28T22:42:57.101Z] . [Pipeline] withDockerContainer [2020-12-28T22:42:57.362Z] prd-ubuntu18.04-docker-arm64-4c-16g-17537 does not seem to be running inside a container [2020-12-28T22:42:57.441Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-12-28T22:42:58.882Z] $ docker top ee17e3efe3b59a35939d909a9e4e9541360f107355c59e972bb1dda161870107 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-28T22:42:59.899Z] + make test [2020-12-28T22:42:59.899Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-28T22:43:02.413Z] Removing intermediate container 3fbcc1785e95 [2020-12-28T22:43:02.413Z] ---> d61776504a3a [2020-12-28T22:43:02.413Z] Successfully built d61776504a3a [2020-12-28T22:43:02.413Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:43:02.725Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-28T22:43:02.725Z] . [Pipeline] withDockerContainer [2020-12-28T22:43:02.824Z] prd-centos7-docker-4c-2g-17538 does not seem to be running inside a container [2020-12-28T22:43:02.873Z] $ 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 [2020-12-28T22:43:03.469Z] $ docker top 7780aab51fc6c57016bdb941093ea3c8210851a7728fcc9c1b0f828f373fb3aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-28T22:43:03.971Z] + go version [2020-12-28T22:43:03.971Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-28T22:43:03.986Z] $ docker stop --time=1 7780aab51fc6c57016bdb941093ea3c8210851a7728fcc9c1b0f828f373fb3aa [2020-12-28T22:43:05.304Z] $ docker rm -f 7780aab51fc6c57016bdb941093ea3c8210851a7728fcc9c1b0f828f373fb3aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:43:06.213Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-28T22:43:06.214Z] . [Pipeline] withDockerContainer [2020-12-28T22:43:06.309Z] prd-centos7-docker-4c-2g-17538 does not seem to be running inside a container [2020-12-28T22:43:06.358Z] $ 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 [2020-12-28T22:43:06.884Z] $ docker top 5704af13cc740bbb3a5f5e08b3ea7b6fda6d700bd71ab354dca827da4656dfe2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-28T22:43:07.409Z] + make test [2020-12-28T22:43:07.409Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-28T22:43:11.658Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-12-28T22:43:12.328Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-12-28T22:43:30.039Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.026s coverage: 89.0% of statements [2020-12-28T22:43:30.039Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.013s coverage: 77.1% of statements [2020-12-28T22:43:30.039Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-12-28T22:43:34.544Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.030s coverage: 89.0% of statements [2020-12-28T22:43:34.544Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.024s coverage: 77.1% of statements [2020-12-28T22:43:34.544Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-12-28T22:43:38.198Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.339s coverage: 85.0% of statements [2020-12-28T22:43:38.198Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.007s coverage: 85.7% of statements [2020-12-28T22:43:38.198Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.011s coverage: 100.0% of statements [2020-12-28T22:43:38.198Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.011s coverage: 100.0% of statements [2020-12-28T22:43:38.198Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.007s coverage: 90.9% of statements [2020-12-28T22:43:38.198Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-28T22:43:38.775Z] gofmt -l . [2020-12-28T22:43:38.775Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-28T22:43:38.790Z] $ docker stop --time=1 5704af13cc740bbb3a5f5e08b3ea7b6fda6d700bd71ab354dca827da4656dfe2 [2020-12-28T22:43:40.217Z] $ docker rm -f 5704af13cc740bbb3a5f5e08b3ea7b6fda6d700bd71ab354dca827da4656dfe2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-28T22:43:40.817Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-28T22:43:41.148Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-28T22:43:49.607Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.377s coverage: 84.1% of statements [2020-12-28T22:43:49.607Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.016s coverage: 85.7% of statements [2020-12-28T22:43:49.607Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.048s coverage: 100.0% of statements [2020-12-28T22:43:49.607Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.034s coverage: 100.0% of statements [2020-12-28T22:43:49.607Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.010s coverage: 90.9% of statements [2020-12-28T22:43:49.607Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-28T22:43:53.011Z] gofmt -l . [2020-12-28T22:43:53.011Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-28T22:43:53.034Z] $ docker stop --time=1 ee17e3efe3b59a35939d909a9e4e9541360f107355c59e972bb1dda161870107 [2020-12-28T22:43:55.038Z] $ docker rm -f ee17e3efe3b59a35939d909a9e4e9541360f107355c59e972bb1dda161870107 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-28T22:43:55.827Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-28T22:43:55.897Z] Warning: overwriting stash ‘coverage-report’ [2020-12-28T22:43:56.608Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-28T22:43:58.568Z] provisioning config files... [2020-12-28T22:43:58.581Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-81@tmp/config2577412595225445568tmp [Pipeline] { [Pipeline] sh [2020-12-28T22:43:58.952Z] + set +x [2020-12-28T22:43:58.952Z] + curl -s https://codecov.io/bash [2020-12-28T22:43:58.952Z] + bash -s -- [2020-12-28T22:43:59.215Z] [2020-12-28T22:43:59.215Z] _____ _ [2020-12-28T22:43:59.215Z] / ____| | | [2020-12-28T22:43:59.215Z] | | ___ __| | ___ ___ _____ __ [2020-12-28T22:43:59.215Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-28T22:43:59.215Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-28T22:43:59.215Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-28T22:43:59.215Z] Bash-20201223-5ad85e3 [2020-12-28T22:43:59.215Z] [2020-12-28T22:43:59.215Z] [2020-12-28T22:43:59.215Z] ==> git version 2.24.3 found [2020-12-28T22:43:59.215Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-28T22:43:59.215Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-28T22:43:59.215Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-28T22:43:59.215Z] ==> Jenkins CI detected. [2020-12-28T22:43:59.215Z] project root: . [2020-12-28T22:43:59.215Z] --> token set from env [2020-12-28T22:43:59.215Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-28T22:43:59.215Z] ==> Running gcov in . (disable via -X gcov) [2020-12-28T22:43:59.215Z] ==> Python coveragepy not found [2020-12-28T22:43:59.215Z] ==> Searching for coverage reports in: [2020-12-28T22:43:59.215Z] + . [2020-12-28T22:43:59.215Z] -> Found 1 reports [2020-12-28T22:43:59.215Z] ==> Detecting git/mercurial file structure [2020-12-28T22:43:59.215Z] ==> Reading reports [2020-12-28T22:43:59.215Z] + ./coverage.out bytes=20975 [2020-12-28T22:43:59.215Z] ==> Appending adjustments [2020-12-28T22:43:59.215Z] https://docs.codecov.io/docs/fixing-reports [2020-12-28T22:43:59.481Z] + Found adjustments [2020-12-28T22:43:59.481Z] ==> Gzipping contents [2020-12-28T22:43:59.481Z] 8.0K /tmp/codecov.J1UO4h.gz [2020-12-28T22:43:59.481Z] ==> Uploading reports [2020-12-28T22:43:59.481Z] url: https://codecov.io [2020-12-28T22:43:59.481Z] query: branch=PR-81&commit=e6a09cc8a5543ebad3fe363654b6daed4e0734c6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-81%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=81&job=&cmd_args= [2020-12-28T22:43:59.481Z] -> Pinging Codecov [2020-12-28T22:43:59.481Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-81&commit=e6a09cc8a5543ebad3fe363654b6daed4e0734c6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-81%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=81&job=&cmd_args= [2020-12-28T22:44:00.056Z] -> Uploading to [2020-12-28T22:44:00.056Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-28/F6E385568367DD0E4001BA4F8F1CB792/e6a09cc8a5543ebad3fe363654b6daed4e0734c6/46887e33-a4ec-4e22-8eea-97c5fa55d45a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201228T224359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4ce7017cb0b20ecc5723eda0a146a84e0ef24a4410282b567035346b695a4fa [2020-12-28T22:44:00.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-28T22:44:00.056Z] Dload Upload Total Spent Left Speed [2020-12-28T22:44:00.629Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5234 0 0 100 5234 0 11062 --:--:-- --:--:-- --:--:-- 11065 [2020-12-28T22:44:00.629Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/e6a09cc8a5543ebad3fe363654b6daed4e0734c6 [Pipeline] } [2020-12-28T22:44:00.642Z] 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] { (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) 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 [2020-12-28T22:44:03.270Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:44:03.576Z] ---> package-listing.sh [2020-12-28T22:44:03.576Z] ++ facter osfamily [2020-12-28T22:44:03.576Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-28T22:44:03.576Z] + OS_FAMILY=redhat [2020-12-28T22:44:03.576Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-81 [2020-12-28T22:44:03.576Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-28T22:44:03.576Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-28T22:44:03.576Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-28T22:44:03.576Z] + PACKAGES=/tmp/packages_start.txt [2020-12-28T22:44:03.576Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-81 ']' [2020-12-28T22:44:03.576Z] + PACKAGES=/tmp/packages_end.txt [2020-12-28T22:44:03.576Z] + case "${OS_FAMILY}" in [2020-12-28T22:44:03.576Z] + rpm -qa [2020-12-28T22:44:03.576Z] + sort [2020-12-28T22:44:08.900Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-28T22:44:08.900Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-28T22:44:08.900Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-28T22:44:08.900Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-81 ']' [2020-12-28T22:44:08.900Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-81/archives/ [2020-12-28T22:44:08.900Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-81/archives/ [Pipeline] echo [2020-12-28T22:44:08.915Z] 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/exfoundry_go-mod-messaging_PR-81/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-28T22:44:09.216Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:44:09.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-28T22:44:09.531Z] [2020-12-28T22:44:09.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-28T22:44:11.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-28T22:44:11.106Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-28T22:44:11.106Z] df20fa9351a1: Pulling fs layer [2020-12-28T22:44:11.106Z] 36b3adc4ff6f: Pulling fs layer [2020-12-28T22:44:11.106Z] 8ad3a11d3b57: Pulling fs layer [2020-12-28T22:44:11.106Z] 46f8f816bc3b: Pulling fs layer [2020-12-28T22:44:11.106Z] 93b61091891f: Pulling fs layer [2020-12-28T22:44:11.106Z] 93b9cdb0e59b: Pulling fs layer [2020-12-28T22:44:11.106Z] 5e14af77c1be: Pulling fs layer [2020-12-28T22:44:11.106Z] 01666e4c0597: Pulling fs layer [2020-12-28T22:44:11.106Z] aa168da1d23b: Pulling fs layer [2020-12-28T22:44:11.106Z] 93b9cdb0e59b: Waiting [2020-12-28T22:44:11.106Z] 46f8f816bc3b: Waiting [2020-12-28T22:44:11.106Z] 93b61091891f: Waiting [2020-12-28T22:44:11.106Z] aa168da1d23b: Waiting [2020-12-28T22:44:11.106Z] 5e14af77c1be: Waiting [2020-12-28T22:44:11.106Z] 01666e4c0597: Waiting [2020-12-28T22:44:11.106Z] 36b3adc4ff6f: Verifying Checksum [2020-12-28T22:44:11.106Z] 36b3adc4ff6f: Download complete [2020-12-28T22:44:11.106Z] 46f8f816bc3b: Verifying Checksum [2020-12-28T22:44:11.106Z] 46f8f816bc3b: Download complete [2020-12-28T22:44:11.370Z] df20fa9351a1: Verifying Checksum [2020-12-28T22:44:11.370Z] df20fa9351a1: Download complete [2020-12-28T22:44:11.370Z] 93b9cdb0e59b: Verifying Checksum [2020-12-28T22:44:11.370Z] 93b9cdb0e59b: Download complete [2020-12-28T22:44:11.370Z] 93b61091891f: Download complete [2020-12-28T22:44:11.370Z] 5e14af77c1be: Verifying Checksum [2020-12-28T22:44:11.370Z] 5e14af77c1be: Download complete [2020-12-28T22:44:11.370Z] 01666e4c0597: Verifying Checksum [2020-12-28T22:44:11.370Z] 01666e4c0597: Download complete [2020-12-28T22:44:11.636Z] df20fa9351a1: Pull complete [2020-12-28T22:44:11.899Z] 36b3adc4ff6f: Pull complete [2020-12-28T22:44:12.166Z] 8ad3a11d3b57: Verifying Checksum [2020-12-28T22:44:12.166Z] 8ad3a11d3b57: Download complete [2020-12-28T22:44:13.147Z] 8ad3a11d3b57: Pull complete [2020-12-28T22:44:13.147Z] 46f8f816bc3b: Pull complete [2020-12-28T22:44:13.736Z] 93b61091891f: Pull complete [2020-12-28T22:44:14.004Z] 93b9cdb0e59b: Pull complete [2020-12-28T22:44:14.004Z] 5e14af77c1be: Pull complete [2020-12-28T22:44:14.268Z] 01666e4c0597: Pull complete [2020-12-28T22:44:14.268Z] aa168da1d23b: Download complete [2020-12-28T22:44:20.907Z] aa168da1d23b: Pull complete [2020-12-28T22:44:20.907Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-28T22:44:20.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-28T22:44:20.907Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-28T22:44:21.117Z] prd-centos7-docker-4c-2g-17536 does not seem to be running inside a container [2020-12-28T22:44:21.165Z] $ 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/exfoundry_go-mod-messaging_PR-81/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-messaging_PR-81 -v /w/workspace/exfoundry_go-mod-messaging_PR-81:/w/workspace/exfoundry_go-mod-messaging_PR-81:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-81@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-81@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 [2020-12-28T22:44:27.818Z] $ docker top 8578060bdc195ee7c1a3f28a3b105cf89058238c0e112fde09242ad5a16d050f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-28T22:44:28.413Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-28T22:44:28.728Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-28T22:44:29.030Z] + ls /var/log/sa-host [2020-12-28T22:44:29.030Z] + sadf -c /var/log/sa-host/sa23 [2020-12-28T22:44:29.030Z] file_magic: OK [2020-12-28T22:44:29.030Z] HZ: Using current value: 100 [2020-12-28T22:44:29.030Z] file_header: OK [2020-12-28T22:44:29.030Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-28T22:44:29.030Z] Statistics: [2020-12-28T22:44:29.030Z] Hnuu...uuuununununu... [2020-12-28T22:44:29.030Z] File successfully converted to sysstat format version 12.2.1 [2020-12-28T22:44:29.030Z] + sadf -c /var/log/sa-host/sa28 [2020-12-28T22:44:29.030Z] file_magic: OK [2020-12-28T22:44:29.030Z] HZ: Using current value: 100 [2020-12-28T22:44:29.030Z] file_header: OK [2020-12-28T22:44:29.030Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-28T22:44:29.030Z] Statistics: [2020-12-28T22:44:29.030Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-28T22:44:29.030Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-28T22:44:29.667Z] provisioning config files... [2020-12-28T22:44:29.701Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-81@tmp/config6479145493690052918tmp [Pipeline] { [Pipeline] echo [2020-12-28T22:44:29.769Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:44:30.067Z] ---> create-netrc.sh [Pipeline] } [2020-12-28T22:44:30.080Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-28T22:44:30.211Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:44:30.535Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-28T22:44:30.547Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:44:30.848Z] ---> sudo-logs.sh [2020-12-28T22:44:30.848Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-28T22:44:30.860Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:44:31.159Z] ---> job-cost.sh [2020-12-28T22:44:31.159Z] lf-activate-venv: SKIPPING [2020-12-28T22:44:31.159Z] INFO: No Stack... [2020-12-28T22:44:32.108Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-28T22:44:32.684Z] INFO: Archiving Costs [Pipeline] echo [2020-12-28T22:44:32.699Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-28T22:44:32.997Z] ---> logs-deploy.sh [2020-12-28T22:44:32.997Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-81/2 [2020-12-28T22:44:32.997Z] INFO: archiving workspace using pattern(s): [2020-12-28T22:44:34.930Z] Archives upload complete. [2020-12-28T22:44:34.930Z] INFO: archiving logs to Nexus