Pull request #63 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68509475b9f91c5c7b0935ae696b8b2b953206cb+76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 (a8fa5b1d068403703381383fdc97f0cd3aa8c93c) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18505 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [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-63 # 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 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 68509475b9f91c5c7b0935ae696b8b2b953206cb Merge succeeded, producing 68509475b9f91c5c7b0935ae696b8b2b953206cb Checking out Revision 68509475b9f91c5c7b0935ae696b8b2b953206cb (PR-63) > 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/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # 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 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.3.0 to 1.6.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 18a603ae686fe9a2ac4d6dafe55cc3dc6a998ac8 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T15:31:56.773Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T15:31:57.066Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T15:31:57.162Z] ========================================================= [2021-01-05T15:31:57.162Z] EdgeX Global Pipelines Version Info [2021-01-05T15:31:57.162Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:31:58.636Z] ------------------- [2021-01-05T15:31:58.637Z] stable info: [2021-01-05T15:31:58.637Z] ------------------- [2021-01-05T15:31:58.637Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T15:31:58.637Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T15:31:58.637Z] Message: update stable to v1.0.173 [2021-01-05T15:31:59.588Z] ------------------- [2021-01-05T15:31:59.588Z] experimental info: [2021-01-05T15:31:59.588Z] ------------------- [2021-01-05T15:31:59.588Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T15:31:59.588Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T15:31:59.588Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T15:31:59.880Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-01-05T15:31:59.974Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-01-05T15:32:00.072Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T15:32:00.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T15:32:00.423Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T15:32:00.560Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T15:32:00.647Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T15:32:00.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T15:32:00.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-05T15:32:00.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T15:32:01.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T15:32:01.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-01-05T15:32:01.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T15:32:01.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T15:32:01.439Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T15:32:01.531Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T15:32:01.632Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T15:32:01.812Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T15:32:01.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-05T15:32:02.049Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-05T15:32:02.160Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-05T15:32:02.247Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-05T15:32:02.394Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-05T15:32:02.481Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-05T15:32:02.565Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-05T15:32:02.651Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T15:32:02.758Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T15:32:02.848Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-63 [Pipeline] echo [2021-01-05T15:32:02.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-63 [Pipeline] echo [2021-01-05T15:32:03.039Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-63 [Pipeline] echo [2021-01-05T15:32:03.125Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68509475b9f91c5c7b0935ae696b8b2b953206cb [Pipeline] echo [2021-01-05T15:32:03.233Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6850947 [Pipeline] echo [2021-01-05T15:32:03.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T15:32:04.014Z] + git log --format=format:%s -1 68509475b9f91c5c7b0935ae696b8b2b953206cb [Pipeline] echo [2021-01-05T15:32:04.085Z] GIT_COMMIT: 68509475b9f91c5c7b0935ae696b8b2b953206cb, Commit Message: Bump github.com/stretchr/testify from 1.3.0 to 1.6.1 [Pipeline] echo [2021-01-05T15:32:04.144Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:32:04.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T15:32:04.997Z] [2021-01-05T15:32:04.997Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:32:05.424Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T15:32:05.424Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T15:32:05.424Z] 31603596830f: Pulling fs layer [2021-01-05T15:32:05.424Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T15:32:05.424Z] 6ca5941a6612: Pulling fs layer [2021-01-05T15:32:05.424Z] ecc8261a40a4: Pulling fs layer [2021-01-05T15:32:05.424Z] ecc8261a40a4: Waiting [2021-01-05T15:32:05.424Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T15:32:05.424Z] 2a8b12db71e7: Download complete [2021-01-05T15:32:05.424Z] 31603596830f: Verifying Checksum [2021-01-05T15:32:05.425Z] 31603596830f: Download complete [2021-01-05T15:32:05.689Z] ecc8261a40a4: Verifying Checksum [2021-01-05T15:32:05.689Z] ecc8261a40a4: Download complete [2021-01-05T15:32:05.689Z] 6ca5941a6612: Verifying Checksum [2021-01-05T15:32:05.689Z] 6ca5941a6612: Download complete [2021-01-05T15:32:05.953Z] 31603596830f: Pull complete [2021-01-05T15:32:06.221Z] 2a8b12db71e7: Pull complete [2021-01-05T15:32:07.188Z] 6ca5941a6612: Pull complete [2021-01-05T15:32:07.454Z] ecc8261a40a4: Pull complete [2021-01-05T15:32:07.454Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T15:32:07.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T15:32:07.454Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T15:32:07.582Z] prd-centos7-docker-4c-2g-18505 does not seem to be running inside a container [2021-01-05T15:32:07.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-63 -v /w/workspace/exfoundry_go-mod-messaging_PR-63:/w/workspace/exfoundry_go-mod-messaging_PR-63:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-63@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T15:32:10.049Z] $ docker top 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T15:32:10.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T15:32:10.350Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T15:32:10.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T15:32:10.610Z] $ docker exec 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent [2021-01-05T15:32:10.796Z] SSH_AUTH_SOCK=/tmp/ssh-A1yqwEJ7zzAU/agent.12 [2021-01-05T15:32:10.796Z] SSH_AGENT_PID=17 [2021-01-05T15:32:10.807Z] Running ssh-add (command line suppressed) [2021-01-05T15:32:10.963Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_300899076756648300.key (/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_300899076756648300.key) [2021-01-05T15:32:11.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T15:32:11.361Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T15:32:11.383Z] $ docker exec --env ******** --env ******** 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent -k [2021-01-05T15:32:11.511Z] unset SSH_AUTH_SOCK; [2021-01-05T15:32:11.511Z] unset SSH_AGENT_PID; [2021-01-05T15:32:11.511Z] echo Agent pid 17 killed; [2021-01-05T15:32:11.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T15:32:11.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T15:32:11.761Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T15:32:11.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T15:32:11.964Z] $ docker exec 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent [2021-01-05T15:32:12.138Z] SSH_AUTH_SOCK=/tmp/ssh-dWWCFnHkU82u/agent.45 [2021-01-05T15:32:12.138Z] SSH_AGENT_PID=51 [2021-01-05T15:32:12.145Z] Running ssh-add (command line suppressed) [2021-01-05T15:32:12.271Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_9028618041924090736.key (/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_9028618041924090736.key) [2021-01-05T15:32:12.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T15:32:12.672Z] + git semver init [2021-01-05T15:32:12.672Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T15:32:12.672Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-63/.git [2021-01-05T15:32:12.672Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-63 [2021-01-05T15:32:12.672Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T15:32:12.672Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T15:32:12.672Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T15:32:12.672Z] # $SEMVER_BRANCH = PR-63 [2021-01-05T15:32:12.672Z] # $SEMVER_TEMP = /tmp/semver-088860728 [2021-01-05T15:32:12.672Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-01-05T15:32:12.935Z] # '/tmp/semver-088860728' -> '/w/workspace/exfoundry_go-mod-messaging_PR-63/.semver' [2021-01-05T15:32:12.935Z] # -> Force: false [2021-01-05T15:32:13.199Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-63/.semver [Pipeline] } [2021-01-05T15:32:13.221Z] $ docker exec --env ******** --env ******** 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent -k [2021-01-05T15:32:13.359Z] unset SSH_AUTH_SOCK; [2021-01-05T15:32:13.360Z] unset SSH_AGENT_PID; [2021-01-05T15:32:13.360Z] echo Agent pid 51 killed; [2021-01-05T15:32:13.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T15:32:13.977Z] + git semver [Pipeline] } [2021-01-05T15:32:14.007Z] $ docker stop --time=1 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 [2021-01-05T15:32:15.579Z] $ docker rm -f 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T15:32:16.195Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T15:32:16.813Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T15:32:16.816Z] [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-01-05T15:32:32.352Z] Still waiting to schedule task [2021-01-05T15:32:32.352Z] Executor slot already in use; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18503’ is offline; ‘prd-centos7-docker-4c-2g-18508’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18506’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-05T15:32:32.354Z] Still waiting to schedule task [2021-01-05T15:32:32.354Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-05T15:36:10.596Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18510 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [Pipeline] { [Pipeline] ws [2021-01-05T15:36:10.651Z] Running in /w/workspace/go-mod-messaging/5 [Pipeline] { [Pipeline] checkout [2021-01-05T15:36:15.665Z] using credential edgex-jenkins-ssh [2021-01-05T15:36:15.753Z] Cloning the remote Git repository [2021-01-05T15:36:15.814Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T15:36:15.921Z] > git init /w/workspace/go-mod-messaging/5 # timeout=10 [2021-01-05T15:36:15.996Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T15:36:15.997Z] > git --version # timeout=10 [2021-01-05T15:36:16.017Z] > git --version # 'git version 2.17.1' [2021-01-05T15:36:16.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T15:36:16.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T15:36:16.833Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T15:36:16.852Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T15:36:16.886Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T15:36:16.922Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T15:36:16.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T15:36:16.933Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T15:36:17.383Z] Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 68509475b9f91c5c7b0935ae696b8b2b953206cb [2021-01-05T15:36:17.594Z] Merge succeeded, producing 68509475b9f91c5c7b0935ae696b8b2b953206cb [2021-01-05T15:36:17.594Z] Checking out Revision 68509475b9f91c5c7b0935ae696b8b2b953206cb (PR-63) [2021-01-05T15:36:17.407Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T15:36:17.432Z] > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 [2021-01-05T15:36:17.515Z] > git remote # timeout=10 [2021-01-05T15:36:17.531Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T15:36:17.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T15:36:17.555Z] > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 [2021-01-05T15:36:17.584Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T15:36:17.603Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T15:36:17.613Z] > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 [2021-01-05T15:36:22.057Z] Commit message: "Bump github.com/stretchr/testify from 1.3.0 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T15:36:23.603Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T15:36:24.117Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T15:36:24.460Z] + true [2021-01-05T15:36:24.460Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-05T15:36:27.371Z] ========================================================= [2021-01-05T15:36:27.371Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T15:36:27.371Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:36:27.746Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-05T15:36:28.734Z] Sending build context to Docker daemon 492kB [2021-01-05T15:36:28.734Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-05T15:36:28.734Z] Step 2/7 : FROM ${BASE} [2021-01-05T15:36:29.010Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T15:36:29.010Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T15:36:29.010Z] a4357932f1b6: Pulling fs layer [2021-01-05T15:36:29.010Z] 18c013af1878: Pulling fs layer [2021-01-05T15:36:29.010Z] 00ac8860ef70: Pulling fs layer [2021-01-05T15:36:29.010Z] 63d7cb157983: Pulling fs layer [2021-01-05T15:36:29.010Z] b116817d02f9: Pulling fs layer [2021-01-05T15:36:29.010Z] 745a02a5169b: Pulling fs layer [2021-01-05T15:36:29.010Z] 00ac8860ef70: Waiting [2021-01-05T15:36:29.010Z] 63d7cb157983: Waiting [2021-01-05T15:36:29.010Z] b116817d02f9: Waiting [2021-01-05T15:36:29.010Z] 745a02a5169b: Waiting [2021-01-05T15:36:29.010Z] 18c013af1878: Download complete [2021-01-05T15:36:29.010Z] a4357932f1b6: Verifying Checksum [2021-01-05T15:36:29.010Z] a4357932f1b6: Download complete [2021-01-05T15:36:29.010Z] 63d7cb157983: Download complete [2021-01-05T15:36:29.010Z] b116817d02f9: Verifying Checksum [2021-01-05T15:36:29.010Z] b116817d02f9: Download complete [2021-01-05T15:36:29.010Z] 5f621e34cdf4: Download complete [2021-01-05T15:36:29.613Z] 5f621e34cdf4: Pull complete [2021-01-05T15:36:30.214Z] a4357932f1b6: Pull complete [2021-01-05T15:36:30.819Z] 18c013af1878: Pull complete [2021-01-05T15:36:31.430Z] 745a02a5169b: Verifying Checksum [2021-01-05T15:36:31.430Z] 745a02a5169b: Download complete [2021-01-05T15:36:32.412Z] 00ac8860ef70: Verifying Checksum [2021-01-05T15:36:32.412Z] 00ac8860ef70: Download complete [2021-01-05T15:36:42.624Z] 00ac8860ef70: Pull complete [2021-01-05T15:36:42.903Z] 63d7cb157983: Pull complete [2021-01-05T15:36:43.178Z] b116817d02f9: Pull complete [2021-01-05T15:36:47.517Z] 745a02a5169b: Pull complete [2021-01-05T15:36:47.517Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T15:36:47.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T15:36:47.517Z] ---> b7e6874047d6 [2021-01-05T15:36:47.517Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-05T15:36:49.541Z] ---> Running in 43839d61daa5 [2021-01-05T15:36:50.139Z] Removing intermediate container 43839d61daa5 [2021-01-05T15:36:50.139Z] ---> 2ac850040ceb [2021-01-05T15:36:50.139Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-05T15:36:50.139Z] ---> Running in de8231892d7d [2021-01-05T15:36:51.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T15:36:52.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T15:36:52.709Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-05T15:36:52.709Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-05T15:36:52.709Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-05T15:36:52.709Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-05T15:36:52.983Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-05T15:36:52.983Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T15:36:52.983Z] OK: 144 MiB in 44 packages [2021-01-05T15:36:54.420Z] Removing intermediate container de8231892d7d [2021-01-05T15:36:54.420Z] ---> 2e074e152a68 [2021-01-05T15:36:54.420Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-05T15:36:54.420Z] ---> Running in f3fc4061e1cb [2021-01-05T15:36:55.021Z] Removing intermediate container f3fc4061e1cb [2021-01-05T15:36:55.021Z] ---> 695544f1ee1d [2021-01-05T15:36:55.021Z] Step 6/7 : COPY go.mod . [2021-01-05T15:36:55.622Z] ---> 27857c288ada [2021-01-05T15:36:55.622Z] Step 7/7 : RUN go mod download [2021-01-05T15:36:55.896Z] ---> Running in 46e6b59c8da7 [2021-01-05T15:37:10.921Z] Running on prd-centos7-docker-4c-2g-18511 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [Pipeline] { [Pipeline] ws [2021-01-05T15:37:11.014Z] Running in /w/workspace/go-mod-messaging/5 [Pipeline] { [2021-01-05T15:37:11.049Z] Removing intermediate container 46e6b59c8da7 [2021-01-05T15:37:11.049Z] ---> fb51655a2ec5 [2021-01-05T15:37:11.049Z] Successfully built fb51655a2ec5 [2021-01-05T15:37:11.049Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:37:11.475Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T15:37:11.475Z] . [Pipeline] withDockerContainer [2021-01-05T15:37:11.749Z] prd-ubuntu18.04-docker-arm64-4c-16g-18510 does not seem to be running inside a container [2021-01-05T15:37:11.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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-01-05T15:37:13.293Z] $ docker top e7026962575cdc1cefd87f3c43c7eaec280c49406233fe810df5e624ea3cf755 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T15:37:14.297Z] + go version [2021-01-05T15:37:14.297Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T15:37:14.322Z] $ docker stop --time=1 e7026962575cdc1cefd87f3c43c7eaec280c49406233fe810df5e624ea3cf755 [2021-01-05T15:37:16.144Z] $ docker rm -f e7026962575cdc1cefd87f3c43c7eaec280c49406233fe810df5e624ea3cf755 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:37:17.085Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T15:37:17.085Z] . [Pipeline] withDockerContainer [2021-01-05T15:37:17.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-18510 does not seem to be running inside a container [2021-01-05T15:37:17.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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-01-05T15:37:18.031Z] using credential edgex-jenkins-ssh [2021-01-05T15:37:18.088Z] Cloning the remote Git repository [2021-01-05T15:37:18.126Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T15:37:18.205Z] > git init /w/workspace/go-mod-messaging/5 # timeout=10 [2021-01-05T15:37:18.271Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T15:37:18.271Z] > git --version # timeout=10 [2021-01-05T15:37:18.279Z] > git --version # 'git version 2.24.3' [2021-01-05T15:37:18.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T15:37:18.329Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T15:37:18.864Z] $ docker top a1f4e34b40944654b431a2bb4816b53033ca24d7648290c5ced553127737a850 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T15:37:19.471Z] Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 68509475b9f91c5c7b0935ae696b8b2b953206cb [2021-01-05T15:37:19.637Z] Merge succeeded, producing 68509475b9f91c5c7b0935ae696b8b2b953206cb [2021-01-05T15:37:19.637Z] Checking out Revision 68509475b9f91c5c7b0935ae696b8b2b953206cb (PR-63) [2021-01-05T15:37:18.937Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T15:37:18.976Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T15:37:19.012Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T15:37:19.037Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T15:37:19.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T15:37:19.045Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T15:37:19.482Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T15:37:19.489Z] > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 [2021-01-05T15:37:19.531Z] > git remote # timeout=10 [2021-01-05T15:37:19.540Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T15:37:19.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T15:37:19.567Z] > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 [2021-01-05T15:37:19.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T15:37:19.847Z] + make test [2021-01-05T15:37:19.847Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-05T15:37:19.661Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T15:37:19.684Z] > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 [2021-01-05T15:37:23.753Z] Commit message: "Bump github.com/stretchr/testify from 1.3.0 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T15:37:25.179Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T15:37:25.705Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T15:37:26.099Z] + true [2021-01-05T15:37:26.099Z] + sudo service docker restart [2021-01-05T15:37:26.099Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-05T15:37:27.347Z] ========================================================= [2021-01-05T15:37:27.347Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T15:37:27.347Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:37:27.831Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-05T15:37:28.824Z] Sending build context to Docker daemon 494.6kB [2021-01-05T15:37:28.824Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-05T15:37:28.824Z] Step 2/7 : FROM ${BASE} [2021-01-05T15:37:28.824Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T15:37:28.824Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T15:37:28.824Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T15:37:28.824Z] de9db76c5a1d: Pulling fs layer [2021-01-05T15:37:28.824Z] bca2f99d35d6: Pulling fs layer [2021-01-05T15:37:28.824Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T15:37:28.824Z] 7c6f9722023f: Pulling fs layer [2021-01-05T15:37:28.824Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T15:37:28.824Z] 93359f2a8cfa: Waiting [2021-01-05T15:37:28.824Z] 7c6f9722023f: Waiting [2021-01-05T15:37:28.824Z] a35cf1a2eb13: Waiting [2021-01-05T15:37:28.824Z] bca2f99d35d6: Waiting [2021-01-05T15:37:28.824Z] de9db76c5a1d: Verifying Checksum [2021-01-05T15:37:28.824Z] de9db76c5a1d: Download complete [2021-01-05T15:37:28.824Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T15:37:28.824Z] 0ef7d3d256c8: Download complete [2021-01-05T15:37:28.825Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T15:37:28.825Z] 93359f2a8cfa: Download complete [2021-01-05T15:37:28.825Z] 7c6f9722023f: Verifying Checksum [2021-01-05T15:37:28.825Z] 7c6f9722023f: Download complete [2021-01-05T15:37:28.825Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T15:37:28.825Z] 188c0c94c7c5: Download complete [2021-01-05T15:37:29.538Z] 188c0c94c7c5: Pull complete [2021-01-05T15:37:30.145Z] 0ef7d3d256c8: Pull complete [2021-01-05T15:37:30.426Z] de9db76c5a1d: Pull complete [2021-01-05T15:37:32.273Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2021-01-05T15:37:32.393Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T15:37:32.393Z] a35cf1a2eb13: Download complete [2021-01-05T15:37:33.393Z] bca2f99d35d6: Download complete [2021-01-05T15:37:43.659Z] bca2f99d35d6: Pull complete [2021-01-05T15:37:43.659Z] 93359f2a8cfa: Pull complete [2021-01-05T15:37:43.659Z] 7c6f9722023f: Pull complete [2021-01-05T15:37:50.504Z] a35cf1a2eb13: Pull complete [2021-01-05T15:37:50.504Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T15:37:50.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T15:37:50.504Z] ---> a62c8e92a672 [2021-01-05T15:37:50.504Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-05T15:37:50.504Z] ---> Running in ac055290b3d8 [2021-01-05T15:37:50.504Z] Removing intermediate container ac055290b3d8 [2021-01-05T15:37:50.504Z] ---> dd0374e0c524 [2021-01-05T15:37:50.504Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-05T15:37:50.504Z] ---> Running in 9fbf1b87e0f5 [2021-01-05T15:37:51.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T15:37:52.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T15:37:53.172Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-05T15:37:53.172Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-05T15:37:53.172Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-05T15:37:53.172Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-05T15:37:53.477Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-05T15:37:53.477Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T15:37:53.477Z] OK: 167 MiB in 44 packages [2021-01-05T15:37:54.518Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.028s coverage: 89.0% of statements [2021-01-05T15:37:54.518Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.022s coverage: 77.1% of statements [2021-01-05T15:37:54.518Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2021-01-05T15:37:54.926Z] Removing intermediate container 9fbf1b87e0f5 [2021-01-05T15:37:54.926Z] ---> d913b4863390 [2021-01-05T15:37:54.926Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-05T15:37:54.926Z] ---> Running in 4ea5462eba80 [2021-01-05T15:37:55.198Z] Removing intermediate container 4ea5462eba80 [2021-01-05T15:37:55.198Z] ---> b957bd7abaeb [2021-01-05T15:37:55.198Z] Step 6/7 : COPY go.mod . [2021-01-05T15:37:55.782Z] ---> ec6342734fd9 [2021-01-05T15:37:55.782Z] Step 7/7 : RUN go mod download [2021-01-05T15:37:55.782Z] ---> Running in dc380b37bb77 [2021-01-05T15:38:10.953Z] Removing intermediate container dc380b37bb77 [2021-01-05T15:38:10.953Z] ---> d0f3d53b961c [2021-01-05T15:38:10.953Z] Successfully built d0f3d53b961c [2021-01-05T15:38:10.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:38:11.456Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T15:38:11.456Z] . [Pipeline] withDockerContainer [2021-01-05T15:38:11.688Z] prd-centos7-docker-4c-2g-18511 does not seem to be running inside a container [2021-01-05T15:38:11.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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-01-05T15:38:12.792Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.375s coverage: 84.1% of statements [2021-01-05T15:38:12.792Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.017s coverage: 85.7% of statements [2021-01-05T15:38:12.792Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.032s coverage: 100.0% of statements [2021-01-05T15:38:12.793Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.043s coverage: 100.0% of statements [2021-01-05T15:38:12.793Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.014s coverage: 90.9% of statements [2021-01-05T15:38:12.793Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-05T15:38:12.999Z] $ docker top d1b5028803d50939a5fbcdc57298974f34d84b326a53bcce99e0c98664d801bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T15:38:13.799Z] + go version [2021-01-05T15:38:13.799Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T15:38:13.814Z] $ docker stop --time=1 d1b5028803d50939a5fbcdc57298974f34d84b326a53bcce99e0c98664d801bc [2021-01-05T15:38:13.822Z] gofmt -l . [2021-01-05T15:38:13.822Z] [ "`gofmt -l .`" = "" ] [2021-01-05T15:38:15.501Z] $ docker rm -f d1b5028803d50939a5fbcdc57298974f34d84b326a53bcce99e0c98664d801bc [Pipeline] // withDockerContainer [Pipeline] } [2021-01-05T15:38:15.735Z] $ docker stop --time=1 a1f4e34b40944654b431a2bb4816b53033ca24d7648290c5ced553127737a850 [2021-01-05T15:38:17.818Z] $ docker rm -f a1f4e34b40944654b431a2bb4816b53033ca24d7648290c5ced553127737a850 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:38:18.698Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T15:38:19.024Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T15:38:19.024Z] . [Pipeline] withDockerContainer [2021-01-05T15:38:19.195Z] prd-centos7-docker-4c-2g-18511 does not seem to be running inside a container [2021-01-05T15:38:19.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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-01-05T15:38:19.553Z] Stashed 1 file(s) [2021-01-05T15:38:20.993Z] $ docker top 93a4be84d575b0221267ef23764da9c27104e1c85e0243ba97b043b72b7bb5d5 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [2021-01-05T15:38:21.624Z] + make test [2021-01-05T15:38:21.624Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [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] } [2021-01-05T15:38:30.197Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2021-01-05T15:38:49.003Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.042s coverage: 89.0% of statements [2021-01-05T15:38:49.003Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.017s coverage: 77.1% of statements [2021-01-05T15:38:49.003Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2021-01-05T15:39:01.337Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.420s coverage: 84.1% of statements [2021-01-05T15:39:01.337Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.013s coverage: 85.7% of statements [2021-01-05T15:39:01.337Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.045s coverage: 100.0% of statements [2021-01-05T15:39:01.337Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.008s coverage: 100.0% of statements [2021-01-05T15:39:01.337Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.063s coverage: 90.9% of statements [2021-01-05T15:39:01.337Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-05T15:39:02.780Z] gofmt -l . [2021-01-05T15:39:02.780Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-05T15:39:02.822Z] $ docker stop --time=1 93a4be84d575b0221267ef23764da9c27104e1c85e0243ba97b043b72b7bb5d5 [2021-01-05T15:39:04.703Z] $ docker rm -f 93a4be84d575b0221267ef23764da9c27104e1c85e0243ba97b043b72b7bb5d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T15:39:05.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T15:39:05.577Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T15:39:05.978Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-05T15:39:07.967Z] provisioning config files... [2021-01-05T15:39:07.980Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/config3363034059921884690tmp [Pipeline] { [Pipeline] sh [2021-01-05T15:39:08.365Z] + set +x [2021-01-05T15:39:08.365Z] + curl -s https://codecov.io/bash [2021-01-05T15:39:08.365Z] + bash -s -- [2021-01-05T15:39:08.630Z] [2021-01-05T15:39:08.630Z] _____ _ [2021-01-05T15:39:08.630Z] / ____| | | [2021-01-05T15:39:08.630Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T15:39:08.630Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T15:39:08.630Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T15:39:08.630Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T15:39:08.630Z] Bash-20201231-23d4836 [2021-01-05T15:39:08.630Z] [2021-01-05T15:39:08.630Z] [2021-01-05T15:39:08.630Z] ==> git version 2.24.3 found [2021-01-05T15:39:08.630Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-05T15:39:08.630Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T15:39:08.630Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T15:39:08.630Z] ==> Jenkins CI detected. [2021-01-05T15:39:08.630Z] project root: . [2021-01-05T15:39:08.630Z] --> token set from env [2021-01-05T15:39:08.630Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T15:39:08.630Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T15:39:08.630Z] ==> Python coveragepy not found [2021-01-05T15:39:08.630Z] ==> Searching for coverage reports in: [2021-01-05T15:39:08.630Z] + . [2021-01-05T15:39:08.630Z] -> Found 1 reports [2021-01-05T15:39:08.630Z] ==> Detecting git/mercurial file structure [2021-01-05T15:39:08.630Z] ==> Reading reports [2021-01-05T15:39:08.630Z] + ./coverage.out bytes=20975 [2021-01-05T15:39:08.630Z] ==> Appending adjustments [2021-01-05T15:39:08.630Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T15:39:08.892Z] + Found adjustments [2021-01-05T15:39:08.892Z] ==> Gzipping contents [2021-01-05T15:39:08.892Z] 8.0K /tmp/codecov.NPOPp2.gz [2021-01-05T15:39:08.892Z] ==> Uploading reports [2021-01-05T15:39:08.892Z] url: https://codecov.io [2021-01-05T15:39:08.892Z] query: branch=PR-63&commit=68509475b9f91c5c7b0935ae696b8b2b953206cb&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-63%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=63&job=&cmd_args= [2021-01-05T15:39:08.892Z] -> Pinging Codecov [2021-01-05T15:39:08.892Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-63&commit=68509475b9f91c5c7b0935ae696b8b2b953206cb&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-63%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=63&job=&cmd_args= [2021-01-05T15:39:09.843Z] -> Uploading to [2021-01-05T15:39:09.843Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/F6E385568367DD0E4001BA4F8F1CB792/68509475b9f91c5c7b0935ae696b8b2b953206cb/3d076bac-cc4c-47c4-afe1-728cd80fb56f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T153909Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8fe0c5ad27fbad6426c2d99c97874dfcbb0097d622a7898d874a739db39e935 [2021-01-05T15:39:09.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T15:39:09.843Z] Dload Upload Total Spent Left Speed [2021-01-05T15:39:10.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5229 0 0 100 5229 0 13410 --:--:-- --:--:-- --:--:-- 13442 [2021-01-05T15:39:10.106Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/68509475b9f91c5c7b0935ae696b8b2b953206cb [Pipeline] } [2021-01-05T15:39:10.117Z] 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 [2021-01-05T15:39:12.770Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:39:13.084Z] ---> package-listing.sh [2021-01-05T15:39:13.084Z] ++ facter osfamily [2021-01-05T15:39:13.084Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T15:39:13.084Z] + OS_FAMILY=redhat [2021-01-05T15:39:13.084Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-63 [2021-01-05T15:39:13.084Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T15:39:13.084Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T15:39:13.084Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T15:39:13.084Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T15:39:13.084Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-63 ']' [2021-01-05T15:39:13.084Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T15:39:13.084Z] + case "${OS_FAMILY}" in [2021-01-05T15:39:13.084Z] + rpm -qa [2021-01-05T15:39:13.084Z] + sort [2021-01-05T15:39:18.403Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T15:39:18.403Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T15:39:18.403Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T15:39:18.403Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-63 ']' [2021-01-05T15:39:18.403Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-63/archives/ [2021-01-05T15:39:18.403Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-63/archives/ [Pipeline] echo [2021-01-05T15:39:18.418Z] 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-63/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T15:39:18.710Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:39:19.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T15:39:19.017Z] [2021-01-05T15:39:19.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T15:39:19.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T15:39:19.364Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T15:39:19.364Z] df20fa9351a1: Pulling fs layer [2021-01-05T15:39:19.364Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T15:39:19.364Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T15:39:19.364Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T15:39:19.364Z] 93b61091891f: Pulling fs layer [2021-01-05T15:39:19.364Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T15:39:19.364Z] 5e14af77c1be: Pulling fs layer [2021-01-05T15:39:19.364Z] 01666e4c0597: Pulling fs layer [2021-01-05T15:39:19.364Z] aa168da1d23b: Pulling fs layer [2021-01-05T15:39:19.364Z] 46f8f816bc3b: Waiting [2021-01-05T15:39:19.364Z] 93b61091891f: Waiting [2021-01-05T15:39:19.364Z] 93b9cdb0e59b: Waiting [2021-01-05T15:39:19.364Z] 01666e4c0597: Waiting [2021-01-05T15:39:19.364Z] 5e14af77c1be: Waiting [2021-01-05T15:39:19.364Z] aa168da1d23b: Waiting [2021-01-05T15:39:19.364Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T15:39:19.364Z] 36b3adc4ff6f: Download complete [2021-01-05T15:39:19.364Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T15:39:19.364Z] 46f8f816bc3b: Download complete [2021-01-05T15:39:19.628Z] df20fa9351a1: Verifying Checksum [2021-01-05T15:39:19.628Z] df20fa9351a1: Download complete [2021-01-05T15:39:19.628Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T15:39:19.629Z] 93b9cdb0e59b: Download complete [2021-01-05T15:39:19.629Z] 5e14af77c1be: Verifying Checksum [2021-01-05T15:39:19.629Z] 5e14af77c1be: Download complete [2021-01-05T15:39:19.629Z] 01666e4c0597: Verifying Checksum [2021-01-05T15:39:19.629Z] 01666e4c0597: Download complete [2021-01-05T15:39:19.892Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T15:39:19.892Z] 8ad3a11d3b57: Download complete [2021-01-05T15:39:19.892Z] 93b61091891f: Verifying Checksum [2021-01-05T15:39:19.892Z] 93b61091891f: Download complete [2021-01-05T15:39:19.892Z] df20fa9351a1: Pull complete [2021-01-05T15:39:20.159Z] 36b3adc4ff6f: Pull complete [2021-01-05T15:39:21.120Z] 8ad3a11d3b57: Pull complete [2021-01-05T15:39:21.120Z] 46f8f816bc3b: Pull complete [2021-01-05T15:39:21.713Z] 93b61091891f: Pull complete [2021-01-05T15:39:21.979Z] aa168da1d23b: Verifying Checksum [2021-01-05T15:39:21.979Z] aa168da1d23b: Download complete [2021-01-05T15:39:21.979Z] 93b9cdb0e59b: Pull complete [2021-01-05T15:39:21.979Z] 5e14af77c1be: Pull complete [2021-01-05T15:39:22.556Z] 01666e4c0597: Pull complete [2021-01-05T15:39:29.196Z] aa168da1d23b: Pull complete [2021-01-05T15:39:29.196Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T15:39:29.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T15:39:29.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T15:39:29.398Z] prd-centos7-docker-4c-2g-18505 does not seem to be running inside a container [2021-01-05T15:39:29.448Z] $ 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-63/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-63 -v /w/workspace/exfoundry_go-mod-messaging_PR-63:/w/workspace/exfoundry_go-mod-messaging_PR-63:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-63@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T15:39:32.900Z] $ docker top 5dcba1036179a4c873c1bfab277aaa07f46b5360ac5fcd3b152056a3a0d0f9e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T15:39:34.529Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T15:39:34.831Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T15:39:35.136Z] + ls /var/log/sa-host [2021-01-05T15:39:35.136Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T15:39:35.136Z] file_magic: OK [2021-01-05T15:39:35.136Z] HZ: Using current value: 100 [2021-01-05T15:39:35.136Z] file_header: OK [2021-01-05T15:39:35.136Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T15:39:35.136Z] Statistics: [2021-01-05T15:39:35.136Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T15:39:35.136Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T15:39:35.136Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T15:39:35.136Z] file_magic: OK [2021-01-05T15:39:35.136Z] HZ: Using current value: 100 [2021-01-05T15:39:35.136Z] file_header: OK [2021-01-05T15:39:35.136Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T15:39:35.136Z] Statistics: [2021-01-05T15:39:35.136Z] Hnuu...uuuununununu... [2021-01-05T15:39:35.136Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T15:39:35.361Z] provisioning config files... [2021-01-05T15:39:35.383Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/config59617709169975609tmp [Pipeline] { [Pipeline] echo [2021-01-05T15:39:35.454Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:39:35.759Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T15:39:35.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T15:39:35.858Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:39:36.158Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T15:39:36.171Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:39:36.475Z] ---> sudo-logs.sh [2021-01-05T15:39:36.475Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T15:39:36.487Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:39:36.790Z] ---> job-cost.sh [2021-01-05T15:39:36.790Z] lf-activate-venv: SKIPPING [2021-01-05T15:39:36.790Z] INFO: No Stack... [2021-01-05T15:39:38.184Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T15:39:38.447Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T15:39:38.462Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T15:39:38.763Z] ---> logs-deploy.sh [2021-01-05T15:39:38.764Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-63/5 [2021-01-05T15:39:38.764Z] INFO: archiving workspace using pattern(s): [2021-01-05T15:39:41.321Z] Archives upload complete. [2021-01-05T15:39:41.321Z] INFO: archiving logs to Nexus