Pull request #369 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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from be5b2fb9f60e48f5373df4992ff9c3469385365c+08a8892da109e9ec3659fe77bff0cce72e0f9542 (b8330acdbdd62c1da41beb72d15704a8cea71e6b) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12775’ Running on prd-centos7-docker-4c-2g-12793 in /w/workspace/dry_go-mod-core-contracts_PR-369 [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-369 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/369/head:refs/remotes/origin/PR-369 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 08a8892da109e9ec3659fe77bff0cce72e0f9542 into PR head commit be5b2fb9f60e48f5373df4992ff9c3469385365c Merge succeeded, producing be5b2fb9f60e48f5373df4992ff9c3469385365c Checking out Revision be5b2fb9f60e48f5373df4992ff9c3469385365c (PR-369) > git config core.sparsecheckout # timeout=10 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # 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 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 Commit message: "Merge branch 'master' into logger" > git rev-list --no-walk a11423ab57850a114358b59df839e2a94921c7e6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:31:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:31:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:31:09 ========================================================= 18:31:09 EdgeX Global Pipelines Version Info 18:31:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:31:11 ------------------- 18:31:11 stable info: 18:31:11 ------------------- 18:31:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:31:11 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 18:31:11 Message: update stable to v1.0.167 18:31:12 ------------------- 18:31:12 experimental info: 18:31:12 ------------------- 18:31:12 Commited By: **** collab-it+edgex@linuxfoundation.org 18:31:12 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 18:31:12 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:31:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:31:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:31:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:31:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:31:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-369 [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-369 [Pipeline] echo 18:31:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-369 [Pipeline] echo 18:31:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be5b2fb9f60e48f5373df4992ff9c3469385365c [Pipeline] echo 18:31:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be5b2fb [Pipeline] echo 18:31:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:31:16 provisioning config files... 18:31:16 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/config5222836261680903801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:16 ---> docker-login.sh 18:31:16 nexus3.edgexfoundry.org:10001 18:31:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:18 Configure a credential helper to remove this warning. See 18:31:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:18 18:31:18 Login Succeeded 18:31:18 nexus3.edgexfoundry.org:10002 18:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:18 Configure a credential helper to remove this warning. See 18:31:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:18 18:31:18 Login Succeeded 18:31:18 nexus3.edgexfoundry.org:10003 18:31:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:18 Configure a credential helper to remove this warning. See 18:31:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:18 18:31:18 Login Succeeded 18:31:18 nexus3.edgexfoundry.org:10004 18:31:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:19 Configure a credential helper to remove this warning. See 18:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:19 18:31:19 Login Succeeded 18:31:19 docker.io 18:31:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:19 Configure a credential helper to remove this warning. See 18:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:19 18:31:19 Login Succeeded 18:31:19 ---> docker-login.sh ends [Pipeline] } 18:31:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:20 + git log --format=format:%s -1 be5b2fb9f60e48f5373df4992ff9c3469385365c [Pipeline] echo 18:31:21 GIT_COMMIT: be5b2fb9f60e48f5373df4992ff9c3469385365c, Commit Message: Merge branch 'master' into logger [Pipeline] echo 18:31:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:31:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:22 18:31:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:31:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:22 latest: Pulling from edgex-devops/git-semver 18:31:22 31603596830f: Pulling fs layer 18:31:22 2a8b12db71e7: Pulling fs layer 18:31:22 6ca5941a6612: Pulling fs layer 18:31:22 ecc8261a40a4: Pulling fs layer 18:31:22 ecc8261a40a4: Waiting 18:31:22 2a8b12db71e7: Verifying Checksum 18:31:22 2a8b12db71e7: Download complete 18:31:23 31603596830f: Download complete 18:31:23 ecc8261a40a4: Verifying Checksum 18:31:23 ecc8261a40a4: Download complete 18:31:23 6ca5941a6612: Verifying Checksum 18:31:23 6ca5941a6612: Download complete 18:31:23 31603596830f: Pull complete 18:31:23 2a8b12db71e7: Pull complete 18:31:24 6ca5941a6612: Pull complete 18:31:25 ecc8261a40a4: Pull complete 18:31:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:31:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:31:25 prd-centos7-docker-4c-2g-12793 does not seem to be running inside a container 18:31:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-369 -v /w/workspace/dry_go-mod-core-contracts_PR-369:/w/workspace/dry_go-mod-core-contracts_PR-369:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-369@tmp:/w/workspace/dry_go-mod-core-contracts_PR-369@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 18:31:27 $ docker top fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:31:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:28 [ssh-agent] Looking for ssh-agent implementation... 18:31:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:31:28 $ docker exec fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent 18:31:28 SSH_AUTH_SOCK=/tmp/ssh-geci52jbbADi/agent.11 18:31:28 SSH_AGENT_PID=17 18:31:28 Running ssh-add (command line suppressed) 18:31:28 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_3731732495801315752.key (/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_3731732495801315752.key) 18:31:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:31:29 + git tag --points-at HEAD [Pipeline] } 18:31:29 $ docker exec --env ******** --env ******** fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent -k 18:31:29 unset SSH_AUTH_SOCK; 18:31:29 unset SSH_AGENT_PID; 18:31:29 echo Agent pid 17 killed; 18:31:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:30 [ssh-agent] Looking for ssh-agent implementation... 18:31:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:31:30 $ docker exec fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent 18:31:30 SSH_AUTH_SOCK=/tmp/ssh-4jOrObvXpuBL/agent.47 18:31:30 SSH_AGENT_PID=53 18:31:30 Running ssh-add (command line suppressed) 18:31:30 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_7051284280053120315.key (/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_7051284280053120315.key) 18:31:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:31:31 + git semver init 18:31:31 # -> Open(): unable to determine branch for HEAD 18:31:31 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-369/.git 18:31:31 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-369 18:31:31 # $SEMVER_REMOTE_NAME = origin 18:31:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:31:31 # $SEMVER_USER_NAME = edgex-jenkins 18:31:31 # $SEMVER_BRANCH = PR-369 18:31:31 # $SEMVER_TEMP = /tmp/semver-795225829 18:31:31 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:31:32 # '/tmp/semver-795225829' -> '/w/workspace/dry_go-mod-core-contracts_PR-369/.semver' 18:31:32 # -> Force: false 18:31:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-369/.semver [Pipeline] } 18:31:32 $ docker exec --env ******** --env ******** fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent -k 18:31:32 unset SSH_AUTH_SOCK; 18:31:32 unset SSH_AGENT_PID; 18:31:32 echo Agent pid 53 killed; 18:31:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:31:33 + git semver [Pipeline] } 18:31:33 $ docker stop --time=1 fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e 18:31:34 $ docker rm -f fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e [Pipeline] // withDockerContainer [Pipeline] sh 18:31:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:31:35 Stashed 1 file(s) [Pipeline] echo 18:31:35 [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 18:31:51 Still waiting to schedule task 18:31:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:31:51 Still waiting to schedule task 18:31:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:34:17 Running on prd-centos7-docker-4c-2g-12798 in /w/workspace/dry_go-mod-core-contracts_PR-369 [Pipeline] { [Pipeline] ws 18:34:17 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 18:34:19 using credential edgex-jenkins-ssh 18:34:20 Cloning the remote Git repository 18:34:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:34:20 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 18:34:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:34:20 > git --version # timeout=10 18:34:20 > git --version # 'git version 2.16.5' 18:34:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:21 Merging remotes/origin/master commit 08a8892da109e9ec3659fe77bff0cce72e0f9542 into PR head commit be5b2fb9f60e48f5373df4992ff9c3469385365c 18:34:21 Merge succeeded, producing be5b2fb9f60e48f5373df4992ff9c3469385365c 18:34:21 Checking out Revision be5b2fb9f60e48f5373df4992ff9c3469385365c (PR-369) 18:34:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:34:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:34:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:34:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/369/head:refs/remotes/origin/PR-369 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:21 > git config core.sparsecheckout # timeout=10 18:34:21 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 18:34:21 > git remote # timeout=10 18:34:21 > git config --get remote.origin.url # timeout=10 18:34:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:21 > git merge 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 18:34:21 > git rev-parse HEAD^{commit} # timeout=10 18:34:21 > git config core.sparsecheckout # timeout=10 18:34:21 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 18:34:25 Commit message: "Merge branch 'master' into logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:34:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:34:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:34:27 + sudo service docker restart 18:34:27 + true 18:34:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:34:29 provisioning config files... 18:34:29 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config8333205661801881307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:34:29 ---> docker-login.sh 18:34:29 nexus3.edgexfoundry.org:10001 18:34:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:29 Configure a credential helper to remove this warning. See 18:34:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:29 18:34:29 Login Succeeded 18:34:29 nexus3.edgexfoundry.org:10002 18:34:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:30 Configure a credential helper to remove this warning. See 18:34:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:30 18:34:30 Login Succeeded 18:34:30 nexus3.edgexfoundry.org:10003 18:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:30 Configure a credential helper to remove this warning. See 18:34:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:30 18:34:30 Login Succeeded 18:34:30 nexus3.edgexfoundry.org:10004 18:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:30 Configure a credential helper to remove this warning. See 18:34:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:30 18:34:30 Login Succeeded 18:34:30 docker.io 18:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:30 Configure a credential helper to remove this warning. See 18:34:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:30 18:34:30 Login Succeeded 18:34:30 ---> docker-login.sh ends [Pipeline] } 18:34:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:34:31 ========================================================= 18:34:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:34:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:31 + 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 . 18:34:31 Sending build context to Docker daemon 1.845MB 18:34:31 Step 1/7 : ARG BASE=golang:1.15-alpine 18:34:31 Step 2/7 : FROM ${BASE} 18:34:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:34:31 df20fa9351a1: Pulling fs layer 18:34:31 ed8968b2872e: Pulling fs layer 18:34:31 a92cc7c5fd73: Pulling fs layer 18:34:31 e871e8e8d7a9: Pulling fs layer 18:34:31 e73272ec9a57: Pulling fs layer 18:34:31 1e910a182e73: Pulling fs layer 18:34:31 4e634b169226: Pulling fs layer 18:34:31 e871e8e8d7a9: Waiting 18:34:31 e73272ec9a57: Waiting 18:34:31 1e910a182e73: Waiting 18:34:31 4e634b169226: Waiting 18:34:31 a92cc7c5fd73: Verifying Checksum 18:34:31 a92cc7c5fd73: Download complete 18:34:31 ed8968b2872e: Download complete 18:34:31 e73272ec9a57: Verifying Checksum 18:34:31 e73272ec9a57: Download complete 18:34:32 df20fa9351a1: Verifying Checksum 18:34:32 df20fa9351a1: Download complete 18:34:32 1e910a182e73: Verifying Checksum 18:34:32 1e910a182e73: Download complete 18:34:32 df20fa9351a1: Pull complete 18:34:32 ed8968b2872e: Pull complete 18:34:32 a92cc7c5fd73: Pull complete 18:34:33 4e634b169226: Verifying Checksum 18:34:33 4e634b169226: Download complete 18:34:34 e871e8e8d7a9: Verifying Checksum 18:34:34 e871e8e8d7a9: Download complete 18:34:39 e871e8e8d7a9: Pull complete 18:34:39 e73272ec9a57: Pull complete 18:34:39 1e910a182e73: Pull complete 18:34:47 4e634b169226: Pull complete 18:34:47 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:34:47 ---> f7629b54cfaa 18:34:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:34:47 ---> Running in 4dffc0641654 18:34:47 Removing intermediate container 4dffc0641654 18:34:47 ---> 5b061c049c89 18:34:47 Step 4/7 : RUN apk add bash 18:34:47 ---> Running in 529dac792a5a 18:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:50 OK: 166 MiB in 39 packages 18:34:51 Removing intermediate container 529dac792a5a 18:34:51 ---> 568f45e8d0d8 18:34:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:34:51 ---> Running in 52eacd0790b7 18:34:51 Removing intermediate container 52eacd0790b7 18:34:51 ---> 5c90cca57b28 18:34:51 Step 6/7 : COPY go.mod . 18:34:51 ---> 19b92818573f 18:34:51 Step 7/7 : RUN go mod download 18:34:51 ---> Running in 0180f15fc122 18:35:03 Removing intermediate container 0180f15fc122 18:35:03 ---> 9964939861f5 18:35:03 Successfully built 9964939861f5 18:35:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:35:04 + docker inspect -f . ci-base-image-x86_64 18:35:04 . [Pipeline] withDockerContainer 18:35:04 prd-centos7-docker-4c-2g-12798 does not seem to be running inside a container 18:35:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:35:05 $ docker top e1aae250da1c29b1b2eea167ec6c7f6767f817fa9b7787cf1556c2bf678d6e25 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:05 + go version 18:35:05 go version go1.15.2 linux/amd64 [Pipeline] } 18:35:05 $ docker stop --time=1 e1aae250da1c29b1b2eea167ec6c7f6767f817fa9b7787cf1556c2bf678d6e25 18:35:07 $ docker rm -f e1aae250da1c29b1b2eea167ec6c7f6767f817fa9b7787cf1556c2bf678d6e25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:08 + docker inspect -f . ci-base-image-x86_64 18:35:08 . [Pipeline] withDockerContainer 18:35:08 prd-centos7-docker-4c-2g-12798 does not seem to be running inside a container 18:35:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:35:08 $ docker top 266f972a36be6c76ede27b673309274f9fa000e5dce9200e08f603fff4e5bedf -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:09 + make test 18:35:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:35:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:35:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.012s coverage: 85.7% of statements 18:35:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements 18:35:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.027s coverage: 45.4% of statements 18:35:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements 18:35:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:35:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.018s coverage: 6.6% of statements 18:35:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.017s coverage: 14.7% of statements 18:35:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 18:35:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements 18:35:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:35:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:35:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements 18:35:18 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.008s coverage: 47.8% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 63.0% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.034s coverage: 26.3% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.038s coverage: 15.4% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 18:35:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.029s coverage: 81.0% of statements 18:35:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:35:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 100.0% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 18:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 18:35:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:35:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:35:22 gofmt -l . 18:35:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:35:22 $ docker stop --time=1 266f972a36be6c76ede27b673309274f9fa000e5dce9200e08f603fff4e5bedf 18:35:24 $ docker rm -f 266f972a36be6c76ede27b673309274f9fa000e5dce9200e08f603fff4e5bedf [Pipeline] // withDockerContainer [Pipeline] sh 18:35:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:35:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:41:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12802 in /w/workspace/dry_go-mod-core-contracts_PR-369 [Pipeline] { [Pipeline] ws 18:41:51 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 18:41:56 using credential edgex-jenkins-ssh 18:41:56 Cloning the remote Git repository 18:41:56 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:41:56 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 18:41:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:41:56 > git --version # timeout=10 18:41:56 > git --version # 'git version 2.17.1' 18:41:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:58 Merging remotes/origin/master commit 08a8892da109e9ec3659fe77bff0cce72e0f9542 into PR head commit be5b2fb9f60e48f5373df4992ff9c3469385365c 18:41:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:41:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:41:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:41:57 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/369/head:refs/remotes/origin/PR-369 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:41:58 > git config core.sparsecheckout # timeout=10 18:41:58 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 18:41:58 > git remote # timeout=10 18:41:58 > git config --get remote.origin.url # timeout=10 18:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:58 > git merge 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 18:41:58 Merge succeeded, producing be5b2fb9f60e48f5373df4992ff9c3469385365c 18:41:58 Checking out Revision be5b2fb9f60e48f5373df4992ff9c3469385365c (PR-369) 18:41:58 > git rev-parse HEAD^{commit} # timeout=10 18:41:58 > git config core.sparsecheckout # timeout=10 18:41:58 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 18:42:03 Commit message: "Merge branch 'master' into logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:42:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:42:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:42:05 + + sudotrue service 18:42:05 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:42:08 provisioning config files... 18:42:08 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config1083062320511653512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:42:09 ---> docker-login.sh 18:42:09 nexus3.edgexfoundry.org:10001 18:42:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:10 Configure a credential helper to remove this warning. See 18:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:10 18:42:10 Login Succeeded 18:42:10 nexus3.edgexfoundry.org:10002 18:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:10 Configure a credential helper to remove this warning. See 18:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:10 18:42:10 Login Succeeded 18:42:10 nexus3.edgexfoundry.org:10003 18:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:11 Configure a credential helper to remove this warning. See 18:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:11 18:42:11 Login Succeeded 18:42:11 nexus3.edgexfoundry.org:10004 18:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:12 Configure a credential helper to remove this warning. See 18:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:12 18:42:12 Login Succeeded 18:42:12 docker.io 18:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:12 Configure a credential helper to remove this warning. See 18:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:12 18:42:12 Login Succeeded 18:42:12 ---> docker-login.sh ends [Pipeline] } 18:42:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:42:13 ========================================================= 18:42:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:42:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:42:13 + 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 . 18:42:14 Sending build context to Docker daemon 1.845MB 18:42:14 Step 1/7 : ARG BASE=golang:1.15-alpine 18:42:14 Step 2/7 : FROM ${BASE} 18:42:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:42:14 b538f80385f9: Pulling fs layer 18:42:14 74f711af9a0d: Pulling fs layer 18:42:14 99f96fe45779: Pulling fs layer 18:42:14 8529a6b9a6be: Pulling fs layer 18:42:14 45590311c82a: Pulling fs layer 18:42:14 69ca0ff8b7b3: Pulling fs layer 18:42:14 209524e5b208: Pulling fs layer 18:42:14 8529a6b9a6be: Waiting 18:42:14 45590311c82a: Waiting 18:42:14 69ca0ff8b7b3: Waiting 18:42:14 209524e5b208: Waiting 18:42:14 99f96fe45779: Verifying Checksum 18:42:14 99f96fe45779: Download complete 18:42:14 74f711af9a0d: Verifying Checksum 18:42:14 74f711af9a0d: Download complete 18:42:14 45590311c82a: Verifying Checksum 18:42:14 45590311c82a: Download complete 18:42:14 69ca0ff8b7b3: Verifying Checksum 18:42:14 69ca0ff8b7b3: Download complete 18:42:14 b538f80385f9: Verifying Checksum 18:42:14 b538f80385f9: Download complete 18:42:15 b538f80385f9: Pull complete 18:42:16 74f711af9a0d: Pull complete 18:42:16 99f96fe45779: Pull complete 18:42:17 209524e5b208: Verifying Checksum 18:42:17 209524e5b208: Download complete 18:42:18 8529a6b9a6be: Verifying Checksum 18:42:18 8529a6b9a6be: Download complete 18:42:28 8529a6b9a6be: Pull complete 18:42:28 45590311c82a: Pull complete 18:42:29 69ca0ff8b7b3: Pull complete 18:42:32 209524e5b208: Pull complete 18:42:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:42:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:42:32 ---> 5bddaf1c2fca 18:42:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:42:36 ---> Running in 4eb126690509 18:42:36 Removing intermediate container 4eb126690509 18:42:36 ---> 19a6546f1ccd 18:42:36 Step 4/7 : RUN apk add bash 18:42:36 ---> Running in 251daef8f1c8 18:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:42 OK: 142 MiB in 39 packages 18:42:43 Removing intermediate container 251daef8f1c8 18:42:43 ---> 00791c1d352f 18:42:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:42:43 ---> Running in 09deb41d2425 18:42:44 Removing intermediate container 09deb41d2425 18:42:44 ---> c4bebd5b7fef 18:42:44 Step 6/7 : COPY go.mod . 18:42:44 ---> d65c2224d674 18:42:44 Step 7/7 : RUN go mod download 18:42:44 ---> Running in 4b746c3370a0 18:42:59 Removing intermediate container 4b746c3370a0 18:42:59 ---> b8768f4dfb3b 18:42:59 Successfully built b8768f4dfb3b 18:42:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:43:00 + docker inspect -f . ci-base-image-arm64 18:43:00 . [Pipeline] withDockerContainer 18:43:00 prd-ubuntu18.04-docker-arm64-4c-16g-12802 does not seem to be running inside a container 18:43:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:43:02 $ docker top 0baf92b7c57a69ed174b784cf91f5b837d2ff5bf0f54dd7c150877be70e33f31 -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:04 + go version 18:43:04 go version go1.15.2 linux/arm64 [Pipeline] } 18:43:04 $ docker stop --time=1 0baf92b7c57a69ed174b784cf91f5b837d2ff5bf0f54dd7c150877be70e33f31 18:43:06 $ docker rm -f 0baf92b7c57a69ed174b784cf91f5b837d2ff5bf0f54dd7c150877be70e33f31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:07 + docker inspect -f . ci-base-image-arm64 18:43:07 . [Pipeline] withDockerContainer 18:43:07 prd-ubuntu18.04-docker-arm64-4c-16g-12802 does not seem to be running inside a container 18:43:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:43:09 $ docker top f2e1ce87b936b6736809bca290144471de6e1af468ad1f5a484f569ec0bd6b6b -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:11 + make test 18:43:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:43:34 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:43:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements 18:43:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.039s coverage: 100.0% of statements 18:43:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.049s coverage: 45.4% of statements 18:43:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.037s coverage: 77.8% of statements 18:43:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:43:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.6% of statements 18:43:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements 18:43:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements 18:43:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.086s coverage: 91.8% of statements 18:43:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:43:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:43:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements 18:43:42 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.033s coverage: 47.8% of statements 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.121s coverage: 63.0% of statements 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.026s coverage: 26.3% of statements 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.015s coverage: 15.4% of statements 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.010s coverage: 15.4% of statements 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.044s coverage: 14.3% of statements 18:43:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.054s coverage: 81.0% of statements 18:43:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:43:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:43:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements 18:43:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.026s coverage: 100.0% of statements 18:43:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.058s coverage: 94.4% of statements 18:43:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 18:43:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:43:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:43:54 gofmt -l . 18:43:54 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:43:55 $ docker stop --time=1 f2e1ce87b936b6736809bca290144471de6e1af468ad1f5a484f569ec0bd6b6b 18:43:57 $ docker rm -f f2e1ce87b936b6736809bca290144471de6e1af468ad1f5a484f569ec0bd6b6b [Pipeline] // withDockerContainer [Pipeline] sh 18:43:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:43:58 Warning: overwriting stash ‘coverage-report’ 18:44:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:44:03 provisioning config files... 18:44:03 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/config5409907291043211097tmp [Pipeline] { [Pipeline] sh 18:44:03 + set +x 18:44:03 + bash -s -- 18:44:03 + curl -s https://codecov.io/bash 18:44:03 18:44:03 _____ _ 18:44:03 / ____| | | 18:44:03 | | ___ __| | ___ ___ _____ __ 18:44:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:44:03 | |___| (_) | (_| | __/ (_| (_) \ V / 18:44:03 \_____\___/ \__,_|\___|\___\___/ \_/ 18:44:03 Bash-20201116-eea08d9 18:44:03 18:44:03 18:44:03 ==> Jenkins CI detected. 18:44:03 project root: . 18:44:03 --> token set from env 18:44:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:44:03 ==> Running gcov in . (disable via -X gcov) 18:44:03 ==> Python coveragepy not found 18:44:03 ==> Searching for coverage reports in: 18:44:03 + . 18:44:03 -> Found 1 reports 18:44:03 ==> Detecting git/mercurial file structure 18:44:03 ==> Reading reports 18:44:03 + ./coverage.out bytes=106870 18:44:04 ==> Appending adjustments 18:44:04 https://docs.codecov.io/docs/fixing-reports 18:44:05 + Found adjustments 18:44:05 ==> Gzipping contents 18:44:05 ==> Uploading reports 18:44:05 url: https://codecov.io 18:44:05 query: branch=PR-369&commit=be5b2fb9f60e48f5373df4992ff9c3469385365c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-369%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=369&job=&cmd_args= 18:44:05 -> Pinging Codecov 18:44:05 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-369&commit=be5b2fb9f60e48f5373df4992ff9c3469385365c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-369%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=369&job=&cmd_args= 18:44:05 -> Uploading to 18:44:05 https://storage.googleapis.com/codecov/v4/raw/2020-11-19/71470A77251A30514AAF9C0BB2E5B6CE/be5b2fb9f60e48f5373df4992ff9c3469385365c/33ec8b99-b5ac-4d05-a6f4-9411fc44a597.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T184405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d33bd83de25d2e6380336b184d2e9fe23a104c70026b4db78d012b235e967015 18:44:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:44:05 Dload Upload Total Spent Left Speed 18:44:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17269 0 0 100 17269 0 35960 --:--:-- --:--:-- --:--:-- 35977 100 17269 0 0 100 17269 0 35939 --:--:-- --:--:-- --:--:-- 35902 18:44:06 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/be5b2fb9f60e48f5373df4992ff9c3469385365c [Pipeline] } 18:44:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:44:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:44:09 ---> package-listing.sh 18:44:09 ++ facter osfamily 18:44:09 ++ tr '[:upper:]' '[:lower:]' 18:44:09 + OS_FAMILY=redhat 18:44:09 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-369 18:44:09 + START_PACKAGES=/tmp/packages_start.txt 18:44:09 + END_PACKAGES=/tmp/packages_end.txt 18:44:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:44:09 + PACKAGES=/tmp/packages_start.txt 18:44:09 + '[' /w/workspace/dry_go-mod-core-contracts_PR-369 ']' 18:44:09 + PACKAGES=/tmp/packages_end.txt 18:44:09 + case "${OS_FAMILY}" in 18:44:09 + rpm -qa 18:44:09 + sort 18:44:14 + '[' -f /tmp/packages_start.txt ']' 18:44:14 + '[' -f /tmp/packages_end.txt ']' 18:44:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:44:14 + '[' /w/workspace/dry_go-mod-core-contracts_PR-369 ']' 18:44:14 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-369/archives/ 18:44:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-369/archives/ [Pipeline] echo 18:44:14 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-369/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:44:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:44:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:44:14 18:44:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:44:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:44:15 alpine: Pulling from edgex-lftools-log-publisher 18:44:15 df20fa9351a1: Pulling fs layer 18:44:15 36b3adc4ff6f: Pulling fs layer 18:44:15 8ad3a11d3b57: Pulling fs layer 18:44:15 46f8f816bc3b: Pulling fs layer 18:44:15 93b61091891f: Pulling fs layer 18:44:15 93b9cdb0e59b: Pulling fs layer 18:44:15 5e14af77c1be: Pulling fs layer 18:44:15 01666e4c0597: Pulling fs layer 18:44:15 aa168da1d23b: Pulling fs layer 18:44:15 93b9cdb0e59b: Waiting 18:44:15 5e14af77c1be: Waiting 18:44:15 01666e4c0597: Waiting 18:44:15 aa168da1d23b: Waiting 18:44:15 46f8f816bc3b: Waiting 18:44:15 93b61091891f: Waiting 18:44:15 36b3adc4ff6f: Verifying Checksum 18:44:15 36b3adc4ff6f: Download complete 18:44:15 46f8f816bc3b: Verifying Checksum 18:44:15 46f8f816bc3b: Download complete 18:44:15 df20fa9351a1: Verifying Checksum 18:44:15 df20fa9351a1: Download complete 18:44:15 93b9cdb0e59b: Download complete 18:44:15 5e14af77c1be: Verifying Checksum 18:44:15 5e14af77c1be: Download complete 18:44:16 01666e4c0597: Verifying Checksum 18:44:16 01666e4c0597: Download complete 18:44:16 93b61091891f: Verifying Checksum 18:44:16 93b61091891f: Download complete 18:44:16 8ad3a11d3b57: Verifying Checksum 18:44:16 8ad3a11d3b57: Download complete 18:44:16 df20fa9351a1: Pull complete 18:44:16 36b3adc4ff6f: Pull complete 18:44:18 8ad3a11d3b57: Pull complete 18:44:18 46f8f816bc3b: Pull complete 18:44:19 93b61091891f: Pull complete 18:44:19 93b9cdb0e59b: Pull complete 18:44:19 5e14af77c1be: Pull complete 18:44:19 aa168da1d23b: Verifying Checksum 18:44:19 01666e4c0597: Pull complete 18:44:30 aa168da1d23b: Pull complete 18:44:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:44:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:44:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:44:30 prd-centos7-docker-4c-2g-12793 does not seem to be running inside a container 18:44:30 $ 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-369/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-369 -v /w/workspace/dry_go-mod-core-contracts_PR-369:/w/workspace/dry_go-mod-core-contracts_PR-369:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-369@tmp:/w/workspace/dry_go-mod-core-contracts_PR-369@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 18:44:34 $ docker top d41e32d6ab5498e617acd40fdfea0ed6f1057d8282a4b8d60d49715d53b2a96e -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:35 + touch /tmp/pre-build-complete [Pipeline] sh 18:44:35 + mkdir -p /var/log/sa [Pipeline] sh 18:44:35 + ls /var/log/sa-host 18:44:35 + sadf -c /var/log/sa-host/sa05 18:44:35 file_magic: OK 18:44:35 HZ: Using current value: 100 18:44:35 file_header: OK 18:44:35 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 18:44:35 Statistics: 18:44:35 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:44:35 File successfully converted to sysstat format version 12.2.1 18:44:35 + sadf -c /var/log/sa-host/sa19 18:44:35 file_magic: OK 18:44:35 HZ: Using current value: 100 18:44:35 file_header: OK 18:44:35 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 18:44:35 Statistics: 18:44:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:44:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:44:36 provisioning config files... 18:44:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/config2795908978516202955tmp [Pipeline] { [Pipeline] echo 18:44:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:44:36 ---> create-netrc.sh [Pipeline] } 18:44:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:44:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:44:37 ---> python-tools-install.sh [Pipeline] echo 18:44:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:44:37 ---> sudo-logs.sh 18:44:37 Archiving 'sudo' log.. [Pipeline] echo 18:44:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:44:38 ---> job-cost.sh 18:44:38 lf-activate-venv: SKIPPING 18:44:38 INFO: No Stack... 18:44:40 INFO: Retrieving Pricing Info for: v1-standard-2 18:44:40 INFO: Archiving Costs [Pipeline] echo 18:44:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:44:40 ---> logs-deploy.sh 18:44:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-369/3 18:44:40 INFO: archiving workspace using pattern(s): 18:44:42 Archives upload complete. 18:44:42 INFO: archiving logs to Nexus 18:44:44 ---> uname -a: 18:44:44 Linux prd-centos7-docker-4c-2g-12793.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:44:44 18:44:44 18:44:44 ---> lscpu: 18:44:44 Architecture: x86_64 18:44:44 CPU op-mode(s): 32-bit, 64-bit 18:44:44 Byte Order: Little Endian 18:44:44 Address sizes: 40 bits physical, 48 bits virtual 18:44:44 CPU(s): 4 18:44:44 On-line CPU(s) list: 0-3 18:44:44 Thread(s) per core: 1 18:44:44 Core(s) per socket: 1 18:44:44 Socket(s): 4 18:44:44 NUMA node(s): 1 18:44:44 Vendor ID: GenuineIntel 18:44:44 CPU family: 6 18:44:44 Model: 44 18:44:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:44:44 Stepping: 1 18:44:44 CPU MHz: 2933.438 18:44:44 BogoMIPS: 5866.87 18:44:44 Virtualization: VT-x 18:44:44 Hypervisor vendor: KVM 18:44:44 Virtualization type: full 18:44:44 L1d cache: 128 KiB 18:44:44 L1i cache: 128 KiB 18:44:44 L2 cache: 16 MiB 18:44:44 L3 cache: 64 MiB 18:44:44 NUMA node0 CPU(s): 0-3 18:44:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:44:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:44:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:44:44 Vulnerability Meltdown: Mitigation; PTI 18:44:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:44:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:44:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:44:44 Vulnerability Tsx async abort: Not affected 18:44:44 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 18:44:44 18:44:44 18:44:44 ---> nproc: 18:44:44 4 18:44:44 18:44:44 18:44:44 ---> df -h: 18:44:44 Filesystem Size Used Available Use% Mounted on 18:44:44 overlay 50.0G 7.2G 42.8G 14% / 18:44:44 tmpfs 64.0M 0 64.0M 0% /dev 18:44:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:44:44 shm 64.0M 0 64.0M 0% /dev/shm 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-369 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-369@tmp 18:44:44 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 18:44:44 18:44:44 18:44:44 ---> free -m: 18:44:44 total used free shared buff/cache available 18:44:44 Mem: 1837 666 100 0 1070 1069 18:44:44 Swap: 1023 1 1022 18:44:44 18:44:44 18:44:44 ---> ip addr: 18:44:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:44:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:44:44 inet 127.0.0.1/8 scope host lo 18:44:44 valid_lft forever preferred_lft forever 18:44:44 inet6 ::1/128 scope host 18:44:44 valid_lft forever preferred_lft forever 18:44:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:44:44 link/ether fa:16:3e:8a:95:65 brd ff:ff:ff:ff:ff:ff 18:44:44 inet 10.30.123.16/23 brd 10.30.123.255 scope global dynamic eth0 18:44:44 valid_lft 85538sec preferred_lft 85538sec 18:44:44 inet6 fe80::f816:3eff:fe8a:9565/64 scope link 18:44:44 valid_lft forever preferred_lft forever 18:44:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:44:44 link/ether 02:42:89:0e:f9:ed brd ff:ff:ff:ff:ff:ff 18:44:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:44:44 valid_lft forever preferred_lft forever 18:44:44 inet6 fe80::42:89ff:fe0e:f9ed/64 scope link 18:44:44 valid_lft forever preferred_lft forever 18:44:44 18:44:44 18:44:44 ---> sar -b -r -n DEV: 18:44:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 18:44:44 18:44:44 18:29:51 LINUX RESTART (4 CPU) 18:44:44 18:44:44 18:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:44:44 18:32:01 49.20 11.96 37.24 0.00 4508.89 2313.64 0.00 18:44:44 18:33:01 1.84 0.00 1.84 0.00 0.00 42.77 0.00 18:44:44 18:34:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 18:44:44 18:35:01 0.33 0.00 0.33 0.00 0.00 3.61 0.00 18:44:44 18:36:01 0.28 0.00 0.28 0.00 0.00 3.81 0.00 18:44:44 18:37:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 18:44:44 18:38:01 0.27 0.02 0.25 0.00 0.13 2.70 0.00 18:44:44 18:39:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 18:44:44 18:40:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 18:44:44 18:41:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 18:44:44 18:42:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 18:44:44 18:43:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 18:44:44 18:44:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 18:44:44 Average: 4.15 0.92 3.22 0.00 347.44 184.01 0.00 18:44:44 18:44:44 18:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:44:44 18:32:01 167892 0 562588 29.90 2620 1148456 1160628 39.61 415792 1135456 132 18:44:44 18:33:01 179520 0 550952 29.28 2620 1148464 1080000 36.86 409360 1131612 16 18:44:44 18:34:01 179076 0 551388 29.30 2620 1148472 1080196 36.87 410128 1131612 8 18:44:44 18:35:01 177992 0 552472 29.36 2620 1148472 1080220 36.87 415904 1127048 16 18:44:44 18:36:01 178032 0 552424 29.36 2620 1148480 1080220 36.87 415940 1127048 16 18:44:44 18:37:01 179132 0 551320 29.30 2620 1148484 1080064 36.86 415196 1127048 12 18:44:44 18:38:01 179024 0 551420 29.31 2620 1148492 1080064 36.86 415076 1127048 20 18:44:44 18:39:01 178844 0 551596 29.32 2620 1148496 1080064 36.86 410292 1131744 12 18:44:44 18:40:01 177784 0 552648 29.37 2620 1148504 1080244 36.87 411524 1131744 16 18:44:44 18:41:01 177972 0 552456 29.36 2620 1148508 1080208 36.87 404100 1138928 12 18:44:44 18:42:01 177940 0 552488 29.36 2620 1148508 1080196 36.87 404168 1138928 20 18:44:44 18:43:01 177068 0 553296 29.41 2620 1148572 1080384 36.87 404660 1138944 24 18:44:44 18:44:01 177264 0 553152 29.40 2620 1148520 1080440 36.87 404872 1138928 16 18:44:44 Average: 177503 0 552938 29.39 2620 1148494 1086379 37.08 410539 1132776 25 18:44:44 18:44:44 18:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:44:44 18:32:01 eth0 124.54 97.57 482.36 51.49 0.00 0.00 0.00 0.00 18:44:44 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:32:01 docker0 5.21 3.68 1.18 13.00 0.00 0.00 0.00 0.00 18:44:44 18:33:01 eth0 1.18 0.08 0.11 0.01 0.00 0.00 0.00 0.00 18:44:44 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:34:01 eth0 1.45 0.77 0.84 0.23 0.00 0.00 0.00 0.00 18:44:44 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:35:01 eth0 0.83 0.37 0.30 0.21 0.00 0.00 0.00 0.00 18:44:44 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:36:01 eth0 0.90 0.60 0.44 0.28 0.00 0.00 0.00 0.00 18:44:44 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:37:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:44:44 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:44:44 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:39:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:44:44 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:40:01 eth0 1.02 0.42 0.32 0.21 0.00 0.00 0.00 0.00 18:44:44 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:41:01 eth0 1.41 0.48 0.47 0.27 0.00 0.00 0.00 0.00 18:44:44 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:42:01 eth0 1.53 0.35 0.36 0.20 0.00 0.00 0.00 0.00 18:44:44 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:43:01 eth0 1.60 0.60 0.59 0.37 0.00 0.00 0.00 0.00 18:44:44 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:44:01 eth0 0.52 0.40 0.28 0.23 0.00 0.00 0.00 0.00 18:44:44 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 Average: eth0 10.46 7.85 37.46 4.12 0.00 0.00 0.00 0.00 18:44:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:44 Average: docker0 0.40 0.28 0.09 1.00 0.00 0.00 0.00 0.00 18:44:44 18:44:44 18:44:44 ---> sar -P ALL: 18:44:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 18:44:44 18:44:44 18:29:51 LINUX RESTART (4 CPU) 18:44:44 18:44:44 18:31:01 CPU %user %nice %system %iowait %steal %idle 18:44:44 18:32:01 all 3.27 0.00 2.29 1.84 4.43 88.17 18:44:44 18:32:01 0 3.34 0.00 2.40 4.46 4.84 84.97 18:44:44 18:32:01 1 2.71 0.00 1.87 0.43 4.58 90.40 18:44:44 18:32:01 2 3.14 0.00 2.79 0.38 4.21 89.48 18:44:44 18:32:01 3 3.91 0.00 2.09 2.09 4.10 87.80 18:44:44 18:33:01 all 0.11 0.00 0.06 0.00 0.25 99.57 18:44:44 18:33:01 0 0.20 0.00 0.07 0.00 0.29 99.44 18:44:44 18:33:01 1 0.19 0.00 0.07 0.00 0.19 99.56 18:44:44 18:33:01 2 0.03 0.00 0.05 0.00 0.20 99.71 18:44:44 18:33:01 3 0.03 0.00 0.07 0.00 0.34 99.56 18:44:44 18:34:01 all 0.12 0.00 0.03 0.00 0.17 99.68 18:44:44 18:34:01 0 0.15 0.00 0.03 0.00 0.13 99.68 18:44:44 18:34:01 1 0.05 0.00 0.02 0.00 0.07 99.87 18:44:44 18:34:01 2 0.23 0.00 0.07 0.00 0.42 99.28 18:44:44 18:34:01 3 0.03 0.00 0.02 0.00 0.07 99.88 18:44:44 18:35:01 all 0.13 0.00 0.03 0.00 0.15 99.70 18:44:44 18:35:01 0 0.07 0.00 0.03 0.00 0.13 99.77 18:44:44 18:35:01 1 0.03 0.00 0.03 0.00 0.12 99.82 18:44:44 18:35:01 2 0.02 0.00 0.02 0.00 0.15 99.82 18:44:44 18:35:01 3 0.40 0.00 0.03 0.00 0.18 99.38 18:44:44 18:36:01 all 0.12 0.00 0.06 0.00 0.11 99.70 18:44:44 18:36:01 0 0.25 0.00 0.05 0.00 0.10 99.60 18:44:44 18:36:01 1 0.05 0.00 0.13 0.00 0.08 99.73 18:44:44 18:36:01 2 0.17 0.00 0.05 0.00 0.22 99.57 18:44:44 18:36:01 3 0.03 0.00 0.02 0.00 0.05 99.90 18:44:44 18:37:01 all 0.07 0.00 0.03 0.00 0.15 99.74 18:44:44 18:37:01 0 0.02 0.00 0.03 0.00 0.08 99.87 18:44:44 18:37:01 1 0.15 0.00 0.02 0.00 0.13 99.70 18:44:44 18:37:01 2 0.10 0.00 0.05 0.00 0.30 99.55 18:44:44 18:37:01 3 0.03 0.00 0.03 0.00 0.10 99.83 18:44:44 18:38:01 all 0.10 0.00 0.03 0.00 0.19 99.68 18:44:44 18:38:01 0 0.02 0.00 0.03 0.00 0.10 99.85 18:44:44 18:38:01 1 0.30 0.00 0.03 0.00 0.22 99.45 18:44:44 18:38:01 2 0.03 0.00 0.03 0.00 0.20 99.73 18:44:44 18:38:01 3 0.05 0.00 0.02 0.00 0.25 99.68 18:44:44 18:39:01 all 0.08 0.00 0.03 0.00 0.19 99.70 18:44:44 18:39:01 0 0.03 0.00 0.02 0.00 0.22 99.73 18:44:44 18:39:01 1 0.27 0.00 0.03 0.00 0.27 99.43 18:44:44 18:39:01 2 0.03 0.00 0.05 0.00 0.20 99.72 18:44:44 18:39:01 3 0.00 0.00 0.02 0.00 0.08 99.90 18:44:44 18:40:01 all 0.10 0.00 0.03 0.00 0.15 99.72 18:44:44 18:40:01 0 0.05 0.00 0.03 0.00 0.17 99.75 18:44:44 18:40:01 1 0.32 0.00 0.08 0.00 0.28 99.32 18:44:44 18:40:01 2 0.02 0.00 0.00 0.00 0.08 99.90 18:44:44 18:40:01 3 0.02 0.00 0.02 0.00 0.07 99.90 18:44:44 18:41:01 all 0.10 0.00 0.04 0.00 0.29 99.58 18:44:44 18:41:01 0 0.03 0.00 0.03 0.00 0.23 99.70 18:44:44 18:41:01 1 0.32 0.00 0.03 0.00 0.48 99.17 18:44:44 18:41:01 2 0.02 0.00 0.05 0.00 0.28 99.65 18:44:44 18:41:01 3 0.02 0.00 0.03 0.00 0.15 99.80 18:44:44 18:42:01 all 0.13 0.00 0.03 0.00 0.17 99.67 18:44:44 18:42:01 0 0.10 0.00 0.02 0.00 0.08 99.80 18:44:44 18:42:01 1 0.30 0.00 0.05 0.00 0.13 99.52 18:44:44 18:42:01 2 0.08 0.00 0.03 0.00 0.25 99.63 18:44:44 18:42:01 3 0.03 0.00 0.03 0.00 0.22 99.72 18:44:44 18:44:44 18:42:01 CPU %user %nice %system %iowait %steal %idle 18:44:44 18:43:01 all 0.08 0.00 0.03 0.00 0.18 99.71 18:44:44 18:43:01 0 0.22 0.00 0.05 0.00 0.17 99.57 18:44:44 18:43:01 1 0.05 0.00 0.02 0.00 0.08 99.85 18:44:44 18:43:01 2 0.02 0.00 0.02 0.00 0.22 99.75 18:44:44 18:43:01 3 0.03 0.00 0.03 0.00 0.27 99.67 18:44:44 18:44:01 all 0.09 0.00 0.03 0.00 0.13 99.75 18:44:44 18:44:01 0 0.27 0.00 0.05 0.00 0.13 99.55 18:44:44 18:44:01 1 0.03 0.00 0.03 0.00 0.15 99.78 18:44:44 18:44:01 2 0.03 0.00 0.02 0.00 0.08 99.87 18:44:44 18:44:01 3 0.03 0.00 0.02 0.00 0.17 99.78 18:44:44 Average: all 0.35 0.00 0.21 0.14 0.51 98.80 18:44:44 Average: 0 0.36 0.00 0.22 0.34 0.51 98.56 18:44:44 Average: 1 0.37 0.00 0.19 0.03 0.52 98.89 18:44:44 Average: 2 0.30 0.00 0.25 0.03 0.52 98.90 18:44:44 Average: 3 0.35 0.00 0.18 0.16 0.46 98.84 18:44:44 18:44:44 18:44:44