Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of rsdmike for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from f29a27d878985b98e7b657acb1e0d1e11ee4e870+f1b19729a82ba1fbd13389d0a25b8735f137123f (029af3d53dacca40fdfc3822591970f26239e9a0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4560 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-387 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit f1b19729a82ba1fbd13389d0a25b8735f137123f into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 Merge succeeded, producing cd94ca3d5b59221ed347ea795b6be7763be253b7 Checking out Revision cd94ca3d5b59221ed347ea795b6be7763be253b7 (PR-387) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # 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 f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 Commit message: "Merge commit 'f1b19729a82ba1fbd13389d0a25b8735f137123f' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 767bd8585b0f0054294f9ddccefb7649195917c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-26T19:45:23.868Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-26T19:45:23.999Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-26T19:45:24.039Z] ========================================================= [2020-06-26T19:45:24.039Z] EdgeX Global Pipelines Version Info [2020-06-26T19:45:24.039Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-26T19:45:25.907Z] ------------------- [2020-06-26T19:45:25.907Z] stable info: [2020-06-26T19:45:25.907Z] ------------------- [2020-06-26T19:45:25.907Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-26T19:45:25.907Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-26T19:45:25.907Z] Message: update stable to v1.0.89 [2020-06-26T19:45:26.480Z] ------------------- [2020-06-26T19:45:26.480Z] experimental info: [2020-06-26T19:45:26.480Z] ------------------- [2020-06-26T19:45:26.480Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-26T19:45:26.480Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-26T19:45:26.480Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-26T19:45:27.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-26T19:45:28.228Z] [2020-06-26T19:45:28.228Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-26T19:45:28.544Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-26T19:45:28.545Z] latest: Pulling from edgex-devops/git-semver [2020-06-26T19:45:28.545Z] 9123ac7c32f7: Pulling fs layer [2020-06-26T19:45:28.545Z] b8cc5d1170e3: Pulling fs layer [2020-06-26T19:45:28.545Z] 2924cbbf6a41: Pulling fs layer [2020-06-26T19:45:28.545Z] 93b08a4f1073: Pulling fs layer [2020-06-26T19:45:28.545Z] 93b08a4f1073: Waiting [2020-06-26T19:45:28.545Z] b8cc5d1170e3: Verifying Checksum [2020-06-26T19:45:28.545Z] b8cc5d1170e3: Download complete [2020-06-26T19:45:28.545Z] 9123ac7c32f7: Verifying Checksum [2020-06-26T19:45:28.545Z] 9123ac7c32f7: Download complete [2020-06-26T19:45:28.808Z] 93b08a4f1073: Verifying Checksum [2020-06-26T19:45:28.808Z] 93b08a4f1073: Download complete [2020-06-26T19:45:28.808Z] 2924cbbf6a41: Verifying Checksum [2020-06-26T19:45:28.808Z] 2924cbbf6a41: Download complete [2020-06-26T19:45:28.808Z] 9123ac7c32f7: Pull complete [2020-06-26T19:45:29.069Z] b8cc5d1170e3: Pull complete [2020-06-26T19:45:29.644Z] 2924cbbf6a41: Pull complete [2020-06-26T19:45:29.905Z] 93b08a4f1073: Pull complete [2020-06-26T19:45:29.905Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-26T19:45:29.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-26T19:45:29.905Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-26T19:45:30.009Z] prd-centos7-docker-4c-2g-4560 does not seem to be running inside a container [2020-06-26T19:45:30.052Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-387 -v /w/workspace/ndry_app-functions-sdk-go_PR-387:/w/workspace/ndry_app-functions-sdk-go_PR-387:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-387@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-26T19:45:32.046Z] $ docker top f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-26T19:45:32.221Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-26T19:45:32.222Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-26T19:45:32.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-26T19:45:32.432Z] $ docker exec f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent [2020-06-26T19:45:32.599Z] SSH_AUTH_SOCK=/tmp/ssh-toygiESEkv48/agent.11 [2020-06-26T19:45:32.599Z] SSH_AGENT_PID=17 [2020-06-26T19:45:32.609Z] Running ssh-add (command line suppressed) [2020-06-26T19:45:32.751Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2765715441949419965.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2765715441949419965.key) [2020-06-26T19:45:32.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-26T19:45:33.101Z] + git describe --exact-match --tags HEAD [2020-06-26T19:45:33.101Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-26T19:45:33.159Z] $ docker exec --env ******** --env ******** f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent -k [2020-06-26T19:45:33.274Z] unset SSH_AUTH_SOCK; [2020-06-26T19:45:33.274Z] unset SSH_AGENT_PID; [2020-06-26T19:45:33.274Z] echo Agent pid 17 killed; [2020-06-26T19:45:33.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-26T19:45:33.355Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-26T19:45:33.355Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-26T19:45:33.399Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-26T19:45:33.399Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-26T19:45:33.555Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-26T19:45:33.563Z] $ docker exec f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent [2020-06-26T19:45:33.711Z] SSH_AUTH_SOCK=/tmp/ssh-EjWmSb8uroVb/agent.46 [2020-06-26T19:45:33.711Z] SSH_AGENT_PID=51 [2020-06-26T19:45:33.716Z] Running ssh-add (command line suppressed) [2020-06-26T19:45:33.835Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_1790342360502815071.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_1790342360502815071.key) [2020-06-26T19:45:33.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-26T19:45:34.183Z] + git semver init [2020-06-26T19:45:34.183Z] # -> Open(): unable to determine branch for HEAD [2020-06-26T19:45:34.183Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git [2020-06-26T19:45:34.183Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-06-26T19:45:34.183Z] # $SEMVER_REMOTE_NAME = origin [2020-06-26T19:45:34.183Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-26T19:45:34.183Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-26T19:45:34.183Z] # $SEMVER_BRANCH = PR-387 [2020-06-26T19:45:34.183Z] # $SEMVER_TEMP = /tmp/semver-217491350 [2020-06-26T19:45:34.183Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-06-26T19:45:36.729Z] # '/tmp/semver-217491350' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' [2020-06-26T19:45:36.729Z] # -> Force: false [2020-06-26T19:45:36.729Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } [2020-06-26T19:45:36.744Z] $ docker exec --env ******** --env ******** f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent -k [2020-06-26T19:45:36.856Z] unset SSH_AUTH_SOCK; [2020-06-26T19:45:36.857Z] unset SSH_AGENT_PID; [2020-06-26T19:45:36.857Z] echo Agent pid 51 killed; [2020-06-26T19:45:36.899Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-26T19:45:37.260Z] + git semver [Pipeline] } [2020-06-26T19:45:37.283Z] $ docker stop --time=1 f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c [2020-06-26T19:45:38.678Z] $ docker rm -f f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-26T19:45:40.682Z] Stashed 133 file(s) [Pipeline] echo [2020-06-26T19:45:40.685Z] [edgeXSemver] initialized semver on version 0.0.0 [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 [2020-06-26T19:45:55.866Z] Still waiting to schedule task [2020-06-26T19:45:55.867Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4560’ [2020-06-26T19:45:55.868Z] Still waiting to schedule task [2020-06-26T19:45:55.868Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-26T19:47:26.525Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4561 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-06-26T19:47:26.549Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-06-26T19:47:31.593Z] using credential edgex-jenkins-ssh [2020-06-26T19:47:31.627Z] Cloning the remote Git repository [2020-06-26T19:47:31.627Z] Cloning with configured refspecs honoured and without tags [2020-06-26T19:47:31.671Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-06-26T19:47:31.771Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2020-06-26T19:47:31.832Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-06-26T19:47:31.833Z] > git --version # timeout=10 [2020-06-26T19:47:31.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-26T19:47:31.952Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-26T19:47:35.020Z] Fetching without tags [2020-06-26T19:47:35.466Z] Merging remotes/origin/master commit f1b19729a82ba1fbd13389d0a25b8735f137123f into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-06-26T19:47:34.908Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-06-26T19:47:34.926Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-06-26T19:47:34.939Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-26T19:47:34.965Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-06-26T19:47:35.005Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-06-26T19:47:35.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-26T19:47:35.017Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-26T19:47:35.818Z] Merge succeeded, producing 73592cb58a3bec738b3fe45757fc015c513163d8 [2020-06-26T19:47:35.818Z] Checking out Revision 73592cb58a3bec738b3fe45757fc015c513163d8 (PR-387) [2020-06-26T19:47:35.463Z] > git config core.sparsecheckout # timeout=10 [2020-06-26T19:47:35.484Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-06-26T19:47:35.591Z] > git remote # timeout=10 [2020-06-26T19:47:35.608Z] > git config --get remote.origin.url # timeout=10 [2020-06-26T19:47:35.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-26T19:47:35.638Z] > git merge f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 [2020-06-26T19:47:35.727Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-26T19:47:35.802Z] > git config core.sparsecheckout # timeout=10 [2020-06-26T19:47:35.844Z] > git checkout -f 73592cb58a3bec738b3fe45757fc015c513163d8 # timeout=10 [2020-06-26T19:47:40.342Z] Commit message: "Merge commit 'f1b19729a82ba1fbd13389d0a25b8735f137123f' into HEAD" [2020-06-26T19:47:40.401Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-26T19:47:40.341Z] > git rev-list --no-walk 767bd8585b0f0054294f9ddccefb7649195917c0 # timeout=10 [Pipeline] echo [2020-06-26T19:47:44.147Z] ========================================================= [2020-06-26T19:47:44.147Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-26T19:47:44.147Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-26T19:47:45.431Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-26T19:47:46.884Z] Sending build context to Docker daemon 37.05MB [2020-06-26T19:47:46.884Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-26T19:47:46.884Z] Step 2/8 : FROM ${BASE} [2020-06-26T19:47:47.161Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-26T19:47:47.161Z] cde5963f3b93: Pulling fs layer [2020-06-26T19:47:47.161Z] 2a23fa8c16f7: Pulling fs layer [2020-06-26T19:47:47.161Z] 777b28850792: Pulling fs layer [2020-06-26T19:47:47.161Z] 8a11ddd9e578: Pulling fs layer [2020-06-26T19:47:47.161Z] 4cf88f913ddb: Pulling fs layer [2020-06-26T19:47:47.161Z] 1df406cf5192: Pulling fs layer [2020-06-26T19:47:47.161Z] cd6300453558: Pulling fs layer [2020-06-26T19:47:47.161Z] b9c365052c96: Pulling fs layer [2020-06-26T19:47:47.161Z] a2d8cc88f415: Pulling fs layer [2020-06-26T19:47:47.161Z] ea1d1ca13537: Pulling fs layer [2020-06-26T19:47:47.161Z] 3750a50a1c5e: Pulling fs layer [2020-06-26T19:47:47.161Z] 1df406cf5192: Waiting [2020-06-26T19:47:47.161Z] cd6300453558: Waiting [2020-06-26T19:47:47.161Z] b9c365052c96: Waiting [2020-06-26T19:47:47.161Z] a2d8cc88f415: Waiting [2020-06-26T19:47:47.161Z] ea1d1ca13537: Waiting [2020-06-26T19:47:47.161Z] 3750a50a1c5e: Waiting [2020-06-26T19:47:47.161Z] 8a11ddd9e578: Waiting [2020-06-26T19:47:47.161Z] 4cf88f913ddb: Waiting [2020-06-26T19:47:47.161Z] 777b28850792: Download complete [2020-06-26T19:47:47.161Z] 2a23fa8c16f7: Verifying Checksum [2020-06-26T19:47:47.161Z] 2a23fa8c16f7: Download complete [2020-06-26T19:47:47.161Z] 4cf88f913ddb: Verifying Checksum [2020-06-26T19:47:47.161Z] 4cf88f913ddb: Download complete [2020-06-26T19:47:47.161Z] 1df406cf5192: Download complete [2020-06-26T19:47:47.161Z] cde5963f3b93: Verifying Checksum [2020-06-26T19:47:47.161Z] cde5963f3b93: Download complete [2020-06-26T19:47:48.161Z] cde5963f3b93: Pull complete [2020-06-26T19:47:48.779Z] 2a23fa8c16f7: Pull complete [2020-06-26T19:47:49.055Z] 777b28850792: Pull complete [2020-06-26T19:47:49.665Z] cd6300453558: Verifying Checksum [2020-06-26T19:47:49.666Z] cd6300453558: Download complete [2020-06-26T19:47:49.666Z] a2d8cc88f415: Verifying Checksum [2020-06-26T19:47:49.666Z] a2d8cc88f415: Download complete [2020-06-26T19:47:51.112Z] ea1d1ca13537: Verifying Checksum [2020-06-26T19:47:51.112Z] ea1d1ca13537: Download complete [2020-06-26T19:47:51.112Z] 3750a50a1c5e: Verifying Checksum [2020-06-26T19:47:51.112Z] 3750a50a1c5e: Download complete [2020-06-26T19:47:52.096Z] b9c365052c96: Download complete [2020-06-26T19:47:52.370Z] 8a11ddd9e578: Verifying Checksum [2020-06-26T19:47:52.370Z] 8a11ddd9e578: Download complete [2020-06-26T19:48:04.790Z] 8a11ddd9e578: Pull complete [2020-06-26T19:48:04.790Z] 4cf88f913ddb: Pull complete [2020-06-26T19:48:04.790Z] 1df406cf5192: Pull complete [2020-06-26T19:48:09.107Z] cd6300453558: Pull complete [2020-06-26T19:48:13.438Z] b9c365052c96: Pull complete [2020-06-26T19:48:13.719Z] a2d8cc88f415: Pull complete [2020-06-26T19:48:16.357Z] ea1d1ca13537: Pull complete [2020-06-26T19:48:16.357Z] 3750a50a1c5e: Pull complete [2020-06-26T19:48:16.357Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-26T19:48:16.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-26T19:48:16.357Z] ---> 78745c68409d [2020-06-26T19:48:16.357Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-06-26T19:48:16.628Z] latest: Pulling from library/docker [2020-06-26T19:48:16.902Z] b538f80385f9: Pulling fs layer [2020-06-26T19:48:16.902Z] 259a493cd78d: Pulling fs layer [2020-06-26T19:48:16.902Z] b8e66b5100f5: Pulling fs layer [2020-06-26T19:48:16.902Z] 39dc9c94d07c: Pulling fs layer [2020-06-26T19:48:16.902Z] 551b823b3b82: Pulling fs layer [2020-06-26T19:48:16.902Z] 3c52a74df98c: Pulling fs layer [2020-06-26T19:48:16.902Z] 6c9b121b6998: Pulling fs layer [2020-06-26T19:48:16.902Z] 39dc9c94d07c: Waiting [2020-06-26T19:48:16.902Z] 551b823b3b82: Waiting [2020-06-26T19:48:16.902Z] 3c52a74df98c: Waiting [2020-06-26T19:48:16.902Z] 6c9b121b6998: Waiting [2020-06-26T19:48:16.902Z] b8e66b5100f5: Verifying Checksum [2020-06-26T19:48:16.902Z] b8e66b5100f5: Download complete [2020-06-26T19:48:16.902Z] 259a493cd78d: Verifying Checksum [2020-06-26T19:48:16.902Z] 259a493cd78d: Download complete [2020-06-26T19:48:16.902Z] b538f80385f9: Verifying Checksum [2020-06-26T19:48:16.902Z] b538f80385f9: Download complete [2020-06-26T19:48:17.177Z] 3c52a74df98c: Download complete [2020-06-26T19:48:17.177Z] 6c9b121b6998: Verifying Checksum [2020-06-26T19:48:17.177Z] 6c9b121b6998: Download complete [2020-06-26T19:48:17.779Z] b538f80385f9: Pull complete [2020-06-26T19:48:18.381Z] 39dc9c94d07c: Verifying Checksum [2020-06-26T19:48:18.381Z] 39dc9c94d07c: Download complete [2020-06-26T19:48:18.656Z] 259a493cd78d: Pull complete [2020-06-26T19:48:18.932Z] b8e66b5100f5: Pull complete [2020-06-26T19:48:20.667Z] Running on prd-centos7-docker-4c-2g-4562 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws [2020-06-26T19:48:20.694Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-06-26T19:48:22.327Z] 39dc9c94d07c: Pull complete [2020-06-26T19:48:22.327Z] 551b823b3b82: Pull complete [2020-06-26T19:48:22.887Z] using credential edgex-jenkins-ssh [2020-06-26T19:48:22.916Z] Cloning the remote Git repository [2020-06-26T19:48:22.916Z] Cloning with configured refspecs honoured and without tags [2020-06-26T19:48:22.928Z] 3c52a74df98c: Pull complete [2020-06-26T19:48:22.946Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-06-26T19:48:23.006Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2020-06-26T19:48:23.052Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-06-26T19:48:23.052Z] > git --version # timeout=10 [2020-06-26T19:48:23.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-26T19:48:23.200Z] 6c9b121b6998: Pull complete [2020-06-26T19:48:23.200Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-06-26T19:48:23.200Z] Status: Downloaded newer image for docker:latest [2020-06-26T19:48:23.282Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-26T19:48:24.547Z] Fetching without tags [2020-06-26T19:48:24.936Z] Merging remotes/origin/master commit f1b19729a82ba1fbd13389d0a25b8735f137123f into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 [2020-06-26T19:48:25.070Z] Merge succeeded, producing c769402da30e032a8b44f14969df3fe90068260c [2020-06-26T19:48:25.071Z] Checking out Revision c769402da30e032a8b44f14969df3fe90068260c (PR-387) [2020-06-26T19:48:24.523Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-06-26T19:48:24.529Z] > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 [2020-06-26T19:48:24.535Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-26T19:48:24.545Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-06-26T19:48:24.556Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-06-26T19:48:24.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-26T19:48:24.561Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-26T19:48:24.949Z] > git config core.sparsecheckout # timeout=10 [2020-06-26T19:48:24.954Z] > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 [2020-06-26T19:48:24.996Z] > git remote # timeout=10 [2020-06-26T19:48:25.001Z] > git config --get remote.origin.url # timeout=10 [2020-06-26T19:48:25.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-26T19:48:25.022Z] > git merge f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 [2020-06-26T19:48:25.066Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-26T19:48:25.078Z] > git config core.sparsecheckout # timeout=10 [2020-06-26T19:48:25.083Z] > git checkout -f c769402da30e032a8b44f14969df3fe90068260c # timeout=10 [2020-06-26T19:48:28.730Z] Commit message: "Merge commit 'f1b19729a82ba1fbd13389d0a25b8735f137123f' into HEAD" [2020-06-26T19:48:28.742Z] First time build. Skipping changelog. [2020-06-26T19:48:28.739Z] > git rev-list --no-walk 767bd8585b0f0054294f9ddccefb7649195917c0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-26T19:48:30.358Z] ========================================================= [2020-06-26T19:48:30.359Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-26T19:48:30.359Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-26T19:48:30.987Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-26T19:48:31.489Z] ---> fae3f1894fe8 [2020-06-26T19:48:31.489Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-26T19:48:31.489Z] ---> Running in ce339c2aaea4 [2020-06-26T19:48:31.489Z] Removing intermediate container ce339c2aaea4 [2020-06-26T19:48:31.489Z] ---> bdde27ec1e6c [2020-06-26T19:48:31.489Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-06-26T19:48:31.489Z] ---> Running in cf32a615a28b [2020-06-26T19:48:31.560Z] Sending build context to Docker daemon 37.05MB [2020-06-26T19:48:31.560Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-26T19:48:31.560Z] Step 2/8 : FROM ${BASE} [2020-06-26T19:48:31.560Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-26T19:48:31.560Z] e6b0cf9c0882: Pulling fs layer [2020-06-26T19:48:31.560Z] 2848faf0eed1: Pulling fs layer [2020-06-26T19:48:31.560Z] 0f37312ad70f: Pulling fs layer [2020-06-26T19:48:31.560Z] 5788d62ee057: Pulling fs layer [2020-06-26T19:48:31.560Z] 0e6b1d234666: Pulling fs layer [2020-06-26T19:48:31.560Z] bf5d7aec512f: Pulling fs layer [2020-06-26T19:48:31.560Z] 34c802a77dc8: Pulling fs layer [2020-06-26T19:48:31.560Z] 9eb99e56ec68: Pulling fs layer [2020-06-26T19:48:31.560Z] 27c7a5d97fbd: Pulling fs layer [2020-06-26T19:48:31.560Z] 5c102a31e300: Pulling fs layer [2020-06-26T19:48:31.560Z] dcfb455df0a1: Pulling fs layer [2020-06-26T19:48:31.560Z] 34c802a77dc8: Waiting [2020-06-26T19:48:31.560Z] 9eb99e56ec68: Waiting [2020-06-26T19:48:31.560Z] 27c7a5d97fbd: Waiting [2020-06-26T19:48:31.560Z] dcfb455df0a1: Waiting [2020-06-26T19:48:31.560Z] 5c102a31e300: Waiting [2020-06-26T19:48:31.560Z] 5788d62ee057: Waiting [2020-06-26T19:48:31.560Z] 0e6b1d234666: Waiting [2020-06-26T19:48:31.560Z] bf5d7aec512f: Waiting [2020-06-26T19:48:31.560Z] 0f37312ad70f: Verifying Checksum [2020-06-26T19:48:31.560Z] 0f37312ad70f: Download complete [2020-06-26T19:48:31.560Z] 2848faf0eed1: Download complete [2020-06-26T19:48:31.830Z] 0e6b1d234666: Verifying Checksum [2020-06-26T19:48:31.830Z] 0e6b1d234666: Download complete [2020-06-26T19:48:31.830Z] bf5d7aec512f: Verifying Checksum [2020-06-26T19:48:31.830Z] bf5d7aec512f: Download complete [2020-06-26T19:48:31.830Z] e6b0cf9c0882: Download complete [2020-06-26T19:48:32.419Z] 34c802a77dc8: Verifying Checksum [2020-06-26T19:48:32.419Z] 34c802a77dc8: Download complete [2020-06-26T19:48:32.419Z] 27c7a5d97fbd: Verifying Checksum [2020-06-26T19:48:32.419Z] 27c7a5d97fbd: Download complete [2020-06-26T19:48:33.005Z] 5c102a31e300: Verifying Checksum [2020-06-26T19:48:33.005Z] 5c102a31e300: Download complete [2020-06-26T19:48:33.267Z] 5788d62ee057: Verifying Checksum [2020-06-26T19:48:33.267Z] 5788d62ee057: Download complete [2020-06-26T19:48:33.267Z] dcfb455df0a1: Verifying Checksum [2020-06-26T19:48:33.267Z] dcfb455df0a1: Download complete [2020-06-26T19:48:33.267Z] 9eb99e56ec68: Verifying Checksum [2020-06-26T19:48:33.267Z] 9eb99e56ec68: Download complete [2020-06-26T19:48:33.469Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-26T19:48:34.074Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-26T19:48:34.648Z] e6b0cf9c0882: Pull complete [2020-06-26T19:48:34.670Z] (1/5) Installing libsodium (1.0.18-r0) [2020-06-26T19:48:34.670Z] (2/5) Installing libzmq (4.3.2-r0) [2020-06-26T19:48:34.909Z] 2848faf0eed1: Pull complete [2020-06-26T19:48:34.909Z] 0f37312ad70f: Pull complete [2020-06-26T19:48:34.942Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-06-26T19:48:34.942Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-06-26T19:48:35.214Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-06-26T19:48:35.214Z] Executing busybox-1.31.1-r8.trigger [2020-06-26T19:48:35.214Z] OK: 127 MiB in 44 packages [2020-06-26T19:48:36.655Z] Removing intermediate container cf32a615a28b [2020-06-26T19:48:36.655Z] ---> d79010421590 [2020-06-26T19:48:36.655Z] Step 6/8 : WORKDIR /build [2020-06-26T19:48:36.655Z] ---> Running in 185a0d8c1344 [2020-06-26T19:48:37.258Z] Removing intermediate container 185a0d8c1344 [2020-06-26T19:48:37.258Z] ---> e8d6c2ab4521 [2020-06-26T19:48:37.258Z] Step 7/8 : COPY go.mod . [2020-06-26T19:48:37.863Z] ---> 431759324c88 [2020-06-26T19:48:37.863Z] Step 8/8 : RUN go mod download [2020-06-26T19:48:37.863Z] ---> Running in fc0a591f0c9d [2020-06-26T19:48:40.195Z] 5788d62ee057: Pull complete [2020-06-26T19:48:40.456Z] 0e6b1d234666: Pull complete [2020-06-26T19:48:40.456Z] bf5d7aec512f: Pull complete [2020-06-26T19:48:41.263Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-06-26T19:48:41.534Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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] } [2020-06-26T19:48:42.152Z] Failed in branch arm64 [2020-06-26T19:48:45.737Z] 34c802a77dc8: Pull complete [2020-06-26T19:48:49.059Z] 9eb99e56ec68: Pull complete [2020-06-26T19:48:49.059Z] 27c7a5d97fbd: Pull complete [2020-06-26T19:48:49.628Z] 5c102a31e300: Pull complete [2020-06-26T19:48:49.628Z] dcfb455df0a1: Pull complete [2020-06-26T19:48:49.628Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-26T19:48:49.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-26T19:48:49.628Z] ---> 7c70fe431013 [2020-06-26T19:48:49.628Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-06-26T19:48:50.197Z] latest: Pulling from library/docker [2020-06-26T19:48:50.197Z] df20fa9351a1: Pulling fs layer [2020-06-26T19:48:50.197Z] 25ad7478873d: Pulling fs layer [2020-06-26T19:48:50.197Z] 4684f6177b5d: Pulling fs layer [2020-06-26T19:48:50.197Z] 46e300cec669: Pulling fs layer [2020-06-26T19:48:50.197Z] 63038576ad94: Pulling fs layer [2020-06-26T19:48:50.197Z] 0fdb76c4706c: Pulling fs layer [2020-06-26T19:48:50.197Z] cb7edeffdfd5: Pulling fs layer [2020-06-26T19:48:50.197Z] 46e300cec669: Waiting [2020-06-26T19:48:50.197Z] 63038576ad94: Waiting [2020-06-26T19:48:50.197Z] 0fdb76c4706c: Waiting [2020-06-26T19:48:50.197Z] cb7edeffdfd5: Waiting [2020-06-26T19:48:50.197Z] 4684f6177b5d: Verifying Checksum [2020-06-26T19:48:50.197Z] 4684f6177b5d: Download complete [2020-06-26T19:48:50.197Z] 25ad7478873d: Verifying Checksum [2020-06-26T19:48:50.197Z] 25ad7478873d: Download complete [2020-06-26T19:48:50.197Z] df20fa9351a1: Verifying Checksum [2020-06-26T19:48:50.457Z] 63038576ad94: Verifying Checksum [2020-06-26T19:48:50.457Z] 63038576ad94: Download complete [2020-06-26T19:48:50.457Z] 0fdb76c4706c: Verifying Checksum [2020-06-26T19:48:50.457Z] 0fdb76c4706c: Download complete [2020-06-26T19:48:50.457Z] df20fa9351a1: Pull complete [2020-06-26T19:48:51.031Z] 46e300cec669: Verifying Checksum [2020-06-26T19:48:51.031Z] 46e300cec669: Download complete [2020-06-26T19:48:51.602Z] cb7edeffdfd5: Verifying Checksum [2020-06-26T19:48:51.602Z] cb7edeffdfd5: Download complete [2020-06-26T19:48:51.602Z] 25ad7478873d: Pull complete [2020-06-26T19:48:51.861Z] 4684f6177b5d: Pull complete [2020-06-26T19:48:55.168Z] 46e300cec669: Pull complete [2020-06-26T19:48:55.168Z] 63038576ad94: Pull complete [2020-06-26T19:48:55.168Z] 0fdb76c4706c: Pull complete [2020-06-26T19:48:55.168Z] cb7edeffdfd5: Pull complete [2020-06-26T19:48:55.168Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-06-26T19:48:55.168Z] Status: Downloaded newer image for docker:latest [2020-06-26T19:48:56.558Z] ---> 08c3cca81d7a [2020-06-26T19:48:56.558Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-26T19:48:56.819Z] ---> Running in b78944cac617 [2020-06-26T19:48:56.819Z] Removing intermediate container b78944cac617 [2020-06-26T19:48:56.819Z] ---> bf91fd11a7f3 [2020-06-26T19:48:56.819Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-06-26T19:48:56.819Z] ---> Running in 8535c22708b0 [2020-06-26T19:48:57.389Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-26T19:48:58.328Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-26T19:48:58.587Z] (1/5) Installing libsodium (1.0.18-r0) [2020-06-26T19:48:58.587Z] (2/5) Installing libzmq (4.3.2-r0) [2020-06-26T19:48:58.587Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-06-26T19:48:58.847Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-06-26T19:48:58.847Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-06-26T19:48:58.847Z] Executing busybox-1.31.1-r8.trigger [2020-06-26T19:48:59.107Z] OK: 145 MiB in 44 packages [2020-06-26T19:48:59.677Z] Removing intermediate container 8535c22708b0 [2020-06-26T19:48:59.677Z] ---> 6d4574a2a288 [2020-06-26T19:48:59.677Z] Step 6/8 : WORKDIR /build [2020-06-26T19:48:59.677Z] ---> Running in c428ab10d2e6 [2020-06-26T19:48:59.677Z] Removing intermediate container c428ab10d2e6 [2020-06-26T19:48:59.677Z] ---> 4992b2bc9ae4 [2020-06-26T19:48:59.677Z] Step 7/8 : COPY go.mod . [2020-06-26T19:48:59.937Z] ---> 53e35a62c6c3 [2020-06-26T19:48:59.937Z] Step 8/8 : RUN go mod download [2020-06-26T19:48:59.937Z] ---> Running in 72e59a0878fe [2020-06-26T19:49:02.486Z] go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory [2020-06-26T19:49:03.058Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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] } [2020-06-26T19:49:03.660Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-26T19:49:04.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-26T19:49:05.171Z] ---> package-listing.sh [2020-06-26T19:49:05.171Z] ++ facter osfamily [2020-06-26T19:49:05.171Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-26T19:49:05.171Z] + OS_FAMILY=redhat [2020-06-26T19:49:05.171Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-06-26T19:49:05.171Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-26T19:49:05.171Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-26T19:49:05.171Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-26T19:49:05.171Z] + PACKAGES=/tmp/packages_start.txt [2020-06-26T19:49:05.171Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-06-26T19:49:05.171Z] + PACKAGES=/tmp/packages_end.txt [2020-06-26T19:49:05.171Z] + case "${OS_FAMILY}" in [2020-06-26T19:49:05.171Z] + rpm -qa [2020-06-26T19:49:05.171Z] + sort [2020-06-26T19:49:09.380Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-26T19:49:09.380Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-26T19:49:09.380Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-26T19:49:09.380Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' [2020-06-26T19:49:09.380Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [2020-06-26T19:49:09.380Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-26T19:49:09.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-26T19:49:09.984Z] [2020-06-26T19:49:09.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-26T19:49:10.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-26T19:49:10.297Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-26T19:49:10.297Z] c9b1b535fdd9: Pulling fs layer [2020-06-26T19:49:10.297Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-26T19:49:10.297Z] 756a868c4378: Pulling fs layer [2020-06-26T19:49:10.297Z] 444b2fc9a129: Pulling fs layer [2020-06-26T19:49:10.297Z] ea15f1150254: Pulling fs layer [2020-06-26T19:49:10.297Z] 41b27a9f41bf: Pulling fs layer [2020-06-26T19:49:10.297Z] 28c525ee5125: Pulling fs layer [2020-06-26T19:49:10.297Z] 094b1ea09ed8: Pulling fs layer [2020-06-26T19:49:10.297Z] 138eaada9080: Pulling fs layer [2020-06-26T19:49:10.297Z] 0622d0fa9048: Pulling fs layer [2020-06-26T19:49:10.297Z] 444b2fc9a129: Waiting [2020-06-26T19:49:10.297Z] ea15f1150254: Waiting [2020-06-26T19:49:10.297Z] 41b27a9f41bf: Waiting [2020-06-26T19:49:10.297Z] 28c525ee5125: Waiting [2020-06-26T19:49:10.297Z] 094b1ea09ed8: Waiting [2020-06-26T19:49:10.297Z] 138eaada9080: Waiting [2020-06-26T19:49:10.297Z] 0622d0fa9048: Waiting [2020-06-26T19:49:10.297Z] 2cc5ad85d9ab: Download complete [2020-06-26T19:49:10.297Z] 444b2fc9a129: Verifying Checksum [2020-06-26T19:49:10.297Z] 444b2fc9a129: Download complete [2020-06-26T19:49:10.297Z] c9b1b535fdd9: Verifying Checksum [2020-06-26T19:49:10.297Z] c9b1b535fdd9: Download complete [2020-06-26T19:49:10.297Z] ea15f1150254: Verifying Checksum [2020-06-26T19:49:10.297Z] ea15f1150254: Download complete [2020-06-26T19:49:10.297Z] 28c525ee5125: Verifying Checksum [2020-06-26T19:49:10.297Z] 28c525ee5125: Download complete [2020-06-26T19:49:10.565Z] 756a868c4378: Verifying Checksum [2020-06-26T19:49:10.565Z] 756a868c4378: Download complete [2020-06-26T19:49:10.834Z] c9b1b535fdd9: Pull complete [2020-06-26T19:49:10.834Z] 094b1ea09ed8: Verifying Checksum [2020-06-26T19:49:10.834Z] 094b1ea09ed8: Download complete [2020-06-26T19:49:10.834Z] 138eaada9080: Verifying Checksum [2020-06-26T19:49:10.834Z] 138eaada9080: Download complete [2020-06-26T19:49:10.834Z] 0622d0fa9048: Verifying Checksum [2020-06-26T19:49:10.834Z] 0622d0fa9048: Download complete [2020-06-26T19:49:11.100Z] 2cc5ad85d9ab: Pull complete [2020-06-26T19:49:11.366Z] 41b27a9f41bf: Verifying Checksum [2020-06-26T19:49:11.366Z] 41b27a9f41bf: Download complete [2020-06-26T19:49:12.325Z] 756a868c4378: Pull complete [2020-06-26T19:49:12.587Z] 444b2fc9a129: Pull complete [2020-06-26T19:49:12.851Z] ea15f1150254: Pull complete [2020-06-26T19:49:17.074Z] 41b27a9f41bf: Pull complete [2020-06-26T19:49:17.074Z] 28c525ee5125: Pull complete [2020-06-26T19:49:19.626Z] 094b1ea09ed8: Pull complete [2020-06-26T19:49:19.626Z] 138eaada9080: Pull complete [2020-06-26T19:49:19.886Z] 0622d0fa9048: Pull complete [2020-06-26T19:49:19.886Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-26T19:49:19.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-26T19:49:19.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-26T19:49:20.049Z] prd-centos7-docker-4c-2g-4560 does not seem to be running inside a container [2020-06-26T19:49:20.104Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-387 -v /w/workspace/ndry_app-functions-sdk-go_PR-387:/w/workspace/ndry_app-functions-sdk-go_PR-387:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-387@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-26T19:49:23.741Z] $ docker top 7511de17d3d30ab4d182d09167c0e2044cc2303fed44dfc51d973239221ddc27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-26T19:49:23.925Z] provisioning config files... [2020-06-26T19:49:23.942Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config1753891408612011386tmp [Pipeline] { [Pipeline] echo [2020-06-26T19:49:23.973Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-26T19:49:24.268Z] ---> create-netrc.sh [Pipeline] echo [2020-06-26T19:49:24.278Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-26T19:49:24.570Z] ---> logs-deploy.sh [2020-06-26T19:49:24.570Z] + ARCHIVE_ARTIFACTS= [2020-06-26T19:49:24.571Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-26T19:49:24.571Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-26T19:49:24.571Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-26T19:49:24.571Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/5 [2020-06-26T19:49:24.571Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/5/ [2020-06-26T19:49:24.571Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/5 /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-06-26T19:49:25.958Z] Archives upload complete. [2020-06-26T19:49:25.958Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/5/ [2020-06-26T19:49:26.530Z] ---> uname -a: [2020-06-26T19:49:26.530Z] Linux 7511de17d3d3 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> lscpu: [2020-06-26T19:49:26.530Z] Architecture: x86_64 [2020-06-26T19:49:26.530Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-26T19:49:26.530Z] Byte Order: Little Endian [2020-06-26T19:49:26.530Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-26T19:49:26.530Z] CPU(s): 4 [2020-06-26T19:49:26.530Z] On-line CPU(s) list: 0-3 [2020-06-26T19:49:26.530Z] Thread(s) per core: 1 [2020-06-26T19:49:26.530Z] Core(s) per socket: 1 [2020-06-26T19:49:26.530Z] Socket(s): 4 [2020-06-26T19:49:26.530Z] NUMA node(s): 1 [2020-06-26T19:49:26.530Z] Vendor ID: GenuineIntel [2020-06-26T19:49:26.530Z] CPU family: 6 [2020-06-26T19:49:26.530Z] Model: 44 [2020-06-26T19:49:26.530Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-26T19:49:26.530Z] Stepping: 1 [2020-06-26T19:49:26.530Z] CPU MHz: 2933.438 [2020-06-26T19:49:26.530Z] BogoMIPS: 5866.87 [2020-06-26T19:49:26.530Z] Virtualization: VT-x [2020-06-26T19:49:26.530Z] Hypervisor vendor: KVM [2020-06-26T19:49:26.530Z] Virtualization type: full [2020-06-26T19:49:26.530Z] L1d cache: 128 KiB [2020-06-26T19:49:26.530Z] L1i cache: 128 KiB [2020-06-26T19:49:26.530Z] L2 cache: 16 MiB [2020-06-26T19:49:26.530Z] L3 cache: 64 MiB [2020-06-26T19:49:26.530Z] NUMA node0 CPU(s): 0-3 [2020-06-26T19:49:26.530Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-26T19:49:26.530Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-26T19:49:26.530Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-26T19:49:26.530Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-26T19:49:26.530Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-26T19:49:26.530Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-26T19:49:26.530Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-26T19:49:26.530Z] Vulnerability Tsx async abort: Not affected [2020-06-26T19:49:26.530Z] 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 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> nproc: [2020-06-26T19:49:26.530Z] 4 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> df -h: [2020-06-26T19:49:26.530Z] Filesystem Size Used Available Use% Mounted on [2020-06-26T19:49:26.530Z] overlay 50.0G 7.3G 42.7G 15% / [2020-06-26T19:49:26.530Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-26T19:49:26.530Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-26T19:49:26.530Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-26T19:49:26.530Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-06-26T19:49:26.530Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-06-26T19:49:26.530Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-06-26T19:49:26.530Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa [2020-06-26T19:49:26.530Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387 [2020-06-26T19:49:26.530Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> free -m: [2020-06-26T19:49:26.530Z] total used free shared buff/cache available [2020-06-26T19:49:26.530Z] Mem: 1837 669 117 0 1050 1062 [2020-06-26T19:49:26.530Z] Swap: 1023 0 1023 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> ip addr: [2020-06-26T19:49:26.530Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-26T19:49:26.530Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-26T19:49:26.530Z] inet 127.0.0.1/8 scope host lo [2020-06-26T19:49:26.530Z] valid_lft forever preferred_lft forever [2020-06-26T19:49:26.530Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-26T19:49:26.530Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-26T19:49:26.530Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-26T19:49:26.530Z] valid_lft forever preferred_lft forever [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> sar -b -r -n DEV: [2020-06-26T19:49:26.530Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/26/20 _x86_64_ (4 CPU) [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] 19:44:35 LINUX RESTART [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] 19:45:02 tps rtps wtps bread/s bwrtn/s [2020-06-26T19:49:26.530Z] 19:46:01 97.48 38.63 58.85 7635.42 8881.94 [2020-06-26T19:49:26.530Z] 19:47:01 2.43 0.00 2.43 0.00 53.57 [2020-06-26T19:49:26.530Z] 19:48:01 0.40 0.00 0.40 0.00 6.38 [2020-06-26T19:49:26.530Z] 19:49:01 0.27 0.00 0.27 0.00 3.10 [2020-06-26T19:49:26.530Z] Average: 24.85 9.54 15.31 1885.47 2209.11 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] 19:45:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-26T19:49:26.530Z] 19:46:01 192960 1688596 89.74 2620 1108728 1108124 37.82 433384 1094604 120 [2020-06-26T19:49:26.530Z] 19:47:01 204844 1676712 89.11 2620 1108732 1072476 36.60 426704 1090844 20 [2020-06-26T19:49:26.530Z] 19:48:01 201724 1679832 89.28 2620 1108796 1072656 36.61 429740 1090848 16 [2020-06-26T19:49:26.530Z] 19:49:01 201708 1679848 89.28 2620 1108740 1072748 36.61 429948 1090832 16 [2020-06-26T19:49:26.530Z] Average: 200309 1681247 89.35 2620 1108749 1081501 36.91 429944 1091782 43 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] 19:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-26T19:49:26.530Z] 19:46:01 eth0 819.69 546.22 1688.35 425.76 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:46:01 docker0 112.61 97.60 9.60 308.41 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:47:01 eth0 0.65 0.08 0.06 0.02 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:48:01 eth0 0.95 0.30 0.32 0.20 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:49:01 eth0 0.47 0.33 0.27 0.20 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] Average: eth0 202.93 135.06 417.08 105.24 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] Average: docker0 27.81 24.10 2.37 76.16 0.00 0.00 0.00 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] ---> sar -P ALL: [2020-06-26T19:49:26.530Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/26/20 _x86_64_ (4 CPU) [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] 19:44:35 LINUX RESTART [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] 19:45:02 CPU %user %nice %system %iowait %steal %idle [2020-06-26T19:49:26.530Z] 19:46:01 all 16.04 0.00 5.98 3.25 0.01 74.72 [2020-06-26T19:49:26.530Z] 19:46:01 0 14.77 0.00 7.04 3.01 0.02 75.16 [2020-06-26T19:49:26.530Z] 19:46:01 1 15.58 0.00 6.23 5.56 0.00 72.63 [2020-06-26T19:49:26.530Z] 19:46:01 2 13.68 0.00 5.76 2.27 0.02 78.27 [2020-06-26T19:49:26.530Z] 19:46:01 3 20.13 0.00 4.91 2.15 0.02 72.79 [2020-06-26T19:49:26.530Z] 19:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-06-26T19:49:26.530Z] 19:47:01 0 0.35 0.00 0.02 0.00 0.00 99.63 [2020-06-26T19:49:26.530Z] 19:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-26T19:49:26.530Z] 19:47:01 2 0.20 0.00 0.03 0.00 0.00 99.77 [2020-06-26T19:49:26.530Z] 19:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-26T19:49:26.530Z] 19:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-26T19:49:26.530Z] 19:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-26T19:49:26.530Z] 19:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-06-26T19:49:26.530Z] 19:48:01 2 0.47 0.00 0.03 0.00 0.00 99.50 [2020-06-26T19:49:26.530Z] 19:48:01 3 0.05 0.00 0.05 0.02 0.00 99.88 [2020-06-26T19:49:26.530Z] 19:49:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2020-06-26T19:49:26.530Z] 19:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-26T19:49:26.530Z] 19:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-26T19:49:26.530Z] 19:49:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2020-06-26T19:49:26.530Z] 19:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-26T19:49:26.530Z] Average: all 4.05 0.00 1.49 0.80 0.00 93.66 [2020-06-26T19:49:26.530Z] Average: 0 3.73 0.00 1.74 0.74 0.00 93.79 [2020-06-26T19:49:26.530Z] Average: 1 3.85 0.00 1.55 1.37 0.00 93.23 [2020-06-26T19:49:26.530Z] Average: 2 3.65 0.00 1.44 0.56 0.00 94.34 [2020-06-26T19:49:26.530Z] Average: 3 4.96 0.00 1.23 0.53 0.00 93.27 [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z] [2020-06-26T19:49:26.530Z]