Pull request #387 updated 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 0affcfc56430e768c687165ff1a452e16e17dae6 rather than 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c Obtained Jenkinsfile from 0affcfc56430e768c687165ff1a452e16e17dae6 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15239 in /w/workspace/dry_go-mod-core-contracts_PR-387 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-387 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0affcfc56430e768c687165ff1a452e16e17dae6 into PR head commit 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c Merge succeeded, producing 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c Checking out Revision 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c (PR-387) > git config core.sparsecheckout # timeout=10 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # 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 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 Commit message: "refactor(meta): Refactor http client help method" > git rev-list --no-walk 73165ecaf75600457eadc7ee5789f4e1f1fd21c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-09T08:25:41.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-09T08:25:41.495Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-09T08:25:41.604Z] ========================================================= [2020-12-09T08:25:41.604Z] EdgeX Global Pipelines Version Info [2020-12-09T08:25:41.604Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:25:43.051Z] ------------------- [2020-12-09T08:25:43.052Z] stable info: [2020-12-09T08:25:43.052Z] ------------------- [2020-12-09T08:25:43.052Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T08:25:43.052Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T08:25:43.052Z] Message: update stable to v1.0.172 [2020-12-09T08:25:43.996Z] ------------------- [2020-12-09T08:25:43.997Z] experimental info: [2020-12-09T08:25:43.997Z] ------------------- [2020-12-09T08:25:43.997Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T08:25:43.997Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T08:25:43.997Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-09T08:25:44.290Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-09T08:25:44.390Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-09T08:25:44.493Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-09T08:25:44.590Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-09T08:25:44.704Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-09T08:25:44.806Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-09T08:25:44.906Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-09T08:25:45.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-09T08:25:45.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-09T08:25:45.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-09T08:25:45.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-09T08:25:45.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-09T08:25:45.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-09T08:25:45.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-09T08:25:45.819Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T08:25:45.932Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T08:25:46.079Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T08:25:46.183Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T08:25:46.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-09T08:25:46.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-09T08:25:46.502Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-09T08:25:46.596Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-09T08:25:46.718Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-09T08:25:46.812Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-09T08:25:46.913Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-09T08:25:47.003Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-09T08:25:47.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-387 [Pipeline] echo [2020-12-09T08:25:47.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-387 [Pipeline] echo [2020-12-09T08:25:47.297Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-387 [Pipeline] echo [2020-12-09T08:25:47.394Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [Pipeline] echo [2020-12-09T08:25:47.515Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60fe4ce [Pipeline] echo [2020-12-09T08:25:47.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T08:25:48.307Z] + git log --format=format:%s -1 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [Pipeline] echo [2020-12-09T08:25:48.370Z] GIT_COMMIT: 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c, Commit Message: refactor(meta): Refactor http client help method [Pipeline] echo [2020-12-09T08:25:48.422Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:25:49.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T08:25:49.682Z] [2020-12-09T08:25:49.682Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:25:50.031Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T08:25:50.295Z] latest: Pulling from edgex-devops/git-semver [2020-12-09T08:25:50.295Z] 31603596830f: Pulling fs layer [2020-12-09T08:25:50.295Z] 2a8b12db71e7: Pulling fs layer [2020-12-09T08:25:50.295Z] 6ca5941a6612: Pulling fs layer [2020-12-09T08:25:50.295Z] ecc8261a40a4: Pulling fs layer [2020-12-09T08:25:50.295Z] ecc8261a40a4: Waiting [2020-12-09T08:25:50.295Z] 2a8b12db71e7: Verifying Checksum [2020-12-09T08:25:50.295Z] 31603596830f: Verifying Checksum [2020-12-09T08:25:50.295Z] 31603596830f: Download complete [2020-12-09T08:25:50.561Z] ecc8261a40a4: Verifying Checksum [2020-12-09T08:25:50.561Z] ecc8261a40a4: Download complete [2020-12-09T08:25:50.561Z] 6ca5941a6612: Verifying Checksum [2020-12-09T08:25:50.561Z] 6ca5941a6612: Download complete [2020-12-09T08:25:50.825Z] 31603596830f: Pull complete [2020-12-09T08:25:51.091Z] 2a8b12db71e7: Pull complete [2020-12-09T08:25:51.669Z] 6ca5941a6612: Pull complete [2020-12-09T08:25:51.947Z] ecc8261a40a4: Pull complete [2020-12-09T08:25:51.947Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-09T08:25:51.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T08:25:51.947Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-09T08:25:52.046Z] prd-centos7-docker-4c-2g-15239 does not seem to be running inside a container [2020-12-09T08:25:52.099Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-387 -v /w/workspace/dry_go-mod-core-contracts_PR-387:/w/workspace/dry_go-mod-core-contracts_PR-387:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-387@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T08:25:54.026Z] $ docker top 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T08:25:54.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T08:25:54.316Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T08:25:54.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T08:25:54.520Z] $ docker exec 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent [2020-12-09T08:25:54.675Z] SSH_AUTH_SOCK=/tmp/ssh-l8Lpw5LD9sRN/agent.12 [2020-12-09T08:25:54.675Z] SSH_AGENT_PID=17 [2020-12-09T08:25:54.683Z] Running ssh-add (command line suppressed) [2020-12-09T08:25:54.798Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_7259621192083150851.key (/w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_7259621192083150851.key) [2020-12-09T08:25:54.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T08:25:55.172Z] + git tag --points-at HEAD [Pipeline] } [2020-12-09T08:25:55.242Z] $ docker exec --env ******** --env ******** 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent -k [2020-12-09T08:25:55.351Z] unset SSH_AUTH_SOCK; [2020-12-09T08:25:55.351Z] unset SSH_AGENT_PID; [2020-12-09T08:25:55.352Z] echo Agent pid 17 killed; [2020-12-09T08:25:55.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-09T08:25:55.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T08:25:55.544Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T08:25:55.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T08:25:55.710Z] $ docker exec 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent [2020-12-09T08:25:55.862Z] SSH_AUTH_SOCK=/tmp/ssh-LgfhfzilkCbd/agent.47 [2020-12-09T08:25:55.862Z] SSH_AGENT_PID=52 [2020-12-09T08:25:55.868Z] Running ssh-add (command line suppressed) [2020-12-09T08:25:55.979Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_8621793066388126562.key (/w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_8621793066388126562.key) [2020-12-09T08:25:56.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T08:25:56.357Z] + git semver init [2020-12-09T08:25:56.357Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T08:25:56.357Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-387/.git [2020-12-09T08:25:56.357Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-387 [2020-12-09T08:25:56.357Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T08:25:56.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T08:25:56.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T08:25:56.357Z] # $SEMVER_BRANCH = PR-387 [2020-12-09T08:25:56.357Z] # $SEMVER_TEMP = /tmp/semver-310769359 [2020-12-09T08:25:56.357Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-09T08:25:56.931Z] # '/tmp/semver-310769359' -> '/w/workspace/dry_go-mod-core-contracts_PR-387/.semver' [2020-12-09T08:25:56.931Z] # -> Force: false [2020-12-09T08:25:56.931Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-387/.semver [Pipeline] } [2020-12-09T08:25:56.948Z] $ docker exec --env ******** --env ******** 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent -k [2020-12-09T08:25:57.055Z] unset SSH_AUTH_SOCK; [2020-12-09T08:25:57.055Z] unset SSH_AGENT_PID; [2020-12-09T08:25:57.055Z] echo Agent pid 52 killed; [2020-12-09T08:25:57.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T08:25:57.619Z] + git semver [Pipeline] } [2020-12-09T08:25:57.642Z] $ docker stop --time=1 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 [2020-12-09T08:25:59.465Z] $ docker rm -f 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T08:26:00.008Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-09T08:26:00.412Z] Stashed 1 file(s) [Pipeline] echo [2020-12-09T08:26:00.415Z] [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 [2020-12-09T08:26:16.129Z] Still waiting to schedule task [2020-12-09T08:26:16.129Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15239’ [2020-12-09T08:26:16.131Z] Still waiting to schedule task [2020-12-09T08:26:16.131Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-09T08:28:19.606Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15240 in /w/workspace/dry_go-mod-core-contracts_PR-387 [Pipeline] { [Pipeline] ws [2020-12-09T08:28:19.663Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-09T08:28:24.415Z] using credential edgex-jenkins-ssh [2020-12-09T08:28:24.474Z] Cloning the remote Git repository [2020-12-09T08:28:24.529Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T08:28:24.640Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-09T08:28:24.723Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T08:28:24.724Z] > git --version # timeout=10 [2020-12-09T08:28:24.748Z] > git --version # 'git version 2.17.1' [2020-12-09T08:28:24.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T08:28:24.818Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T08:28:25.748Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T08:28:25.766Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T08:28:25.793Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T08:28:25.835Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T08:28:25.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T08:28:25.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T08:28:26.446Z] Merging remotes/origin/master commit 0affcfc56430e768c687165ff1a452e16e17dae6 into PR head commit 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [2020-12-09T08:28:26.716Z] Merge succeeded, producing 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [2020-12-09T08:28:26.716Z] Checking out Revision 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c (PR-387) [2020-12-09T08:28:26.467Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T08:28:26.490Z] > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 [2020-12-09T08:28:26.617Z] > git remote # timeout=10 [2020-12-09T08:28:26.641Z] > git config --get remote.origin.url # timeout=10 [2020-12-09T08:28:26.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T08:28:26.672Z] > git merge 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 [2020-12-09T08:28:26.698Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-09T08:28:26.724Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T08:28:26.740Z] > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 [2020-12-09T08:28:31.225Z] Commit message: "refactor(meta): Refactor http client help method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T08:28:32.877Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-09T08:28:33.293Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T08:28:33.690Z] + sudo service docker restart [2020-12-09T08:28:33.690Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-09T08:28:35.924Z] ========================================================= [2020-12-09T08:28:35.924Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-09T08:28:35.924Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:28:36.308Z] + 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 . [2020-12-09T08:28:37.289Z] Sending build context to Docker daemon 1.931MB [2020-12-09T08:28:37.289Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-09T08:28:37.289Z] Step 2/7 : FROM ${BASE} [2020-12-09T08:28:37.566Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-09T08:28:37.567Z] 5f621e34cdf4: Pulling fs layer [2020-12-09T08:28:37.567Z] a4357932f1b6: Pulling fs layer [2020-12-09T08:28:37.567Z] 18c013af1878: Pulling fs layer [2020-12-09T08:28:37.567Z] 00ac8860ef70: Pulling fs layer [2020-12-09T08:28:37.567Z] 63d7cb157983: Pulling fs layer [2020-12-09T08:28:37.567Z] b116817d02f9: Pulling fs layer [2020-12-09T08:28:37.567Z] 745a02a5169b: Pulling fs layer [2020-12-09T08:28:37.567Z] 00ac8860ef70: Waiting [2020-12-09T08:28:37.567Z] 63d7cb157983: Waiting [2020-12-09T08:28:37.567Z] 745a02a5169b: Waiting [2020-12-09T08:28:37.567Z] b116817d02f9: Waiting [2020-12-09T08:28:37.567Z] 18c013af1878: Verifying Checksum [2020-12-09T08:28:37.567Z] 18c013af1878: Download complete [2020-12-09T08:28:37.567Z] a4357932f1b6: Verifying Checksum [2020-12-09T08:28:37.567Z] a4357932f1b6: Download complete [2020-12-09T08:28:37.838Z] 63d7cb157983: Verifying Checksum [2020-12-09T08:28:37.838Z] 63d7cb157983: Download complete [2020-12-09T08:28:38.435Z] b116817d02f9: Verifying Checksum [2020-12-09T08:28:38.435Z] b116817d02f9: Download complete [2020-12-09T08:28:38.435Z] 5f621e34cdf4: Download complete [2020-12-09T08:28:39.032Z] 5f621e34cdf4: Pull complete [2020-12-09T08:28:39.631Z] a4357932f1b6: Pull complete [2020-12-09T08:28:40.234Z] 18c013af1878: Pull complete [2020-12-09T08:28:40.508Z] 745a02a5169b: Verifying Checksum [2020-12-09T08:28:40.508Z] 745a02a5169b: Download complete [2020-12-09T08:28:41.950Z] 00ac8860ef70: Download complete [2020-12-09T08:28:47.124Z] Running on prd-centos7-docker-4c-2g-15241 in /w/workspace/dry_go-mod-core-contracts_PR-387 [Pipeline] { [Pipeline] ws [2020-12-09T08:28:47.183Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-09T08:28:49.549Z] using credential edgex-jenkins-ssh [2020-12-09T08:28:49.626Z] Cloning the remote Git repository [2020-12-09T08:28:49.651Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T08:28:49.721Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-09T08:28:49.781Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T08:28:49.781Z] > git --version # timeout=10 [2020-12-09T08:28:49.787Z] > git --version # 'git version 2.24.3' [2020-12-09T08:28:49.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T08:28:49.813Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T08:28:50.488Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T08:28:50.494Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T08:28:50.504Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T08:28:50.516Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T08:28:50.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T08:28:50.520Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T08:28:50.986Z] Merging remotes/origin/master commit 0affcfc56430e768c687165ff1a452e16e17dae6 into PR head commit 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [2020-12-09T08:28:51.109Z] Merge succeeded, producing 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [2020-12-09T08:28:51.109Z] Checking out Revision 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c (PR-387) [2020-12-09T08:28:50.991Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T08:28:50.996Z] > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 [2020-12-09T08:28:51.065Z] > git remote # timeout=10 [2020-12-09T08:28:51.071Z] > git config --get remote.origin.url # timeout=10 [2020-12-09T08:28:51.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T08:28:51.081Z] > git merge 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 [2020-12-09T08:28:51.096Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-09T08:28:51.109Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T08:28:51.115Z] > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 [2020-12-09T08:28:52.158Z] 00ac8860ef70: Pull complete [2020-12-09T08:28:52.158Z] 63d7cb157983: Pull complete [2020-12-09T08:28:52.433Z] b116817d02f9: Pull complete [2020-12-09T08:28:54.746Z] Commit message: "refactor(meta): Refactor http client help method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T08:28:55.954Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-09T08:28:56.289Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T08:28:56.588Z] + sudo service docker restart [2020-12-09T08:28:56.588Z] + true [2020-12-09T08:28:56.588Z] Redirecting to /bin/systemctl restart docker.service [2020-12-09T08:28:56.757Z] 745a02a5169b: Pull complete [2020-12-09T08:28:56.758Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-09T08:28:56.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-09T08:28:56.758Z] ---> b7e6874047d6 [2020-12-09T08:28:56.758Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo [2020-12-09T08:28:57.718Z] ========================================================= [2020-12-09T08:28:57.718Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-09T08:28:57.718Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:28:58.072Z] + 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 . [2020-12-09T08:28:58.655Z] Sending build context to Docker daemon 1.932MB [2020-12-09T08:28:58.655Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-09T08:28:58.655Z] Step 2/7 : FROM ${BASE} [2020-12-09T08:28:58.655Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-09T08:28:58.655Z] 188c0c94c7c5: Pulling fs layer [2020-12-09T08:28:58.655Z] 0ef7d3d256c8: Pulling fs layer [2020-12-09T08:28:58.655Z] de9db76c5a1d: Pulling fs layer [2020-12-09T08:28:58.655Z] bca2f99d35d6: Pulling fs layer [2020-12-09T08:28:58.655Z] 93359f2a8cfa: Pulling fs layer [2020-12-09T08:28:58.655Z] 7c6f9722023f: Pulling fs layer [2020-12-09T08:28:58.655Z] a35cf1a2eb13: Pulling fs layer [2020-12-09T08:28:58.655Z] 93359f2a8cfa: Waiting [2020-12-09T08:28:58.655Z] 7c6f9722023f: Waiting [2020-12-09T08:28:58.655Z] a35cf1a2eb13: Waiting [2020-12-09T08:28:58.655Z] bca2f99d35d6: Waiting [2020-12-09T08:28:58.655Z] de9db76c5a1d: Verifying Checksum [2020-12-09T08:28:58.655Z] de9db76c5a1d: Download complete [2020-12-09T08:28:58.655Z] 0ef7d3d256c8: Download complete [2020-12-09T08:28:58.655Z] 93359f2a8cfa: Verifying Checksum [2020-12-09T08:28:58.655Z] 93359f2a8cfa: Download complete [2020-12-09T08:28:58.655Z] 188c0c94c7c5: Verifying Checksum [2020-12-09T08:28:58.655Z] 188c0c94c7c5: Download complete [2020-12-09T08:28:58.655Z] 7c6f9722023f: Verifying Checksum [2020-12-09T08:28:58.655Z] 7c6f9722023f: Download complete [2020-12-09T08:28:58.924Z] 188c0c94c7c5: Pull complete [2020-12-09T08:28:59.192Z] 0ef7d3d256c8: Pull complete [2020-12-09T08:28:59.192Z] de9db76c5a1d: Pull complete [2020-12-09T08:28:59.374Z] ---> Running in 7f589de603c3 [2020-12-09T08:28:59.375Z] Removing intermediate container 7f589de603c3 [2020-12-09T08:28:59.375Z] ---> 8320e319e551 [2020-12-09T08:28:59.375Z] Step 4/7 : RUN apk add bash [2020-12-09T08:28:59.646Z] ---> Running in 72599bff0fab [2020-12-09T08:29:00.143Z] a35cf1a2eb13: Verifying Checksum [2020-12-09T08:29:00.143Z] a35cf1a2eb13: Download complete [2020-12-09T08:29:00.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T08:29:01.117Z] bca2f99d35d6: Verifying Checksum [2020-12-09T08:29:01.117Z] bca2f99d35d6: Download complete [2020-12-09T08:29:01.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T08:29:02.577Z] OK: 142 MiB in 39 packages [2020-12-09T08:29:03.560Z] Removing intermediate container 72599bff0fab [2020-12-09T08:29:03.560Z] ---> 5cd424124c84 [2020-12-09T08:29:03.560Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-09T08:29:03.834Z] ---> Running in 817eb6a05f7a [2020-12-09T08:29:04.109Z] Removing intermediate container 817eb6a05f7a [2020-12-09T08:29:04.109Z] ---> 5de96e1868f6 [2020-12-09T08:29:04.109Z] Step 6/7 : COPY go.mod . [2020-12-09T08:29:04.709Z] ---> b25583d49612 [2020-12-09T08:29:04.709Z] Step 7/7 : RUN go mod download [2020-12-09T08:29:04.994Z] ---> Running in 6e598b953e11 [2020-12-09T08:29:06.437Z] bca2f99d35d6: Pull complete [2020-12-09T08:29:06.437Z] 93359f2a8cfa: Pull complete [2020-12-09T08:29:06.437Z] 7c6f9722023f: Pull complete [2020-12-09T08:29:13.067Z] a35cf1a2eb13: Pull complete [2020-12-09T08:29:13.067Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-09T08:29:13.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-09T08:29:13.067Z] ---> a62c8e92a672 [2020-12-09T08:29:13.067Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T08:29:13.067Z] ---> Running in 0b9384861912 [2020-12-09T08:29:13.067Z] Removing intermediate container 0b9384861912 [2020-12-09T08:29:13.067Z] ---> 5128bc6e4be6 [2020-12-09T08:29:13.067Z] Step 4/7 : RUN apk add bash [2020-12-09T08:29:13.067Z] ---> Running in 92b45f890ba1 [2020-12-09T08:29:14.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T08:29:14.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T08:29:14.868Z] OK: 166 MiB in 39 packages [2020-12-09T08:29:15.461Z] Removing intermediate container 92b45f890ba1 [2020-12-09T08:29:15.461Z] ---> a9887eb60fc5 [2020-12-09T08:29:15.461Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-09T08:29:15.461Z] ---> Running in e4e3a5f29222 [2020-12-09T08:29:15.725Z] Removing intermediate container e4e3a5f29222 [2020-12-09T08:29:15.726Z] ---> 2d0f65b5b29a [2020-12-09T08:29:15.726Z] Step 6/7 : COPY go.mod . [2020-12-09T08:29:15.989Z] ---> fe6c72b9ed42 [2020-12-09T08:29:15.989Z] Step 7/7 : RUN go mod download [2020-12-09T08:29:15.989Z] ---> Running in 74a4c83865c7 [2020-12-09T08:29:20.109Z] Removing intermediate container 6e598b953e11 [2020-12-09T08:29:20.109Z] ---> ff5dd341571f [2020-12-09T08:29:20.109Z] Successfully built ff5dd341571f [2020-12-09T08:29:20.109Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:29:20.447Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T08:29:20.448Z] . [Pipeline] withDockerContainer [2020-12-09T08:29:20.717Z] prd-ubuntu18.04-docker-arm64-4c-16g-15240 does not seem to be running inside a container [2020-12-09T08:29:20.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T08:29:22.303Z] $ docker top 7bca37a23e890fca0c7c19eee650f6dc443403b40e9b0d0702a5de80a0227e23 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T08:29:23.345Z] + go version [2020-12-09T08:29:23.345Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-09T08:29:23.367Z] $ docker stop --time=1 7bca37a23e890fca0c7c19eee650f6dc443403b40e9b0d0702a5de80a0227e23 [2020-12-09T08:29:25.309Z] $ docker rm -f 7bca37a23e890fca0c7c19eee650f6dc443403b40e9b0d0702a5de80a0227e23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:29:26.360Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T08:29:26.360Z] . [Pipeline] withDockerContainer [2020-12-09T08:29:26.649Z] prd-ubuntu18.04-docker-arm64-4c-16g-15240 does not seem to be running inside a container [2020-12-09T08:29:26.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T08:29:28.256Z] Removing intermediate container 74a4c83865c7 [2020-12-09T08:29:28.257Z] ---> 6da052400912 [2020-12-09T08:29:28.257Z] Successfully built 6da052400912 [2020-12-09T08:29:28.257Z] Successfully tagged ci-base-image-x86_64:latest [2020-12-09T08:29:28.281Z] $ docker top dfe4e2f4a8396c8c2839877859a19ecca025345a275753d855683a5f2376754d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:29:29.105Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T08:29:29.105Z] . [Pipeline] withDockerContainer [2020-12-09T08:29:29.222Z] prd-centos7-docker-4c-2g-15241 does not seem to be running inside a container [2020-12-09T08:29:29.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T08:29:29.354Z] + make test [2020-12-09T08:29:29.354Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-09T08:29:29.940Z] $ docker top 0e38c272793b0ccf9e8b0c0a0114ebaa1575f28b6f10b192f40c20ac49bf3e97 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T08:29:30.462Z] + go version [2020-12-09T08:29:30.462Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-09T08:29:30.474Z] $ docker stop --time=1 0e38c272793b0ccf9e8b0c0a0114ebaa1575f28b6f10b192f40c20ac49bf3e97 [2020-12-09T08:29:31.803Z] $ docker rm -f 0e38c272793b0ccf9e8b0c0a0114ebaa1575f28b6f10b192f40c20ac49bf3e97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:29:32.725Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T08:29:32.725Z] . [Pipeline] withDockerContainer [2020-12-09T08:29:32.907Z] prd-centos7-docker-4c-2g-15241 does not seem to be running inside a container [2020-12-09T08:29:32.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T08:29:33.590Z] $ docker top 3486b4dc88c92b7f8089d174536665f4f8d8f4631a18e684861abfff59822fb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T08:29:34.116Z] + make test [2020-12-09T08:29:34.116Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-09T08:29:40.832Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-09T08:29:40.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.016s coverage: 85.7% of statements [2020-12-09T08:29:40.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-12-09T08:29:40.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.024s coverage: 45.4% of statements [2020-12-09T08:29:40.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.016s coverage: 77.8% of statements [2020-12-09T08:29:40.832Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-09T08:29:41.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.035s coverage: 6.6% of statements [2020-12-09T08:29:42.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.030s coverage: 14.7% of statements [2020-12-09T08:29:42.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.029s coverage: 100.0% of statements [2020-12-09T08:29:42.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements [2020-12-09T08:29:42.074Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-09T08:29:42.074Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-09T08:29:42.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.020s coverage: 100.0% of statements [2020-12-09T08:29:43.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.040s coverage: 47.8% of statements [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 63.0% of statements [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.049s coverage: 26.3% of statements [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.024s coverage: 14.3% of statements [2020-12-09T08:29:46.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-09T08:29:46.070Z] --- FAIL: TestAPI (0.01s) [2020-12-09T08:29:46.070Z] deviceprofile_test.go:123: [2020-12-09T08:29:46.070Z] Error Trace: deviceprofile_test.go:123 [2020-12-09T08:29:46.070Z] Error: Received unexpected error: [2020-12-09T08:29:46.070Z] -> -> -> failed to send a http request -> Put "http://localhost:48081/api/v2/deviceprofile": dial tcp 127.0.0.1:48081: connect: connection refused [2020-12-09T08:29:46.070Z] Test: TestAPI [2020-12-09T08:29:46.070Z] --- FAIL: TestGetAPI (0.00s) [2020-12-09T08:29:46.070Z] deviceprofile_test.go:131: [2020-12-09T08:29:46.070Z] Error Trace: deviceprofile_test.go:131 [2020-12-09T08:29:46.070Z] Error: Received unexpected error: [2020-12-09T08:29:46.070Z] -> -> -> failed to send a http request -> Get "http://localhost:48080/api/v2/metrics": dial tcp 127.0.0.1:48080: connect: connection refused [2020-12-09T08:29:46.070Z] Test: TestGetAPI [2020-12-09T08:29:46.070Z] FAIL [2020-12-09T08:29:46.070Z] coverage: 86.8% of statements [2020-12-09T08:29:46.070Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.032s [2020-12-09T08:29:46.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-09T08:29:46.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.018s coverage: 29.9% of statements [2020-12-09T08:29:46.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements [2020-12-09T08:29:46.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-12-09T08:29:46.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-12-09T08:29:46.332Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-09T08:29:46.332Z] FAIL [2020-12-09T08:29:46.332Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-12-09T08:29:46.348Z] $ docker stop --time=1 3486b4dc88c92b7f8089d174536665f4f8d8f4631a18e684861abfff59822fb6 [2020-12-09T08:29:48.555Z] $ docker rm -f 3486b4dc88c92b7f8089d174536665f4f8d8f4631a18e684861abfff59822fb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-09T08:29:50.550Z] Failed in branch amd64 [2020-12-09T08:29:51.551Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-09T08:29:52.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.026s coverage: 85.7% of statements [2020-12-09T08:29:52.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.051s coverage: 100.0% of statements [2020-12-09T08:29:54.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.114s coverage: 45.4% of statements [2020-12-09T08:29:54.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements [2020-12-09T08:29:54.151Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-09T08:29:54.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.040s coverage: 6.6% of statements [2020-12-09T08:29:56.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.049s coverage: 14.7% of statements [2020-12-09T08:29:56.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.041s coverage: 100.0% of statements [2020-12-09T08:29:56.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.058s coverage: 91.8% of statements [2020-12-09T08:29:56.136Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-09T08:29:56.136Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-09T08:29:56.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.038s coverage: 100.0% of statements [2020-12-09T08:29:58.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.036s coverage: 47.8% of statements [2020-12-09T08:30:02.462Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.111s coverage: 63.0% of statements [2020-12-09T08:30:02.462Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.014s coverage: 26.3% of statements [2020-12-09T08:30:02.462Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements [2020-12-09T08:30:02.462Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.033s coverage: 15.4% of statements [2020-12-09T08:30:02.462Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements [2020-12-09T08:30:02.462Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-09T08:30:03.073Z] --- FAIL: TestAPI (0.00s) [2020-12-09T08:30:03.074Z] deviceprofile_test.go:123: [2020-12-09T08:30:03.074Z] Error Trace: deviceprofile_test.go:123 [2020-12-09T08:30:03.074Z] Error: Received unexpected error: [2020-12-09T08:30:03.074Z] -> -> -> failed to send a http request -> Put "http://localhost:48081/api/v2/deviceprofile": dial tcp 127.0.0.1:48081: connect: connection refused [2020-12-09T08:30:03.074Z] Test: TestAPI [2020-12-09T08:30:03.074Z] --- FAIL: TestGetAPI (0.00s) [2020-12-09T08:30:03.074Z] deviceprofile_test.go:131: [2020-12-09T08:30:03.074Z] Error Trace: deviceprofile_test.go:131 [2020-12-09T08:30:03.074Z] Error: Received unexpected error: [2020-12-09T08:30:03.074Z] -> -> -> failed to send a http request -> Get "http://localhost:48080/api/v2/metrics": dial tcp 127.0.0.1:48080: connect: connection refused [2020-12-09T08:30:03.074Z] Test: TestGetAPI [2020-12-09T08:30:03.074Z] FAIL [2020-12-09T08:30:03.074Z] coverage: 86.8% of statements [2020-12-09T08:30:03.074Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.053s [2020-12-09T08:30:03.074Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-09T08:30:03.074Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-09T08:30:04.065Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.037s coverage: 29.9% of statements [2020-12-09T08:30:04.065Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements [2020-12-09T08:30:05.049Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements [2020-12-09T08:30:05.049Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.028s coverage: 100.0% of statements [2020-12-09T08:30:05.049Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-09T08:30:05.321Z] FAIL [2020-12-09T08:30:05.321Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-12-09T08:30:05.347Z] $ docker stop --time=1 dfe4e2f4a8396c8c2839877859a19ecca025345a275753d855683a5f2376754d [2020-12-09T08:30:07.619Z] $ docker rm -f dfe4e2f4a8396c8c2839877859a19ecca025345a275753d855683a5f2376754d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-09T08:30:09.513Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:12.688Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:12.996Z] ---> package-listing.sh [2020-12-09T08:30:12.997Z] ++ facter osfamily [2020-12-09T08:30:12.997Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-09T08:30:12.997Z] + OS_FAMILY=redhat [2020-12-09T08:30:12.997Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-387 [2020-12-09T08:30:12.997Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-09T08:30:12.997Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-09T08:30:12.997Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-09T08:30:12.997Z] + PACKAGES=/tmp/packages_start.txt [2020-12-09T08:30:12.997Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-387 ']' [2020-12-09T08:30:12.997Z] + PACKAGES=/tmp/packages_end.txt [2020-12-09T08:30:12.997Z] + case "${OS_FAMILY}" in [2020-12-09T08:30:12.997Z] + rpm -qa [2020-12-09T08:30:12.997Z] + sort [2020-12-09T08:30:17.214Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-09T08:30:17.214Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-09T08:30:17.214Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-09T08:30:17.214Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-387 ']' [2020-12-09T08:30:17.214Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-387/archives/ [2020-12-09T08:30:17.215Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-387/archives/ [Pipeline] echo [2020-12-09T08:30:17.227Z] 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/dry_go-mod-core-contracts_PR-387/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-09T08:30:17.519Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:30:17.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T08:30:17.828Z] [2020-12-09T08:30:17.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-09T08:30:18.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T08:30:18.184Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-09T08:30:18.184Z] df20fa9351a1: Pulling fs layer [2020-12-09T08:30:18.184Z] 36b3adc4ff6f: Pulling fs layer [2020-12-09T08:30:18.184Z] 8ad3a11d3b57: Pulling fs layer [2020-12-09T08:30:18.184Z] 46f8f816bc3b: Pulling fs layer [2020-12-09T08:30:18.184Z] 93b61091891f: Pulling fs layer [2020-12-09T08:30:18.184Z] 93b9cdb0e59b: Pulling fs layer [2020-12-09T08:30:18.184Z] 5e14af77c1be: Pulling fs layer [2020-12-09T08:30:18.184Z] 01666e4c0597: Pulling fs layer [2020-12-09T08:30:18.184Z] aa168da1d23b: Pulling fs layer [2020-12-09T08:30:18.184Z] 93b61091891f: Waiting [2020-12-09T08:30:18.184Z] 93b9cdb0e59b: Waiting [2020-12-09T08:30:18.184Z] aa168da1d23b: Waiting [2020-12-09T08:30:18.184Z] 5e14af77c1be: Waiting [2020-12-09T08:30:18.184Z] 01666e4c0597: Waiting [2020-12-09T08:30:18.184Z] 46f8f816bc3b: Waiting [2020-12-09T08:30:18.184Z] 36b3adc4ff6f: Verifying Checksum [2020-12-09T08:30:18.184Z] 36b3adc4ff6f: Download complete [2020-12-09T08:30:18.184Z] 46f8f816bc3b: Verifying Checksum [2020-12-09T08:30:18.184Z] 46f8f816bc3b: Download complete [2020-12-09T08:30:18.184Z] df20fa9351a1: Download complete [2020-12-09T08:30:18.184Z] 93b9cdb0e59b: Verifying Checksum [2020-12-09T08:30:18.184Z] 93b9cdb0e59b: Download complete [2020-12-09T08:30:18.184Z] 93b61091891f: Download complete [2020-12-09T08:30:18.184Z] 01666e4c0597: Verifying Checksum [2020-12-09T08:30:18.184Z] 01666e4c0597: Download complete [2020-12-09T08:30:18.184Z] 5e14af77c1be: Verifying Checksum [2020-12-09T08:30:18.184Z] 5e14af77c1be: Download complete [2020-12-09T08:30:18.447Z] 8ad3a11d3b57: Verifying Checksum [2020-12-09T08:30:18.447Z] 8ad3a11d3b57: Download complete [2020-12-09T08:30:18.708Z] df20fa9351a1: Pull complete [2020-12-09T08:30:18.708Z] 36b3adc4ff6f: Pull complete [2020-12-09T08:30:19.665Z] 8ad3a11d3b57: Pull complete [2020-12-09T08:30:19.665Z] 46f8f816bc3b: Pull complete [2020-12-09T08:30:20.244Z] aa168da1d23b: Verifying Checksum [2020-12-09T08:30:20.244Z] aa168da1d23b: Download complete [2020-12-09T08:30:20.821Z] 93b61091891f: Pull complete [2020-12-09T08:30:20.822Z] 93b9cdb0e59b: Pull complete [2020-12-09T08:30:21.083Z] 5e14af77c1be: Pull complete [2020-12-09T08:30:21.083Z] 01666e4c0597: Pull complete [2020-12-09T08:30:27.697Z] aa168da1d23b: Pull complete [2020-12-09T08:30:27.697Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-09T08:30:27.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T08:30:27.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-09T08:30:27.841Z] prd-centos7-docker-4c-2g-15239 does not seem to be running inside a container [2020-12-09T08:30:27.889Z] $ 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/dry_go-mod-core-contracts_PR-387/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-387 -v /w/workspace/dry_go-mod-core-contracts_PR-387:/w/workspace/dry_go-mod-core-contracts_PR-387:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-387@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-09T08:30:31.150Z] $ docker top 231392f7b42d6381ad0cb1266028c64d82a2afc34683f6c39f832de05e42ed5e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T08:30:31.706Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-09T08:30:32.004Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-09T08:30:32.299Z] + ls /var/log/sa-host [2020-12-09T08:30:32.299Z] + sadf -c /var/log/sa-host/sa09 [2020-12-09T08:30:32.299Z] file_magic: OK [2020-12-09T08:30:32.299Z] HZ: Using current value: 100 [2020-12-09T08:30:32.299Z] file_header: OK [2020-12-09T08:30:32.299Z] 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 [2020-12-09T08:30:32.299Z] Statistics: [2020-12-09T08:30:32.299Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-09T08:30:32.299Z] File successfully converted to sysstat format version 12.2.1 [2020-12-09T08:30:32.299Z] + sadf -c /var/log/sa-host/sa23 [2020-12-09T08:30:32.299Z] file_magic: OK [2020-12-09T08:30:32.299Z] HZ: Using current value: 100 [2020-12-09T08:30:32.299Z] file_header: OK [2020-12-09T08:30:32.299Z] 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 [2020-12-09T08:30:32.299Z] Statistics: [2020-12-09T08:30:32.299Z] Hnuu...uuuununununu... [2020-12-09T08:30:32.299Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-09T08:30:32.921Z] provisioning config files... [2020-12-09T08:30:32.940Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-387@tmp/config3192970171179640706tmp [Pipeline] { [Pipeline] echo [2020-12-09T08:30:33.031Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:33.328Z] ---> create-netrc.sh [Pipeline] } [2020-12-09T08:30:33.338Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-09T08:30:33.439Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:33.735Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-09T08:30:33.746Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:34.043Z] ---> sudo-logs.sh [2020-12-09T08:30:34.043Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-09T08:30:34.053Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:34.348Z] ---> job-cost.sh [2020-12-09T08:30:34.348Z] lf-activate-venv: SKIPPING [2020-12-09T08:30:34.348Z] INFO: No Stack... [2020-12-09T08:30:35.294Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-09T08:30:35.556Z] INFO: Archiving Costs [Pipeline] echo [2020-12-09T08:30:35.569Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T08:30:35.871Z] ---> logs-deploy.sh [2020-12-09T08:30:35.871Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-387/2 [2020-12-09T08:30:35.871Z] INFO: archiving workspace using pattern(s): [2020-12-09T08:30:37.266Z] Archives upload complete. [2020-12-09T08:30:37.528Z] INFO: archiving logs to Nexus [2020-12-09T08:30:38.476Z] ---> uname -a: [2020-12-09T08:30:38.476Z] Linux prd-centos7-docker-4c-2g-15239.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-09T08:30:38.476Z] [2020-12-09T08:30:38.476Z] [2020-12-09T08:30:38.476Z] ---> lscpu: [2020-12-09T08:30:38.476Z] Architecture: x86_64 [2020-12-09T08:30:38.476Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-09T08:30:38.476Z] Byte Order: Little Endian [2020-12-09T08:30:38.476Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-09T08:30:38.476Z] CPU(s): 4 [2020-12-09T08:30:38.476Z] On-line CPU(s) list: 0-3 [2020-12-09T08:30:38.476Z] Thread(s) per core: 1 [2020-12-09T08:30:38.476Z] Core(s) per socket: 1 [2020-12-09T08:30:38.476Z] Socket(s): 4 [2020-12-09T08:30:38.476Z] NUMA node(s): 1 [2020-12-09T08:30:38.476Z] Vendor ID: GenuineIntel [2020-12-09T08:30:38.476Z] CPU family: 6 [2020-12-09T08:30:38.476Z] Model: 44 [2020-12-09T08:30:38.476Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-09T08:30:38.476Z] Stepping: 1 [2020-12-09T08:30:38.476Z] CPU MHz: 2933.438 [2020-12-09T08:30:38.476Z] BogoMIPS: 5866.87 [2020-12-09T08:30:38.476Z] Virtualization: VT-x [2020-12-09T08:30:38.476Z] Hypervisor vendor: KVM [2020-12-09T08:30:38.477Z] Virtualization type: full [2020-12-09T08:30:38.477Z] L1d cache: 128 KiB [2020-12-09T08:30:38.477Z] L1i cache: 128 KiB [2020-12-09T08:30:38.477Z] L2 cache: 16 MiB [2020-12-09T08:30:38.477Z] L3 cache: 64 MiB [2020-12-09T08:30:38.477Z] NUMA node0 CPU(s): 0-3 [2020-12-09T08:30:38.477Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-09T08:30:38.477Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-09T08:30:38.477Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-09T08:30:38.477Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-09T08:30:38.477Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-09T08:30:38.477Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-09T08:30:38.477Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-09T08:30:38.477Z] Vulnerability Srbds: Not affected [2020-12-09T08:30:38.477Z] Vulnerability Tsx async abort: Not affected [2020-12-09T08:30:38.477Z] 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-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] ---> nproc: [2020-12-09T08:30:38.477Z] 4 [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] ---> df -h: [2020-12-09T08:30:38.477Z] Filesystem Size Used Available Use% Mounted on [2020-12-09T08:30:38.477Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-09T08:30:38.477Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-09T08:30:38.477Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-09T08:30:38.477Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-387 [2020-12-09T08:30:38.477Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-387@tmp [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] ---> free -m: [2020-12-09T08:30:38.477Z] total used free shared buff/cache available [2020-12-09T08:30:38.477Z] Mem: 1837 698 110 0 1028 1034 [2020-12-09T08:30:38.477Z] Swap: 1023 1 1022 [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] ---> ip addr: [2020-12-09T08:30:38.477Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-09T08:30:38.477Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-09T08:30:38.477Z] inet 127.0.0.1/8 scope host lo [2020-12-09T08:30:38.477Z] valid_lft forever preferred_lft forever [2020-12-09T08:30:38.477Z] inet6 ::1/128 scope host [2020-12-09T08:30:38.477Z] valid_lft forever preferred_lft forever [2020-12-09T08:30:38.477Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-09T08:30:38.477Z] link/ether fa:16:3e:02:52:84 brd ff:ff:ff:ff:ff:ff [2020-12-09T08:30:38.477Z] inet 10.30.123.247/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-09T08:30:38.477Z] valid_lft 86071sec preferred_lft 86071sec [2020-12-09T08:30:38.477Z] inet6 fe80::f816:3eff:fe02:5284/64 scope link [2020-12-09T08:30:38.477Z] valid_lft forever preferred_lft forever [2020-12-09T08:30:38.477Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-09T08:30:38.477Z] link/ether 02:42:bc:8f:c5:70 brd ff:ff:ff:ff:ff:ff [2020-12-09T08:30:38.477Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-09T08:30:38.477Z] valid_lft forever preferred_lft forever [2020-12-09T08:30:38.477Z] inet6 fe80::42:bcff:fe8f:c570/64 scope link [2020-12-09T08:30:38.477Z] valid_lft forever preferred_lft forever [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] ---> sar -b -r -n DEV: [2020-12-09T08:30:38.477Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] 08:24:58 LINUX RESTART (4 CPU) [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] 08:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-09T08:30:38.477Z] 08:27:01 2.45 0.00 2.45 0.00 0.00 60.55 0.00 [2020-12-09T08:30:38.477Z] 08:28:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 [2020-12-09T08:30:38.477Z] 08:29:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2020-12-09T08:30:38.477Z] 08:30:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2020-12-09T08:30:38.477Z] Average: 0.80 0.00 0.80 0.00 0.00 17.47 0.00 [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] 08:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-09T08:30:38.477Z] 08:27:01 166332 0 597972 31.78 2620 1114620 1080624 36.88 448484 1067140 12 [2020-12-09T08:30:38.477Z] 08:28:01 168372 0 595928 31.67 2620 1114624 1068288 36.46 445752 1068624 8 [2020-12-09T08:30:38.477Z] 08:29:01 165668 0 598624 31.82 2620 1114632 1068468 36.47 454760 1062424 8 [2020-12-09T08:30:38.477Z] 08:30:01 166784 0 597508 31.76 2620 1114632 1068288 36.46 454252 1061936 12 [2020-12-09T08:30:38.477Z] Average: 166789 0 597508 31.76 2620 1114627 1071417 36.57 450812 1065031 10 [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] 08:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-09T08:30:38.477Z] 08:27:01 eth0 0.15 0.18 0.01 0.06 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:28:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:29:01 eth0 1.78 0.98 0.93 0.39 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:30:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] Average: eth0 0.68 0.33 0.25 0.12 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] ---> sar -P ALL: [2020-12-09T08:30:38.477Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] 08:24:58 LINUX RESTART (4 CPU) [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] 08:26:01 CPU %user %nice %system %iowait %steal %idle [2020-12-09T08:30:38.477Z] 08:27:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-12-09T08:30:38.477Z] 08:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-12-09T08:30:38.477Z] 08:27:01 1 0.50 0.00 0.07 0.00 0.00 99.43 [2020-12-09T08:30:38.477Z] 08:27:01 2 0.12 0.00 0.03 0.00 0.00 99.85 [2020-12-09T08:30:38.477Z] 08:27:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-09T08:30:38.477Z] 08:28:01 all 0.18 0.00 0.09 0.00 0.00 99.73 [2020-12-09T08:30:38.477Z] 08:28:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-12-09T08:30:38.477Z] 08:28:01 1 0.22 0.00 0.05 0.00 0.00 99.73 [2020-12-09T08:30:38.477Z] 08:28:01 2 0.35 0.00 0.12 0.00 0.00 99.53 [2020-12-09T08:30:38.477Z] 08:28:01 3 0.08 0.00 0.15 0.00 0.00 99.77 [2020-12-09T08:30:38.477Z] 08:29:01 all 0.16 0.00 0.10 0.00 0.00 99.74 [2020-12-09T08:30:38.477Z] 08:29:01 0 0.07 0.00 0.10 0.00 0.00 99.83 [2020-12-09T08:30:38.477Z] 08:29:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2020-12-09T08:30:38.477Z] 08:29:01 2 0.45 0.00 0.12 0.00 0.02 99.42 [2020-12-09T08:30:38.477Z] 08:29:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-09T08:30:38.477Z] 08:30:01 all 0.07 0.00 0.05 0.00 0.01 99.87 [2020-12-09T08:30:38.477Z] 08:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-12-09T08:30:38.477Z] 08:30:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2020-12-09T08:30:38.477Z] 08:30:01 2 0.18 0.00 0.08 0.00 0.00 99.73 [2020-12-09T08:30:38.477Z] 08:30:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2020-12-09T08:30:38.477Z] Average: all 0.15 0.00 0.07 0.00 0.00 99.78 [2020-12-09T08:30:38.477Z] Average: 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-09T08:30:38.477Z] Average: 1 0.22 0.00 0.07 0.00 0.00 99.71 [2020-12-09T08:30:38.477Z] Average: 2 0.28 0.00 0.09 0.00 0.00 99.63 [2020-12-09T08:30:38.477Z] Average: 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z] [2020-12-09T08:30:38.477Z]