Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 488a5d2dcec9569b6e1f549f208990667ea6f792 rather than a9328fe264d93d450f8da5833c7f7acfd181f092 Obtained Jenkinsfile from 488a5d2dcec9569b6e1f549f208990667ea6f792 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 Running on prd-centos7-docker-4c-2g-12872 in /w/workspace/dry_go-mod-core-contracts_PR-367 [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-367 # 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 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit a9328fe264d93d450f8da5833c7f7acfd181f092 > 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/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9328fe264d93d450f8da5833c7f7acfd181f092 # 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 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 Merge succeeded, producing 89d8e938c3fc95f49ee989217129e1a92fe1a761 Checking out Revision 89d8e938c3fc95f49ee989217129e1a92fe1a761 (PR-367) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" > git rev-list --no-walk a9328fe264d93d450f8da5833c7f7acfd181f092 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:38:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:38:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:38:25 ========================================================= 00:38:25 EdgeX Global Pipelines Version Info 00:38:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:38:28 ------------------- 00:38:28 stable info: 00:38:28 ------------------- 00:38:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:38:28 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 00:38:28 Message: update stable to v1.0.167 00:38:28 ------------------- 00:38:28 experimental info: 00:38:28 ------------------- 00:38:28 Commited By: **** collab-it+edgex@linuxfoundation.org 00:38:28 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 00:38:28 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:38:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:38:29 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:38:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:38:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:38:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89d8e938c3fc95f49ee989217129e1a92fe1a761 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89d8e93 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:38:33 provisioning config files... 00:38:33 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config2237289872131147578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:33 ---> docker-login.sh 00:38:33 nexus3.edgexfoundry.org:10001 00:38:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:34 Configure a credential helper to remove this warning. See 00:38:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:34 00:38:34 Login Succeeded 00:38:34 nexus3.edgexfoundry.org:10002 00:38:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:34 Configure a credential helper to remove this warning. See 00:38:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:34 00:38:34 Login Succeeded 00:38:34 nexus3.edgexfoundry.org:10003 00:38:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:35 Configure a credential helper to remove this warning. See 00:38:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:35 00:38:35 Login Succeeded 00:38:35 nexus3.edgexfoundry.org:10004 00:38:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:35 Configure a credential helper to remove this warning. See 00:38:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:35 00:38:35 Login Succeeded 00:38:35 docker.io 00:38:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:35 Configure a credential helper to remove this warning. See 00:38:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:35 00:38:35 Login Succeeded 00:38:35 ---> docker-login.sh ends [Pipeline] } 00:38:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:36 + git log --format=format:%s -1 89d8e938c3fc95f49ee989217129e1a92fe1a761 [Pipeline] echo 00:38:36 GIT_COMMIT: 89d8e938c3fc95f49ee989217129e1a92fe1a761, Commit Message: Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD [Pipeline] echo 00:38:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:37 00:38:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:38:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:37 latest: Pulling from edgex-devops/git-semver 00:38:37 31603596830f: Pulling fs layer 00:38:37 2a8b12db71e7: Pulling fs layer 00:38:37 6ca5941a6612: Pulling fs layer 00:38:37 ecc8261a40a4: Pulling fs layer 00:38:37 ecc8261a40a4: Waiting 00:38:37 2a8b12db71e7: Download complete 00:38:38 31603596830f: Verifying Checksum 00:38:38 31603596830f: Download complete 00:38:38 ecc8261a40a4: Verifying Checksum 00:38:38 ecc8261a40a4: Download complete 00:38:38 6ca5941a6612: Verifying Checksum 00:38:38 6ca5941a6612: Download complete 00:38:38 31603596830f: Pull complete 00:38:38 2a8b12db71e7: Pull complete 00:38:40 6ca5941a6612: Pull complete 00:38:40 ecc8261a40a4: Pull complete 00:38:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:38:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:38:40 prd-centos7-docker-4c-2g-12872 does not seem to be running inside a container 00:38:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:38:42 $ docker top 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:38:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:42 [ssh-agent] Looking for ssh-agent implementation... 00:38:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:42 $ docker exec 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 ssh-agent 00:38:43 SSH_AUTH_SOCK=/tmp/ssh-tRlWRQo0AVrz/agent.13 00:38:43 SSH_AGENT_PID=18 00:38:43 Running ssh-add (command line suppressed) 00:38:43 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_6376643958786903600.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_6376643958786903600.key) 00:38:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:43 + git tag --points-at HEAD [Pipeline] } 00:38:43 $ docker exec --env ******** --env ******** 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 ssh-agent -k 00:38:44 unset SSH_AUTH_SOCK; 00:38:44 unset SSH_AGENT_PID; 00:38:44 echo Agent pid 18 killed; 00:38:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:38:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:44 [ssh-agent] Looking for ssh-agent implementation... 00:38:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:44 $ docker exec 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 ssh-agent 00:38:44 SSH_AUTH_SOCK=/tmp/ssh-LMx7MWfX1euM/agent.50 00:38:44 SSH_AGENT_PID=55 00:38:44 Running ssh-add (command line suppressed) 00:38:45 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_6960723536939578682.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_6960723536939578682.key) 00:38:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:45 + git semver init 00:38:45 # -> Open(): unable to determine branch for HEAD 00:38:45 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git 00:38:45 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 00:38:45 # $SEMVER_REMOTE_NAME = origin 00:38:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:38:45 # $SEMVER_USER_NAME = edgex-jenkins 00:38:45 # $SEMVER_BRANCH = PR-367 00:38:45 # $SEMVER_TEMP = /tmp/semver-441056485 00:38:45 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:38:46 # '/tmp/semver-441056485' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' 00:38:46 # -> Force: false 00:38:46 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } 00:38:46 $ docker exec --env ******** --env ******** 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 ssh-agent -k 00:38:47 unset SSH_AUTH_SOCK; 00:38:47 unset SSH_AGENT_PID; 00:38:47 echo Agent pid 55 killed; 00:38:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:38:47 + git semver [Pipeline] } 00:38:47 $ docker stop --time=1 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 00:38:49 $ docker rm -f 583dfc6a8dfdacb62acb8623350ac8b2c8b10611f171f108806f0a45abb88310 [Pipeline] // withDockerContainer [Pipeline] sh 00:38:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:38:50 Stashed 1 file(s) [Pipeline] echo 00:38:50 [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 00:39:06 Still waiting to schedule task 00:39:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:39:06 Still waiting to schedule task 00:39:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:43:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12880 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 00:43:12 Running in /w/workspace/go-mod-core-contracts/9 [Pipeline] { [Pipeline] checkout 00:43:18 using credential edgex-jenkins-ssh 00:43:18 Cloning the remote Git repository 00:43:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:18 > git init /w/workspace/go-mod-core-contracts/9 # timeout=10 00:43:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:18 > git --version # timeout=10 00:43:19 > git --version # 'git version 2.17.1' 00:43:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:21 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit a9328fe264d93d450f8da5833c7f7acfd181f092 00:43:21 Merge succeeded, producing c1711b433e4ca66a0b6ae552ed417e3efd1a5434 00:43:21 Checking out Revision c1711b433e4ca66a0b6ae552ed417e3efd1a5434 (PR-367) 00:43:21 > git config core.sparsecheckout # timeout=10 00:43:21 > git checkout -f a9328fe264d93d450f8da5833c7f7acfd181f092 # timeout=10 00:43:21 > git remote # timeout=10 00:43:21 > git config --get remote.origin.url # timeout=10 00:43:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:21 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 00:43:21 > git rev-parse HEAD^{commit} # timeout=10 00:43:21 > git config core.sparsecheckout # timeout=10 00:43:21 > git checkout -f c1711b433e4ca66a0b6ae552ed417e3efd1a5434 # timeout=10 00:43:26 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" 00:43:26 > git rev-list --no-walk a9328fe264d93d450f8da5833c7f7acfd181f092 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:43:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:43:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:43:28 + + true 00:43:28 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:43:31 provisioning config files... 00:43:31 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/9@tmp/config6308868541760043412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:32 ---> docker-login.sh 00:43:32 nexus3.edgexfoundry.org:10001 00:43:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:33 Configure a credential helper to remove this warning. See 00:43:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:33 00:43:33 Login Succeeded 00:43:33 nexus3.edgexfoundry.org:10002 00:43:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:33 Configure a credential helper to remove this warning. See 00:43:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:33 00:43:33 Login Succeeded 00:43:33 nexus3.edgexfoundry.org:10003 00:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:34 Configure a credential helper to remove this warning. See 00:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:34 00:43:34 Login Succeeded 00:43:34 nexus3.edgexfoundry.org:10004 00:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:35 Configure a credential helper to remove this warning. See 00:43:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:35 00:43:35 Login Succeeded 00:43:35 docker.io 00:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:36 Configure a credential helper to remove this warning. See 00:43:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:36 00:43:36 Login Succeeded 00:43:36 ---> docker-login.sh ends [Pipeline] } 00:43:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:43:36 ========================================================= 00:43:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:43:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:36 + 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 . 00:43:37 Sending build context to Docker daemon 1.902MB 00:43:37 Step 1/7 : ARG BASE=golang:1.15-alpine 00:43:37 Step 2/7 : FROM ${BASE} 00:43:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:43:37 b538f80385f9: Pulling fs layer 00:43:37 74f711af9a0d: Pulling fs layer 00:43:37 99f96fe45779: Pulling fs layer 00:43:37 8529a6b9a6be: Pulling fs layer 00:43:37 45590311c82a: Pulling fs layer 00:43:37 69ca0ff8b7b3: Pulling fs layer 00:43:37 209524e5b208: Pulling fs layer 00:43:37 8529a6b9a6be: Waiting 00:43:37 45590311c82a: Waiting 00:43:37 69ca0ff8b7b3: Waiting 00:43:37 209524e5b208: Waiting 00:43:37 99f96fe45779: Download complete 00:43:37 74f711af9a0d: Verifying Checksum 00:43:37 74f711af9a0d: Download complete 00:43:37 45590311c82a: Verifying Checksum 00:43:37 45590311c82a: Download complete 00:43:37 69ca0ff8b7b3: Verifying Checksum 00:43:37 69ca0ff8b7b3: Download complete 00:43:37 b538f80385f9: Verifying Checksum 00:43:37 b538f80385f9: Download complete 00:43:38 b538f80385f9: Pull complete 00:43:39 74f711af9a0d: Pull complete 00:43:39 99f96fe45779: Pull complete 00:43:41 209524e5b208: Verifying Checksum 00:43:41 209524e5b208: Download complete 00:43:41 8529a6b9a6be: Verifying Checksum 00:43:41 8529a6b9a6be: Download complete 00:43:44 Running on prd-centos7-docker-4c-2g-12881 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 00:43:44 Running in /w/workspace/go-mod-core-contracts/9 [Pipeline] { [Pipeline] checkout 00:43:47 using credential edgex-jenkins-ssh 00:43:47 Cloning the remote Git repository 00:43:47 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:47 > git init /w/workspace/go-mod-core-contracts/9 # timeout=10 00:43:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:48 > git --version # timeout=10 00:43:48 > git --version # 'git version 2.16.5' 00:43:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:49 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit a9328fe264d93d450f8da5833c7f7acfd181f092 00:43:49 Merge succeeded, producing 852b7cea3d03bf737d1a1a5519d9dbbbe99ebf78 00:43:49 Checking out Revision 852b7cea3d03bf737d1a1a5519d9dbbbe99ebf78 (PR-367) 00:43:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:49 > git config core.sparsecheckout # timeout=10 00:43:49 > git checkout -f a9328fe264d93d450f8da5833c7f7acfd181f092 # timeout=10 00:43:49 > git remote # timeout=10 00:43:49 > git config --get remote.origin.url # timeout=10 00:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:49 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 00:43:49 > git rev-parse HEAD^{commit} # timeout=10 00:43:49 > git config core.sparsecheckout # timeout=10 00:43:49 > git checkout -f 852b7cea3d03bf737d1a1a5519d9dbbbe99ebf78 # timeout=10 00:43:52 8529a6b9a6be: Pull complete 00:43:52 45590311c82a: Pull complete 00:43:52 69ca0ff8b7b3: Pull complete 00:43:53 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" 00:43:53 > git rev-list --no-walk a9328fe264d93d450f8da5833c7f7acfd181f092 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:43:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:43:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:43:55 + sudo service docker restart 00:43:55 + true 00:43:55 Redirecting to /bin/systemctl restart docker.service 00:43:56 209524e5b208: Pull complete 00:43:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:43:56 ---> 5bddaf1c2fca 00:43:56 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:43:57 provisioning config files... 00:43:57 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/9@tmp/config3222608962991062529tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:57 ---> docker-login.sh 00:43:57 nexus3.edgexfoundry.org:10001 00:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:58 Configure a credential helper to remove this warning. See 00:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:58 00:43:58 Login Succeeded 00:43:58 nexus3.edgexfoundry.org:10002 00:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:58 Configure a credential helper to remove this warning. See 00:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:58 00:43:58 Login Succeeded 00:43:58 nexus3.edgexfoundry.org:10003 00:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:58 Configure a credential helper to remove this warning. See 00:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:58 00:43:58 Login Succeeded 00:43:58 nexus3.edgexfoundry.org:10004 00:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:58 Configure a credential helper to remove this warning. See 00:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:58 00:43:58 Login Succeeded 00:43:58 docker.io 00:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:58 Configure a credential helper to remove this warning. See 00:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:58 00:43:58 Login Succeeded 00:43:58 ---> docker-login.sh ends [Pipeline] } 00:43:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:43:59 ========================================================= 00:43:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:43:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:59 ---> Running in bfd36984ab36 00:43:59 Removing intermediate container bfd36984ab36 00:43:59 ---> 76679922152b 00:43:59 Step 4/7 : RUN apk add bash 00:43:59 ---> Running in de4360899007 00:43:59 + 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 . 00:44:00 Sending build context to Docker daemon 1.902MB 00:44:00 Step 1/7 : ARG BASE=golang:1.15-alpine 00:44:00 Step 2/7 : FROM ${BASE} 00:44:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:44:00 df20fa9351a1: Pulling fs layer 00:44:00 ed8968b2872e: Pulling fs layer 00:44:00 a92cc7c5fd73: Pulling fs layer 00:44:00 e871e8e8d7a9: Pulling fs layer 00:44:00 e73272ec9a57: Pulling fs layer 00:44:00 1e910a182e73: Pulling fs layer 00:44:00 4e634b169226: Pulling fs layer 00:44:00 e871e8e8d7a9: Waiting 00:44:00 e73272ec9a57: Waiting 00:44:00 4e634b169226: Waiting 00:44:00 1e910a182e73: Waiting 00:44:00 a92cc7c5fd73: Download complete 00:44:00 ed8968b2872e: Verifying Checksum 00:44:00 ed8968b2872e: Download complete 00:44:00 e73272ec9a57: Download complete 00:44:00 df20fa9351a1: Verifying Checksum 00:44:00 df20fa9351a1: Download complete 00:44:00 1e910a182e73: Verifying Checksum 00:44:00 1e910a182e73: Download complete 00:44:00 df20fa9351a1: Pull complete 00:44:00 ed8968b2872e: Pull complete 00:44:00 a92cc7c5fd73: Pull complete 00:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:01 4e634b169226: Verifying Checksum 00:44:01 4e634b169226: Download complete 00:44:02 e871e8e8d7a9: Verifying Checksum 00:44:02 e871e8e8d7a9: Download complete 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:06 OK: 142 MiB in 39 packages 00:44:07 Removing intermediate container de4360899007 00:44:07 ---> 59f91c2f4ef9 00:44:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:44:07 ---> Running in 664eba22e00d 00:44:07 Removing intermediate container 664eba22e00d 00:44:07 ---> b2de89fef1cc 00:44:07 Step 6/7 : COPY go.mod . 00:44:07 e871e8e8d7a9: Pull complete 00:44:07 e73272ec9a57: Pull complete 00:44:07 1e910a182e73: Pull complete 00:44:08 ---> 08ca72748010 00:44:08 Step 7/7 : RUN go mod download 00:44:08 ---> Running in f5930cd124f6 00:44:13 4e634b169226: Pull complete 00:44:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:44:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:44:13 ---> f7629b54cfaa 00:44:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:44:13 ---> Running in 81935dfb4b9b 00:44:13 Removing intermediate container 81935dfb4b9b 00:44:13 ---> 80fed722f505 00:44:13 Step 4/7 : RUN apk add bash 00:44:13 ---> Running in 39ea4a2d6e81 00:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:17 OK: 166 MiB in 39 packages 00:44:17 Removing intermediate container 39ea4a2d6e81 00:44:17 ---> 4946010ec9ac 00:44:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:44:17 ---> Running in 9d1fcc505ded 00:44:17 Removing intermediate container 9d1fcc505ded 00:44:17 ---> 5795f44fc52e 00:44:17 Step 6/7 : COPY go.mod . 00:44:17 ---> d2d72ace9ecd 00:44:17 Step 7/7 : RUN go mod download 00:44:17 ---> Running in c14a2642398c 00:44:23 Removing intermediate container f5930cd124f6 00:44:23 ---> 7645c4ea2c70 00:44:23 Successfully built 7645c4ea2c70 00:44:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:24 + docker inspect -f . ci-base-image-arm64 00:44:24 . [Pipeline] withDockerContainer 00:44:24 prd-ubuntu18.04-docker-arm64-4c-16g-12880 does not seem to be running inside a container 00:44:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/9 -v /w/workspace/go-mod-core-contracts/9:/w/workspace/go-mod-core-contracts/9:rw,z -v /w/workspace/go-mod-core-contracts/9@tmp:/w/workspace/go-mod-core-contracts/9@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 00:44:26 $ docker top 530ac13e75bfaf195029051e177d9c2a03b1bd49ea08c7ccedfe4ab259d9a896 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:27 + go version 00:44:27 go version go1.15.2 linux/arm64 [Pipeline] } 00:44:27 $ docker stop --time=1 530ac13e75bfaf195029051e177d9c2a03b1bd49ea08c7ccedfe4ab259d9a896 00:44:29 Removing intermediate container c14a2642398c 00:44:29 ---> 21f1c504bc75 00:44:29 Successfully built 21f1c504bc75 00:44:29 Successfully tagged ci-base-image-x86_64:latest 00:44:29 $ docker rm -f 530ac13e75bfaf195029051e177d9c2a03b1bd49ea08c7ccedfe4ab259d9a896 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker inspect -f . ci-base-image-x86_64 00:44:30 . [Pipeline] withDockerContainer 00:44:31 prd-centos7-docker-4c-2g-12881 does not seem to be running inside a container 00:44:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/9 -v /w/workspace/go-mod-core-contracts/9:/w/workspace/go-mod-core-contracts/9:rw,z -v /w/workspace/go-mod-core-contracts/9@tmp:/w/workspace/go-mod-core-contracts/9@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 00:44:31 + docker inspect -f . ci-base-image-arm64 00:44:31 . 00:44:32 $ docker top af69d3b9cc552c77464f2773fd2ad65b65ecc433a573614de726bea7285688ae -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 00:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-12880 does not seem to be running inside a container 00:44:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/9 -v /w/workspace/go-mod-core-contracts/9:/w/workspace/go-mod-core-contracts/9:rw,z -v /w/workspace/go-mod-core-contracts/9@tmp:/w/workspace/go-mod-core-contracts/9@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 00:44:34 $ docker top 762ee94bfe4269f72c12773fa36c18fc63cf9b445867127366c1ba9f2fc518dc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:44:35 + go version 00:44:35 go version go1.15.2 linux/amd64 [Pipeline] } 00:44:35 $ docker stop --time=1 af69d3b9cc552c77464f2773fd2ad65b65ecc433a573614de726bea7285688ae 00:44:36 + make test 00:44:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:44:36 $ docker rm -f af69d3b9cc552c77464f2773fd2ad65b65ecc433a573614de726bea7285688ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:37 + docker inspect -f . ci-base-image-x86_64 00:44:37 . [Pipeline] withDockerContainer 00:44:37 prd-centos7-docker-4c-2g-12881 does not seem to be running inside a container 00:44:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/9 -v /w/workspace/go-mod-core-contracts/9:/w/workspace/go-mod-core-contracts/9:rw,z -v /w/workspace/go-mod-core-contracts/9@tmp:/w/workspace/go-mod-core-contracts/9@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 00:44:38 $ docker top 88ed6f93002c6f9439ab0411d98b0867ef511afef88fc935d970f074dfd1a211 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:39 + make test 00:44:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:44:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 00:44:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.017s coverage: 85.7% of statements 00:44:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.021s coverage: 100.0% of statements 00:44:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements 00:44:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements 00:44:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 00:44:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.6% of statements 00:44:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.7% of statements 00:44:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.018s coverage: 100.0% of statements 00:44:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.049s coverage: 91.8% of statements 00:44:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 00:44:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 00:44:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements 00:44:48 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.012s coverage: 47.8% of statements 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 63.0% of statements 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.012s coverage: 26.3% of statements 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 00:44:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.012s coverage: 81.5% of statements 00:44:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 00:44:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 29.1% of statements 00:44:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.035s coverage: 100.0% of statements 00:44:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 00:44:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 00:44:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 00:44:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:44:52 gofmt -l . 00:44:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 00:44:52 $ docker stop --time=1 88ed6f93002c6f9439ab0411d98b0867ef511afef88fc935d970f074dfd1a211 00:44:54 $ docker rm -f 88ed6f93002c6f9439ab0411d98b0867ef511afef88fc935d970f074dfd1a211 [Pipeline] // withDockerContainer [Pipeline] sh 00:44:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:44:55 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] } 00:44:58 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements 00:44:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements 00:45:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.056s coverage: 45.4% of statements 00:45:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.042s coverage: 77.8% of statements 00:45:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 00:45:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.031s coverage: 6.6% of statements 00:45:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.056s coverage: 14.7% of statements 00:45:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.049s coverage: 100.0% of statements 00:45:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.084s coverage: 91.8% of statements 00:45:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 00:45:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 00:45:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.015s coverage: 100.0% of statements 00:45:06 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.098s coverage: 63.0% of statements 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.011s coverage: 26.3% of statements 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.024s coverage: 15.4% of statements 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.048s coverage: 15.4% of statements 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.053s coverage: 14.3% of statements 00:45:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.054s coverage: 81.5% of statements 00:45:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 00:45:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.031s coverage: 29.1% of statements 00:45:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.035s coverage: 100.0% of statements 00:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements 00:45:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 00:45:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 00:45:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:45:19 gofmt -l . 00:45:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 00:45:19 $ docker stop --time=1 762ee94bfe4269f72c12773fa36c18fc63cf9b445867127366c1ba9f2fc518dc 00:45:22 $ docker rm -f 762ee94bfe4269f72c12773fa36c18fc63cf9b445867127366c1ba9f2fc518dc [Pipeline] // withDockerContainer [Pipeline] sh 00:45:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:45:22 Warning: overwriting stash ‘coverage-report’ 00:45:24 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 00:45:26 provisioning config files... 00:45:26 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4013190415832152000tmp [Pipeline] { [Pipeline] sh 00:45:26 + set +x 00:45:26 + curl -s https://codecov.io/bash 00:45:26 + bash -s -- 00:45:27 00:45:27 _____ _ 00:45:27 / ____| | | 00:45:27 | | ___ __| | ___ ___ _____ __ 00:45:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:45:27 | |___| (_) | (_| | __/ (_| (_) \ V / 00:45:27 \_____\___/ \__,_|\___|\___\___/ \_/ 00:45:27 Bash-20201116-eea08d9 00:45:27 00:45:27 00:45:27 ==> Jenkins CI detected. 00:45:27 project root: . 00:45:27 --> token set from env 00:45:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:45:27 ==> Running gcov in . (disable via -X gcov) 00:45:27 ==> Python coveragepy not found 00:45:27 ==> Searching for coverage reports in: 00:45:27 + . 00:45:27 -> Found 1 reports 00:45:27 ==> Detecting git/mercurial file structure 00:45:27 ==> Reading reports 00:45:27 + ./coverage.out bytes=107216 00:45:27 ==> Appending adjustments 00:45:27 https://docs.codecov.io/docs/fixing-reports 00:45:28 + Found adjustments 00:45:28 ==> Gzipping contents 00:45:28 ==> Uploading reports 00:45:28 url: https://codecov.io 00:45:28 query: branch=PR-367&commit=89d8e938c3fc95f49ee989217129e1a92fe1a761&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F9%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 00:45:28 -> Pinging Codecov 00:45:28 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=89d8e938c3fc95f49ee989217129e1a92fe1a761&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F9%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 00:45:29 -> Uploading to 00:45:29 https://storage.googleapis.com/codecov/v4/raw/2020-11-20/71470A77251A30514AAF9C0BB2E5B6CE/89d8e938c3fc95f49ee989217129e1a92fe1a761/d0c1a96f-97da-4370-abe5-334fb245d015.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T004528Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2f57b4b2df7a8b4ef23f756cce320503d6c345c81bb6979ccfd381b8a4dc4e23 00:45:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:29 Dload Upload Total Spent Left Speed 00:45:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17359 0 0 100 17359 0 37465 --:--:-- --:--:-- --:--:-- 37411 00:45:29 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/89d8e938c3fc95f49ee989217129e1a92fe1a761 [Pipeline] } 00:45:29 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 00:45:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:45:33 ---> package-listing.sh 00:45:33 ++ facter osfamily 00:45:33 ++ tr '[:upper:]' '[:lower:]' 00:45:33 + OS_FAMILY=redhat 00:45:33 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 00:45:33 + START_PACKAGES=/tmp/packages_start.txt 00:45:33 + END_PACKAGES=/tmp/packages_end.txt 00:45:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:45:33 + PACKAGES=/tmp/packages_start.txt 00:45:33 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 00:45:33 + PACKAGES=/tmp/packages_end.txt 00:45:33 + case "${OS_FAMILY}" in 00:45:33 + sort 00:45:33 + rpm -qa 00:45:37 + '[' -f /tmp/packages_start.txt ']' 00:45:37 + '[' -f /tmp/packages_end.txt ']' 00:45:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:45:37 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 00:45:37 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ 00:45:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [Pipeline] echo 00:45:37 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-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:45:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:45:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:38 00:45:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:45:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:39 alpine: Pulling from edgex-lftools-log-publisher 00:45:39 df20fa9351a1: Pulling fs layer 00:45:39 36b3adc4ff6f: Pulling fs layer 00:45:39 8ad3a11d3b57: Pulling fs layer 00:45:39 46f8f816bc3b: Pulling fs layer 00:45:39 93b61091891f: Pulling fs layer 00:45:39 93b9cdb0e59b: Pulling fs layer 00:45:39 5e14af77c1be: Pulling fs layer 00:45:39 01666e4c0597: Pulling fs layer 00:45:39 aa168da1d23b: Pulling fs layer 00:45:39 46f8f816bc3b: Waiting 00:45:39 93b61091891f: Waiting 00:45:39 93b9cdb0e59b: Waiting 00:45:39 5e14af77c1be: Waiting 00:45:39 01666e4c0597: Waiting 00:45:39 aa168da1d23b: Waiting 00:45:39 36b3adc4ff6f: Verifying Checksum 00:45:39 36b3adc4ff6f: Download complete 00:45:39 46f8f816bc3b: Verifying Checksum 00:45:39 46f8f816bc3b: Download complete 00:45:39 df20fa9351a1: Verifying Checksum 00:45:39 93b9cdb0e59b: Verifying Checksum 00:45:39 93b9cdb0e59b: Download complete 00:45:40 5e14af77c1be: Download complete 00:45:40 93b61091891f: Verifying Checksum 00:45:40 93b61091891f: Download complete 00:45:40 01666e4c0597: Verifying Checksum 00:45:40 01666e4c0597: Download complete 00:45:40 df20fa9351a1: Pull complete 00:45:40 36b3adc4ff6f: Pull complete 00:45:40 8ad3a11d3b57: Verifying Checksum 00:45:40 8ad3a11d3b57: Download complete 00:45:42 8ad3a11d3b57: Pull complete 00:45:42 46f8f816bc3b: Pull complete 00:45:43 93b61091891f: Pull complete 00:45:43 93b9cdb0e59b: Pull complete 00:45:43 5e14af77c1be: Pull complete 00:45:43 01666e4c0597: Pull complete 00:45:47 aa168da1d23b: Verifying Checksum 00:45:47 aa168da1d23b: Download complete 00:46:00 aa168da1d23b: Pull complete 00:46:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:46:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:46:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:46:00 prd-centos7-docker-4c-2g-12872 does not seem to be running inside a container 00:46:00 $ 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-367/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-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:46:08 $ docker top 554ae651c29ffac3b8fc035f3d4dc41d6f9f394814ebcdf19dc89f39c27142e3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:08 + touch /tmp/pre-build-complete [Pipeline] sh 00:46:09 + mkdir -p /var/log/sa [Pipeline] sh 00:46:09 + ls /var/log/sa-host 00:46:09 + sadf -c /var/log/sa-host/sa05 00:46:09 file_magic: OK 00:46:09 HZ: Using current value: 100 00:46:09 file_header: OK 00:46:09 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 00:46:09 Statistics: 00:46:09 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:46:09 File successfully converted to sysstat format version 12.2.1 00:46:09 + sadf -c /var/log/sa-host/sa20 00:46:09 file_magic: OK 00:46:09 HZ: Using current value: 100 00:46:09 file_header: OK 00:46:09 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 00:46:09 Statistics: 00:46:09 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...Hnuu...uuuununununu... 00:46:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:46:09 provisioning config files... 00:46:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4161496530542289021tmp [Pipeline] { [Pipeline] echo 00:46:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:46:10 ---> create-netrc.sh [Pipeline] } 00:46:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:46:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:46:10 ---> python-tools-install.sh [Pipeline] echo 00:46:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:46:11 ---> sudo-logs.sh 00:46:11 Archiving 'sudo' log.. [Pipeline] echo 00:46:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:46:11 ---> job-cost.sh 00:46:11 lf-activate-venv: SKIPPING 00:46:11 INFO: No Stack... 00:46:12 INFO: Retrieving Pricing Info for: v1-standard-2 00:46:13 INFO: Archiving Costs [Pipeline] echo 00:46:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:46:13 ---> logs-deploy.sh 00:46:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/9 00:46:13 INFO: archiving workspace using pattern(s): 00:46:16 Archives upload complete. 00:46:16 INFO: archiving logs to Nexus 00:46:17 ---> uname -a: 00:46:17 Linux prd-centos7-docker-4c-2g-12872.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:46:17 00:46:17 00:46:17 ---> lscpu: 00:46:17 Architecture: x86_64 00:46:17 CPU op-mode(s): 32-bit, 64-bit 00:46:17 Byte Order: Little Endian 00:46:17 Address sizes: 40 bits physical, 48 bits virtual 00:46:17 CPU(s): 4 00:46:17 On-line CPU(s) list: 0-3 00:46:17 Thread(s) per core: 1 00:46:17 Core(s) per socket: 1 00:46:17 Socket(s): 4 00:46:17 NUMA node(s): 1 00:46:17 Vendor ID: GenuineIntel 00:46:17 CPU family: 6 00:46:17 Model: 44 00:46:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:46:17 Stepping: 1 00:46:17 CPU MHz: 2933.438 00:46:17 BogoMIPS: 5866.87 00:46:17 Virtualization: VT-x 00:46:17 Hypervisor vendor: KVM 00:46:17 Virtualization type: full 00:46:17 L1d cache: 128 KiB 00:46:17 L1i cache: 128 KiB 00:46:17 L2 cache: 16 MiB 00:46:17 L3 cache: 64 MiB 00:46:17 NUMA node0 CPU(s): 0-3 00:46:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:46:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:46:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:46:17 Vulnerability Meltdown: Mitigation; PTI 00:46:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:46:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:46:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:46:17 Vulnerability Tsx async abort: Not affected 00:46:17 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 00:46:17 00:46:17 00:46:17 ---> nproc: 00:46:17 4 00:46:17 00:46:17 00:46:17 ---> df -h: 00:46:17 Filesystem Size Used Available Use% Mounted on 00:46:17 overlay 50.0G 7.2G 42.8G 14% / 00:46:17 tmpfs 64.0M 0 64.0M 0% /dev 00:46:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:46:17 shm 64.0M 0 64.0M 0% /dev/shm 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-367 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-367@tmp 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 00:46:17 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 00:46:17 00:46:17 00:46:17 ---> free -m: 00:46:17 total used free shared buff/cache available 00:46:17 Mem: 1837 678 102 0 1056 1056 00:46:17 Swap: 1023 1 1022 00:46:17 00:46:17 00:46:17 ---> ip addr: 00:46:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:46:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:46:17 inet 127.0.0.1/8 scope host lo 00:46:17 valid_lft forever preferred_lft forever 00:46:17 inet6 ::1/128 scope host 00:46:17 valid_lft forever preferred_lft forever 00:46:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:46:17 link/ether fa:16:3e:d0:dd:2f brd ff:ff:ff:ff:ff:ff 00:46:17 inet 10.30.122.102/23 brd 10.30.123.255 scope global dynamic eth0 00:46:17 valid_lft 85538sec preferred_lft 85538sec 00:46:17 inet6 fe80::f816:3eff:fed0:dd2f/64 scope link 00:46:17 valid_lft forever preferred_lft forever 00:46:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:46:17 link/ether 02:42:96:a2:e7:1c brd ff:ff:ff:ff:ff:ff 00:46:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:46:17 valid_lft forever preferred_lft forever 00:46:17 inet6 fe80::42:96ff:fea2:e71c/64 scope link 00:46:17 valid_lft forever preferred_lft forever 00:46:17 00:46:17 00:46:17 ---> sar -b -r -n DEV: 00:46:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/20/20 _x86_64_ (4 CPU) 00:46:17 00:46:17 00:31:33 LINUX RESTART (4 CPU) 00:46:17 00:46:17 00:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:46:17 00:33:01 149.94 95.28 54.66 0.00 8195.60 38292.15 0.00 00:46:17 00:34:01 2.11 0.02 2.10 0.00 2.00 49.40 0.00 00:46:17 00:35:01 0.38 0.00 0.38 0.00 0.00 5.63 0.00 00:46:17 00:36:01 0.23 0.00 0.23 0.00 0.00 4.01 0.00 00:46:17 00:37:01 0.35 0.00 0.35 0.00 0.00 5.34 0.00 00:46:17 00:38:01 0.42 0.00 0.42 0.00 0.00 6.36 0.00 00:46:17 00:39:01 51.71 14.23 37.48 0.00 4747.01 2957.71 0.00 00:46:17 00:40:01 3.26 0.02 3.25 0.00 0.53 132.80 0.00 00:46:17 00:41:02 0.53 0.00 0.53 0.00 0.00 8.97 0.00 00:46:17 00:42:01 0.30 0.00 0.30 0.00 0.00 4.40 0.00 00:46:17 00:43:01 0.27 0.00 0.27 0.00 0.00 3.99 0.00 00:46:17 00:44:01 0.33 0.00 0.33 0.00 0.00 6.34 0.00 00:46:17 00:45:01 0.33 0.02 0.32 0.00 0.13 4.97 0.00 00:46:17 00:46:01 116.02 62.69 53.33 0.00 5985.14 16212.75 0.00 00:46:17 Average: 23.20 12.23 10.97 0.00 1347.02 4089.29 0.00 00:46:17 00:46:17 00:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:46:17 00:33:01 117804 0 441564 23.47 2620 1319568 1019096 34.78 288624 1321308 40 00:46:17 00:34:01 121048 0 438160 23.29 2620 1319728 995784 33.98 285720 1321276 16 00:46:17 00:35:01 120000 0 439204 23.34 2620 1319732 996012 33.99 287412 1321264 20 00:46:17 00:36:01 117600 0 441600 23.47 2620 1319736 996232 34.00 289396 1321268 8 00:46:17 00:37:01 115816 0 443380 23.56 2620 1319740 996292 34.00 290256 1322576 16 00:46:17 00:38:01 116948 0 442244 23.50 2620 1319744 996064 33.99 289124 1322576 16 00:46:17 00:39:01 170696 0 577928 30.72 2620 1130312 1129284 38.54 419392 1128380 136 00:46:17 00:40:01 175828 0 572844 30.45 2620 1130264 1082136 36.93 416128 1127916 16 00:46:17 00:41:02 176092 0 572572 30.43 2620 1130272 1082136 36.93 416260 1127920 8 00:46:17 00:42:01 175372 0 573288 30.47 2620 1130276 1082256 36.94 416908 1127916 16 00:46:17 00:43:01 174760 0 573900 30.50 2620 1130276 1082416 36.94 417360 1127916 12 00:46:17 00:44:01 174212 0 574440 30.53 2620 1130284 1082528 36.94 417756 1127916 16 00:46:17 00:45:01 173700 0 574944 30.56 2620 1130292 1082564 36.95 418032 1127916 8 00:46:17 00:46:01 167684 0 669584 35.59 2620 1041668 1287640 43.94 448852 1043624 52372 00:46:17 Average: 149826 0 523975 27.85 2620 1205135 1065031 36.35 364373 1204984 3764 00:46:17 00:46:17 00:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:46:17 00:33:01 eth0 96.97 65.10 368.51 20.27 0.00 0.00 0.00 0.00 00:46:17 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:34:01 eth0 0.86 0.08 0.07 0.01 0.00 0.00 0.00 0.00 00:46:17 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:35:01 eth0 1.93 0.53 0.38 0.15 0.00 0.00 0.00 0.00 00:46:17 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:36:01 eth0 2.66 0.45 0.46 0.26 0.00 0.00 0.00 0.00 00:46:17 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:37:01 eth0 1.23 0.80 0.79 0.57 0.00 0.00 0.00 0.00 00:46:17 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:38:01 eth0 0.35 0.18 0.15 0.10 0.00 0.00 0.00 0.00 00:46:17 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:39:01 eth0 180.75 136.96 700.58 68.96 0.00 0.00 0.00 0.00 00:46:17 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:39:01 docker0 3.83 3.21 1.11 13.06 0.00 0.00 0.00 0.00 00:46:17 00:40:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:46:17 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:41:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:46:17 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:42:01 eth0 1.35 0.36 0.34 0.17 0.00 0.00 0.00 0.00 00:46:17 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:43:01 eth0 1.23 0.40 0.46 0.27 0.00 0.00 0.00 0.00 00:46:17 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:44:01 eth0 2.41 0.70 0.90 0.61 0.00 0.00 0.00 0.00 00:46:17 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:45:01 eth0 1.43 0.23 0.37 0.19 0.00 0.00 0.00 0.00 00:46:17 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:46:01 eth0 232.07 199.72 2173.33 23.56 0.00 0.00 0.00 0.00 00:46:17 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 Average: eth0 37.42 29.01 232.50 8.22 0.00 0.00 0.00 0.00 00:46:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:17 Average: docker0 0.27 0.23 0.08 0.93 0.00 0.00 0.00 0.00 00:46:17 00:46:17 00:46:17 ---> sar -P ALL: 00:46:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/20/20 _x86_64_ (4 CPU) 00:46:17 00:46:17 00:31:33 LINUX RESTART (4 CPU) 00:46:17 00:46:17 00:32:02 CPU %user %nice %system %iowait %steal %idle 00:46:17 00:33:01 all 11.17 0.00 8.36 4.40 7.80 68.26 00:46:17 00:33:01 0 11.24 0.00 8.45 3.86 8.35 68.10 00:46:17 00:33:01 1 8.99 0.00 6.58 6.34 8.95 69.13 00:46:17 00:33:01 2 14.87 0.00 6.55 4.03 6.67 67.89 00:46:17 00:33:01 3 9.73 0.00 11.83 3.35 7.19 67.90 00:46:17 00:34:01 all 0.10 0.00 0.06 0.00 0.48 99.35 00:46:17 00:34:01 0 0.02 0.00 0.05 0.00 0.38 99.55 00:46:17 00:34:01 1 0.20 0.00 0.10 0.00 0.75 98.96 00:46:17 00:34:01 2 0.02 0.00 0.07 0.02 0.25 99.65 00:46:17 00:34:01 3 0.17 0.00 0.03 0.00 0.55 99.25 00:46:17 00:35:01 all 0.10 0.00 0.03 0.00 0.37 99.49 00:46:17 00:35:01 0 0.03 0.00 0.02 0.00 0.33 99.62 00:46:17 00:35:01 1 0.20 0.00 0.03 0.00 0.25 99.52 00:46:17 00:35:01 2 0.13 0.00 0.05 0.00 0.71 99.10 00:46:17 00:35:01 3 0.05 0.00 0.03 0.00 0.20 99.72 00:46:17 00:36:01 all 0.37 0.00 0.04 0.00 0.18 99.42 00:46:17 00:36:01 0 1.05 0.00 0.03 0.00 0.10 98.82 00:46:17 00:36:01 1 0.05 0.00 0.05 0.00 0.38 99.52 00:46:17 00:36:01 2 0.35 0.00 0.02 0.00 0.12 99.52 00:46:17 00:36:01 3 0.02 0.00 0.05 0.00 0.12 99.82 00:46:17 00:37:01 all 0.14 0.00 0.02 0.00 0.22 99.61 00:46:17 00:37:01 0 0.03 0.00 0.03 0.00 0.10 99.83 00:46:17 00:37:01 1 0.05 0.00 0.03 0.00 0.20 99.72 00:46:17 00:37:01 2 0.43 0.00 0.02 0.00 0.28 99.27 00:46:17 00:37:01 3 0.03 0.00 0.02 0.00 0.32 99.63 00:46:17 00:38:01 all 0.10 0.00 0.05 0.00 0.21 99.64 00:46:17 00:38:01 0 0.05 0.00 0.07 0.00 0.32 99.57 00:46:17 00:38:01 1 0.03 0.00 0.05 0.00 0.12 99.80 00:46:17 00:38:01 2 0.32 0.00 0.05 0.00 0.35 99.28 00:46:17 00:38:01 3 0.02 0.00 0.02 0.00 0.07 99.90 00:46:17 00:39:01 all 5.68 0.00 2.95 1.22 5.10 85.06 00:46:17 00:39:01 0 5.66 0.00 3.22 1.94 5.17 84.01 00:46:17 00:39:01 1 5.25 0.00 3.31 0.85 5.38 85.20 00:46:17 00:39:01 2 5.41 0.00 2.83 1.31 5.44 85.00 00:46:17 00:39:01 3 6.39 0.00 2.45 0.76 4.38 86.02 00:46:17 00:40:01 all 0.11 0.00 0.11 0.00 0.07 99.71 00:46:17 00:40:01 0 0.03 0.00 0.27 0.00 0.03 99.67 00:46:17 00:40:01 1 0.07 0.00 0.07 0.00 0.13 99.73 00:46:17 00:40:01 2 0.30 0.00 0.07 0.00 0.10 99.53 00:46:17 00:40:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:46:17 00:41:02 all 0.07 0.00 0.03 0.00 0.30 99.60 00:46:17 00:41:02 0 0.05 0.00 0.03 0.00 0.45 99.47 00:46:17 00:41:02 1 0.07 0.00 0.03 0.00 0.48 99.42 00:46:17 00:41:02 2 0.18 0.00 0.03 0.00 0.23 99.55 00:46:17 00:41:02 3 0.00 0.00 0.02 0.00 0.03 99.95 00:46:17 00:42:01 all 0.07 0.00 0.03 0.00 0.17 99.73 00:46:17 00:42:01 0 0.02 0.00 0.02 0.00 0.05 99.92 00:46:17 00:42:01 1 0.07 0.00 0.03 0.00 0.44 99.46 00:46:17 00:42:01 2 0.20 0.00 0.02 0.00 0.15 99.63 00:46:17 00:42:01 3 0.00 0.00 0.03 0.00 0.03 99.93 00:46:17 00:43:01 all 0.09 0.00 0.03 0.00 0.18 99.70 00:46:17 00:43:01 0 0.03 0.00 0.02 0.00 0.10 99.85 00:46:17 00:43:01 1 0.07 0.00 0.05 0.00 0.32 99.57 00:46:17 00:43:01 2 0.23 0.00 0.03 0.00 0.23 99.50 00:46:17 00:43:01 3 0.03 0.00 0.02 0.00 0.08 99.87 00:46:17 00:46:17 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:46:17 00:44:01 all 0.11 0.00 0.02 0.00 0.15 99.71 00:46:17 00:44:01 0 0.37 0.00 0.02 0.00 0.15 99.47 00:46:17 00:44:01 1 0.00 0.00 0.02 0.00 0.07 99.92 00:46:17 00:44:01 2 0.07 0.00 0.05 0.00 0.30 99.58 00:46:17 00:44:01 3 0.02 0.00 0.02 0.00 0.10 99.87 00:46:17 00:45:01 all 0.10 0.00 0.03 0.00 0.17 99.69 00:46:17 00:45:01 0 0.28 0.00 0.03 0.00 0.17 99.52 00:46:17 00:45:01 1 0.02 0.00 0.02 0.00 0.12 99.85 00:46:17 00:45:01 2 0.07 0.00 0.03 0.00 0.35 99.55 00:46:17 00:45:01 3 0.03 0.00 0.05 0.00 0.07 99.85 00:46:17 00:46:01 all 4.65 0.00 3.66 1.05 8.57 82.07 00:46:17 00:46:01 0 4.25 0.00 3.18 0.81 9.07 82.69 00:46:17 00:46:01 1 4.83 0.00 4.71 1.86 8.18 80.42 00:46:17 00:46:01 2 4.05 0.00 2.74 0.38 8.76 84.08 00:46:17 00:46:01 3 5.47 0.00 4.05 1.17 8.29 81.03 00:46:17 Average: all 1.61 0.00 1.08 0.47 1.70 95.15 00:46:17 Average: 0 1.62 0.00 1.08 0.46 1.75 95.10 00:46:17 Average: 1 1.41 0.00 1.07 0.64 1.83 95.07 00:46:17 Average: 2 1.85 0.00 0.87 0.39 1.70 95.19 00:46:17 Average: 3 1.55 0.00 1.31 0.37 1.52 95.26 00:46:17 00:46:17 00:46:17