Pull request #79 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5923fe5f6ecc177a6829b909181b033c9d509c4+d1293de4d9578f3042d3a270d86781b2d60a4f59 (951618184aa20238fd7b16e8ddbd4127a54d9d27) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18424 in /w/workspace/exfoundry_go-mod-messaging_PR-79 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-79 # timeout=10 Merging remotes/origin/master commit d1293de4d9578f3042d3a270d86781b2d60a4f59 into PR head commit f5923fe5f6ecc177a6829b909181b033c9d509c4 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/79/head:refs/remotes/origin/PR-79 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 Merge succeeded, producing f5923fe5f6ecc177a6829b909181b033c9d509c4 Checking out Revision f5923fe5f6ecc177a6829b909181b033c9d509c4 (PR-79) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 Commit message: "build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T04:56:14.899Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T04:56:15.236Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T04:56:15.353Z] ========================================================= [2021-01-05T04:56:15.353Z] EdgeX Global Pipelines Version Info [2021-01-05T04:56:15.353Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ccfb1da71f549249966c93c261b3b06e2d5ffae9 # timeout=10 [2021-01-05T04:56:16.898Z] ------------------- [2021-01-05T04:56:16.898Z] stable info: [2021-01-05T04:56:16.898Z] ------------------- [2021-01-05T04:56:16.898Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T04:56:16.898Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T04:56:16.898Z] Message: update stable to v1.0.173 [2021-01-05T04:56:17.856Z] ------------------- [2021-01-05T04:56:17.856Z] experimental info: [2021-01-05T04:56:17.856Z] ------------------- [2021-01-05T04:56:17.856Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T04:56:17.856Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T04:56:17.856Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T04:56:18.281Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-01-05T04:56:18.410Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-01-05T04:56:18.551Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T04:56:18.710Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T04:56:18.875Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T04:56:18.998Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T04:56:19.107Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T04:56:19.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T04:56:19.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-05T04:56:19.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T04:56:19.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T04:56:19.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-01-05T04:56:19.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T04:56:19.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T04:56:19.983Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T04:56:20.140Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T04:56:20.279Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T04:56:20.381Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T04:56:20.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-05T04:56:20.628Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-05T04:56:20.727Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-05T04:56:20.861Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-05T04:56:20.960Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-05T04:56:21.070Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-05T04:56:21.172Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-05T04:56:21.268Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T04:56:21.366Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T04:56:21.481Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-79 [Pipeline] echo [2021-01-05T04:56:21.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-79 [Pipeline] echo [2021-01-05T04:56:21.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-79 [Pipeline] echo [2021-01-05T04:56:21.799Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5923fe5f6ecc177a6829b909181b033c9d509c4 [Pipeline] echo [2021-01-05T04:56:21.893Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5923fe [Pipeline] echo [2021-01-05T04:56:22.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T04:56:22.737Z] + git log --format=format:%s -1 f5923fe5f6ecc177a6829b909181b033c9d509c4 [Pipeline] echo [2021-01-05T04:56:22.802Z] GIT_COMMIT: f5923fe5f6ecc177a6829b909181b033c9d509c4, Commit Message: build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2 [Pipeline] echo [2021-01-05T04:56:22.855Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:56:23.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T04:56:24.093Z] [2021-01-05T04:56:24.093Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:56:24.460Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T04:56:24.460Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T04:56:24.460Z] 31603596830f: Pulling fs layer [2021-01-05T04:56:24.460Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T04:56:24.460Z] 6ca5941a6612: Pulling fs layer [2021-01-05T04:56:24.460Z] ecc8261a40a4: Pulling fs layer [2021-01-05T04:56:24.460Z] ecc8261a40a4: Waiting [2021-01-05T04:56:24.725Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T04:56:24.725Z] 2a8b12db71e7: Download complete [2021-01-05T04:56:24.725Z] 31603596830f: Verifying Checksum [2021-01-05T04:56:24.725Z] 31603596830f: Download complete [2021-01-05T04:56:24.989Z] ecc8261a40a4: Verifying Checksum [2021-01-05T04:56:24.989Z] ecc8261a40a4: Download complete [2021-01-05T04:56:24.989Z] 6ca5941a6612: Verifying Checksum [2021-01-05T04:56:24.989Z] 6ca5941a6612: Download complete [2021-01-05T04:56:25.258Z] 31603596830f: Pull complete [2021-01-05T04:56:25.258Z] 2a8b12db71e7: Pull complete [2021-01-05T04:56:26.206Z] 6ca5941a6612: Pull complete [2021-01-05T04:56:26.206Z] ecc8261a40a4: Pull complete [2021-01-05T04:56:26.206Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T04:56:26.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T04:56:26.206Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T04:56:26.310Z] prd-centos7-docker-4c-2g-18424 does not seem to be running inside a container [2021-01-05T04:56:26.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-79 -v /w/workspace/exfoundry_go-mod-messaging_PR-79:/w/workspace/exfoundry_go-mod-messaging_PR-79:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T04:56:28.322Z] $ docker top f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T04:56:28.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T04:56:28.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T04:56:28.868Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T04:56:28.872Z] $ docker exec f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent [2021-01-05T04:56:29.040Z] SSH_AUTH_SOCK=/tmp/ssh-xq7accD2gui0/agent.12 [2021-01-05T04:56:29.040Z] SSH_AGENT_PID=17 [2021-01-05T04:56:29.086Z] Running ssh-add (command line suppressed) [2021-01-05T04:56:29.206Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_3290530494160169279.key (/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_3290530494160169279.key) [2021-01-05T04:56:29.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T04:56:29.593Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T04:56:29.612Z] $ docker exec --env ******** --env ******** f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent -k [2021-01-05T04:56:29.732Z] unset SSH_AUTH_SOCK; [2021-01-05T04:56:29.732Z] unset SSH_AGENT_PID; [2021-01-05T04:56:29.732Z] echo Agent pid 17 killed; [2021-01-05T04:56:29.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T04:56:29.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T04:56:29.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T04:56:30.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T04:56:30.116Z] $ docker exec f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent [2021-01-05T04:56:30.300Z] SSH_AUTH_SOCK=/tmp/ssh-mg1uFavGonKP/agent.47 [2021-01-05T04:56:30.300Z] SSH_AGENT_PID=52 [2021-01-05T04:56:30.307Z] Running ssh-add (command line suppressed) [2021-01-05T04:56:30.432Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_8070066707017393535.key (/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/private_key_8070066707017393535.key) [2021-01-05T04:56:30.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T04:56:30.820Z] + git semver init [2021-01-05T04:56:30.820Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T04:56:30.820Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-79/.git [2021-01-05T04:56:30.820Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-79 [2021-01-05T04:56:30.820Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T04:56:30.820Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T04:56:30.820Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T04:56:30.820Z] # $SEMVER_BRANCH = PR-79 [2021-01-05T04:56:30.820Z] # $SEMVER_TEMP = /tmp/semver-800084685 [2021-01-05T04:56:30.820Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-01-05T04:56:31.396Z] # '/tmp/semver-800084685' -> '/w/workspace/exfoundry_go-mod-messaging_PR-79/.semver' [2021-01-05T04:56:31.397Z] # -> Force: false [2021-01-05T04:56:31.397Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-79/.semver [Pipeline] } [2021-01-05T04:56:31.411Z] $ docker exec --env ******** --env ******** f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 ssh-agent -k [2021-01-05T04:56:31.550Z] unset SSH_AUTH_SOCK; [2021-01-05T04:56:31.551Z] unset SSH_AGENT_PID; [2021-01-05T04:56:31.551Z] echo Agent pid 52 killed; [2021-01-05T04:56:31.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T04:56:32.085Z] + git semver [Pipeline] } [2021-01-05T04:56:32.104Z] $ docker stop --time=1 f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 [2021-01-05T04:56:33.676Z] $ docker rm -f f43da4a22e29e9b2de00f819c316f8f0a402a4179aed7aff52d1cff0865b6c39 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T04:56:34.204Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T04:56:34.735Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T04:56:34.738Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-05T04:56:50.294Z] Still waiting to schedule task [2021-01-05T04:56:50.294Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-05T04:56:50.297Z] Still waiting to schedule task [2021-01-05T04:56:50.297Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T04:58:37.861Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18425 in /w/workspace/exfoundry_go-mod-messaging_PR-79 [Pipeline] { [Pipeline] ws [2021-01-05T04:58:37.996Z] Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout [2021-01-05T04:58:43.368Z] using credential edgex-jenkins-ssh [2021-01-05T04:58:43.435Z] Cloning the remote Git repository [2021-01-05T04:58:43.501Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T04:58:43.616Z] > git init /w/workspace/go-mod-messaging/3 # timeout=10 [2021-01-05T04:58:43.687Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T04:58:43.688Z] > git --version # timeout=10 [2021-01-05T04:58:43.705Z] > git --version # 'git version 2.17.1' [2021-01-05T04:58:43.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T04:58:43.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T04:58:45.151Z] Merging remotes/origin/master commit d1293de4d9578f3042d3a270d86781b2d60a4f59 into PR head commit f5923fe5f6ecc177a6829b909181b033c9d509c4 [2021-01-05T04:58:45.374Z] Merge succeeded, producing f5923fe5f6ecc177a6829b909181b033c9d509c4 [2021-01-05T04:58:45.374Z] Checking out Revision f5923fe5f6ecc177a6829b909181b033c9d509c4 (PR-79) [2021-01-05T04:58:44.595Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T04:58:44.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T04:58:44.644Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T04:58:44.675Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T04:58:44.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T04:58:44.687Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/79/head:refs/remotes/origin/PR-79 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T04:58:45.172Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T04:58:45.188Z] > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 [2021-01-05T04:58:45.279Z] > git remote # timeout=10 [2021-01-05T04:58:45.298Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T04:58:45.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T04:58:45.324Z] > git merge d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 [2021-01-05T04:58:45.354Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T04:58:45.386Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T04:58:45.397Z] > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 [2021-01-05T04:58:49.687Z] Commit message: "build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T04:58:51.339Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T04:58:51.762Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T04:58:52.106Z] + true [2021-01-05T04:58:52.106Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-05T04:58:55.037Z] ========================================================= [2021-01-05T04:58:55.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T04:58:55.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:58:55.435Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-05T04:58:56.421Z] Sending build context to Docker daemon 494.1kB [2021-01-05T04:58:56.421Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-05T04:58:56.421Z] Step 2/7 : FROM ${BASE} [2021-01-05T04:58:56.699Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T04:58:56.699Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T04:58:56.699Z] a4357932f1b6: Pulling fs layer [2021-01-05T04:58:56.699Z] 18c013af1878: Pulling fs layer [2021-01-05T04:58:56.699Z] 00ac8860ef70: Pulling fs layer [2021-01-05T04:58:56.699Z] 63d7cb157983: Pulling fs layer [2021-01-05T04:58:56.699Z] b116817d02f9: Pulling fs layer [2021-01-05T04:58:56.699Z] 745a02a5169b: Pulling fs layer [2021-01-05T04:58:56.699Z] b116817d02f9: Waiting [2021-01-05T04:58:56.699Z] 00ac8860ef70: Waiting [2021-01-05T04:58:56.699Z] 63d7cb157983: Waiting [2021-01-05T04:58:56.699Z] 745a02a5169b: Waiting [2021-01-05T04:58:56.699Z] 18c013af1878: Verifying Checksum [2021-01-05T04:58:56.699Z] 18c013af1878: Download complete [2021-01-05T04:58:56.699Z] a4357932f1b6: Verifying Checksum [2021-01-05T04:58:56.699Z] a4357932f1b6: Download complete [2021-01-05T04:58:56.699Z] 63d7cb157983: Verifying Checksum [2021-01-05T04:58:56.699Z] 63d7cb157983: Download complete [2021-01-05T04:58:56.699Z] b116817d02f9: Download complete [2021-01-05T04:58:56.699Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T04:58:56.699Z] 5f621e34cdf4: Download complete [2021-01-05T04:58:57.297Z] 5f621e34cdf4: Pull complete [2021-01-05T04:58:57.904Z] a4357932f1b6: Pull complete [2021-01-05T04:58:58.507Z] 18c013af1878: Pull complete [2021-01-05T04:58:59.102Z] 745a02a5169b: Verifying Checksum [2021-01-05T04:58:59.102Z] 745a02a5169b: Download complete [2021-01-05T04:59:00.232Z] 00ac8860ef70: Verifying Checksum [2021-01-05T04:59:00.232Z] 00ac8860ef70: Download complete [2021-01-05T04:59:10.005Z] Running on prd-centos7-docker-4c-2g-18426 in /w/workspace/exfoundry_go-mod-messaging_PR-79 [Pipeline] { [Pipeline] ws [2021-01-05T04:59:10.115Z] Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout [2021-01-05T04:59:10.450Z] 00ac8860ef70: Pull complete [2021-01-05T04:59:10.450Z] 63d7cb157983: Pull complete [2021-01-05T04:59:10.722Z] b116817d02f9: Pull complete [2021-01-05T04:59:12.603Z] using credential edgex-jenkins-ssh [2021-01-05T04:59:12.655Z] Cloning the remote Git repository [2021-01-05T04:59:12.680Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T04:59:13.818Z] Merging remotes/origin/master commit d1293de4d9578f3042d3a270d86781b2d60a4f59 into PR head commit f5923fe5f6ecc177a6829b909181b033c9d509c4 [2021-01-05T04:59:12.766Z] > git init /w/workspace/go-mod-messaging/3 # timeout=10 [2021-01-05T04:59:12.827Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T04:59:12.827Z] > git --version # timeout=10 [2021-01-05T04:59:12.835Z] > git --version # 'git version 2.24.3' [2021-01-05T04:59:12.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T04:59:12.859Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T04:59:13.391Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T04:59:13.399Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T04:59:13.411Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-01-05T04:59:13.424Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-01-05T04:59:13.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T04:59:13.429Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/79/head:refs/remotes/origin/PR-79 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T04:59:13.897Z] Merge succeeded, producing f5923fe5f6ecc177a6829b909181b033c9d509c4 [2021-01-05T04:59:13.898Z] Checking out Revision f5923fe5f6ecc177a6829b909181b033c9d509c4 (PR-79) [2021-01-05T04:59:13.830Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T04:59:13.835Z] > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 [2021-01-05T04:59:13.869Z] > git remote # timeout=10 [2021-01-05T04:59:13.875Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T04:59:13.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T04:59:13.883Z] > git merge d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 [2021-01-05T04:59:13.894Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T04:59:13.904Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T04:59:13.907Z] > git checkout -f f5923fe5f6ecc177a6829b909181b033c9d509c4 # timeout=10 [2021-01-05T04:59:15.059Z] 745a02a5169b: Pull complete [2021-01-05T04:59:15.059Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T04:59:15.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T04:59:15.059Z] ---> b7e6874047d6 [2021-01-05T04:59:15.059Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-05T04:59:17.051Z] ---> Running in 2c0ffc89640f [2021-01-05T04:59:17.603Z] Commit message: "build(deps): bump github.com/pebbe/zmq4 from 1.0.0 to 1.2.2" [2021-01-05T04:59:17.648Z] Removing intermediate container 2c0ffc89640f [2021-01-05T04:59:17.648Z] ---> b19bdfaadef8 [2021-01-05T04:59:17.648Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-05T04:59:17.648Z] ---> Running in 28b32cec66cb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T04:59:18.827Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T04:59:19.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T04:59:19.153Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T04:59:19.455Z] + sudo service docker restart [2021-01-05T04:59:19.455Z] + true [2021-01-05T04:59:19.455Z] Redirecting to /bin/systemctl restart docker.service [2021-01-05T04:59:19.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T04:59:20.283Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-05T04:59:20.283Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-05T04:59:20.561Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-05T04:59:20.561Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-05T04:59:20.831Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-05T04:59:20.831Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T04:59:20.831Z] OK: 144 MiB in 44 packages [Pipeline] unstash [Pipeline] echo [2021-01-05T04:59:20.989Z] ========================================================= [2021-01-05T04:59:20.989Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T04:59:20.989Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:59:21.348Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-05T04:59:21.611Z] Sending build context to Docker daemon 495.1kB [2021-01-05T04:59:21.611Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-05T04:59:21.611Z] Step 2/7 : FROM ${BASE} [2021-01-05T04:59:21.611Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T04:59:21.611Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T04:59:21.611Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T04:59:21.611Z] de9db76c5a1d: Pulling fs layer [2021-01-05T04:59:21.611Z] bca2f99d35d6: Pulling fs layer [2021-01-05T04:59:21.611Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T04:59:21.611Z] 7c6f9722023f: Pulling fs layer [2021-01-05T04:59:21.611Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T04:59:21.611Z] bca2f99d35d6: Waiting [2021-01-05T04:59:21.611Z] 93359f2a8cfa: Waiting [2021-01-05T04:59:21.611Z] 7c6f9722023f: Waiting [2021-01-05T04:59:21.611Z] a35cf1a2eb13: Waiting [2021-01-05T04:59:21.881Z] de9db76c5a1d: Verifying Checksum [2021-01-05T04:59:21.881Z] de9db76c5a1d: Download complete [2021-01-05T04:59:21.881Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T04:59:21.881Z] 0ef7d3d256c8: Download complete [2021-01-05T04:59:21.881Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T04:59:21.881Z] 93359f2a8cfa: Download complete [2021-01-05T04:59:21.881Z] 7c6f9722023f: Verifying Checksum [2021-01-05T04:59:21.881Z] 7c6f9722023f: Download complete [2021-01-05T04:59:21.881Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T04:59:21.881Z] 188c0c94c7c5: Download complete [2021-01-05T04:59:22.147Z] 188c0c94c7c5: Pull complete [2021-01-05T04:59:22.278Z] Removing intermediate container 28b32cec66cb [2021-01-05T04:59:22.278Z] ---> 20f3af7e7582 [2021-01-05T04:59:22.278Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-05T04:59:22.279Z] ---> Running in a103938331a7 [2021-01-05T04:59:22.410Z] 0ef7d3d256c8: Pull complete [2021-01-05T04:59:22.410Z] de9db76c5a1d: Pull complete [2021-01-05T04:59:22.876Z] Removing intermediate container a103938331a7 [2021-01-05T04:59:22.876Z] ---> a41bd9526f40 [2021-01-05T04:59:22.876Z] Step 6/7 : COPY go.mod . [2021-01-05T04:59:23.469Z] ---> 4b58c649164e [2021-01-05T04:59:23.469Z] Step 7/7 : RUN go mod download [2021-01-05T04:59:23.743Z] ---> Running in d2bb6b07c661 [2021-01-05T04:59:23.816Z] a35cf1a2eb13: Download complete [2021-01-05T04:59:24.400Z] bca2f99d35d6: Verifying Checksum [2021-01-05T04:59:24.400Z] bca2f99d35d6: Download complete [2021-01-05T04:59:29.726Z] bca2f99d35d6: Pull complete [2021-01-05T04:59:30.690Z] 93359f2a8cfa: Pull complete [2021-01-05T04:59:30.690Z] 7c6f9722023f: Pull complete [2021-01-05T04:59:34.960Z] a35cf1a2eb13: Pull complete [2021-01-05T04:59:34.960Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T04:59:34.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T04:59:34.960Z] ---> a62c8e92a672 [2021-01-05T04:59:34.960Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-05T04:59:34.960Z] ---> Running in ea725b7739f0 [2021-01-05T04:59:34.960Z] Removing intermediate container ea725b7739f0 [2021-01-05T04:59:34.960Z] ---> 24f27363f124 [2021-01-05T04:59:34.960Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-05T04:59:34.960Z] ---> Running in 4d6d346dd1c8 [2021-01-05T04:59:35.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T04:59:36.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T04:59:36.777Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-05T04:59:36.777Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-05T04:59:37.047Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-05T04:59:37.047Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-05T04:59:37.310Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-05T04:59:37.310Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T04:59:37.310Z] OK: 167 MiB in 44 packages [2021-01-05T04:59:37.887Z] Removing intermediate container 4d6d346dd1c8 [2021-01-05T04:59:37.887Z] ---> 949522d7a6ee [2021-01-05T04:59:37.887Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-05T04:59:38.156Z] ---> Running in 5fe92a5218bc [2021-01-05T04:59:38.156Z] Removing intermediate container 5fe92a5218bc [2021-01-05T04:59:38.156Z] ---> 2ba227394eff [2021-01-05T04:59:38.156Z] Step 6/7 : COPY go.mod . [2021-01-05T04:59:38.424Z] ---> ee107c9c4550 [2021-01-05T04:59:38.424Z] Step 7/7 : RUN go mod download [2021-01-05T04:59:38.424Z] ---> Running in e76087834a54 [2021-01-05T04:59:38.878Z] Removing intermediate container d2bb6b07c661 [2021-01-05T04:59:38.878Z] ---> a4d6bcf14eeb [2021-01-05T04:59:38.878Z] Successfully built a4d6bcf14eeb [2021-01-05T04:59:38.878Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:59:39.307Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T04:59:39.307Z] . [Pipeline] withDockerContainer [2021-01-05T04:59:39.609Z] prd-ubuntu18.04-docker-arm64-4c-16g-18425 does not seem to be running inside a container [2021-01-05T04:59:39.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T04:59:41.176Z] $ docker top 81c850eaf5c4897732c1843de1d9dc92bea9741fbf8745aa983d26fb71196f33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T04:59:42.172Z] + go version [2021-01-05T04:59:42.172Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T04:59:42.204Z] $ docker stop --time=1 81c850eaf5c4897732c1843de1d9dc92bea9741fbf8745aa983d26fb71196f33 [2021-01-05T04:59:44.117Z] $ docker rm -f 81c850eaf5c4897732c1843de1d9dc92bea9741fbf8745aa983d26fb71196f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:59:45.116Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T04:59:45.117Z] . [Pipeline] withDockerContainer [2021-01-05T04:59:45.382Z] prd-ubuntu18.04-docker-arm64-4c-16g-18425 does not seem to be running inside a container [2021-01-05T04:59:45.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T04:59:46.945Z] $ docker top cc97969b6cf99119d3698ff879f3d3ad18131945b2ae11905ffa10124335bbf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T04:59:47.982Z] + make test [2021-01-05T04:59:47.982Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-05T04:59:50.721Z] Removing intermediate container e76087834a54 [2021-01-05T04:59:50.721Z] ---> 08cd2ebf6c52 [2021-01-05T04:59:50.721Z] Successfully built 08cd2ebf6c52 [2021-01-05T04:59:50.721Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:59:51.043Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T04:59:51.043Z] . [Pipeline] withDockerContainer [2021-01-05T04:59:51.160Z] prd-centos7-docker-4c-2g-18426 does not seem to be running inside a container [2021-01-05T04:59:51.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T04:59:51.963Z] $ docker top 78429f85d7754e471ee90aa9090f78381301528c3610a53297044ee76ca9610f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T04:59:52.436Z] + go version [2021-01-05T04:59:52.436Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T04:59:52.456Z] $ docker stop --time=1 78429f85d7754e471ee90aa9090f78381301528c3610a53297044ee76ca9610f [2021-01-05T04:59:53.801Z] $ docker rm -f 78429f85d7754e471ee90aa9090f78381301528c3610a53297044ee76ca9610f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T04:59:54.613Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T04:59:54.613Z] . [Pipeline] withDockerContainer [2021-01-05T04:59:54.716Z] prd-centos7-docker-4c-2g-18426 does not seem to be running inside a container [2021-01-05T04:59:54.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T04:59:55.364Z] $ docker top 1a92ffb88a7ba24c592271d3db1a89d0f3e98553b48a1c6fe02a7fbc336f3cc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T04:59:55.854Z] + make test [2021-01-05T04:59:55.854Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-05T05:00:00.135Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2021-01-05T05:00:00.428Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2021-01-05T05:00:18.707Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.047s coverage: 89.0% of statements [2021-01-05T05:00:18.707Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.016s coverage: 77.1% of statements [2021-01-05T05:00:18.707Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2021-01-05T05:00:22.725Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.043s coverage: 89.0% of statements [2021-01-05T05:00:22.725Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.035s coverage: 77.1% of statements [2021-01-05T05:00:22.725Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2021-01-05T05:00:26.905Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.354s coverage: 84.1% of statements [2021-01-05T05:00:26.905Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements [2021-01-05T05:00:26.905Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.037s coverage: 100.0% of statements [2021-01-05T05:00:26.905Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.022s coverage: 100.0% of statements [2021-01-05T05:00:26.905Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.005s coverage: 90.9% of statements [2021-01-05T05:00:26.905Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-05T05:00:27.498Z] gofmt -l . [2021-01-05T05:00:27.498Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-05T05:00:27.788Z] $ docker stop --time=1 1a92ffb88a7ba24c592271d3db1a89d0f3e98553b48a1c6fe02a7fbc336f3cc7 [2021-01-05T05:00:29.293Z] $ docker rm -f 1a92ffb88a7ba24c592271d3db1a89d0f3e98553b48a1c6fe02a7fbc336f3cc7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T05:00:29.875Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T05:00:30.226Z] 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] } [2021-01-05T05:00:37.804Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.382s coverage: 84.1% of statements [2021-01-05T05:00:37.804Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.021s coverage: 85.7% of statements [2021-01-05T05:00:37.804Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.045s coverage: 100.0% of statements [2021-01-05T05:00:37.804Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.041s coverage: 100.0% of statements [2021-01-05T05:00:37.804Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.010s coverage: 90.9% of statements [2021-01-05T05:00:37.804Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-05T05:00:40.441Z] gofmt -l . [2021-01-05T05:00:40.441Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-05T05:00:40.740Z] $ docker stop --time=1 cc97969b6cf99119d3698ff879f3d3ad18131945b2ae11905ffa10124335bbf2 [2021-01-05T05:00:42.785Z] $ docker rm -f cc97969b6cf99119d3698ff879f3d3ad18131945b2ae11905ffa10124335bbf2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T05:00:43.666Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T05:00:43.687Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T05:00:44.386Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-05T05:00:46.279Z] provisioning config files... [2021-01-05T05:00:46.294Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/config6354044271298241977tmp [Pipeline] { [Pipeline] sh [2021-01-05T05:00:46.674Z] + set +x [2021-01-05T05:00:46.675Z] + curl -s https://codecov.io/bash [2021-01-05T05:00:46.675Z] + bash -s -- [2021-01-05T05:00:46.939Z] [2021-01-05T05:00:46.939Z] _____ _ [2021-01-05T05:00:46.939Z] / ____| | | [2021-01-05T05:00:46.939Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T05:00:46.939Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T05:00:46.939Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T05:00:46.939Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T05:00:46.939Z] Bash-20201231-23d4836 [2021-01-05T05:00:46.939Z] [2021-01-05T05:00:46.939Z] [2021-01-05T05:00:46.939Z] ==> git version 2.24.3 found [2021-01-05T05:00:46.939Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-05T05:00:46.939Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T05:00:46.939Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T05:00:46.939Z] ==> Jenkins CI detected. [2021-01-05T05:00:46.939Z] project root: . [2021-01-05T05:00:46.939Z] --> token set from env [2021-01-05T05:00:46.939Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T05:00:46.939Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T05:00:46.939Z] ==> Python coveragepy not found [2021-01-05T05:00:46.939Z] ==> Searching for coverage reports in: [2021-01-05T05:00:46.939Z] + . [2021-01-05T05:00:46.939Z] -> Found 1 reports [2021-01-05T05:00:46.939Z] ==> Detecting git/mercurial file structure [2021-01-05T05:00:46.939Z] ==> Reading reports [2021-01-05T05:00:46.939Z] + ./coverage.out bytes=20975 [2021-01-05T05:00:46.939Z] ==> Appending adjustments [2021-01-05T05:00:46.939Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T05:00:47.205Z] + Found adjustments [2021-01-05T05:00:47.205Z] ==> Gzipping contents [2021-01-05T05:00:47.205Z] 8.0K /tmp/codecov.ew1gaV.gz [2021-01-05T05:00:47.205Z] ==> Uploading reports [2021-01-05T05:00:47.205Z] url: https://codecov.io [2021-01-05T05:00:47.205Z] query: branch=PR-79&commit=f5923fe5f6ecc177a6829b909181b033c9d509c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-79%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=79&job=&cmd_args= [2021-01-05T05:00:47.205Z] -> Pinging Codecov [2021-01-05T05:00:47.205Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-79&commit=f5923fe5f6ecc177a6829b909181b033c9d509c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-79%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=79&job=&cmd_args= [2021-01-05T05:00:47.789Z] -> Uploading to [2021-01-05T05:00:47.789Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/F6E385568367DD0E4001BA4F8F1CB792/f5923fe5f6ecc177a6829b909181b033c9d509c4/67e16278-a05f-4287-b3c3-4fd35f1333f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T050047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=87cbd3a44ef409d73ae2e58a57981c0049c7a3ac51748191af0231d673fb077e [2021-01-05T05:00:47.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T05:00:47.789Z] Dload Upload Total Spent Left Speed [2021-01-05T05:00:48.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5217 0 0 100 5217 0 11798 --:--:-- --:--:-- --:--:-- 11803 [2021-01-05T05:00:48.058Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/f5923fe5f6ecc177a6829b909181b033c9d509c4 [Pipeline] } [2021-01-05T05:00:48.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:00:50.877Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:00:51.188Z] ---> package-listing.sh [2021-01-05T05:00:51.189Z] ++ facter osfamily [2021-01-05T05:00:51.189Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T05:00:51.189Z] + OS_FAMILY=redhat [2021-01-05T05:00:51.189Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-79 [2021-01-05T05:00:51.189Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T05:00:51.189Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T05:00:51.189Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T05:00:51.189Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T05:00:51.189Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-79 ']' [2021-01-05T05:00:51.189Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T05:00:51.189Z] + case "${OS_FAMILY}" in [2021-01-05T05:00:51.189Z] + rpm -qa [2021-01-05T05:00:51.189Z] + sort [2021-01-05T05:00:56.512Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T05:00:56.512Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T05:00:56.512Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T05:00:56.512Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-79 ']' [2021-01-05T05:00:56.512Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-79/archives/ [2021-01-05T05:00:56.512Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-79/archives/ [Pipeline] echo [2021-01-05T05:00:56.527Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-messaging_PR-79/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T05:00:56.819Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T05:00:57.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T05:00:57.131Z] [2021-01-05T05:00:57.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T05:00:57.487Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T05:00:57.487Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T05:00:57.487Z] df20fa9351a1: Pulling fs layer [2021-01-05T05:00:57.487Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T05:00:57.487Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T05:00:57.487Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T05:00:57.487Z] 93b61091891f: Pulling fs layer [2021-01-05T05:00:57.487Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T05:00:57.487Z] 5e14af77c1be: Pulling fs layer [2021-01-05T05:00:57.487Z] 01666e4c0597: Pulling fs layer [2021-01-05T05:00:57.487Z] aa168da1d23b: Pulling fs layer [2021-01-05T05:00:57.487Z] 46f8f816bc3b: Waiting [2021-01-05T05:00:57.487Z] 93b61091891f: Waiting [2021-01-05T05:00:57.487Z] 93b9cdb0e59b: Waiting [2021-01-05T05:00:57.487Z] 5e14af77c1be: Waiting [2021-01-05T05:00:57.487Z] 01666e4c0597: Waiting [2021-01-05T05:00:57.487Z] aa168da1d23b: Waiting [2021-01-05T05:00:57.487Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T05:00:57.487Z] 36b3adc4ff6f: Download complete [2021-01-05T05:00:57.487Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T05:00:57.487Z] 46f8f816bc3b: Download complete [2021-01-05T05:00:57.487Z] df20fa9351a1: Download complete [2021-01-05T05:00:57.487Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T05:00:57.487Z] 93b9cdb0e59b: Download complete [2021-01-05T05:00:57.755Z] 5e14af77c1be: Verifying Checksum [2021-01-05T05:00:57.755Z] 5e14af77c1be: Download complete [2021-01-05T05:00:57.755Z] 93b61091891f: Download complete [2021-01-05T05:00:57.755Z] 01666e4c0597: Verifying Checksum [2021-01-05T05:00:57.755Z] 01666e4c0597: Download complete [2021-01-05T05:00:58.019Z] df20fa9351a1: Pull complete [2021-01-05T05:00:58.019Z] 36b3adc4ff6f: Pull complete [2021-01-05T05:00:58.290Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T05:00:58.290Z] 8ad3a11d3b57: Download complete [2021-01-05T05:00:59.255Z] 8ad3a11d3b57: Pull complete [2021-01-05T05:00:59.255Z] 46f8f816bc3b: Pull complete [2021-01-05T05:00:59.836Z] 93b61091891f: Pull complete [2021-01-05T05:00:59.836Z] 93b9cdb0e59b: Pull complete [2021-01-05T05:00:59.836Z] aa168da1d23b: Verifying Checksum [2021-01-05T05:00:59.836Z] aa168da1d23b: Download complete [2021-01-05T05:00:59.836Z] 5e14af77c1be: Pull complete [2021-01-05T05:01:00.100Z] 01666e4c0597: Pull complete [2021-01-05T05:01:06.753Z] aa168da1d23b: Pull complete [2021-01-05T05:01:06.753Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T05:01:06.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T05:01:06.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T05:01:06.952Z] prd-centos7-docker-4c-2g-18424 does not seem to be running inside a container [2021-01-05T05:01:07.001Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-messaging_PR-79/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-messaging_PR-79 -v /w/workspace/exfoundry_go-mod-messaging_PR-79:/w/workspace/exfoundry_go-mod-messaging_PR-79:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T05:01:10.615Z] $ docker top 231ff64b3c51907487ebb99ff0703154800fbf8b34de07f93c8503017a4b87c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T05:01:11.168Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T05:01:11.469Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T05:01:11.771Z] + ls /var/log/sa-host [2021-01-05T05:01:11.771Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T05:01:11.771Z] file_magic: OK [2021-01-05T05:01:11.771Z] HZ: Using current value: 100 [2021-01-05T05:01:11.771Z] file_header: OK [2021-01-05T05:01:11.771Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T05:01:11.771Z] Statistics: [2021-01-05T05:01:11.771Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T05:01:11.771Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T05:01:11.771Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T05:01:11.771Z] file_magic: OK [2021-01-05T05:01:11.771Z] HZ: Using current value: 100 [2021-01-05T05:01:11.771Z] file_header: OK [2021-01-05T05:01:11.771Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T05:01:11.771Z] Statistics: [2021-01-05T05:01:11.771Z] Hnuu...uuuununununu... [2021-01-05T05:01:11.771Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T05:01:12.360Z] provisioning config files... [2021-01-05T05:01:12.379Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-79@tmp/config8373224055138081834tmp [Pipeline] { [Pipeline] echo [2021-01-05T05:01:12.453Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:01:12.757Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T05:01:12.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T05:01:12.864Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:01:13.173Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T05:01:13.186Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:01:13.489Z] ---> sudo-logs.sh [2021-01-05T05:01:13.489Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T05:01:13.500Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:01:13.802Z] ---> job-cost.sh [2021-01-05T05:01:13.802Z] lf-activate-venv: SKIPPING [2021-01-05T05:01:13.802Z] INFO: No Stack... [2021-01-05T05:01:15.201Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T05:01:15.778Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T05:01:15.793Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T05:01:16.092Z] ---> logs-deploy.sh [2021-01-05T05:01:16.092Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-79/3 [2021-01-05T05:01:16.092Z] INFO: archiving workspace using pattern(s): [2021-01-05T05:01:18.013Z] Archives upload complete. [2021-01-05T05:01:18.013Z] INFO: archiving logs to Nexus [2021-01-05T05:01:18.958Z] ---> uname -a: [2021-01-05T05:01:18.958Z] Linux prd-centos7-docker-4c-2g-18424.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> lscpu: [2021-01-05T05:01:18.958Z] Architecture: x86_64 [2021-01-05T05:01:18.958Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-05T05:01:18.958Z] Byte Order: Little Endian [2021-01-05T05:01:18.958Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-05T05:01:18.958Z] CPU(s): 4 [2021-01-05T05:01:18.958Z] On-line CPU(s) list: 0-3 [2021-01-05T05:01:18.958Z] Thread(s) per core: 1 [2021-01-05T05:01:18.958Z] Core(s) per socket: 1 [2021-01-05T05:01:18.958Z] Socket(s): 4 [2021-01-05T05:01:18.958Z] NUMA node(s): 1 [2021-01-05T05:01:18.958Z] Vendor ID: GenuineIntel [2021-01-05T05:01:18.958Z] CPU family: 6 [2021-01-05T05:01:18.958Z] Model: 44 [2021-01-05T05:01:18.958Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-05T05:01:18.958Z] Stepping: 1 [2021-01-05T05:01:18.958Z] CPU MHz: 2933.436 [2021-01-05T05:01:18.958Z] BogoMIPS: 5866.87 [2021-01-05T05:01:18.958Z] Virtualization: VT-x [2021-01-05T05:01:18.958Z] Hypervisor vendor: KVM [2021-01-05T05:01:18.958Z] Virtualization type: full [2021-01-05T05:01:18.958Z] L1d cache: 128 KiB [2021-01-05T05:01:18.958Z] L1i cache: 128 KiB [2021-01-05T05:01:18.958Z] L2 cache: 16 MiB [2021-01-05T05:01:18.958Z] L3 cache: 64 MiB [2021-01-05T05:01:18.958Z] NUMA node0 CPU(s): 0-3 [2021-01-05T05:01:18.958Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-05T05:01:18.958Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-05T05:01:18.958Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-05T05:01:18.958Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-05T05:01:18.958Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-05T05:01:18.958Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-05T05:01:18.958Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-05T05:01:18.958Z] Vulnerability Srbds: Not affected [2021-01-05T05:01:18.958Z] Vulnerability Tsx async abort: Not affected [2021-01-05T05:01:18.958Z] 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 [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> nproc: [2021-01-05T05:01:18.958Z] 4 [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> df -h: [2021-01-05T05:01:18.958Z] Filesystem Size Used Available Use% Mounted on [2021-01-05T05:01:18.958Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-05T05:01:18.958Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-05T05:01:18.958Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-05T05:01:18.958Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-79 [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-79@tmp [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-05T05:01:18.958Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> free -m: [2021-01-05T05:01:18.958Z] total used free shared buff/cache available [2021-01-05T05:01:18.958Z] Mem: 1837 668 104 0 1064 1064 [2021-01-05T05:01:18.958Z] Swap: 1023 1 1022 [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> ip addr: [2021-01-05T05:01:18.958Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-05T05:01:18.958Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-05T05:01:18.958Z] inet 127.0.0.1/8 scope host lo [2021-01-05T05:01:18.958Z] valid_lft forever preferred_lft forever [2021-01-05T05:01:18.958Z] inet6 ::1/128 scope host [2021-01-05T05:01:18.958Z] valid_lft forever preferred_lft forever [2021-01-05T05:01:18.958Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-05T05:01:18.958Z] link/ether fa:16:3e:a1:43:4c brd ff:ff:ff:ff:ff:ff [2021-01-05T05:01:18.958Z] inet 10.30.122.57/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-05T05:01:18.958Z] valid_lft 86064sec preferred_lft 86064sec [2021-01-05T05:01:18.958Z] inet6 fe80::f816:3eff:fea1:434c/64 scope link [2021-01-05T05:01:18.958Z] valid_lft forever preferred_lft forever [2021-01-05T05:01:18.958Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-05T05:01:18.958Z] link/ether 02:42:7a:ae:b4:53 brd ff:ff:ff:ff:ff:ff [2021-01-05T05:01:18.958Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-05T05:01:18.958Z] valid_lft forever preferred_lft forever [2021-01-05T05:01:18.958Z] inet6 fe80::42:7aff:feae:b453/64 scope link [2021-01-05T05:01:18.958Z] valid_lft forever preferred_lft forever [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> sar -b -r -n DEV: [2021-01-05T05:01:18.958Z] 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) [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] 04:55:31 LINUX RESTART (4 CPU) [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] 04:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-05T05:01:18.958Z] 04:57:01 57.64 18.19 39.45 0.00 5229.69 3644.17 0.00 [2021-01-05T05:01:18.958Z] 04:58:01 1.85 0.00 1.85 0.00 0.00 38.02 0.00 [2021-01-05T05:01:18.958Z] 04:59:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 [2021-01-05T05:01:18.958Z] 05:00:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 [2021-01-05T05:01:18.958Z] 05:01:01 66.38 50.22 16.16 0.00 4121.82 6529.46 0.00 [2021-01-05T05:01:18.958Z] Average: 25.28 13.69 11.59 0.00 1870.88 2044.36 0.00 [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] 04:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-05T05:01:18.958Z] 04:57:01 173140 0 566272 30.10 2620 1139512 1104736 37.70 409408 1099904 132 [2021-01-05T05:01:18.958Z] 04:58:01 177728 0 561676 29.85 2620 1139520 1077340 36.77 407264 1098272 20 [2021-01-05T05:01:18.958Z] 04:59:01 176932 0 562468 29.89 2620 1139524 1077572 36.78 411896 1094860 20 [2021-01-05T05:01:18.958Z] 05:00:01 175456 0 563944 29.97 2620 1139524 1077572 36.78 413772 1094348 16 [2021-01-05T05:01:18.958Z] 05:01:01 73028 0 660612 35.11 2620 1145284 1508872 51.50 490224 1098004 44844 [2021-01-05T05:01:18.958Z] Average: 155257 0 582994 30.98 2620 1140673 1169218 39.90 426513 1097078 9006 [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] 04:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-05T05:01:18.958Z] 04:57:01 eth0 507.41 295.84 1022.55 94.69 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:57:01 docker0 1.58 1.35 0.34 2.66 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:58:01 eth0 0.75 0.10 0.06 0.03 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:59:01 eth0 2.83 1.27 2.15 0.26 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 05:00:01 eth0 0.52 0.37 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 05:01:01 eth0 191.15 162.27 2167.47 16.58 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] Average: eth0 140.57 92.00 638.72 22.36 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] Average: docker0 0.32 0.27 0.07 0.53 0.00 0.00 0.00 0.00 [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] ---> sar -P ALL: [2021-01-05T05:01:18.958Z] 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) [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] 04:55:31 LINUX RESTART (4 CPU) [2021-01-05T05:01:18.958Z] [2021-01-05T05:01:18.958Z] 04:56:01 CPU %user %nice %system %iowait %steal %idle [2021-01-05T05:01:18.958Z] 04:57:01 all 11.02 0.00 3.17 1.12 0.08 84.61 [2021-01-05T05:01:18.958Z] 04:57:01 0 11.38 0.00 3.78 0.37 0.05 84.43 [2021-01-05T05:01:18.958Z] 04:57:01 1 11.73 0.00 2.74 1.46 0.10 83.97 [2021-01-05T05:01:18.958Z] 04:57:01 2 10.23 0.00 2.85 0.56 0.08 86.28 [2021-01-05T05:01:18.958Z] 04:57:01 3 10.75 0.00 3.30 2.09 0.08 83.77 [2021-01-05T05:01:18.958Z] 04:58:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-05T05:01:18.958Z] 04:58:01 0 0.43 0.00 0.03 0.00 0.00 99.53 [2021-01-05T05:01:18.958Z] 04:58:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-05T05:01:18.958Z] 04:58:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-05T05:01:18.958Z] 04:58:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-05T05:01:18.958Z] 04:59:01 all 0.19 0.00 0.07 0.00 0.01 99.73 [2021-01-05T05:01:18.958Z] 04:59:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-05T05:01:18.958Z] 04:59:01 1 0.12 0.00 0.05 0.00 0.02 99.82 [2021-01-05T05:01:18.958Z] 04:59:01 2 0.08 0.00 0.12 0.00 0.02 99.78 [2021-01-05T05:01:18.958Z] 04:59:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-05T05:01:18.958Z] 05:00:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-05T05:01:18.958Z] 05:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T05:01:18.958Z] 05:00:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-05T05:01:18.958Z] 05:00:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-05T05:01:18.958Z] 05:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-05T05:01:18.958Z] 05:01:01 all 3.03 0.00 2.01 1.15 0.06 93.75 [2021-01-05T05:01:18.958Z] 05:01:01 0 3.88 0.00 2.27 1.78 0.07 92.00 [2021-01-05T05:01:18.958Z] 05:01:01 1 2.74 0.00 1.85 0.27 0.05 95.10 [2021-01-05T05:01:18.958Z] 05:01:01 2 3.44 0.00 2.05 2.50 0.07 91.95 [2021-01-05T05:01:18.958Z] 05:01:01 3 2.06 0.00 1.88 0.05 0.05 95.96 [2021-01-05T05:01:18.958Z] Average: all 2.90 0.00 1.06 0.45 0.03 95.57 [2021-01-05T05:01:18.958Z] Average: 0 3.21 0.00 1.22 0.43 0.02 95.11 [2021-01-05T05:01:18.958Z] Average: 1 2.93 0.00 0.94 0.34 0.03 95.75 [2021-01-05T05:01:18.958Z] Average: 2 2.85 0.00 1.01 0.61 0.03 95.50 [2021-01-05T05:01:18.959Z] Average: 3 2.58 0.00 1.06 0.42 0.03 95.91 [2021-01-05T05:01:18.959Z] [2021-01-05T05:01:18.959Z] [2021-01-05T05:01:18.959Z]