Pull request #79 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5923fe5f6ecc177a6829b909181b033c9d509c4+d1293de4d9578f3042d3a270d86781b2d60a4f59 (951618184aa20238fd7b16e8ddbd4127a54d9d27) 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-18424 in /w/workspace/exfoundry_go-mod-messaging_PR-79 [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-79 # timeout=10 Merging remotes/origin/master commit d1293de4d9578f3042d3a270d86781b2d60a4f59 into PR head commit f5923fe5f6ecc177a6829b909181b033c9d509c4 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 > 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/79/head:refs/remotes/origin/PR-79 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 Merge succeeded, producing f5923fe5f6ecc177a6829b909181b033c9d509c4 Checking out Revision f5923fe5f6ecc177a6829b909181b033c9d509c4 (PR-79) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 Commit message: "build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:56:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:56:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:56:15 ========================================================= 04:56:15 EdgeX Global Pipelines Version Info 04:56:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ccfb1da71f549249966c93c261b3b06e2d5ffae9 # timeout=10 04:56:16 ------------------- 04:56:16 stable info: 04:56:16 ------------------- 04:56:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:56:16 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 04:56:16 Message: update stable to v1.0.173 04:56:17 ------------------- 04:56:17 experimental info: 04:56:17 ------------------- 04:56:17 Commited By: **** collab-it+edgex@linuxfoundation.org 04:56:17 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 04:56:17 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:56:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 04:56:18 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 04:56:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:56:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:56:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:56:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:56:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:56:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-79 [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-79 [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-79 [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5923fe5f6ecc177a6829b909181b033c9d509c4 [Pipeline] echo 04:56:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5923fe [Pipeline] echo 04:56:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:56:22 + git log --format=format:%s -1 f5923fe5f6ecc177a6829b909181b033c9d509c4 [Pipeline] echo 04:56:22 GIT_COMMIT: f5923fe5f6ecc177a6829b909181b033c9d509c4, Commit Message: build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2 [Pipeline] echo 04:56:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:56:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:24 04:56:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:56:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:24 latest: Pulling from edgex-devops/git-semver 04:56:24 31603596830f: Pulling fs layer 04:56:24 2a8b12db71e7: Pulling fs layer 04:56:24 6ca5941a6612: Pulling fs layer 04:56:24 ecc8261a40a4: Pulling fs layer 04:56:24 ecc8261a40a4: Waiting 04:56:24 2a8b12db71e7: Verifying Checksum 04:56:24 2a8b12db71e7: Download complete 04:56:24 31603596830f: Verifying Checksum 04:56:24 31603596830f: Download complete 04:56:24 ecc8261a40a4: Verifying Checksum 04:56:24 ecc8261a40a4: Download complete 04:56:24 6ca5941a6612: Verifying Checksum 04:56:24 6ca5941a6612: Download complete 04:56:25 31603596830f: Pull complete 04:56:25 2a8b12db71e7: Pull complete 04:56:26 6ca5941a6612: Pull complete 04:56:26 ecc8261a40a4: Pull complete 04:56:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:56:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:56:26 prd-centos7-docker-4c-2g-18424 does not seem to be running inside a container 04:56:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-79 -v /w/workspace/exfoundry_go-mod-messaging_PR-79:/w/workspace/exfoundry_go-mod-messaging_PR-79:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-79@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 04:56:28 $ docker top f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:28 [ssh-agent] Looking for ssh-agent implementation... 04:56:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:28 $ docker exec f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent 04:56:29 SSH_AUTH_SOCK=/tmp/ssh-xq7accD2gui0/agent.12 04:56:29 SSH_AGENT_PID=17 04:56:29 Running ssh-add (command line suppressed) 04:56:29 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_3290530494160169279.key (/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_3290530494160169279.key) 04:56:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:29 + git tag --points-at HEAD [Pipeline] } 04:56:29 $ docker exec --env ******** --env ******** f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent -k 04:56:29 unset SSH_AUTH_SOCK; 04:56:29 unset SSH_AGENT_PID; 04:56:29 echo Agent pid 17 killed; 04:56:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:56:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:29 [ssh-agent] Looking for ssh-agent implementation... 04:56:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:30 $ docker exec f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent 04:56:30 SSH_AUTH_SOCK=/tmp/ssh-mg1uFavGonKP/agent.47 04:56:30 SSH_AGENT_PID=52 04:56:30 Running ssh-add (command line suppressed) 04:56:30 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_8070066707017393535.key (/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_8070066707017393535.key) 04:56:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:30 + git semver init 04:56:30 # -> Open(): unable to determine branch for HEAD 04:56:30 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-79/.git 04:56:30 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-79 04:56:30 # $SEMVER_REMOTE_NAME = origin 04:56:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:56:30 # $SEMVER_USER_NAME = edgex-jenkins 04:56:30 # $SEMVER_BRANCH = PR-79 04:56:30 # $SEMVER_TEMP = /tmp/semver-800084685 04:56:30 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 04:56:31 # '/tmp/semver-800084685' -> '/w/workspace/exfoundry_go-mod-messaging_PR-79/.semver' 04:56:31 # -> Force: false 04:56:31 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-79/.semver [Pipeline] } 04:56:31 $ docker exec --env ******** --env ******** f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent -k 04:56:31 unset SSH_AUTH_SOCK; 04:56:31 unset SSH_AGENT_PID; 04:56:31 echo Agent pid 52 killed; 04:56:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:32 + git semver [Pipeline] } 04:56:32 $ docker stop --time=1 f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 04:56:33 $ docker rm -f f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 [Pipeline] // withDockerContainer [Pipeline] sh 04:56:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:56:34 Stashed 1 file(s) [Pipeline] echo 04:56:34 [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 04:56:50 Still waiting to schedule task 04:56:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:56:50 Still waiting to schedule task 04:56:50 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 04:58:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18425 in /w/workspace/exfoundry_go-mod-messaging_PR-79 [Pipeline] { [Pipeline] ws 04:58:37 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 04:58:43 using credential edgex-jenkins-ssh 04:58:43 Cloning the remote Git repository 04:58:43 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 04:58:43 > git init /w/workspace/go-mod-messaging/3 # timeout=10 04:58:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 04:58:43 > git --version # timeout=10 04:58:43 > git --version # 'git version 2.17.1' 04:58:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:45 Merging remotes/origin/master commit d1293de4d9578f3042d3a270d86781b2d60a4f59 into PR head commit f5923fe5f6ecc177a6829b909181b033c9d509c4 04:58:45 Merge succeeded, producing f5923fe5f6ecc177a6829b909181b033c9d509c4 04:58:45 Checking out Revision f5923fe5f6ecc177a6829b909181b033c9d509c4 (PR-79) 04:58:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 04:58:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 04:58:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 04:58:44 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/79/head:refs/remotes/origin/PR-79 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:58:45 > git config core.sparsecheckout # timeout=10 04:58:45 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 04:58:45 > git remote # timeout=10 04:58:45 > git config --get remote.origin.url # timeout=10 04:58:45 using GIT_SSH to set credentials SSH Credentials for GitHub 04:58:45 > git merge d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 04:58:45 > git rev-parse HEAD^{commit} # timeout=10 04:58:45 > git config core.sparsecheckout # timeout=10 04:58:45 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 04:58:49 Commit message: "build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:58:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:58:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:58:52 + true 04:58:52 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 04:58:55 ========================================================= 04:58:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:58:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:58:55 + 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 . 04:58:56 Sending build context to Docker daemon 494.1kB 04:58:56 Step 1/7 : ARG BASE=golang:1.15-alpine 04:58:56 Step 2/7 : FROM ${BASE} 04:58:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:58:56 5f621e34cdf4: Pulling fs layer 04:58:56 a4357932f1b6: Pulling fs layer 04:58:56 18c013af1878: Pulling fs layer 04:58:56 00ac8860ef70: Pulling fs layer 04:58:56 63d7cb157983: Pulling fs layer 04:58:56 b116817d02f9: Pulling fs layer 04:58:56 745a02a5169b: Pulling fs layer 04:58:56 b116817d02f9: Waiting 04:58:56 00ac8860ef70: Waiting 04:58:56 63d7cb157983: Waiting 04:58:56 745a02a5169b: Waiting 04:58:56 18c013af1878: Verifying Checksum 04:58:56 18c013af1878: Download complete 04:58:56 a4357932f1b6: Verifying Checksum 04:58:56 a4357932f1b6: Download complete 04:58:56 63d7cb157983: Verifying Checksum 04:58:56 63d7cb157983: Download complete 04:58:56 b116817d02f9: Download complete 04:58:56 5f621e34cdf4: Verifying Checksum 04:58:56 5f621e34cdf4: Download complete 04:58:57 5f621e34cdf4: Pull complete 04:58:57 a4357932f1b6: Pull complete 04:58:58 18c013af1878: Pull complete 04:58:59 745a02a5169b: Verifying Checksum 04:58:59 745a02a5169b: Download complete 04:59:00 00ac8860ef70: Verifying Checksum 04:59:00 00ac8860ef70: Download complete 04:59:10 Running on prd-centos7-docker-4c-2g-18426 in /w/workspace/exfoundry_go-mod-messaging_PR-79 [Pipeline] { [Pipeline] ws 04:59:10 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 04:59:10 00ac8860ef70: Pull complete 04:59:10 63d7cb157983: Pull complete 04:59:10 b116817d02f9: Pull complete 04:59:12 using credential edgex-jenkins-ssh 04:59:12 Cloning the remote Git repository 04:59:12 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 04:59:13 Merging remotes/origin/master commit d1293de4d9578f3042d3a270d86781b2d60a4f59 into PR head commit f5923fe5f6ecc177a6829b909181b033c9d509c4 04:59:12 > git init /w/workspace/go-mod-messaging/3 # timeout=10 04:59:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 04:59:12 > git --version # timeout=10 04:59:12 > git --version # 'git version 2.24.3' 04:59:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 04:59:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 04:59:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 04:59:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/79/head:refs/remotes/origin/PR-79 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:59:13 Merge succeeded, producing f5923fe5f6ecc177a6829b909181b033c9d509c4 04:59:13 Checking out Revision f5923fe5f6ecc177a6829b909181b033c9d509c4 (PR-79) 04:59:13 > git config core.sparsecheckout # timeout=10 04:59:13 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 04:59:13 > git remote # timeout=10 04:59:13 > git config --get remote.origin.url # timeout=10 04:59:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:13 > git merge d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 04:59:13 > git rev-parse HEAD^{commit} # timeout=10 04:59:13 > git config core.sparsecheckout # timeout=10 04:59:13 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 04:59:15 745a02a5169b: Pull complete 04:59:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:59:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:59:15 ---> b7e6874047d6 04:59:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:59:17 ---> Running in 2c0ffc89640f 04:59:17 Commit message: "build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2" 04:59:17 Removing intermediate container 2c0ffc89640f 04:59:17 ---> b19bdfaadef8 04:59:17 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 04:59:17 ---> Running in 28b32cec66cb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:59:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:59:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:59:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:59:19 + sudo service docker restart 04:59:19 + true 04:59:19 Redirecting to /bin/systemctl restart docker.service 04:59:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:59:20 (1/5) Installing libsodium (1.0.18-r0) 04:59:20 (2/5) Installing libzmq (4.3.3-r0) 04:59:20 (3/5) Installing pkgconf (1.7.2-r0) 04:59:20 (4/5) Installing libsodium-dev (1.0.18-r0) 04:59:20 (5/5) Installing zeromq-dev (4.3.3-r0) 04:59:20 Executing busybox-1.31.1-r19.trigger 04:59:20 OK: 144 MiB in 44 packages [Pipeline] unstash [Pipeline] echo 04:59:20 ========================================================= 04:59:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:59:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:59:21 + 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 . 04:59:21 Sending build context to Docker daemon 495.1kB 04:59:21 Step 1/7 : ARG BASE=golang:1.15-alpine 04:59:21 Step 2/7 : FROM ${BASE} 04:59:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:59:21 188c0c94c7c5: Pulling fs layer 04:59:21 0ef7d3d256c8: Pulling fs layer 04:59:21 de9db76c5a1d: Pulling fs layer 04:59:21 bca2f99d35d6: Pulling fs layer 04:59:21 93359f2a8cfa: Pulling fs layer 04:59:21 7c6f9722023f: Pulling fs layer 04:59:21 a35cf1a2eb13: Pulling fs layer 04:59:21 bca2f99d35d6: Waiting 04:59:21 93359f2a8cfa: Waiting 04:59:21 7c6f9722023f: Waiting 04:59:21 a35cf1a2eb13: Waiting 04:59:21 de9db76c5a1d: Verifying Checksum 04:59:21 de9db76c5a1d: Download complete 04:59:21 0ef7d3d256c8: Verifying Checksum 04:59:21 0ef7d3d256c8: Download complete 04:59:21 93359f2a8cfa: Verifying Checksum 04:59:21 93359f2a8cfa: Download complete 04:59:21 7c6f9722023f: Verifying Checksum 04:59:21 7c6f9722023f: Download complete 04:59:21 188c0c94c7c5: Verifying Checksum 04:59:21 188c0c94c7c5: Download complete 04:59:22 188c0c94c7c5: Pull complete 04:59:22 Removing intermediate container 28b32cec66cb 04:59:22 ---> 20f3af7e7582 04:59:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:59:22 ---> Running in a103938331a7 04:59:22 0ef7d3d256c8: Pull complete 04:59:22 de9db76c5a1d: Pull complete 04:59:22 Removing intermediate container a103938331a7 04:59:22 ---> a41bd9526f40 04:59:22 Step 6/7 : COPY go.mod . 04:59:23 ---> 4b58c649164e 04:59:23 Step 7/7 : RUN go mod download 04:59:23 ---> Running in d2bb6b07c661 04:59:23 a35cf1a2eb13: Download complete 04:59:24 bca2f99d35d6: Verifying Checksum 04:59:24 bca2f99d35d6: Download complete 04:59:29 bca2f99d35d6: Pull complete 04:59:30 93359f2a8cfa: Pull complete 04:59:30 7c6f9722023f: Pull complete 04:59:34 a35cf1a2eb13: Pull complete 04:59:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:59:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:59:34 ---> a62c8e92a672 04:59:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:59:34 ---> Running in ea725b7739f0 04:59:34 Removing intermediate container ea725b7739f0 04:59:34 ---> 24f27363f124 04:59:34 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 04:59:34 ---> Running in 4d6d346dd1c8 04:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:59:36 (1/5) Installing libsodium (1.0.18-r0) 04:59:36 (2/5) Installing libzmq (4.3.3-r0) 04:59:37 (3/5) Installing pkgconf (1.7.2-r0) 04:59:37 (4/5) Installing libsodium-dev (1.0.18-r0) 04:59:37 (5/5) Installing zeromq-dev (4.3.3-r0) 04:59:37 Executing busybox-1.31.1-r19.trigger 04:59:37 OK: 167 MiB in 44 packages 04:59:37 Removing intermediate container 4d6d346dd1c8 04:59:37 ---> 949522d7a6ee 04:59:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:59:38 ---> Running in 5fe92a5218bc 04:59:38 Removing intermediate container 5fe92a5218bc 04:59:38 ---> 2ba227394eff 04:59:38 Step 6/7 : COPY go.mod . 04:59:38 ---> ee107c9c4550 04:59:38 Step 7/7 : RUN go mod download 04:59:38 ---> Running in e76087834a54 04:59:38 Removing intermediate container d2bb6b07c661 04:59:38 ---> a4d6bcf14eeb 04:59:38 Successfully built a4d6bcf14eeb 04:59:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:59:39 + docker inspect -f . ci-base-image-arm64 04:59:39 . [Pipeline] withDockerContainer 04:59:39 prd-ubuntu18.04-docker-arm64-4c-16g-18425 does not seem to be running inside a container 04:59:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 04:59:41 $ docker top 81c850eaf5c4897732c1843de1d9dc92bea9741fbf8745aa983d26fb71196f33 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:42 + go version 04:59:42 go version go1.15.5 linux/arm64 [Pipeline] } 04:59:42 $ docker stop --time=1 81c850eaf5c4897732c1843de1d9dc92bea9741fbf8745aa983d26fb71196f33 04:59:44 $ docker rm -f 81c850eaf5c4897732c1843de1d9dc92bea9741fbf8745aa983d26fb71196f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:45 + docker inspect -f . ci-base-image-arm64 04:59:45 . [Pipeline] withDockerContainer 04:59:45 prd-ubuntu18.04-docker-arm64-4c-16g-18425 does not seem to be running inside a container 04:59:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 04:59:46 $ docker top cc97969b6cf99119d3698ff879f3d3ad18131945b2ae11905ffa10124335bbf2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:47 + make test 04:59:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:59:50 Removing intermediate container e76087834a54 04:59:50 ---> 08cd2ebf6c52 04:59:50 Successfully built 08cd2ebf6c52 04:59:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:59:51 + docker inspect -f . ci-base-image-x86_64 04:59:51 . [Pipeline] withDockerContainer 04:59:51 prd-centos7-docker-4c-2g-18426 does not seem to be running inside a container 04:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 ******** ci-base-image-x86_64 cat 04:59:51 $ docker top 78429f85d7754e471ee90aa9090f78381301528c3610a53297044ee76ca9610f -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:52 + go version 04:59:52 go version go1.15.5 linux/amd64 [Pipeline] } 04:59:52 $ docker stop --time=1 78429f85d7754e471ee90aa9090f78381301528c3610a53297044ee76ca9610f 04:59:53 $ docker rm -f 78429f85d7754e471ee90aa9090f78381301528c3610a53297044ee76ca9610f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:54 + docker inspect -f . ci-base-image-x86_64 04:59:54 . [Pipeline] withDockerContainer 04:59:54 prd-centos7-docker-4c-2g-18426 does not seem to be running inside a container 04:59:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 ******** ci-base-image-x86_64 cat 04:59:55 $ docker top 1a92ffb88a7ba24c592271d3db1a89d0f3e98553b48a1c6fe02a7fbc336f3cc7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:55 + make test 04:59:55 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:00:00 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 05:00:00 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 05:00:18 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.047s coverage: 89.0% of statements 05:00:18 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.016s coverage: 77.1% of statements 05:00:18 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 05:00:22 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.043s coverage: 89.0% of statements 05:00:22 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.035s coverage: 77.1% of statements 05:00:22 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 05:00:26 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.354s coverage: 84.1% of statements 05:00:26 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements 05:00:26 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.037s coverage: 100.0% of statements 05:00:26 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.022s coverage: 100.0% of statements 05:00:26 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.005s coverage: 90.9% of statements 05:00:26 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:00:27 gofmt -l . 05:00:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:00:27 $ docker stop --time=1 1a92ffb88a7ba24c592271d3db1a89d0f3e98553b48a1c6fe02a7fbc336f3cc7 05:00:29 $ docker rm -f 1a92ffb88a7ba24c592271d3db1a89d0f3e98553b48a1c6fe02a7fbc336f3cc7 [Pipeline] // withDockerContainer [Pipeline] sh 05:00:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:00:30 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] } 05:00:37 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.382s coverage: 84.1% of statements 05:00:37 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.021s coverage: 85.7% of statements 05:00:37 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.045s coverage: 100.0% of statements 05:00:37 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.041s coverage: 100.0% of statements 05:00:37 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.010s coverage: 90.9% of statements 05:00:37 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:00:40 gofmt -l . 05:00:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:00:40 $ docker stop --time=1 cc97969b6cf99119d3698ff879f3d3ad18131945b2ae11905ffa10124335bbf2 05:00:42 $ docker rm -f cc97969b6cf99119d3698ff879f3d3ad18131945b2ae11905ffa10124335bbf2 [Pipeline] // withDockerContainer [Pipeline] sh 05:00:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:00:43 Warning: overwriting stash ‘coverage-report’ 05:00:44 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 05:00:46 provisioning config files... 05:00:46 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/config6354044271298241977tmp [Pipeline] { [Pipeline] sh 05:00:46 + set +x 05:00:46 + curl -s https://codecov.io/bash 05:00:46 + bash -s -- 05:00:46 05:00:46 _____ _ 05:00:46 / ____| | | 05:00:46 | | ___ __| | ___ ___ _____ __ 05:00:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:00:46 | |___| (_) | (_| | __/ (_| (_) \ V / 05:00:46 \_____\___/ \__,_|\___|\___\___/ \_/ 05:00:46 Bash-20201231-23d4836 05:00:46 05:00:46 05:00:46 ==> git version 2.24.3 found 05:00:46 ==> 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 05:00:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:00:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:00:46 ==> Jenkins CI detected. 05:00:46 project root: . 05:00:46 --> token set from env 05:00:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:00:46 ==> Running gcov in . (disable via -X gcov) 05:00:46 ==> Python coveragepy not found 05:00:46 ==> Searching for coverage reports in: 05:00:46 + . 05:00:46 -> Found 1 reports 05:00:46 ==> Detecting git/mercurial file structure 05:00:46 ==> Reading reports 05:00:46 + ./coverage.out bytes=20975 05:00:46 ==> Appending adjustments 05:00:46 https://docs.codecov.io/docs/fixing-reports 05:00:47 + Found adjustments 05:00:47 ==> Gzipping contents 05:00:47 8.0K /tmp/codecov.ew1gaV.gz 05:00:47 ==> Uploading reports 05:00:47 url: https://codecov.io 05:00:47 query: branch=PR-79&commit=f5923fe5f6ecc177a6829b909181b033c9d509c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-79%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=79&job=&cmd_args= 05:00:47 -> Pinging Codecov 05:00:47 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-79&commit=f5923fe5f6ecc177a6829b909181b033c9d509c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-79%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=79&job=&cmd_args= 05:00:47 -> Uploading to 05:00:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/F6E385568367DD0E4001BA4F8F1CB792/f5923fe5f6ecc177a6829b909181b033c9d509c4/67e16278-a05f-4287-b3c3-4fd35f1333f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T050047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=87cbd3a44ef409d73ae2e58a57981c0049c7a3ac51748191af0231d673fb077e 05:00:47 % Total % Received % Xferd Average Speed Time Time Time Current 05:00:47 Dload Upload Total Spent Left Speed 05:00:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5217 0 0 100 5217 0 11798 --:--:-- --:--:-- --:--:-- 11803 05:00:48 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/f5923fe5f6ecc177a6829b909181b033c9d509c4 [Pipeline] } 05:00:48 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 05:00:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:00:51 ---> package-listing.sh 05:00:51 ++ facter osfamily 05:00:51 ++ tr '[:upper:]' '[:lower:]' 05:00:51 + OS_FAMILY=redhat 05:00:51 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-79 05:00:51 + START_PACKAGES=/tmp/packages_start.txt 05:00:51 + END_PACKAGES=/tmp/packages_end.txt 05:00:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:00:51 + PACKAGES=/tmp/packages_start.txt 05:00:51 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-79 ']' 05:00:51 + PACKAGES=/tmp/packages_end.txt 05:00:51 + case "${OS_FAMILY}" in 05:00:51 + rpm -qa 05:00:51 + sort 05:00:56 + '[' -f /tmp/packages_start.txt ']' 05:00:56 + '[' -f /tmp/packages_end.txt ']' 05:00:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:00:56 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-79 ']' 05:00:56 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-79/archives/ 05:00:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-79/archives/ [Pipeline] echo 05:00:56 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-79/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:00:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:00:57 05:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:00:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:00:57 alpine: Pulling from edgex-lftools-log-publisher 05:00:57 df20fa9351a1: Pulling fs layer 05:00:57 36b3adc4ff6f: Pulling fs layer 05:00:57 8ad3a11d3b57: Pulling fs layer 05:00:57 46f8f816bc3b: Pulling fs layer 05:00:57 93b61091891f: Pulling fs layer 05:00:57 93b9cdb0e59b: Pulling fs layer 05:00:57 5e14af77c1be: Pulling fs layer 05:00:57 01666e4c0597: Pulling fs layer 05:00:57 aa168da1d23b: Pulling fs layer 05:00:57 46f8f816bc3b: Waiting 05:00:57 93b61091891f: Waiting 05:00:57 93b9cdb0e59b: Waiting 05:00:57 5e14af77c1be: Waiting 05:00:57 01666e4c0597: Waiting 05:00:57 aa168da1d23b: Waiting 05:00:57 36b3adc4ff6f: Verifying Checksum 05:00:57 36b3adc4ff6f: Download complete 05:00:57 46f8f816bc3b: Verifying Checksum 05:00:57 46f8f816bc3b: Download complete 05:00:57 df20fa9351a1: Download complete 05:00:57 93b9cdb0e59b: Verifying Checksum 05:00:57 93b9cdb0e59b: Download complete 05:00:57 5e14af77c1be: Verifying Checksum 05:00:57 5e14af77c1be: Download complete 05:00:57 93b61091891f: Download complete 05:00:57 01666e4c0597: Verifying Checksum 05:00:57 01666e4c0597: Download complete 05:00:58 df20fa9351a1: Pull complete 05:00:58 36b3adc4ff6f: Pull complete 05:00:58 8ad3a11d3b57: Verifying Checksum 05:00:58 8ad3a11d3b57: Download complete 05:00:59 8ad3a11d3b57: Pull complete 05:00:59 46f8f816bc3b: Pull complete 05:00:59 93b61091891f: Pull complete 05:00:59 93b9cdb0e59b: Pull complete 05:00:59 aa168da1d23b: Verifying Checksum 05:00:59 aa168da1d23b: Download complete 05:00:59 5e14af77c1be: Pull complete 05:01:00 01666e4c0597: Pull complete 05:01:06 aa168da1d23b: Pull complete 05:01:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:01:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:01:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:01:06 prd-centos7-docker-4c-2g-18424 does not seem to be running inside a container 05:01:07 $ 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-79/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-79 -v /w/workspace/exfoundry_go-mod-messaging_PR-79:/w/workspace/exfoundry_go-mod-messaging_PR-79:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-79@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 05:01:10 $ docker top 231ff64b3c51907487ebb99ff0703154800fbf8b34de07f93c8503017a4b87c7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:11 + touch /tmp/pre-build-complete [Pipeline] sh 05:01:11 + mkdir -p /var/log/sa [Pipeline] sh 05:01:11 + ls /var/log/sa-host 05:01:11 + sadf -c /var/log/sa-host/sa05 05:01:11 file_magic: OK 05:01:11 HZ: Using current value: 100 05:01:11 file_header: OK 05:01:11 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 05:01:11 Statistics: 05:01:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:01:11 File successfully converted to sysstat format version 12.2.1 05:01:11 + sadf -c /var/log/sa-host/sa23 05:01:11 file_magic: OK 05:01:11 HZ: Using current value: 100 05:01:11 file_header: OK 05:01:11 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 05:01:11 Statistics: 05:01:11 Hnuu...uuuununununu... 05:01:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:01:12 provisioning config files... 05:01:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/config8373224055138081834tmp [Pipeline] { [Pipeline] echo 05:01:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:01:12 ---> create-netrc.sh [Pipeline] } 05:01:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:01:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:01:13 ---> python-tools-install.sh [Pipeline] echo 05:01:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:01:13 ---> sudo-logs.sh 05:01:13 Archiving 'sudo' log.. [Pipeline] echo 05:01:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:01:13 ---> job-cost.sh 05:01:13 lf-activate-venv: SKIPPING 05:01:13 INFO: No Stack... 05:01:15 INFO: Retrieving Pricing Info for: v1-standard-2 05:01:15 INFO: Archiving Costs [Pipeline] echo 05:01:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:01:16 ---> logs-deploy.sh 05:01:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-79/3 05:01:16 INFO: archiving workspace using pattern(s): 05:01:18 Archives upload complete. 05:01:18 INFO: archiving logs to Nexus 05:01:18 ---> uname -a: 05:01:18 Linux prd-centos7-docker-4c-2g-18424.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:01:18 05:01:18 05:01:18 ---> lscpu: 05:01:18 Architecture: x86_64 05:01:18 CPU op-mode(s): 32-bit, 64-bit 05:01:18 Byte Order: Little Endian 05:01:18 Address sizes: 40 bits physical, 48 bits virtual 05:01:18 CPU(s): 4 05:01:18 On-line CPU(s) list: 0-3 05:01:18 Thread(s) per core: 1 05:01:18 Core(s) per socket: 1 05:01:18 Socket(s): 4 05:01:18 NUMA node(s): 1 05:01:18 Vendor ID: GenuineIntel 05:01:18 CPU family: 6 05:01:18 Model: 44 05:01:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:01:18 Stepping: 1 05:01:18 CPU MHz: 2933.436 05:01:18 BogoMIPS: 5866.87 05:01:18 Virtualization: VT-x 05:01:18 Hypervisor vendor: KVM 05:01:18 Virtualization type: full 05:01:18 L1d cache: 128 KiB 05:01:18 L1i cache: 128 KiB 05:01:18 L2 cache: 16 MiB 05:01:18 L3 cache: 64 MiB 05:01:18 NUMA node0 CPU(s): 0-3 05:01:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:01:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:01:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:01:18 Vulnerability Meltdown: Mitigation; PTI 05:01:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:01:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:01:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:01:18 Vulnerability Srbds: Not affected 05:01:18 Vulnerability Tsx async abort: Not affected 05:01:18 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:01:18 05:01:18 05:01:18 ---> nproc: 05:01:18 4 05:01:18 05:01:18 05:01:18 ---> df -h: 05:01:18 Filesystem Size Used Available Use% Mounted on 05:01:18 overlay 50.0G 7.3G 42.7G 15% / 05:01:18 tmpfs 64.0M 0 64.0M 0% /dev 05:01:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:01:18 shm 64.0M 0 64.0M 0% /dev/shm 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-79 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:01:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:01:18 05:01:18 05:01:18 ---> free -m: 05:01:18 total used free shared buff/cache available 05:01:18 Mem: 1837 668 104 0 1064 1064 05:01:18 Swap: 1023 1 1022 05:01:18 05:01:18 05:01:18 ---> ip addr: 05:01:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:01:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:01:18 inet 127.0.0.1/8 scope host lo 05:01:18 valid_lft forever preferred_lft forever 05:01:18 inet6 ::1/128 scope host 05:01:18 valid_lft forever preferred_lft forever 05:01:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:01:18 link/ether fa:16:3e:a1:43:4c brd ff:ff:ff:ff:ff:ff 05:01:18 inet 10.30.122.57/23 brd 10.30.123.255 scope global dynamic eth0 05:01:18 valid_lft 86064sec preferred_lft 86064sec 05:01:18 inet6 fe80::f816:3eff:fea1:434c/64 scope link 05:01:18 valid_lft forever preferred_lft forever 05:01:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:01:18 link/ether 02:42:7a:ae:b4:53 brd ff:ff:ff:ff:ff:ff 05:01:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:01:18 valid_lft forever preferred_lft forever 05:01:18 inet6 fe80::42:7aff:feae:b453/64 scope link 05:01:18 valid_lft forever preferred_lft forever 05:01:18 05:01:18 05:01:18 ---> sar -b -r -n DEV: 05:01:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 05:01:18 05:01:18 04:55:31 LINUX RESTART (4 CPU) 05:01:18 05:01:18 04:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:01:18 04:57:01 57.64 18.19 39.45 0.00 5229.69 3644.17 0.00 05:01:18 04:58:01 1.85 0.00 1.85 0.00 0.00 38.02 0.00 05:01:18 04:59:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 05:01:18 05:00:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 05:01:18 05:01:01 66.38 50.22 16.16 0.00 4121.82 6529.46 0.00 05:01:18 Average: 25.28 13.69 11.59 0.00 1870.88 2044.36 0.00 05:01:18 05:01:18 04:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:01:18 04:57:01 173140 0 566272 30.10 2620 1139512 1104736 37.70 409408 1099904 132 05:01:18 04:58:01 177728 0 561676 29.85 2620 1139520 1077340 36.77 407264 1098272 20 05:01:18 04:59:01 176932 0 562468 29.89 2620 1139524 1077572 36.78 411896 1094860 20 05:01:18 05:00:01 175456 0 563944 29.97 2620 1139524 1077572 36.78 413772 1094348 16 05:01:18 05:01:01 73028 0 660612 35.11 2620 1145284 1508872 51.50 490224 1098004 44844 05:01:18 Average: 155257 0 582994 30.98 2620 1140673 1169218 39.90 426513 1097078 9006 05:01:18 05:01:18 04:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:01:18 04:57:01 eth0 507.41 295.84 1022.55 94.69 0.00 0.00 0.00 0.00 05:01:18 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 04:57:01 docker0 1.58 1.35 0.34 2.66 0.00 0.00 0.00 0.00 05:01:18 04:58:01 eth0 0.75 0.10 0.06 0.03 0.00 0.00 0.00 0.00 05:01:18 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 04:59:01 eth0 2.83 1.27 2.15 0.26 0.00 0.00 0.00 0.00 05:01:18 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 05:00:01 eth0 0.52 0.37 0.27 0.20 0.00 0.00 0.00 0.00 05:01:18 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 05:01:01 eth0 191.15 162.27 2167.47 16.58 0.00 0.00 0.00 0.00 05:01:18 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 Average: eth0 140.57 92.00 638.72 22.36 0.00 0.00 0.00 0.00 05:01:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:18 Average: docker0 0.32 0.27 0.07 0.53 0.00 0.00 0.00 0.00 05:01:18 05:01:18 05:01:18 ---> sar -P ALL: 05:01:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 05:01:18 05:01:18 04:55:31 LINUX RESTART (4 CPU) 05:01:18 05:01:18 04:56:01 CPU %user %nice %system %iowait %steal %idle 05:01:18 04:57:01 all 11.02 0.00 3.17 1.12 0.08 84.61 05:01:18 04:57:01 0 11.38 0.00 3.78 0.37 0.05 84.43 05:01:18 04:57:01 1 11.73 0.00 2.74 1.46 0.10 83.97 05:01:18 04:57:01 2 10.23 0.00 2.85 0.56 0.08 86.28 05:01:18 04:57:01 3 10.75 0.00 3.30 2.09 0.08 83.77 05:01:18 04:58:01 all 0.16 0.00 0.04 0.00 0.00 99.80 05:01:18 04:58:01 0 0.43 0.00 0.03 0.00 0.00 99.53 05:01:18 04:58:01 1 0.08 0.00 0.05 0.00 0.00 99.87 05:01:18 04:58:01 2 0.07 0.00 0.03 0.00 0.00 99.90 05:01:18 04:58:01 3 0.07 0.00 0.05 0.00 0.00 99.88 05:01:18 04:59:01 all 0.19 0.00 0.07 0.00 0.01 99.73 05:01:18 04:59:01 0 0.50 0.00 0.03 0.00 0.00 99.47 05:01:18 04:59:01 1 0.12 0.00 0.05 0.00 0.02 99.82 05:01:18 04:59:01 2 0.08 0.00 0.12 0.00 0.02 99.78 05:01:18 04:59:01 3 0.07 0.00 0.07 0.00 0.00 99.87 05:01:18 05:00:01 all 0.17 0.00 0.03 0.00 0.00 99.80 05:01:18 05:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:01:18 05:00:01 1 0.07 0.00 0.05 0.00 0.00 99.88 05:01:18 05:00:01 2 0.53 0.00 0.02 0.00 0.00 99.45 05:01:18 05:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 05:01:18 05:01:01 all 3.03 0.00 2.01 1.15 0.06 93.75 05:01:18 05:01:01 0 3.88 0.00 2.27 1.78 0.07 92.00 05:01:18 05:01:01 1 2.74 0.00 1.85 0.27 0.05 95.10 05:01:18 05:01:01 2 3.44 0.00 2.05 2.50 0.07 91.95 05:01:18 05:01:01 3 2.06 0.00 1.88 0.05 0.05 95.96 05:01:18 Average: all 2.90 0.00 1.06 0.45 0.03 95.57 05:01:18 Average: 0 3.21 0.00 1.22 0.43 0.02 95.11 05:01:18 Average: 1 2.93 0.00 0.94 0.34 0.03 95.75 05:01:18 Average: 2 2.85 0.00 1.01 0.61 0.03 95.50 05:01:18 Average: 3 2.58 0.00 1.06 0.42 0.03 95.91 05:01:18 05:01:18 05:01:18