Pull request #82 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc+76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 (ef954cd3dba49d7b9413e0bab3da3fbed0f5f97d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18504 in /w/workspace/exfoundry_go-mod-messaging_PR-82 [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-82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc Merge succeeded, producing 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc Checking out Revision 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc (PR-82) > 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/82/head:refs/remotes/origin/PR-82 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc # timeout=10 Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. > git rev-list --no-walk c5744caf410218e7ba1d08eca5d78d24294ddbd8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:31:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:31:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:31:45 ========================================================= 15:31:45 EdgeX Global Pipelines Version Info 15:31:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:31:47 ------------------- 15:31:47 stable info: 15:31:47 ------------------- 15:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:31:47 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:31:47 Message: update stable to v1.0.173 15:31:48 ------------------- 15:31:48 experimental info: 15:31:48 ------------------- 15:31:48 Commited By: **** collab-it+edgex@linuxfoundation.org 15:31:48 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:31:48 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:31:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:31:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-82 [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-82 [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-82 [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26a83cc [Pipeline] echo 15:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:31:52 + git log --format=format:%s -1 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc [Pipeline] echo 15:31:52 GIT_COMMIT: 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc, Commit Message: build(deps): Bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo 15:31:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:31:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:53 15:31:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:31:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:53 latest: Pulling from edgex-devops/git-semver 15:31:53 31603596830f: Pulling fs layer 15:31:53 2a8b12db71e7: Pulling fs layer 15:31:53 6ca5941a6612: Pulling fs layer 15:31:53 ecc8261a40a4: Pulling fs layer 15:31:53 ecc8261a40a4: Waiting 15:31:53 2a8b12db71e7: Verifying Checksum 15:31:53 2a8b12db71e7: Download complete 15:31:54 31603596830f: Verifying Checksum 15:31:54 31603596830f: Download complete 15:31:54 ecc8261a40a4: Verifying Checksum 15:31:54 ecc8261a40a4: Download complete 15:31:54 6ca5941a6612: Verifying Checksum 15:31:54 6ca5941a6612: Download complete 15:31:54 31603596830f: Pull complete 15:31:54 2a8b12db71e7: Pull complete 15:31:55 6ca5941a6612: Pull complete 15:31:55 ecc8261a40a4: Pull complete 15:31:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:31:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:31:55 prd-centos7-docker-4c-2g-18504 does not seem to be running inside a container 15:31:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-82 -v /w/workspace/exfoundry_go-mod-messaging_PR-82:/w/workspace/exfoundry_go-mod-messaging_PR-82:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-82@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-82@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 15:31:57 $ docker top 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:58 [ssh-agent] Looking for ssh-agent implementation... 15:31:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:58 $ docker exec 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 ssh-agent 15:31:58 SSH_AUTH_SOCK=/tmp/ssh-osxcqeJUhCTV/agent.12 15:31:58 SSH_AGENT_PID=17 15:31:58 Running ssh-add (command line suppressed) 15:31:58 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-82@tmp/private_key_5197097178406786674.key (/w/workspace/exfoundry_go-mod-messaging_PR-82@tmp/private_key_5197097178406786674.key) 15:31:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:59 + git tag --points-at HEAD [Pipeline] } 15:31:59 $ docker exec --env ******** --env ******** 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 ssh-agent -k 15:31:59 unset SSH_AUTH_SOCK; 15:31:59 unset SSH_AGENT_PID; 15:31:59 echo Agent pid 17 killed; 15:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:31:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:59 [ssh-agent] Looking for ssh-agent implementation... 15:31:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:59 $ docker exec 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 ssh-agent 15:32:00 SSH_AUTH_SOCK=/tmp/ssh-lz68ThrFxgKM/agent.46 15:32:00 SSH_AGENT_PID=52 15:32:00 Running ssh-add (command line suppressed) 15:32:00 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-82@tmp/private_key_1017548339484080083.key (/w/workspace/exfoundry_go-mod-messaging_PR-82@tmp/private_key_1017548339484080083.key) 15:32:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:00 + git semver init 15:32:00 # -> Open(): unable to determine branch for HEAD 15:32:00 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-82/.git 15:32:00 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-82 15:32:00 # $SEMVER_REMOTE_NAME = origin 15:32:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:00 # $SEMVER_USER_NAME = edgex-jenkins 15:32:00 # $SEMVER_BRANCH = PR-82 15:32:00 # $SEMVER_TEMP = /tmp/semver-642242005 15:32:00 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 15:32:00 # '/tmp/semver-642242005' -> '/w/workspace/exfoundry_go-mod-messaging_PR-82/.semver' 15:32:01 # -> Force: false 15:32:01 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-82/.semver [Pipeline] } 15:32:01 $ docker exec --env ******** --env ******** 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 ssh-agent -k 15:32:01 unset SSH_AUTH_SOCK; 15:32:01 unset SSH_AGENT_PID; 15:32:01 echo Agent pid 52 killed; 15:32:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:01 + git semver [Pipeline] } 15:32:01 $ docker stop --time=1 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 15:32:03 $ docker rm -f 72cce506cbc5d187610886e5d2211d905440edff4a81941817e62cf65f813ee8 [Pipeline] // withDockerContainer [Pipeline] sh 15:32:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:32:04 Stashed 1 file(s) [Pipeline] echo 15:32:04 [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 15:32:20 Still waiting to schedule task 15:32:20 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18503’ is offline; ‘prd-centos7-docker-4c-2g-18507’ is offline; ‘prd-centos7-docker-4c-2g-18508’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18506’ doesn’t have label ‘centos7-docker-4c-2g’ 15:32:20 Still waiting to schedule task 15:32:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:32:40 Running on prd-centos7-docker-4c-2g-18508 in /w/workspace/exfoundry_go-mod-messaging_PR-82 [Pipeline] { [Pipeline] ws 15:32:40 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 15:32:43 using credential edgex-jenkins-ssh 15:32:43 Cloning the remote Git repository 15:32:42 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:32:43 > git init /w/workspace/go-mod-messaging/3 # timeout=10 15:32:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:32:43 > git --version # timeout=10 15:32:43 > git --version # 'git version 2.24.3' 15:32:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:44 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc 15:32:44 Merge succeeded, producing 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc 15:32:44 Checking out Revision 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc (PR-82) 15:32:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:32:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:32:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:32:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:32:44 > git config core.sparsecheckout # timeout=10 15:32:44 > git checkout -f 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc # timeout=10 15:32:44 > git remote # timeout=10 15:32:44 > git config --get remote.origin.url # timeout=10 15:32:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:44 > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 15:32:44 > git rev-parse HEAD^{commit} # timeout=10 15:32:44 > git config core.sparsecheckout # timeout=10 15:32:44 > git checkout -f 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc # timeout=10 15:32:48 Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:32:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:32:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:32:50 + sudo service docker restart 15:32:50 + true 15:32:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:32:51 ========================================================= 15:32:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:32:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:32:51 + 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 . 15:32:52 Sending build context to Docker daemon 493.1kB 15:32:52 Step 1/7 : ARG BASE=golang:1.15-alpine 15:32:52 Step 2/7 : FROM ${BASE} 15:32:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:32:52 188c0c94c7c5: Pulling fs layer 15:32:52 0ef7d3d256c8: Pulling fs layer 15:32:52 de9db76c5a1d: Pulling fs layer 15:32:52 bca2f99d35d6: Pulling fs layer 15:32:52 93359f2a8cfa: Pulling fs layer 15:32:52 7c6f9722023f: Pulling fs layer 15:32:52 a35cf1a2eb13: Pulling fs layer 15:32:52 93359f2a8cfa: Waiting 15:32:52 7c6f9722023f: Waiting 15:32:52 a35cf1a2eb13: Waiting 15:32:52 bca2f99d35d6: Waiting 15:32:52 de9db76c5a1d: Verifying Checksum 15:32:52 de9db76c5a1d: Download complete 15:32:52 0ef7d3d256c8: Verifying Checksum 15:32:52 0ef7d3d256c8: Download complete 15:32:52 93359f2a8cfa: Verifying Checksum 15:32:52 93359f2a8cfa: Download complete 15:32:52 188c0c94c7c5: Verifying Checksum 15:32:52 188c0c94c7c5: Download complete 15:32:52 188c0c94c7c5: Pull complete 15:32:53 0ef7d3d256c8: Pull complete 15:32:53 de9db76c5a1d: Pull complete 15:32:54 a35cf1a2eb13: Verifying Checksum 15:32:54 a35cf1a2eb13: Download complete 15:32:55 bca2f99d35d6: Verifying Checksum 15:32:55 bca2f99d35d6: Download complete 15:33:01 bca2f99d35d6: Pull complete 15:33:01 93359f2a8cfa: Pull complete 15:33:01 7c6f9722023f: Pull complete 15:33:06 a35cf1a2eb13: Pull complete 15:33:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:33:06 ---> a62c8e92a672 15:33:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:33:06 ---> Running in c50e734369e4 15:33:06 Removing intermediate container c50e734369e4 15:33:06 ---> e02596ee8eb4 15:33:06 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:33:06 ---> Running in 2a21c51fe557 15:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:08 (1/5) Installing libsodium (1.0.18-r0) 15:33:08 (2/5) Installing libzmq (4.3.3-r0) 15:33:08 (3/5) Installing pkgconf (1.7.2-r0) 15:33:08 (4/5) Installing libsodium-dev (1.0.18-r0) 15:33:08 (5/5) Installing zeromq-dev (4.3.3-r0) 15:33:08 Executing busybox-1.31.1-r19.trigger 15:33:08 OK: 167 MiB in 44 packages 15:33:09 Removing intermediate container 2a21c51fe557 15:33:09 ---> 035e5ca274a2 15:33:09 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:33:09 ---> Running in 9926bff15d48 15:33:09 Removing intermediate container 9926bff15d48 15:33:09 ---> 8687842c80ac 15:33:09 Step 6/7 : COPY go.mod . 15:33:09 ---> b471a2c54d66 15:33:09 Step 7/7 : RUN go mod download 15:33:09 ---> Running in fff77993fc60 15:33:22 Removing intermediate container fff77993fc60 15:33:22 ---> 432f98c6d3e0 15:33:22 Successfully built 432f98c6d3e0 15:33:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:33:22 + docker inspect -f . ci-base-image-x86_64 15:33:22 . [Pipeline] withDockerContainer 15:33:22 prd-centos7-docker-4c-2g-18508 does not seem to be running inside a container 15:33:22 $ 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 ******** ci-base-image-x86_64 cat 15:33:23 $ docker top c57316405663a89c26f30cb5f401b7ce9a26c55d88d66839f6b12db474fe51b6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:24 + go version 15:33:24 go version go1.15.5 linux/amd64 [Pipeline] } 15:33:24 $ docker stop --time=1 c57316405663a89c26f30cb5f401b7ce9a26c55d88d66839f6b12db474fe51b6 15:33:25 $ docker rm -f c57316405663a89c26f30cb5f401b7ce9a26c55d88d66839f6b12db474fe51b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:26 + docker inspect -f . ci-base-image-x86_64 15:33:26 . [Pipeline] withDockerContainer 15:33:26 prd-centos7-docker-4c-2g-18508 does not seem to be running inside a container 15:33:26 $ 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 ******** ci-base-image-x86_64 cat 15:33:27 $ docker top d7013c66d6a65a883c544beab9bc84e0266481f212d0175f52936d0f0fef0e07 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:28 + make test 15:33:28 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:33:33 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 15:33:33 # github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt [github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt.test] 15:33:33 internal/pkg/mqtt/client_test.go:149:9: cannot use &mc.connect (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:33:33 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:33:33 internal/pkg/mqtt/client_test.go:155:10: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:33:33 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:33:33 internal/pkg/mqtt/client_test.go:159:9: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:33:33 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:33:33 internal/pkg/mqtt/client_test.go:164:9: cannot use &mc.subscribe (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:33:33 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:33:35 FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt [build failed] 15:33:38 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.021s coverage: 77.1% of statements 15:33:38 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 15:34:00 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.347s coverage: 84.1% of statements 15:34:00 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements 15:34:00 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.040s coverage: 100.0% of statements 15:34:00 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.017s coverage: 100.0% of statements 15:34:00 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.007s coverage: 90.9% of statements 15:34:00 FAIL 15:34:00 make: *** [Makefile:6: test] Error 2 [Pipeline] } 15:34:00 $ docker stop --time=1 d7013c66d6a65a883c544beab9bc84e0266481f212d0175f52936d0f0fef0e07 15:34:02 $ docker rm -f d7013c66d6a65a883c544beab9bc84e0266481f212d0175f52936d0f0fef0e07 [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] stage [Pipeline] { (Snap) Stage "Snap" 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] } 15:34:03 Failed in branch amd64 15:34:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18509 in /w/workspace/exfoundry_go-mod-messaging_PR-82 [Pipeline] { [Pipeline] ws 15:34:46 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 15:34:52 using credential edgex-jenkins-ssh 15:34:52 Cloning the remote Git repository 15:34:52 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:34:52 > git init /w/workspace/go-mod-messaging/3 # timeout=10 15:34:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:34:52 > git --version # timeout=10 15:34:52 > git --version # 'git version 2.17.1' 15:34:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:34:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:34:53 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc 15:34:54 Merge succeeded, producing 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc 15:34:54 Checking out Revision 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc (PR-82) 15:34:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:34:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:34:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:34:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:34:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:34:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:34:53 > git config core.sparsecheckout # timeout=10 15:34:53 > git checkout -f 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc # timeout=10 15:34:54 > git remote # timeout=10 15:34:54 > git config --get remote.origin.url # timeout=10 15:34:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:34:54 > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 15:34:54 > git rev-parse HEAD^{commit} # timeout=10 15:34:54 > git config core.sparsecheckout # timeout=10 15:34:54 > git checkout -f 26a83cc2e38a4b57ce6e37d089f6806b5f682fcc # timeout=10 15:34:58 Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:35:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:35:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:35:01 + + true 15:35:01 sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:35:03 ========================================================= 15:35:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:35:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:35:04 + 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 . 15:35:05 Sending build context to Docker daemon 492kB 15:35:05 Step 1/7 : ARG BASE=golang:1.15-alpine 15:35:05 Step 2/7 : FROM ${BASE} 15:35:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:35:05 5f621e34cdf4: Pulling fs layer 15:35:05 a4357932f1b6: Pulling fs layer 15:35:05 18c013af1878: Pulling fs layer 15:35:05 00ac8860ef70: Pulling fs layer 15:35:05 63d7cb157983: Pulling fs layer 15:35:05 b116817d02f9: Pulling fs layer 15:35:05 745a02a5169b: Pulling fs layer 15:35:05 63d7cb157983: Waiting 15:35:05 b116817d02f9: Waiting 15:35:05 00ac8860ef70: Waiting 15:35:05 745a02a5169b: Waiting 15:35:05 18c013af1878: Verifying Checksum 15:35:05 18c013af1878: Download complete 15:35:05 a4357932f1b6: Verifying Checksum 15:35:05 a4357932f1b6: Download complete 15:35:05 63d7cb157983: Download complete 15:35:05 b116817d02f9: Download complete 15:35:05 5f621e34cdf4: Verifying Checksum 15:35:05 5f621e34cdf4: Download complete 15:35:06 5f621e34cdf4: Pull complete 15:35:06 a4357932f1b6: Pull complete 15:35:07 18c013af1878: Pull complete 15:35:08 745a02a5169b: Download complete 15:35:09 00ac8860ef70: Verifying Checksum 15:35:09 00ac8860ef70: Download complete 15:35:19 00ac8860ef70: Pull complete 15:35:19 63d7cb157983: Pull complete 15:35:19 b116817d02f9: Pull complete 15:35:24 745a02a5169b: Pull complete 15:35:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:35:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:35:24 ---> b7e6874047d6 15:35:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:35:26 ---> Running in 31b27dbda219 15:35:26 Removing intermediate container 31b27dbda219 15:35:26 ---> e3ebd8cf21f7 15:35:26 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:35:26 ---> Running in e7c0f85c3130 15:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:29 (1/5) Installing libsodium (1.0.18-r0) 15:35:29 (2/5) Installing libzmq (4.3.3-r0) 15:35:29 (3/5) Installing pkgconf (1.7.2-r0) 15:35:29 (4/5) Installing libsodium-dev (1.0.18-r0) 15:35:29 (5/5) Installing zeromq-dev (4.3.3-r0) 15:35:29 Executing busybox-1.31.1-r19.trigger 15:35:29 OK: 144 MiB in 44 packages 15:35:31 Removing intermediate container e7c0f85c3130 15:35:31 ---> 22b04d2087df 15:35:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:35:31 ---> Running in 76ba0e419e87 15:35:31 Removing intermediate container 76ba0e419e87 15:35:31 ---> 459ffa0036e8 15:35:31 Step 6/7 : COPY go.mod . 15:35:32 ---> 1bbe690b37b8 15:35:32 Step 7/7 : RUN go mod download 15:35:32 ---> Running in 459fe042ad5e 15:35:47 Removing intermediate container 459fe042ad5e 15:35:47 ---> e0f7f98df4dd 15:35:47 Successfully built e0f7f98df4dd 15:35:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:35:48 + docker inspect -f . ci-base-image-arm64 15:35:48 . [Pipeline] withDockerContainer 15:35:48 prd-ubuntu18.04-docker-arm64-4c-16g-18509 does not seem to be running inside a container 15:35:48 $ 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-arm64 cat 15:35:49 $ docker top e2c840cc661a9445b2641f8b795d4e46011e79bc274f2abbee002be1daa4244a -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:51 + go version 15:35:51 go version go1.15.5 linux/arm64 [Pipeline] } 15:35:51 $ docker stop --time=1 e2c840cc661a9445b2641f8b795d4e46011e79bc274f2abbee002be1daa4244a 15:35:53 $ docker rm -f e2c840cc661a9445b2641f8b795d4e46011e79bc274f2abbee002be1daa4244a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:35:54 + docker inspect -f . ci-base-image-arm64 15:35:54 . [Pipeline] withDockerContainer 15:35:54 prd-ubuntu18.04-docker-arm64-4c-16g-18509 does not seem to be running inside a container 15:35: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-arm64 cat 15:35:55 $ docker top 0bd741f8b89258327e8cc390f7234a32e123f1a20311c7c8f1549fcb4c73857d -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:56 + make test 15:35:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:36:11 # github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt [github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt.test] 15:36:11 internal/pkg/mqtt/client_test.go:149:9: cannot use &mc.connect (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:36:11 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:36:11 internal/pkg/mqtt/client_test.go:155:10: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:36:11 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:36:11 internal/pkg/mqtt/client_test.go:159:9: cannot use &mc.publish (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:36:11 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:36:11 internal/pkg/mqtt/client_test.go:164:9: cannot use &mc.subscribe (type *MockToken) as type "github.com/eclipse/paho.mqtt.golang".Token in return argument: 15:36:11 *MockToken does not implement "github.com/eclipse/paho.mqtt.golang".Token (missing Done method) 15:36:12 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 15:36:17 FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt [build failed] 15:36:19 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.023s coverage: 77.1% of statements 15:36:19 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 15:36:51 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.405s coverage: 84.1% of statements 15:36:51 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.019s coverage: 85.7% of statements 15:36:51 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.019s coverage: 100.0% of statements 15:36:51 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.023s coverage: 100.0% of statements 15:36:51 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.011s coverage: 90.9% of statements 15:36:51 FAIL 15:36:51 make: *** [Makefile:6: test] Error 2 [Pipeline] } 15:36:51 $ docker stop --time=1 0bd741f8b89258327e8cc390f7234a32e123f1a20311c7c8f1549fcb4c73857d 15:36:54 $ docker rm -f 0bd741f8b89258327e8cc390f7234a32e123f1a20311c7c8f1549fcb4c73857d [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] } 15:36:55 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 15:36:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:36:58 ---> package-listing.sh 15:36:58 ++ facter osfamily 15:36:58 ++ tr '[:upper:]' '[:lower:]' 15:36:58 + OS_FAMILY=redhat 15:36:58 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-82 15:36:58 + START_PACKAGES=/tmp/packages_start.txt 15:36:58 + END_PACKAGES=/tmp/packages_end.txt 15:36:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:36:58 + PACKAGES=/tmp/packages_start.txt 15:36:58 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-82 ']' 15:36:58 + PACKAGES=/tmp/packages_end.txt 15:36:58 + case "${OS_FAMILY}" in 15:36:58 + rpm -qa 15:36:58 + sort 15:37:03 + '[' -f /tmp/packages_start.txt ']' 15:37:03 + '[' -f /tmp/packages_end.txt ']' 15:37:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:37:03 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-82 ']' 15:37:03 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-82/archives/ 15:37:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-82/archives/ [Pipeline] echo 15:37:03 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-82/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:37:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:37:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:37:04 15:37:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:37:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:37:04 alpine: Pulling from edgex-lftools-log-publisher 15:37:04 df20fa9351a1: Pulling fs layer 15:37:04 36b3adc4ff6f: Pulling fs layer 15:37:04 8ad3a11d3b57: Pulling fs layer 15:37:04 46f8f816bc3b: Pulling fs layer 15:37:04 93b61091891f: Pulling fs layer 15:37:04 93b9cdb0e59b: Pulling fs layer 15:37:04 5e14af77c1be: Pulling fs layer 15:37:04 01666e4c0597: Pulling fs layer 15:37:04 aa168da1d23b: Pulling fs layer 15:37:04 93b9cdb0e59b: Waiting 15:37:04 5e14af77c1be: Waiting 15:37:04 01666e4c0597: Waiting 15:37:04 aa168da1d23b: Waiting 15:37:04 46f8f816bc3b: Waiting 15:37:04 93b61091891f: Waiting 15:37:04 36b3adc4ff6f: Verifying Checksum 15:37:04 36b3adc4ff6f: Download complete 15:37:04 46f8f816bc3b: Verifying Checksum 15:37:04 46f8f816bc3b: Download complete 15:37:04 df20fa9351a1: Verifying Checksum 15:37:04 df20fa9351a1: Download complete 15:37:04 93b9cdb0e59b: Verifying Checksum 15:37:04 93b9cdb0e59b: Download complete 15:37:04 5e14af77c1be: Verifying Checksum 15:37:04 5e14af77c1be: Download complete 15:37:05 01666e4c0597: Verifying Checksum 15:37:05 01666e4c0597: Download complete 15:37:05 93b61091891f: Verifying Checksum 15:37:05 93b61091891f: Download complete 15:37:05 8ad3a11d3b57: Verifying Checksum 15:37:05 8ad3a11d3b57: Download complete 15:37:05 df20fa9351a1: Pull complete 15:37:05 36b3adc4ff6f: Pull complete 15:37:06 8ad3a11d3b57: Pull complete 15:37:07 46f8f816bc3b: Pull complete 15:37:07 aa168da1d23b: Verifying Checksum 15:37:07 aa168da1d23b: Download complete 15:37:07 93b61091891f: Pull complete 15:37:07 93b9cdb0e59b: Pull complete 15:37:07 5e14af77c1be: Pull complete 15:37:07 01666e4c0597: Pull complete 15:37:16 aa168da1d23b: Pull complete 15:37:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:37:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:37:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:37:16 prd-centos7-docker-4c-2g-18504 does not seem to be running inside a container 15:37:16 $ 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-82/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-82 -v /w/workspace/exfoundry_go-mod-messaging_PR-82:/w/workspace/exfoundry_go-mod-messaging_PR-82:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-82@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-82@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 15:37:19 $ docker top 4e1bbf9d373d1a874f96c79c5b5d0ce6763e8fcede575a11c43e843b733d2eea -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:20 + touch /tmp/pre-build-complete [Pipeline] sh 15:37:20 + mkdir -p /var/log/sa [Pipeline] sh 15:37:20 + ls /var/log/sa-host 15:37:20 + sadf -c /var/log/sa-host/sa05 15:37:20 file_magic: OK 15:37:20 HZ: Using current value: 100 15:37:20 file_header: OK 15:37:20 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 15:37:20 Statistics: 15:37:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:37:20 File successfully converted to sysstat format version 12.2.1 15:37:20 + sadf -c /var/log/sa-host/sa23 15:37:20 file_magic: OK 15:37:20 HZ: Using current value: 100 15:37:20 file_header: OK 15:37:20 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 15:37:20 Statistics: 15:37:20 Hnuu...uuuununununu... 15:37:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:37:21 provisioning config files... 15:37:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-82@tmp/config6511082314020253846tmp [Pipeline] { [Pipeline] echo 15:37:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:37:21 ---> create-netrc.sh [Pipeline] } 15:37:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:37:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:37:21 ---> python-tools-install.sh [Pipeline] echo 15:37:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:37:22 ---> sudo-logs.sh 15:37:22 Archiving 'sudo' log.. [Pipeline] echo 15:37:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:37:22 ---> job-cost.sh 15:37:22 lf-activate-venv: SKIPPING 15:37:22 INFO: No Stack... 15:37:23 INFO: Retrieving Pricing Info for: v1-standard-2 15:37:24 INFO: Archiving Costs [Pipeline] echo 15:37:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:37:24 ---> logs-deploy.sh 15:37:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-82/3 15:37:24 INFO: archiving workspace using pattern(s): 15:37:26 Archives upload complete. 15:37:26 INFO: archiving logs to Nexus 15:37:27 ---> uname -a: 15:37:27 Linux prd-centos7-docker-4c-2g-18504.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:37:27 15:37:27 15:37:27 ---> lscpu: 15:37:27 Architecture: x86_64 15:37:27 CPU op-mode(s): 32-bit, 64-bit 15:37:27 Byte Order: Little Endian 15:37:27 Address sizes: 40 bits physical, 48 bits virtual 15:37:27 CPU(s): 4 15:37:27 On-line CPU(s) list: 0-3 15:37:27 Thread(s) per core: 1 15:37:27 Core(s) per socket: 1 15:37:27 Socket(s): 4 15:37:27 NUMA node(s): 1 15:37:27 Vendor ID: GenuineIntel 15:37:27 CPU family: 6 15:37:27 Model: 44 15:37:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:37:27 Stepping: 1 15:37:27 CPU MHz: 2933.436 15:37:27 BogoMIPS: 5866.87 15:37:27 Virtualization: VT-x 15:37:27 Hypervisor vendor: KVM 15:37:27 Virtualization type: full 15:37:27 L1d cache: 128 KiB 15:37:27 L1i cache: 128 KiB 15:37:27 L2 cache: 16 MiB 15:37:27 L3 cache: 64 MiB 15:37:27 NUMA node0 CPU(s): 0-3 15:37:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:37:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:37:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:37:27 Vulnerability Meltdown: Mitigation; PTI 15:37:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:37:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:37:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:37:27 Vulnerability Srbds: Not affected 15:37:27 Vulnerability Tsx async abort: Not affected 15:37:27 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 15:37:27 15:37:27 15:37:27 ---> nproc: 15:37:27 4 15:37:27 15:37:27 15:37:27 ---> df -h: 15:37:27 Filesystem Size Used Available Use% Mounted on 15:37:27 overlay 50.0G 7.3G 42.7G 15% / 15:37:27 tmpfs 64.0M 0 64.0M 0% /dev 15:37:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:37:27 shm 64.0M 0 64.0M 0% /dev/shm 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-82@tmp 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:37:27 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-82 15:37:27 15:37:27 15:37:27 ---> free -m: 15:37:27 total used free shared buff/cache available 15:37:27 Mem: 1837 712 106 0 1018 1020 15:37:27 Swap: 1023 1 1022 15:37:27 15:37:27 15:37:27 ---> ip addr: 15:37:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:37:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:37:27 inet 127.0.0.1/8 scope host lo 15:37:27 valid_lft forever preferred_lft forever 15:37:27 inet6 ::1/128 scope host 15:37:27 valid_lft forever preferred_lft forever 15:37:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:37:27 link/ether fa:16:3e:e0:6a:e0 brd ff:ff:ff:ff:ff:ff 15:37:27 inet 10.30.122.134/23 brd 10.30.123.255 scope global dynamic eth0 15:37:27 valid_lft 86024sec preferred_lft 86024sec 15:37:27 inet6 fe80::f816:3eff:fee0:6ae0/64 scope link 15:37:27 valid_lft forever preferred_lft forever 15:37:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:37:27 link/ether 02:42:dc:b1:43:25 brd ff:ff:ff:ff:ff:ff 15:37:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:37:27 valid_lft forever preferred_lft forever 15:37:27 inet6 fe80::42:dcff:feb1:4325/64 scope link 15:37:27 valid_lft forever preferred_lft forever 15:37:27 15:37:27 15:37:27 ---> sar -b -r -n DEV: 15:37:27 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) 15:37:27 15:37:27 15:30:59 LINUX RESTART (4 CPU) 15:37:27 15:37:27 15:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:37:27 15:33:01 6.79 2.16 4.62 0.00 180.07 91.10 0.00 15:37:27 15:34:01 0.42 0.00 0.42 0.00 0.00 6.58 0.00 15:37:27 15:35:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 15:37:27 15:36:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 15:37:27 15:37:01 42.10 41.72 0.38 0.00 3538.80 5.64 0.00 15:37:27 Average: 9.95 8.78 1.17 0.00 743.90 21.65 0.00 15:37:27 15:37:27 15:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:37:27 15:33:01 146616 0 619684 32.93 2620 1112624 1114120 38.02 450124 1085748 20 15:37:27 15:34:01 154356 0 611936 32.52 2620 1112632 1074624 36.68 446516 1082908 20 15:37:27 15:35:01 151480 0 614808 32.68 2620 1112636 1074768 36.68 449660 1082308 16 15:37:27 15:36:01 152820 0 613468 32.60 2620 1112636 1074624 36.68 452468 1078736 12 15:37:27 15:37:01 96836 0 636624 33.84 2620 1145464 1110372 37.90 457708 1130252 68 15:37:27 Average: 140422 0 619304 32.91 2620 1119198 1089702 37.19 451295 1091990 27 15:37:27 15:37:27 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:37:27 15:33:01 eth0 14.34 10.28 10.25 23.98 0.00 0.00 0.00 0.00 15:37:27 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:34:01 eth0 0.77 0.10 0.06 0.04 0.00 0.00 0.00 0.00 15:37:27 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:35:01 eth0 0.83 0.43 0.31 0.21 0.00 0.00 0.00 0.00 15:37:27 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:36:01 eth0 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 15:37:27 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:37:01 eth0 6.04 3.36 5.05 1.98 0.00 0.00 0.00 0.00 15:37:27 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 Average: eth0 4.52 2.86 3.15 5.25 0.00 0.00 0.00 0.00 15:37:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:37:27 15:37:27 15:37:27 ---> sar -P ALL: 15:37:27 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) 15:37:27 15:37:27 15:30:59 LINUX RESTART (4 CPU) 15:37:27 15:37:27 15:32:01 CPU %user %nice %system %iowait %steal %idle 15:37:27 15:33:01 all 0.85 0.00 0.31 0.07 0.12 98.65 15:37:27 15:33:01 0 0.68 0.00 0.33 0.02 0.15 98.82 15:37:27 15:33:01 1 0.83 0.00 0.25 0.15 0.13 98.63 15:37:27 15:33:01 2 0.78 0.00 0.32 0.07 0.12 98.72 15:37:27 15:33:01 3 1.10 0.00 0.35 0.05 0.08 98.42 15:37:27 15:34:01 all 0.14 0.00 0.05 0.00 0.06 99.75 15:37:27 15:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 15:37:27 15:34:01 1 0.07 0.00 0.08 0.00 0.05 99.80 15:37:27 15:34:01 2 0.15 0.00 0.03 0.00 0.12 99.70 15:37:27 15:34:01 3 0.32 0.00 0.05 0.00 0.07 99.57 15:37:27 15:35:01 all 0.16 0.00 0.05 0.00 0.00 99.79 15:37:27 15:35:01 0 0.03 0.00 0.03 0.00 0.02 99.92 15:37:27 15:35:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:37:27 15:35:01 2 0.50 0.00 0.03 0.00 0.00 99.47 15:37:27 15:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:37:27 15:36:01 all 0.14 0.00 0.03 0.00 0.00 99.82 15:37:27 15:36:01 0 0.03 0.00 0.08 0.00 0.00 99.88 15:37:27 15:36:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:37:27 15:36:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:37:27 15:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:37:27 15:37:01 all 0.67 0.00 0.30 0.92 0.04 98.06 15:37:27 15:37:01 0 0.22 0.00 0.25 0.45 0.05 99.03 15:37:27 15:37:01 1 1.54 0.00 0.67 3.16 0.05 94.58 15:37:27 15:37:01 2 0.70 0.00 0.13 0.00 0.03 99.13 15:37:27 15:37:01 3 0.23 0.00 0.15 0.08 0.03 99.50 15:37:27 Average: all 0.39 0.00 0.15 0.20 0.05 99.21 15:37:27 Average: 0 0.20 0.00 0.14 0.09 0.05 99.52 15:37:27 Average: 1 0.50 0.00 0.21 0.66 0.05 98.57 15:37:27 Average: 2 0.53 0.00 0.11 0.01 0.05 99.29 15:37:27 Average: 3 0.34 0.00 0.12 0.03 0.04 99.48 15:37:27 15:37:27 15:37:27