Pull request #63 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7+0bdc968e74254c748af0ee463d7309986ee294ed (ca52e281ffec931fa8c13a97627ebc86f914a5c7) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16529 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 Merging remotes/origin/master commit 0bdc968e74254c748af0ee463d7309986ee294ed into PR head commit 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 > 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/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 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 # timeout=10 Merge succeeded, producing 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 Checking out Revision 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 (PR-63) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 # 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] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:14:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:14:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:14:05 ========================================================= 16:14:05 EdgeX Global Pipelines Version Info 16:14:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:14:06 ------------------- 16:14:06 stable info: 16:14:06 ------------------- 16:14:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:14:06 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:14:06 Message: update stable to v1.0.173 16:14:07 ------------------- 16:14:07 experimental info: 16:14:07 ------------------- 16:14:07 Commited By: **** collab-it+edgex@linuxfoundation.org 16:14:07 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:14:07 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:14:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:14:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:14:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-63 [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-63 [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-63 [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d467f5 [Pipeline] echo 16:14:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:14:12 + git log --format=format:%s -1 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 [Pipeline] echo 16:14:12 GIT_COMMIT: 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7, Commit Message: Bump github.com/stretchr/testify from 1.3.0 to 1.6.1 [Pipeline] echo 16:14:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:14:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:13 16:14:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:14:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:13 latest: Pulling from edgex-devops/git-semver 16:14:13 31603596830f: Pulling fs layer 16:14:13 2a8b12db71e7: Pulling fs layer 16:14:13 6ca5941a6612: Pulling fs layer 16:14:13 ecc8261a40a4: Pulling fs layer 16:14:13 2a8b12db71e7: Verifying Checksum 16:14:13 2a8b12db71e7: Download complete 16:14:14 31603596830f: Verifying Checksum 16:14:14 31603596830f: Download complete 16:14:14 ecc8261a40a4: Verifying Checksum 16:14:14 ecc8261a40a4: Download complete 16:14:14 6ca5941a6612: Verifying Checksum 16:14:14 6ca5941a6612: Download complete 16:14:14 31603596830f: Pull complete 16:14:14 2a8b12db71e7: Pull complete 16:14:15 6ca5941a6612: Pull complete 16:14:15 ecc8261a40a4: Pull complete 16:14:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:14:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:14:15 prd-centos7-docker-4c-2g-16529 does not seem to be running inside a container 16:14:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:18 $ docker top b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:18 [ssh-agent] Looking for ssh-agent implementation... 16:14:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:18 $ docker exec b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 ssh-agent 16:14:18 SSH_AUTH_SOCK=/tmp/ssh-VjhQwVGurJJC/agent.12 16:14:18 SSH_AGENT_PID=17 16:14:18 Running ssh-add (command line suppressed) 16:14:18 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_1422348778049105702.key (/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_1422348778049105702.key) 16:14:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:19 + git tag --points-at HEAD [Pipeline] } 16:14:19 $ docker exec --env ******** --env ******** b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 ssh-agent -k 16:14:19 unset SSH_AUTH_SOCK; 16:14:19 unset SSH_AGENT_PID; 16:14:19 echo Agent pid 17 killed; 16:14:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:14:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:19 [ssh-agent] Looking for ssh-agent implementation... 16:14:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:19 $ docker exec b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 ssh-agent 16:14:19 SSH_AUTH_SOCK=/tmp/ssh-WgUomKlVslvY/agent.47 16:14:19 SSH_AGENT_PID=52 16:14:19 Running ssh-add (command line suppressed) 16:14:20 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_354674589906693386.key (/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_354674589906693386.key) 16:14:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:20 + git semver init 16:14:20 # -> Open(): unable to determine branch for HEAD 16:14:20 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-63/.git 16:14:20 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-63 16:14:20 # $SEMVER_REMOTE_NAME = origin 16:14:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:20 # $SEMVER_USER_NAME = edgex-jenkins 16:14:20 # $SEMVER_BRANCH = PR-63 16:14:20 # $SEMVER_TEMP = /tmp/semver-869702763 16:14:20 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 16:14:20 # '/tmp/semver-869702763' -> '/w/workspace/exfoundry_go-mod-messaging_PR-63/.semver' 16:14:21 # -> Force: false 16:14:21 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-63/.semver [Pipeline] } 16:14:21 $ docker exec --env ******** --env ******** b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 ssh-agent -k 16:14:21 unset SSH_AUTH_SOCK; 16:14:21 unset SSH_AGENT_PID; 16:14:21 echo Agent pid 52 killed; 16:14:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:21 + git semver [Pipeline] } 16:14:21 $ docker stop --time=1 b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 16:14:23 $ docker rm -f b07a5e93324d00b059d4570acce48a6478d043b0c1243f2df4c266b1c85086e3 [Pipeline] // withDockerContainer [Pipeline] sh 16:14:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:14:24 Stashed 1 file(s) [Pipeline] echo 16:14:24 [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 16:14:39 Still waiting to schedule task 16:14:39 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16526’ is offline; ‘prd-centos7-docker-4c-2g-16530’ is offline 16:14:39 Still waiting to schedule task 16:14:39 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16519’ 16:14:46 Running on prd-centos7-docker-4c-2g-16530 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [Pipeline] { [Pipeline] ws 16:14:46 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 16:14:49 using credential edgex-jenkins-ssh 16:14:49 Cloning the remote Git repository 16:14:49 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:14:49 > git init /w/workspace/go-mod-messaging/2 # timeout=10 16:14:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:14:49 > git --version # timeout=10 16:14:49 > git --version # 'git version 2.24.3' 16:14:49 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:14:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:14:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:14:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:50 > 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 16:14:50 Merging remotes/origin/master commit 0bdc968e74254c748af0ee463d7309986ee294ed into PR head commit 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 16:14:50 Merge succeeded, producing 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 16:14:50 Checking out Revision 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 (PR-63) 16:14:50 > git config core.sparsecheckout # timeout=10 16:14:50 > git checkout -f 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 # timeout=10 16:14:50 > git remote # timeout=10 16:14:50 > git config --get remote.origin.url # timeout=10 16:14:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:50 > git merge 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 16:14:50 > git rev-parse HEAD^{commit} # timeout=10 16:14:50 > git config core.sparsecheckout # timeout=10 16:14:50 > git checkout -f 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 # timeout=10 16:14:54 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 16:14:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:14:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:14:56 + sudo service docker restart 16:14:56 + true 16:14:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:14:57 ========================================================= 16:14:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:14:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:14:57 + 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 . 16:14:58 Sending build context to Docker daemon 485.4kB 16:14:58 Step 1/7 : ARG BASE=golang:1.15-alpine 16:14:58 Step 2/7 : FROM ${BASE} 16:14:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:14:58 188c0c94c7c5: Pulling fs layer 16:14:58 0ef7d3d256c8: Pulling fs layer 16:14:58 de9db76c5a1d: Pulling fs layer 16:14:58 bca2f99d35d6: Pulling fs layer 16:14:58 93359f2a8cfa: Pulling fs layer 16:14:58 7c6f9722023f: Pulling fs layer 16:14:58 a35cf1a2eb13: Pulling fs layer 16:14:58 93359f2a8cfa: Waiting 16:14:58 a35cf1a2eb13: Waiting 16:14:58 7c6f9722023f: Waiting 16:14:58 bca2f99d35d6: Waiting 16:14:58 de9db76c5a1d: Verifying Checksum 16:14:58 de9db76c5a1d: Download complete 16:14:58 0ef7d3d256c8: Verifying Checksum 16:14:58 0ef7d3d256c8: Download complete 16:14:58 93359f2a8cfa: Verifying Checksum 16:14:58 93359f2a8cfa: Download complete 16:14:58 7c6f9722023f: Verifying Checksum 16:14:58 7c6f9722023f: Download complete 16:14:59 188c0c94c7c5: Verifying Checksum 16:14:59 188c0c94c7c5: Download complete 16:14:59 188c0c94c7c5: Pull complete 16:14:59 0ef7d3d256c8: Pull complete 16:14:59 de9db76c5a1d: Pull complete 16:15:01 a35cf1a2eb13: Verifying Checksum 16:15:01 bca2f99d35d6: Download complete 16:15:07 bca2f99d35d6: Pull complete 16:15:07 93359f2a8cfa: Pull complete 16:15:07 7c6f9722023f: Pull complete 16:15:17 a35cf1a2eb13: Pull complete 16:15:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:15:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:15:17 ---> a62c8e92a672 16:15:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:15:17 ---> Running in 9a8e008781ed 16:15:17 Removing intermediate container 9a8e008781ed 16:15:17 ---> d3b2c62d87df 16:15:17 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 16:15:17 ---> Running in 855f2e6f407e 16:15:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:18 (1/5) Installing libsodium (1.0.18-r0) 16:15:19 (2/5) Installing libzmq (4.3.3-r0) 16:15:19 (3/5) Installing pkgconf (1.7.2-r0) 16:15:19 (4/5) Installing libsodium-dev (1.0.18-r0) 16:15:19 (5/5) Installing zeromq-dev (4.3.3-r0) 16:15:19 Executing busybox-1.31.1-r19.trigger 16:15:19 OK: 167 MiB in 44 packages 16:15:19 Removing intermediate container 855f2e6f407e 16:15:19 ---> f52990ac1f70 16:15:19 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:15:19 ---> Running in 48ebab705579 16:15:20 Removing intermediate container 48ebab705579 16:15:20 ---> f072c923a6d5 16:15:20 Step 6/7 : COPY go.mod . 16:15:20 ---> 1ca39efc052c 16:15:20 Step 7/7 : RUN go mod download 16:15:20 ---> Running in aa1a556fb6a4 16:15:32 Removing intermediate container aa1a556fb6a4 16:15:32 ---> 879c46351c31 16:15:32 Successfully built 879c46351c31 16:15:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:15:33 + docker inspect -f . ci-base-image-x86_64 16:15:33 . [Pipeline] withDockerContainer 16:15:33 prd-centos7-docker-4c-2g-16530 does not seem to be running inside a container 16:15:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:15:34 $ docker top a7b95e663351545486addc71ae70185e16b96726b72d250fd806614feab77748 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:34 + go version 16:15:34 go version go1.15.5 linux/amd64 [Pipeline] } 16:15:34 $ docker stop --time=1 a7b95e663351545486addc71ae70185e16b96726b72d250fd806614feab77748 16:15:36 $ docker rm -f a7b95e663351545486addc71ae70185e16b96726b72d250fd806614feab77748 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:36 + docker inspect -f . ci-base-image-x86_64 16:15:36 . [Pipeline] withDockerContainer 16:15:37 prd-centos7-docker-4c-2g-16530 does not seem to be running inside a container 16:15:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:15:37 $ docker top bcb4d581813ebdcfda401780eb80128e6e5b784e69d444e24a04cb0c0a68e20d -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:38 + make test 16:15:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:15:43 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 16:15:44 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.009s coverage: 94.7% of statements 16:15:47 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.018s coverage: 77.1% of statements 16:15:47 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 16:16:09 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.348s coverage: 84.1% of statements 16:16:09 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.009s coverage: 85.7% of statements 16:16:09 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.028s coverage: 100.0% of statements 16:16:09 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.045s coverage: 100.0% of statements 16:16:09 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.020s coverage: 90.9% of statements 16:16:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:16:09 gofmt -l . 16:16:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:16:09 $ docker stop --time=1 bcb4d581813ebdcfda401780eb80128e6e5b784e69d444e24a04cb0c0a68e20d 16:16:11 $ docker rm -f bcb4d581813ebdcfda401780eb80128e6e5b784e69d444e24a04cb0c0a68e20d [Pipeline] // withDockerContainer [Pipeline] sh 16:16:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:16:12 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] } 16:17:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16531 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [Pipeline] { [Pipeline] ws 16:17:07 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 16:17:11 using credential edgex-jenkins-ssh 16:17:12 Cloning the remote Git repository 16:17:12 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:17:12 > git init /w/workspace/go-mod-messaging/2 # timeout=10 16:17:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:17:12 > git --version # timeout=10 16:17:12 > git --version # 'git version 2.17.1' 16:17:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:17:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:17:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:17:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:17:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:17:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:17:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:17:13 > 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 16:17:13 Merging remotes/origin/master commit 0bdc968e74254c748af0ee463d7309986ee294ed into PR head commit 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 16:17:14 Merge succeeded, producing 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 16:17:14 Checking out Revision 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 (PR-63) 16:17:13 > git config core.sparsecheckout # timeout=10 16:17:13 > git checkout -f 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 # timeout=10 16:17:13 > git remote # timeout=10 16:17:13 > git config --get remote.origin.url # timeout=10 16:17:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:17:13 > git merge 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 16:17:14 > git rev-parse HEAD^{commit} # timeout=10 16:17:14 > git config core.sparsecheckout # timeout=10 16:17:14 > git checkout -f 8d467f5d1b2a9f58ea4bdb7a410a00954631b0e7 # timeout=10 16:17:18 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 16:17:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:17:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:17:21 + sudo service docker restart 16:17:21 + true [Pipeline] unstash [Pipeline] echo 16:17:23 ========================================================= 16:17:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:17:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:17:24 + 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 . 16:17:25 Sending build context to Docker daemon 484.4kB 16:17:25 Step 1/7 : ARG BASE=golang:1.15-alpine 16:17:25 Step 2/7 : FROM ${BASE} 16:17:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:17:25 5f621e34cdf4: Pulling fs layer 16:17:25 a4357932f1b6: Pulling fs layer 16:17:25 18c013af1878: Pulling fs layer 16:17:25 00ac8860ef70: Pulling fs layer 16:17:25 63d7cb157983: Pulling fs layer 16:17:25 b116817d02f9: Pulling fs layer 16:17:25 745a02a5169b: Pulling fs layer 16:17:25 63d7cb157983: Waiting 16:17:25 00ac8860ef70: Waiting 16:17:25 b116817d02f9: Waiting 16:17:25 745a02a5169b: Waiting 16:17:25 18c013af1878: Verifying Checksum 16:17:25 18c013af1878: Download complete 16:17:25 a4357932f1b6: Verifying Checksum 16:17:25 a4357932f1b6: Download complete 16:17:25 63d7cb157983: Download complete 16:17:26 b116817d02f9: Verifying Checksum 16:17:26 b116817d02f9: Download complete 16:17:26 5f621e34cdf4: Verifying Checksum 16:17:26 5f621e34cdf4: Download complete 16:17:26 5f621e34cdf4: Pull complete 16:17:27 a4357932f1b6: Pull complete 16:17:27 18c013af1878: Pull complete 16:17:28 745a02a5169b: Verifying Checksum 16:17:28 745a02a5169b: Download complete 16:17:30 00ac8860ef70: Verifying Checksum 16:17:30 00ac8860ef70: Download complete 16:17:40 00ac8860ef70: Pull complete 16:17:40 63d7cb157983: Pull complete 16:17:40 b116817d02f9: Pull complete 16:17:44 745a02a5169b: Pull complete 16:17:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:17:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:17:44 ---> b7e6874047d6 16:17:44 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:17:47 ---> Running in 83fffd9f30a6 16:17:47 Removing intermediate container 83fffd9f30a6 16:17:47 ---> 15e4a40a502e 16:17:47 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 16:17:47 ---> Running in 02a2b791de30 16:17:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:50 (1/5) Installing libsodium (1.0.18-r0) 16:17:50 (2/5) Installing libzmq (4.3.3-r0) 16:17:50 (3/5) Installing pkgconf (1.7.2-r0) 16:17:50 (4/5) Installing libsodium-dev (1.0.18-r0) 16:17:50 (5/5) Installing zeromq-dev (4.3.3-r0) 16:17:50 Executing busybox-1.31.1-r19.trigger 16:17:50 OK: 144 MiB in 44 packages 16:17:52 Removing intermediate container 02a2b791de30 16:17:52 ---> 27ebbb397e24 16:17:52 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:17:52 ---> Running in d578a3583aa9 16:17:52 Removing intermediate container d578a3583aa9 16:17:52 ---> a6e08ebbe35f 16:17:52 Step 6/7 : COPY go.mod . 16:17:53 ---> bd6c09c5bd96 16:17:53 Step 7/7 : RUN go mod download 16:17:53 ---> Running in 3766b6cb810e 16:18:08 Removing intermediate container 3766b6cb810e 16:18:08 ---> 8eb247e9d30b 16:18:08 Successfully built 8eb247e9d30b 16:18:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:18:09 + docker inspect -f . ci-base-image-arm64 16:18:09 . [Pipeline] withDockerContainer 16:18:09 prd-ubuntu18.04-docker-arm64-4c-16g-16531 does not seem to be running inside a container 16:18:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:18:10 $ docker top 122bccb46a292b6f714786399887526f278e6aeee1505efa029af082a294f86c -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:12 + go version 16:18:12 go version go1.15.5 linux/arm64 [Pipeline] } 16:18:12 $ docker stop --time=1 122bccb46a292b6f714786399887526f278e6aeee1505efa029af082a294f86c 16:18:13 $ docker rm -f 122bccb46a292b6f714786399887526f278e6aeee1505efa029af082a294f86c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:18:14 + docker inspect -f . ci-base-image-arm64 16:18:14 . [Pipeline] withDockerContainer 16:18:15 prd-ubuntu18.04-docker-arm64-4c-16g-16531 does not seem to be running inside a container 16:18:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:18:16 $ docker top 4448d6f7a9dfa03696d8bc1011508f0014a1bf561f8a5b76b28a2d7699676d66 -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:17 + make test 16:18:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:18:32 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 16:18:37 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.029s coverage: 94.7% of statements 16:18:47 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.021s coverage: 77.1% of statements 16:18:47 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 16:19:09 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 16:19:09 timed-out 16:19:09 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 16:19:09 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 16:19:09 msg1: test bytes, msg2: test bytes 16:19:09 App Functions 2 Message: { 456 [97 112 112 108 101 32 106 117 105 99 101] } 16:19:09 time's up 16:19:09 Done 16:19:09 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 16:19:09 timed-out. 16:19:09 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 16:19:09 In test caller, received messages2: { 102 [111 114 97 110 103 101 32 106 117 105 99 101] application/cbor} 16:19:09 In test caller, received messages3: { 103 [98 97 110 97 110 97 32 115 108 105 99 101 115] video} 16:19:09 In test caller, received messages1: { 101 [97 112 112 108 101 32 106 117 105 99 101] application/json} 16:19:09 time's up 16:19:09 Done 16:19:09 --- FAIL: TestSubscribeMultipleAndEmptyTopic (1.00s) 16:19:09 client_test.go:807: 16:19:09 Error Trace: client_test.go:807 16:19:09 Error: Expected nil, but got: &errors.errorString{s:"error: interrupted system call [tcp://*:5599]"} 16:19:09 Test: TestSubscribeMultipleAndEmptyTopic 16:19:09 Messages: Failed to publish messages to ZMQ 16:19:09 client_test.go:808: 16:19:09 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 16:19:09 FAIL 16:19:09 coverage: 84.1% of statements 16:19:09 FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 19.078s 16:19:09 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.020s coverage: 85.7% of statements 16:19:09 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.045s coverage: 100.0% of statements 16:19:09 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.045s coverage: 100.0% of statements 16:19:09 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.019s coverage: 90.9% of statements 16:19:09 FAIL 16:19:09 make: *** [Makefile:6: test] Error 1 [Pipeline] } 16:19:09 $ docker stop --time=1 4448d6f7a9dfa03696d8bc1011508f0014a1bf561f8a5b76b28a2d7699676d66 16:19:11 $ docker rm -f 4448d6f7a9dfa03696d8bc1011508f0014a1bf561f8a5b76b28a2d7699676d66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:19:13 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:19:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:19:16 ---> package-listing.sh 16:19:16 ++ facter osfamily 16:19:16 ++ tr '[:upper:]' '[:lower:]' 16:19:16 + OS_FAMILY=redhat 16:19:16 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-63 16:19:16 + START_PACKAGES=/tmp/packages_start.txt 16:19:16 + END_PACKAGES=/tmp/packages_end.txt 16:19:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:19:16 + PACKAGES=/tmp/packages_start.txt 16:19:16 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-63 ']' 16:19:16 + PACKAGES=/tmp/packages_end.txt 16:19:16 + case "${OS_FAMILY}" in 16:19:16 + rpm -qa 16:19:16 + sort 16:19:22 + '[' -f /tmp/packages_start.txt ']' 16:19:22 + '[' -f /tmp/packages_end.txt ']' 16:19:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:19:22 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-63 ']' 16:19:22 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-63/archives/ 16:19:22 + 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 16:19:22 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 16:19:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:19:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:19:22 16:19:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:19:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:19:23 alpine: Pulling from edgex-lftools-log-publisher 16:19:23 df20fa9351a1: Pulling fs layer 16:19:23 36b3adc4ff6f: Pulling fs layer 16:19:23 8ad3a11d3b57: Pulling fs layer 16:19:23 46f8f816bc3b: Pulling fs layer 16:19:23 93b61091891f: Pulling fs layer 16:19:23 93b9cdb0e59b: Pulling fs layer 16:19:23 5e14af77c1be: Pulling fs layer 16:19:23 01666e4c0597: Pulling fs layer 16:19:23 aa168da1d23b: Pulling fs layer 16:19:23 93b61091891f: Waiting 16:19:23 93b9cdb0e59b: Waiting 16:19:23 5e14af77c1be: Waiting 16:19:23 01666e4c0597: Waiting 16:19:23 aa168da1d23b: Waiting 16:19:23 46f8f816bc3b: Waiting 16:19:23 36b3adc4ff6f: Verifying Checksum 16:19:23 36b3adc4ff6f: Download complete 16:19:23 46f8f816bc3b: Verifying Checksum 16:19:23 46f8f816bc3b: Download complete 16:19:23 df20fa9351a1: Download complete 16:19:23 93b9cdb0e59b: Verifying Checksum 16:19:23 93b9cdb0e59b: Download complete 16:19:23 5e14af77c1be: Verifying Checksum 16:19:23 5e14af77c1be: Download complete 16:19:23 93b61091891f: Verifying Checksum 16:19:23 93b61091891f: Download complete 16:19:23 01666e4c0597: Verifying Checksum 16:19:23 01666e4c0597: Download complete 16:19:23 df20fa9351a1: Pull complete 16:19:23 8ad3a11d3b57: Verifying Checksum 16:19:23 8ad3a11d3b57: Download complete 16:19:23 36b3adc4ff6f: Pull complete 16:19:24 8ad3a11d3b57: Pull complete 16:19:24 46f8f816bc3b: Pull complete 16:19:24 93b61091891f: Pull complete 16:19:25 aa168da1d23b: Verifying Checksum 16:19:25 aa168da1d23b: Download complete 16:19:25 93b9cdb0e59b: Pull complete 16:19:25 5e14af77c1be: Pull complete 16:19:26 01666e4c0597: Pull complete 16:19:32 aa168da1d23b: Pull complete 16:19:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:19:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:19:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:19:32 prd-centos7-docker-4c-2g-16529 does not seem to be running inside a container 16:19:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:19:36 $ docker top 058fbc9214185c436aee59692b3c20b3a722c335bb87a8ce96221a4a686acf14 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:36 + touch /tmp/pre-build-complete [Pipeline] sh 16:19:36 + mkdir -p /var/log/sa [Pipeline] sh 16:19:37 + ls /var/log/sa-host 16:19:37 + sadf -c /var/log/sa-host/sa17 16:19:37 file_magic: OK 16:19:37 HZ: Using current value: 100 16:19:37 file_header: OK 16:19:37 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 16:19:37 Statistics: 16:19:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:19:37 File successfully converted to sysstat format version 12.2.1 16:19:37 + sadf -c /var/log/sa-host/sa23 16:19:37 file_magic: OK 16:19:37 HZ: Using current value: 100 16:19:37 file_header: OK 16:19:37 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 16:19:37 Statistics: 16:19:37 Hnuu...uuuununununu... 16:19:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:19:37 provisioning config files... 16:19:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/config8782118774870632137tmp [Pipeline] { [Pipeline] echo 16:19:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:19:37 ---> create-netrc.sh [Pipeline] } 16:19:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:19:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:19:38 ---> python-tools-install.sh [Pipeline] echo 16:19:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:19:38 ---> sudo-logs.sh 16:19:38 Archiving 'sudo' log.. [Pipeline] echo 16:19:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:19:38 ---> job-cost.sh 16:19:38 lf-activate-venv: SKIPPING 16:19:38 INFO: No Stack... 16:19:39 INFO: Retrieving Pricing Info for: v1-standard-2 16:19:40 INFO: Archiving Costs [Pipeline] echo 16:19:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:19:40 ---> logs-deploy.sh 16:19:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-63/2 16:19:40 INFO: archiving workspace using pattern(s): 16:19:42 Archives upload complete. 16:19:42 INFO: archiving logs to Nexus 16:19:43 ---> uname -a: 16:19:43 Linux prd-centos7-docker-4c-2g-16529.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:19:43 16:19:43 16:19:43 ---> lscpu: 16:19:43 Architecture: x86_64 16:19:43 CPU op-mode(s): 32-bit, 64-bit 16:19:43 Byte Order: Little Endian 16:19:43 Address sizes: 40 bits physical, 48 bits virtual 16:19:43 CPU(s): 4 16:19:43 On-line CPU(s) list: 0-3 16:19:43 Thread(s) per core: 1 16:19:43 Core(s) per socket: 1 16:19:43 Socket(s): 4 16:19:43 NUMA node(s): 1 16:19:43 Vendor ID: GenuineIntel 16:19:43 CPU family: 6 16:19:43 Model: 44 16:19:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:19:43 Stepping: 1 16:19:43 CPU MHz: 2933.438 16:19:43 BogoMIPS: 5866.87 16:19:43 Virtualization: VT-x 16:19:43 Hypervisor vendor: KVM 16:19:43 Virtualization type: full 16:19:43 L1d cache: 128 KiB 16:19:43 L1i cache: 128 KiB 16:19:43 L2 cache: 16 MiB 16:19:43 L3 cache: 64 MiB 16:19:43 NUMA node0 CPU(s): 0-3 16:19:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:19:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:19:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:19:43 Vulnerability Meltdown: Mitigation; PTI 16:19:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:19:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:19:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:19:43 Vulnerability Srbds: Not affected 16:19:43 Vulnerability Tsx async abort: Not affected 16:19:43 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 16:19:43 16:19:43 16:19:43 ---> nproc: 16:19:43 4 16:19:43 16:19:43 16:19:43 ---> df -h: 16:19:43 Filesystem Size Used Available Use% Mounted on 16:19:43 overlay 50.0G 7.3G 42.7G 15% / 16:19:43 tmpfs 64.0M 0 64.0M 0% /dev 16:19:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:19:43 shm 64.0M 0 64.0M 0% /dev/shm 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-63 16:19:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp 16:19:43 16:19:43 16:19:43 ---> free -m: 16:19:43 total used free shared buff/cache available 16:19:43 Mem: 1837 672 108 0 1057 1060 16:19:43 Swap: 1023 1 1022 16:19:43 16:19:43 16:19:43 ---> ip addr: 16:19:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:19:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:19:43 inet 127.0.0.1/8 scope host lo 16:19:43 valid_lft forever preferred_lft forever 16:19:43 inet6 ::1/128 scope host 16:19:43 valid_lft forever preferred_lft forever 16:19:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:19:43 link/ether fa:16:3e:45:19:1e brd ff:ff:ff:ff:ff:ff 16:19:43 inet 10.30.122.175/23 brd 10.30.123.255 scope global dynamic eth0 16:19:43 valid_lft 86030sec preferred_lft 86030sec 16:19:43 inet6 fe80::f816:3eff:fe45:191e/64 scope link 16:19:43 valid_lft forever preferred_lft forever 16:19:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:19:43 link/ether 02:42:5b:6e:66:30 brd ff:ff:ff:ff:ff:ff 16:19:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:19:43 valid_lft forever preferred_lft forever 16:19:43 inet6 fe80::42:5bff:fe6e:6630/64 scope link 16:19:43 valid_lft forever preferred_lft forever 16:19:43 16:19:43 16:19:43 ---> sar -b -r -n DEV: 16:19:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 16:19:43 16:19:43 16:13:20 LINUX RESTART (4 CPU) 16:19:43 16:19:43 16:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:19:43 16:15:01 41.64 11.66 29.99 0.00 4329.54 2949.77 0.00 16:19:43 16:16:01 1.80 0.00 1.80 0.00 0.00 34.28 0.00 16:19:43 16:17:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 16:19:43 16:18:02 0.25 0.00 0.25 0.00 0.00 2.70 0.00 16:19:43 16:19:01 0.24 0.00 0.24 0.00 0.00 3.73 0.00 16:19:43 Average: 8.87 2.34 6.53 0.00 868.92 600.86 0.00 16:19:43 16:19:43 16:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:19:43 16:15:01 171240 0 569760 30.28 2620 1137924 1092024 37.27 365908 1145820 20 16:19:43 16:16:01 173548 0 567444 30.16 2620 1137932 1074044 36.66 366984 1142820 8 16:19:43 16:17:01 173732 0 567256 30.15 2620 1137936 1074044 36.66 367968 1141840 8 16:19:43 16:18:02 171712 0 569276 30.26 2620 1137936 1074176 36.66 370420 1141316 16 16:19:43 16:19:01 172048 0 568932 30.24 2620 1137944 1074176 36.66 374980 1137068 8 16:19:43 Average: 172456 0 568534 30.22 2620 1137934 1077693 36.78 369252 1141773 12 16:19:43 16:19:43 16:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:19:43 16:15:01 eth0 156.44 112.49 449.71 43.21 0.00 0.00 0.00 0.00 16:19:43 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:15:01 docker0 1.86 1.62 0.36 2.61 0.00 0.00 0.00 0.00 16:19:43 16:16:01 eth0 0.35 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:19:43 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:17:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:19:43 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:18:02 eth0 1.98 0.62 0.66 0.37 0.00 0.00 0.00 0.00 16:19:43 16:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:19:01 eth0 0.69 0.39 0.35 0.30 0.00 0.00 0.00 0.00 16:19:43 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 Average: eth0 32.11 22.79 90.47 8.81 0.00 0.00 0.00 0.00 16:19:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:43 Average: docker0 0.37 0.32 0.07 0.52 0.00 0.00 0.00 0.00 16:19:43 16:19:43 16:19:43 ---> sar -P ALL: 16:19:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 16:19:43 16:19:43 16:13:20 LINUX RESTART (4 CPU) 16:19:43 16:19:43 16:14:01 CPU %user %nice %system %iowait %steal %idle 16:19:43 16:15:01 all 3.07 0.00 2.05 0.92 0.00 93.96 16:19:43 16:15:01 0 3.46 0.00 2.40 0.44 0.00 93.70 16:19:43 16:15:01 1 2.87 0.00 2.23 2.40 0.00 92.51 16:19:43 16:15:01 2 2.63 0.00 1.72 0.57 0.00 95.08 16:19:43 16:15:01 3 3.31 0.00 1.85 0.27 0.02 94.55 16:19:43 16:16:01 all 0.12 0.00 0.05 0.00 0.00 99.84 16:19:43 16:16:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:19:43 16:16:01 1 0.07 0.00 0.07 0.00 0.00 99.87 16:19:43 16:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:19:43 16:16:01 3 0.32 0.00 0.07 0.00 0.00 99.62 16:19:43 16:17:01 all 0.13 0.00 0.04 0.00 0.00 99.82 16:19:43 16:17:01 0 0.02 0.00 0.05 0.00 0.00 99.93 16:19:43 16:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:19:43 16:17:01 2 0.47 0.00 0.05 0.00 0.00 99.48 16:19:43 16:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:19:43 16:18:02 all 0.13 0.00 0.04 0.00 0.00 99.83 16:19:43 16:18:02 0 0.07 0.00 0.05 0.00 0.00 99.88 16:19:43 16:18:02 1 0.03 0.00 0.05 0.00 0.00 99.92 16:19:43 16:18:02 2 0.40 0.00 0.02 0.00 0.00 99.58 16:19:43 16:18:02 3 0.03 0.00 0.03 0.00 0.00 99.93 16:19:43 16:19:01 all 0.22 0.00 0.17 0.00 0.01 99.60 16:19:43 16:19:01 0 0.08 0.00 0.10 0.00 0.02 99.80 16:19:43 16:19:01 1 0.10 0.00 0.30 0.00 0.02 99.58 16:19:43 16:19:01 2 0.61 0.00 0.15 0.00 0.00 99.24 16:19:43 16:19:01 3 0.07 0.00 0.14 0.00 0.00 99.80 16:19:43 Average: all 0.73 0.00 0.47 0.18 0.00 98.61 16:19:43 Average: 0 0.73 0.00 0.53 0.09 0.00 98.65 16:19:43 Average: 1 0.62 0.00 0.54 0.48 0.00 98.36 16:19:43 Average: 2 0.83 0.00 0.39 0.11 0.00 98.67 16:19:43 Average: 3 0.74 0.00 0.42 0.05 0.00 98.78 16:19:43 16:19:43 16:19:43