Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40a6c8ad879516d6abf062a86c29628a6539f2b 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31349 in /w/workspace/dry_go-mod-core-contracts_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f40a6c8ad879516d6abf062a86c29628a6539f2b (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40a6c8ad879516d6abf062a86c29628a6539f2b # timeout=10 Commit message: "Merge pull request #558 from weichou1229/issue-557" > git rev-list --no-walk b57004926c49939d739b07cfc440dde20ac82e62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:48:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:48:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:48:15 ========================================================= 08:48:15 EdgeX Global Pipelines Version Info 08:48:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:48:16 ------------------- 08:48:16 stable info: 08:48:16 ------------------- 08:48:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:48:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:48:16 Message: update stable to v1.0.186 08:48:17 ------------------- 08:48:17 experimental info: 08:48:17 ------------------- 08:48:17 Commited By: **** collab-it+edgex@linuxfoundation.org 08:48:17 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 08:48:17 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:48:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:48:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:48:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:48:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:48:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:48:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] echo 08:48:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f40a6c8 [Pipeline] echo 08:48:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:48:22 + git log --format=format:%s -1 f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] echo 08:48:22 GIT_COMMIT: f40a6c8ad879516d6abf062a86c29628a6539f2b, Commit Message: Merge pull request #558 from weichou1229/issue-557 [Pipeline] echo 08:48:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:48:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:48:23 08:48:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:48:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:48:23 latest: Pulling from edgex-devops/git-semver 08:48:23 31603596830f: Pulling fs layer 08:48:23 2a8b12db71e7: Pulling fs layer 08:48:23 6ca5941a6612: Pulling fs layer 08:48:23 ecc8261a40a4: Pulling fs layer 08:48:23 ecc8261a40a4: Waiting 08:48:23 2a8b12db71e7: Verifying Checksum 08:48:23 2a8b12db71e7: Download complete 08:48:24 31603596830f: Verifying Checksum 08:48:24 31603596830f: Download complete 08:48:24 ecc8261a40a4: Verifying Checksum 08:48:24 ecc8261a40a4: Download complete 08:48:24 6ca5941a6612: Verifying Checksum 08:48:24 6ca5941a6612: Download complete 08:48:24 31603596830f: Pull complete 08:48:24 2a8b12db71e7: Pull complete 08:48:25 6ca5941a6612: Pull complete 08:48:25 ecc8261a40a4: Pull complete 08:48:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:48:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:48:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:48:25 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:48:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:48:28 $ docker top f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:48:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:48:28 [ssh-agent] Looking for ssh-agent implementation... 08:48:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:48:28 $ docker exec f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent 08:48:28 SSH_AUTH_SOCK=/tmp/ssh-dAStUycWKTNN/agent.11 08:48:28 SSH_AGENT_PID=16 08:48:28 Running ssh-add (command line suppressed) 08:48:29 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4881753586604988952.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4881753586604988952.key) 08:48:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:48:29 + git tag --points-at HEAD [Pipeline] } 08:48:29 $ docker exec --env ******** --env ******** f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent -k 08:48:29 unset SSH_AUTH_SOCK; 08:48:29 unset SSH_AGENT_PID; 08:48:29 echo Agent pid 16 killed; 08:48:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:48:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:48:29 [ssh-agent] Looking for ssh-agent implementation... 08:48:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:48:30 $ docker exec f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent 08:48:30 SSH_AUTH_SOCK=/tmp/ssh-xcks18i1yYFa/agent.45 08:48:30 SSH_AGENT_PID=51 08:48:30 Running ssh-add (command line suppressed) 08:48:30 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3215658955198516537.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3215658955198516537.key) 08:48:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:48:30 + git semver init 08:48:30 # -> Open(): unable to determine branch for HEAD 08:48:30 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:48:30 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:48:30 # $SEMVER_REMOTE_NAME = origin 08:48:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:48:30 # $SEMVER_USER_NAME = edgex-jenkins 08:48:30 # $SEMVER_BRANCH = master 08:48:30 # $SEMVER_TEMP = /tmp/semver-790735955 08:48:30 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:48:31 # '/tmp/semver-790735955' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 08:48:31 # -> Force: false 08:48:31 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:48:31 $ docker exec --env ******** --env ******** f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent -k 08:48:31 unset SSH_AUTH_SOCK; 08:48:31 unset SSH_AGENT_PID; 08:48:31 echo Agent pid 51 killed; 08:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:48:32 + git semver [Pipeline] } 08:48:32 $ docker stop --time=1 f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 08:48:34 $ docker rm -f f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 [Pipeline] // withDockerContainer [Pipeline] sh 08:48:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:48:35 Stashed 1 file(s) [Pipeline] echo 08:48:35 [edgeXSemver]: initialized semver on version 2.0.0-dev.57 [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 08:48:50 Still waiting to schedule task 08:48:50 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31349’ 08:48:50 Still waiting to schedule task 08:48:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:50:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31350 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:50:37 Running in /w/workspace/go-mod-core-contracts/176 [Pipeline] { [Pipeline] checkout 08:50:42 using credential edgex-jenkins-ssh 08:50:42 Cloning the remote Git repository 08:50:42 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:50:42 > git init /w/workspace/go-mod-core-contracts/176 # timeout=10 08:50:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:50:43 > git --version # timeout=10 08:50:43 > git --version # 'git version 2.17.1' 08:50:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:44 Checking out Revision f40a6c8ad879516d6abf062a86c29628a6539f2b (master) 08:50:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:50:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:50:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:50:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:50:44 > git config core.sparsecheckout # timeout=10 08:50:45 > git checkout -f f40a6c8ad879516d6abf062a86c29628a6539f2b # timeout=10 08:50:49 Commit message: "Merge pull request #558 from weichou1229/issue-557" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:50:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:50:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:50:51 + sudo service docker restart 08:50:51 + true [Pipeline] unstash [Pipeline] echo 08:50:54 ========================================================= 08:50:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:50:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:50:55 + 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 . 08:50:56 Sending build context to Docker daemon 2.848MB 08:50:56 Step 1/7 : ARG BASE=golang:1.15-alpine 08:50:56 Step 2/7 : FROM ${BASE} 08:50:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:50:56 5f621e34cdf4: Pulling fs layer 08:50:56 a4357932f1b6: Pulling fs layer 08:50:56 18c013af1878: Pulling fs layer 08:50:56 00ac8860ef70: Pulling fs layer 08:50:56 63d7cb157983: Pulling fs layer 08:50:56 b116817d02f9: Pulling fs layer 08:50:56 745a02a5169b: Pulling fs layer 08:50:56 00ac8860ef70: Waiting 08:50:56 63d7cb157983: Waiting 08:50:56 b116817d02f9: Waiting 08:50:56 745a02a5169b: Waiting 08:50:56 18c013af1878: Download complete 08:50:56 a4357932f1b6: Verifying Checksum 08:50:56 a4357932f1b6: Download complete 08:50:56 63d7cb157983: Verifying Checksum 08:50:56 63d7cb157983: Download complete 08:50:57 b116817d02f9: Verifying Checksum 08:50:57 b116817d02f9: Download complete 08:50:57 5f621e34cdf4: Verifying Checksum 08:50:57 5f621e34cdf4: Download complete 08:50:58 5f621e34cdf4: Pull complete 08:50:58 a4357932f1b6: Pull complete 08:50:58 18c013af1878: Pull complete 08:50:59 745a02a5169b: Verifying Checksum 08:50:59 745a02a5169b: Download complete 08:51:00 00ac8860ef70: Verifying Checksum 08:51:00 00ac8860ef70: Download complete 08:51:11 00ac8860ef70: Pull complete 08:51:11 63d7cb157983: Pull complete 08:51:11 b116817d02f9: Pull complete 08:51:15 745a02a5169b: Pull complete 08:51:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:51:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:51:15 ---> b7e6874047d6 08:51:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:51:15 Running on prd-centos7-docker-4c-2g-31351 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:51:16 Running in /w/workspace/go-mod-core-contracts/176 [Pipeline] { [Pipeline] checkout 08:51:18 ---> Running in 2c0132891638 08:51:18 Removing intermediate container 2c0132891638 08:51:18 ---> 68e988beb047 08:51:18 Step 4/7 : RUN apk add bash 08:51:18 ---> Running in 5886326a6080 08:51:18 using credential edgex-jenkins-ssh 08:51:18 Cloning the remote Git repository 08:51:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:51:18 > git init /w/workspace/go-mod-core-contracts/176 # timeout=10 08:51:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:51:18 > git --version # timeout=10 08:51:18 > git --version # 'git version 2.24.3' 08:51:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:51:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:20 Checking out Revision f40a6c8ad879516d6abf062a86c29628a6539f2b (master) 08:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:51:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:51:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:51:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:51:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:51:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:51:20 > git config core.sparsecheckout # timeout=10 08:51:20 > git checkout -f f40a6c8ad879516d6abf062a86c29628a6539f2b # timeout=10 08:51:21 OK: 142 MiB in 39 packages 08:51:22 Removing intermediate container 5886326a6080 08:51:22 ---> 01bcf9070332 08:51:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:51:22 ---> Running in eeb5c57a5d3e 08:51:23 Removing intermediate container eeb5c57a5d3e 08:51:23 ---> a206af1435d3 08:51:23 Step 6/7 : COPY go.mod . 08:51:23 Commit message: "Merge pull request #558 from weichou1229/issue-557" 08:51:23 ---> 67c26030a302 08:51:23 Step 7/7 : RUN go mod download 08:51:23 ---> Running in 83b648ecee85 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:51:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:51:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:51:25 + sudo service docker restart 08:51:25 + true 08:51:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:51:26 ========================================================= 08:51:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:51:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:51:27 + 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 . 08:51:27 Sending build context to Docker daemon 2.848MB 08:51:27 Step 1/7 : ARG BASE=golang:1.15-alpine 08:51:27 Step 2/7 : FROM ${BASE} 08:51:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:51:27 188c0c94c7c5: Pulling fs layer 08:51:27 0ef7d3d256c8: Pulling fs layer 08:51:27 de9db76c5a1d: Pulling fs layer 08:51:27 bca2f99d35d6: Pulling fs layer 08:51:27 93359f2a8cfa: Pulling fs layer 08:51:27 7c6f9722023f: Pulling fs layer 08:51:27 a35cf1a2eb13: Pulling fs layer 08:51:27 bca2f99d35d6: Waiting 08:51:27 7c6f9722023f: Waiting 08:51:27 93359f2a8cfa: Waiting 08:51:27 a35cf1a2eb13: Waiting 08:51:27 de9db76c5a1d: Verifying Checksum 08:51:27 de9db76c5a1d: Download complete 08:51:27 0ef7d3d256c8: Download complete 08:51:27 93359f2a8cfa: Verifying Checksum 08:51:27 93359f2a8cfa: Download complete 08:51:27 7c6f9722023f: Verifying Checksum 08:51:27 7c6f9722023f: Download complete 08:51:27 188c0c94c7c5: Verifying Checksum 08:51:27 188c0c94c7c5: Download complete 08:51:28 188c0c94c7c5: Pull complete 08:51:28 0ef7d3d256c8: Pull complete 08:51:28 de9db76c5a1d: Pull complete 08:51:30 a35cf1a2eb13: Verifying Checksum 08:51:30 a35cf1a2eb13: Download complete 08:51:30 bca2f99d35d6: Verifying Checksum 08:51:30 bca2f99d35d6: Download complete 08:51:35 bca2f99d35d6: Pull complete 08:51:36 93359f2a8cfa: Pull complete 08:51:36 7c6f9722023f: Pull complete 08:51:42 Removing intermediate container 83b648ecee85 08:51:42 ---> c5d99f6bdda2 08:51:42 Successfully built c5d99f6bdda2 08:51:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:51:42 + docker inspect -f . ci-base-image-arm64 08:51:42 . [Pipeline] withDockerContainer 08:51:42 prd-ubuntu18.04-docker-arm64-4c-16g-31350 does not seem to be running inside a container 08:51:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@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 ******** ci-base-image-arm64 cat 08:51:44 $ docker top e13b7cff2b3954c4a0b5ff9e1b0be077ecd961f999e59a8af35783c8544f123d -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:45 + go version 08:51:45 go version go1.15.5 linux/arm64 [Pipeline] } 08:51:45 $ docker stop --time=1 e13b7cff2b3954c4a0b5ff9e1b0be077ecd961f999e59a8af35783c8544f123d 08:51:46 a35cf1a2eb13: Pull complete 08:51:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:51:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:51:46 ---> a62c8e92a672 08:51:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:51:46 ---> Running in 7a278c5be9f6 08:51:46 Removing intermediate container 7a278c5be9f6 08:51:46 ---> 68f291852872 08:51:46 Step 4/7 : RUN apk add bash 08:51:46 ---> Running in 0a6851d3e36b 08:51:47 $ docker rm -f e13b7cff2b3954c4a0b5ff9e1b0be077ecd961f999e59a8af35783c8544f123d [Pipeline] // withDockerContainer [Pipeline] } 08:51:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:48 + docker inspect -f . ci-base-image-arm64 08:51:48 . [Pipeline] withDockerContainer 08:51:48 OK: 166 MiB in 39 packages 08:51:48 prd-ubuntu18.04-docker-arm64-4c-16g-31350 does not seem to be running inside a container 08:51:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@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 ******** ci-base-image-arm64 cat 08:51:48 Removing intermediate container 0a6851d3e36b 08:51:48 ---> 62b7ea126fe8 08:51:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:51:49 ---> Running in 588a61cf54e8 08:51:49 Removing intermediate container 588a61cf54e8 08:51:49 ---> 8d4bd038a7af 08:51:49 Step 6/7 : COPY go.mod . 08:51:49 ---> 324a252e9e07 08:51:49 Step 7/7 : RUN go mod download 08:51:49 ---> Running in 74a3bd0c5a1d 08:51:50 $ docker top 3c3e9bbc893f06a085b3b0c40b3930e18b526180202f72885c44d1c187890640 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:51 + make test 08:51:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:52:04 Removing intermediate container 74a3bd0c5a1d 08:52:04 ---> ee28e9f32915 08:52:04 Successfully built ee28e9f32915 08:52:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:52:04 + docker inspect -f . ci-base-image-x86_64 08:52:04 . [Pipeline] withDockerContainer 08:52:04 prd-centos7-docker-4c-2g-31351 does not seem to be running inside a container 08:52:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@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 ******** ci-base-image-x86_64 cat 08:52:05 $ docker top 4a2b67f57cdc8eab98606f3274ee97d66e18410f255a776fd22f56ab806343ee -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:06 + go version 08:52:06 go version go1.15.5 linux/amd64 [Pipeline] } 08:52:06 $ docker stop --time=1 4a2b67f57cdc8eab98606f3274ee97d66e18410f255a776fd22f56ab806343ee 08:52:07 $ docker rm -f 4a2b67f57cdc8eab98606f3274ee97d66e18410f255a776fd22f56ab806343ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:52:08 + docker inspect -f . ci-base-image-x86_64 08:52:08 . [Pipeline] withDockerContainer 08:52:08 prd-centos7-docker-4c-2g-31351 does not seem to be running inside a container 08:52:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@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 ******** ci-base-image-x86_64 cat 08:52:09 $ docker top 9980444aecee51ece75cd6ad9a12e64cb3bdc7fac9b312130181760ed61b23b8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:09 + make test 08:52:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:52:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.054s coverage: 85.7% of statements 08:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements 08:52:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.056s coverage: 45.4% of statements 08:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.077s coverage: 77.8% of statements 08:52:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements 08:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.017s coverage: 100.0% of statements 08:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.051s coverage: 45.4% of statements 08:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements 08:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.022s coverage: 77.8% of statements 08:52:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:52:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements 08:52:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements 08:52:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements 08:52:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements 08:52:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:52:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:52:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.011s coverage: 100.0% of statements 08:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 36.7% of statements 08:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.064s coverage: 14.7% of statements 08:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements 08:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements 08:52:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:52:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.031s coverage: 100.0% of statements 08:52:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 36.7% of statements 08:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.098s coverage: 63.0% of statements 08:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements 08:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements 08:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.029s coverage: 15.4% of statements 08:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.006s coverage: 14.3% of statements 08:52:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:52:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.100s coverage: 84.4% of statements 08:52:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:52:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:52:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:52:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 49.6% of statements 08:52:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.032s coverage: 94.7% of statements 08:52:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.046s coverage: 87.7% of statements 08:52:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 08:52:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements 08:52:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:52:25 gofmt -l . 08:52:25 [ "`gofmt -l .`" = "" ] 08:52:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.115s coverage: 63.0% of statements 08:52:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.057s coverage: 26.3% of statements 08:52:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements 08:52:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.040s coverage: 15.4% of statements 08:52:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.072s coverage: 14.3% of statements 08:52:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] } 08:52:26 $ docker stop --time=1 9980444aecee51ece75cd6ad9a12e64cb3bdc7fac9b312130181760ed61b23b8 08:52:28 $ docker rm -f 9980444aecee51ece75cd6ad9a12e64cb3bdc7fac9b312130181760ed61b23b8 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:52:29 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) 08:52:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.217s coverage: 84.4% of statements 08:52:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:52:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:52:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:52:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.111s coverage: 49.6% of statements 08:52:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:52:31 ---> job-cost.sh 08:52:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BERm 08:52:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.183s coverage: 87.7% of statements 08:52:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 08:52:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements 08:52:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:52:38 gofmt -l . 08:52:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:52:40 $ docker stop --time=1 3c3e9bbc893f06a085b3b0c40b3930e18b526180202f72885c44d1c187890640 08:52:42 $ docker rm -f 3c3e9bbc893f06a085b3b0c40b3930e18b526180202f72885c44d1c187890640 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:52:43 Warning: overwriting stash ‘coverage-report’ 08:52:44 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 Post stage [Pipeline] libraryResource [Pipeline] sh 08:52:45 ---> job-cost.sh 08:52:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rkXW 08:52:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:53:18 lf-activate-venv(): INFO: Adding /tmp/venv-BERm/bin to PATH 08:53:18 INFO: No Stack... 08:53:18 INFO: Retrieving Pricing Info for: v1-standard-2 08:53:18 INFO: Archiving Costs [Pipeline] sh 08:53:18 + cat /w/workspace/go-mod-core-contracts/176/archives/cost.csv 08:53:18 + cut -d, -f6 [Pipeline] lock 08:53:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] 08:53:18 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] did not exist. Created. 08:53:18 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:53:19 + echo total: 0.029999999329447746 [Pipeline] stash 08:53:19 Stashed 1 file(s) [Pipeline] } 08:53:19 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:53:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:54:46 lf-activate-venv(): INFO: Adding /tmp/venv-rkXW/bin to PATH 08:54:46 INFO: No Stack... 08:54:46 INFO: Retrieving Pricing Info for: lf-standard-4 08:54:46 INFO: Archiving Costs [Pipeline] sh 08:54:47 + cat /w/workspace/go-mod-core-contracts/176/archives/cost.csv 08:54:47 + cut -d, -f6 [Pipeline] lock 08:54:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] 08:54:47 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] did not exist. Created. 08:54:47 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:54:47 /w/workspace/go-mod-core-contracts/176@tmp/durable-5b796c34/script.sh: 1: /w/workspace/go-mod-core-contracts/176@tmp/durable-5b796c34/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:54:48 + echo total: 0.20999999344348907 [Pipeline] stash 08:54:48 Warning: overwriting stash ‘stack-cost’ 08:54:48 Stashed 1 file(s) [Pipeline] } 08:54:48 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] // lock [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 08:54:49 provisioning config files... 08:54:49 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7587181245523415417tmp [Pipeline] { [Pipeline] sh 08:54:50 + set +x 08:54:50 + curl -s https://codecov.io/bash 08:54:50 + bash -s -- 08:54:50 08:54:50 _____ _ 08:54:50 / ____| | | 08:54:50 | | ___ __| | ___ ___ _____ __ 08:54:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:54:50 | |___| (_) | (_| | __/ (_| (_) \ V / 08:54:50 \_____\___/ \__,_|\___|\___\___/ \_/ 08:54:50 Bash-20210309-2b87ace 08:54:50 08:54:50 08:54:50 ==> git version 2.24.3 found 08:54:50 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:54:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:54:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:54:50 ==> Jenkins CI detected. 08:54:50 project root: . 08:54:50 --> token set from env 08:54:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:54:50 ==> Running gcov in . (disable via -X gcov) 08:54:50 ==> Python coveragepy not found 08:54:50 ==> Searching for coverage reports in: 08:54:50 + . 08:54:50 -> Found 1 reports 08:54:50 ==> Detecting git/mercurial file structure 08:54:50 ==> Reading reports 08:54:50 + ./coverage.out bytes=164240 08:54:50 ==> Appending adjustments 08:54:50 https://docs.codecov.io/docs/fixing-reports 08:54:51 + Found adjustments 08:54:51 ==> Gzipping contents 08:54:51 28K /tmp/codecov.WM6iFg.gz 08:54:51 ==> Uploading reports 08:54:51 url: https://codecov.io 08:54:51 query: branch=master&commit=f40a6c8ad879516d6abf062a86c29628a6539f2b&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:54:51 -> Pinging Codecov 08:54:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=f40a6c8ad879516d6abf062a86c29628a6539f2b&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:54:52 -> Uploading to 08:54:52 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/71470A77251A30514AAF9C0BB2E5B6CE/f40a6c8ad879516d6abf062a86c29628a6539f2b/2d1553ab-5ccb-4eca-82b9-64159721f876.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T085451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=886a2a22717a1c68339de4d2a6369f2a641f4169536e9e54fea586779344a2f0 08:54:52 % Total % Received % Xferd Average Speed Time Time Time Current 08:54:52 Dload Upload Total Spent Left Speed 08:54:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24582 0 0 100 24582 0 58749 --:--:-- --:--:-- --:--:-- 58808 08:54:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] } 08:54:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:54:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:54:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:54:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:54:54 08:54:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:54:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:54:54 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:54:54 188c0c94c7c5: Pulling fs layer 08:54:54 0ef7d3d256c8: Pulling fs layer 08:54:54 de9db76c5a1d: Pulling fs layer 08:54:54 0eba1c9be4d2: Pulling fs layer 08:54:54 0d57e429df01: Pulling fs layer 08:54:54 4e4be7b47b0d: Pulling fs layer 08:54:54 e1f770b5df2f: Pulling fs layer 08:54:54 85a0685a4137: Pulling fs layer 08:54:54 0eba1c9be4d2: Waiting 08:54:54 0d57e429df01: Waiting 08:54:54 4e4be7b47b0d: Waiting 08:54:54 e1f770b5df2f: Waiting 08:54:54 85a0685a4137: Waiting 08:54:54 0ef7d3d256c8: Verifying Checksum 08:54:54 0ef7d3d256c8: Download complete 08:54:54 de9db76c5a1d: Download complete 08:54:54 0d57e429df01: Verifying Checksum 08:54:54 0d57e429df01: Download complete 08:54:54 4e4be7b47b0d: Verifying Checksum 08:54:54 4e4be7b47b0d: Download complete 08:54:54 188c0c94c7c5: Verifying Checksum 08:54:54 188c0c94c7c5: Download complete 08:54:55 188c0c94c7c5: Pull complete 08:54:55 0ef7d3d256c8: Pull complete 08:54:55 de9db76c5a1d: Pull complete 08:54:56 e1f770b5df2f: Verifying Checksum 08:54:56 e1f770b5df2f: Download complete 08:54:58 85a0685a4137: Verifying Checksum 08:54:58 85a0685a4137: Download complete 08:54:58 0eba1c9be4d2: Verifying Checksum 08:54:58 0eba1c9be4d2: Download complete 08:55:05 0eba1c9be4d2: Pull complete 08:55:05 0d57e429df01: Pull complete 08:55:05 4e4be7b47b0d: Pull complete 08:55:08 e1f770b5df2f: Pull complete 08:55:16 85a0685a4137: Pull complete 08:55:16 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:55:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:55:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:55:16 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:55:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:55:17 $ docker top bad1cde8e280a39a4a9c25e8cf011867e0de2890b21955f8af59e78d2d74f0d0 -eo pid,comm [Pipeline] { [Pipeline] echo 08:55:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:55:18 + set -o pipefail 08:55:18 + snyk monitor '--org=edgex-jenkins' 08:55:24 08:55:24 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 08:55:24 08:55:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/ff853cce-1a7a-4891-b905-5d6da9f63d0a 08:55:24 08:55:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:55:24 08:55:24 [Pipeline] } 08:55:24 $ docker stop --time=1 bad1cde8e280a39a4a9c25e8cf011867e0de2890b21955f8af59e78d2d74f0d0 08:55:27 $ docker rm -f bad1cde8e280a39a4a9c25e8cf011867e0de2890b21955f8af59e78d2d74f0d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:55:29 + git log --format=format:%s -1 f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] isUnix [Pipeline] sh 08:55:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:55:29 . [Pipeline] withDockerContainer 08:55:29 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:55:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:55:30 $ docker top b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:55:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:55:31 [ssh-agent] Looking for ssh-agent implementation... 08:55:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:55:31 $ docker exec b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 ssh-agent 08:55:31 SSH_AUTH_SOCK=/tmp/ssh-adQqJ66ap3Oy/agent.11 08:55:31 SSH_AGENT_PID=16 08:55:31 Running ssh-add (command line suppressed) 08:55:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3960925264112223578.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3960925264112223578.key) 08:55:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:55:32 + git semver tag 08:55:32 # -> Open(): unable to determine branch for HEAD 08:55:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:55:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:55:32 # $SEMVER_REMOTE_NAME = origin 08:55:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:55:32 # $SEMVER_USER_NAME = edgex-jenkins 08:55:32 # $SEMVER_BRANCH = master 08:55:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:55:32 # f40a6c8ad879516d6abf062a86c29628a6539f2b HEAD 08:55:32 # -> Force: false 08:55:32 # 72d5e997b6b6ed2095d1d9605418c82d61211687 refs/tags/v2.0.0-dev.57 [Pipeline] } 08:55:32 $ docker exec --env ******** --env ******** b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 ssh-agent -k 08:55:32 unset SSH_AUTH_SOCK; 08:55:32 unset SSH_AGENT_PID; 08:55:32 echo Agent pid 16 killed; 08:55:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:55:33 + git semver [Pipeline] } 08:55:33 $ docker stop --time=1 b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 08:55:34 $ docker rm -f b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:55:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:55:35 08:55:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:55:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:55:35 0.23.1-centos7: Pulling from edgex-lftools 08:55:35 ab5ef0e58194: Pulling fs layer 08:55:35 9712f1f96733: Pulling fs layer 08:55:35 63f879dbbcfc: Pulling fs layer 08:55:35 0d9ebad4ef96: Pulling fs layer 08:55:35 e9a5061849ea: Pulling fs layer 08:55:35 d747dcd14b5f: Pulling fs layer 08:55:35 2de7ff778b66: Pulling fs layer 08:55:35 e9a5061849ea: Waiting 08:55:35 d747dcd14b5f: Waiting 08:55:35 2de7ff778b66: Waiting 08:55:35 0d9ebad4ef96: Waiting 08:55:35 9712f1f96733: Verifying Checksum 08:55:35 9712f1f96733: Download complete 08:55:37 63f879dbbcfc: Verifying Checksum 08:55:37 63f879dbbcfc: Download complete 08:55:37 e9a5061849ea: Verifying Checksum 08:55:37 e9a5061849ea: Download complete 08:55:37 d747dcd14b5f: Verifying Checksum 08:55:37 d747dcd14b5f: Download complete 08:55:38 0d9ebad4ef96: Verifying Checksum 08:55:38 0d9ebad4ef96: Download complete 08:55:38 ab5ef0e58194: Download complete 08:55:38 2de7ff778b66: Verifying Checksum 08:55:38 2de7ff778b66: Download complete 08:55:42 ab5ef0e58194: Pull complete 08:55:42 9712f1f96733: Pull complete 08:55:46 63f879dbbcfc: Pull complete 08:55:52 0d9ebad4ef96: Pull complete 08:55:53 e9a5061849ea: Pull complete 08:55:54 d747dcd14b5f: Pull complete 08:55:56 2de7ff778b66: Pull complete 08:55:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:55:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:55:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:55:56 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:55:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:56:00 $ docker top f95e0cf706b3ef146434899f199348fcc338b22913bab2821b7467437c5e651d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:56:01 provisioning config files... 08:56:01 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6393899775046104524tmp 08:56:01 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5141393803599820997tmp 08:56:01 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3956818071171279830tmp [Pipeline] { [Pipeline] echo 08:56:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:56:01 ---> sigul-configuration.sh 08:56:01 gpg: directory `/root/.gnupg' created 08:56:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:56:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:56:01 gpg: keyring `/root/.gnupg/secring.gpg' created 08:56:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:56:01 gpg: CAST5 encrypted data 08:56:01 gpg: encrypted with 1 passphrase 08:56:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:56:02 + mkdir /home/jenkins 08:56:02 + mkdir /home/jenkins/sigul [Pipeline] sh 08:56:02 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:56:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:56:02 ---> sigul-install.sh 08:56:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:56:09 + git tag --list 08:56:09 v0.0.0 08:56:09 v0.0.1 08:56:09 v0.1.0 08:56:09 v0.1.1 08:56:09 v0.1.10 08:56:09 v0.1.100 08:56:09 v0.1.101 08:56:09 v0.1.102 08:56:09 v0.1.103 08:56:09 v0.1.104 08:56:09 v0.1.105 08:56:09 v0.1.106 08:56:09 v0.1.107 08:56:09 v0.1.108 08:56:09 v0.1.109 08:56:09 v0.1.11 08:56:09 v0.1.110 08:56:09 v0.1.111 08:56:09 v0.1.112 08:56:09 v0.1.113 08:56:09 v0.1.114 08:56:09 v0.1.115 08:56:09 v0.1.116 08:56:09 v0.1.117 08:56:09 v0.1.118 08:56:09 v0.1.119 08:56:09 v0.1.12 08:56:09 v0.1.120 08:56:09 v0.1.121 08:56:09 v0.1.122 08:56:09 v0.1.123 08:56:09 v0.1.124 08:56:09 v0.1.125 08:56:09 v0.1.126 08:56:09 v0.1.127 08:56:09 v0.1.128 08:56:09 v0.1.129 08:56:09 v0.1.13 08:56:09 v0.1.130 08:56:09 v0.1.131 08:56:09 v0.1.132 08:56:09 v0.1.133 08:56:09 v0.1.134 08:56:09 v0.1.135 08:56:09 v0.1.136 08:56:09 v0.1.137 08:56:09 v0.1.138 08:56:09 v0.1.139 08:56:09 v0.1.14 08:56:09 v0.1.140 08:56:09 v0.1.141 08:56:09 v0.1.142 08:56:09 v0.1.143 08:56:09 v0.1.144 08:56:09 v0.1.145 08:56:09 v0.1.146 08:56:09 v0.1.147 08:56:09 v0.1.148 08:56:09 v0.1.149 08:56:09 v0.1.15 08:56:09 v0.1.16 08:56:09 v0.1.17 08:56:09 v0.1.18 08:56:09 v0.1.19 08:56:09 v0.1.2 08:56:09 v0.1.20 08:56:09 v0.1.21 08:56:09 v0.1.22 08:56:09 v0.1.23 08:56:09 v0.1.24 08:56:09 v0.1.25 08:56:09 v0.1.26 08:56:09 v0.1.27 08:56:09 v0.1.28 08:56:09 v0.1.29 08:56:09 v0.1.3 08:56:09 v0.1.30 08:56:09 v0.1.31 08:56:09 v0.1.32 08:56:09 v0.1.33 08:56:09 v0.1.34 08:56:09 v0.1.35 08:56:09 v0.1.36 08:56:09 v0.1.37 08:56:09 v0.1.38 08:56:09 v0.1.39 08:56:09 v0.1.4 08:56:09 v0.1.40 08:56:09 v0.1.41 08:56:09 v0.1.42 08:56:09 v0.1.43 08:56:09 v0.1.44 08:56:09 v0.1.45 08:56:09 v0.1.46 08:56:09 v0.1.47 08:56:09 v0.1.48 08:56:09 v0.1.49 08:56:09 v0.1.5 08:56:09 v0.1.50 08:56:09 v0.1.51 08:56:09 v0.1.52 08:56:09 v0.1.53 08:56:09 v0.1.54 08:56:09 v0.1.55 08:56:09 v0.1.56 08:56:09 v0.1.57 08:56:09 v0.1.58 08:56:09 v0.1.59 08:56:09 v0.1.6 08:56:09 v0.1.60 08:56:09 v0.1.61 08:56:09 v0.1.62 08:56:09 v0.1.63 08:56:09 v0.1.64 08:56:09 v0.1.65 08:56:09 v0.1.66 08:56:09 v0.1.67 08:56:09 v0.1.68 08:56:09 v0.1.69 08:56:09 v0.1.7 08:56:09 v0.1.70 08:56:09 v0.1.71 08:56:09 v0.1.72 08:56:09 v0.1.73 08:56:09 v0.1.74 08:56:09 v0.1.75 08:56:09 v0.1.76 08:56:09 v0.1.77 08:56:09 v0.1.78 08:56:09 v0.1.79 08:56:09 v0.1.8 08:56:09 v0.1.80 08:56:09 v0.1.81 08:56:09 v0.1.82 08:56:09 v0.1.83 08:56:09 v0.1.84 08:56:09 v0.1.85 08:56:09 v0.1.86 08:56:09 v0.1.87 08:56:09 v0.1.88 08:56:09 v0.1.89 08:56:09 v0.1.9 08:56:09 v0.1.90 08:56:09 v0.1.91 08:56:09 v0.1.92 08:56:09 v0.1.93 08:56:09 v0.1.94 08:56:09 v0.1.95 08:56:09 v0.1.96 08:56:09 v0.1.97 08:56:09 v0.1.98 08:56:09 v0.1.99 08:56:09 v2.0.0-dev.1 08:56:09 v2.0.0-dev.10 08:56:09 v2.0.0-dev.11 08:56:09 v2.0.0-dev.12 08:56:09 v2.0.0-dev.13 08:56:09 v2.0.0-dev.14 08:56:09 v2.0.0-dev.15 08:56:09 v2.0.0-dev.16 08:56:09 v2.0.0-dev.17 08:56:09 v2.0.0-dev.18 08:56:09 v2.0.0-dev.19 08:56:09 v2.0.0-dev.2 08:56:09 v2.0.0-dev.20 08:56:09 v2.0.0-dev.21 08:56:09 v2.0.0-dev.22 08:56:09 v2.0.0-dev.23 08:56:09 v2.0.0-dev.24 08:56:09 v2.0.0-dev.25 08:56:09 v2.0.0-dev.26 08:56:09 v2.0.0-dev.27 08:56:09 v2.0.0-dev.28 08:56:09 v2.0.0-dev.29 08:56:09 v2.0.0-dev.3 08:56:09 v2.0.0-dev.30 08:56:09 v2.0.0-dev.31 08:56:09 v2.0.0-dev.32 08:56:09 v2.0.0-dev.33 08:56:09 v2.0.0-dev.34 08:56:09 v2.0.0-dev.35 08:56:09 v2.0.0-dev.36 08:56:09 v2.0.0-dev.37 08:56:09 v2.0.0-dev.38 08:56:09 v2.0.0-dev.39 08:56:09 v2.0.0-dev.4 08:56:09 v2.0.0-dev.40 08:56:09 v2.0.0-dev.41 08:56:09 v2.0.0-dev.42 08:56:09 v2.0.0-dev.43 08:56:09 v2.0.0-dev.44 08:56:09 v2.0.0-dev.45 08:56:09 v2.0.0-dev.46 08:56:09 v2.0.0-dev.47 08:56:09 v2.0.0-dev.48 08:56:09 v2.0.0-dev.49 08:56:09 v2.0.0-dev.5 08:56:09 v2.0.0-dev.50 08:56:09 v2.0.0-dev.51 08:56:09 v2.0.0-dev.52 08:56:09 v2.0.0-dev.53 08:56:09 v2.0.0-dev.54 08:56:09 v2.0.0-dev.55 08:56:09 v2.0.0-dev.56 08:56:09 v2.0.0-dev.57 08:56:09 v2.0.0-dev.6 08:56:09 v2.0.0-dev.7 08:56:09 v2.0.0-dev.8 08:56:09 v2.0.0-dev.9 [Pipeline] sh 08:56:10 + lftools sign git-tag v2.0.0-dev.57 08:56:11 Signing Git tag with Sigul... 08:56:11 Signing v2.0.0-dev.57 [Pipeline] echo 08:56:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:56:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:56:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:56:12 $ docker stop --time=1 f95e0cf706b3ef146434899f199348fcc338b22913bab2821b7467437c5e651d 08:56:14 $ docker rm -f f95e0cf706b3ef146434899f199348fcc338b22913bab2821b7467437c5e651d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:56:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:56:15 . [Pipeline] withDockerContainer 08:56:16 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:56:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:56:16 $ docker top b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:56:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:56:17 [ssh-agent] Looking for ssh-agent implementation... 08:56:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:56:17 $ docker exec b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 ssh-agent 08:56:17 SSH_AUTH_SOCK=/tmp/ssh-cSwfhWrjdH61/agent.11 08:56:17 SSH_AGENT_PID=17 08:56:17 Running ssh-add (command line suppressed) 08:56:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4679279990298490974.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4679279990298490974.key) 08:56:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:56:18 + git semver bump pre 08:56:18 # -> Open(): unable to determine branch for HEAD 08:56:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:56:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:56:18 # $SEMVER_REMOTE_NAME = origin 08:56:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:56:18 # $SEMVER_USER_NAME = edgex-jenkins 08:56:18 # $SEMVER_BRANCH = master 08:56:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:56:18 2.0.0-dev.58 [Pipeline] } 08:56:18 $ docker exec --env ******** --env ******** b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 ssh-agent -k 08:56:18 unset SSH_AUTH_SOCK; 08:56:18 unset SSH_AGENT_PID; 08:56:18 echo Agent pid 17 killed; 08:56:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:56:18 + git semver [Pipeline] } 08:56:18 $ docker stop --time=1 b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 08:56:20 $ docker rm -f b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:56:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:56:20 . [Pipeline] withDockerContainer 08:56:20 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:56:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:56:21 $ docker top 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:56:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:56:21 [ssh-agent] Looking for ssh-agent implementation... 08:56:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:56:22 $ docker exec 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca ssh-agent 08:56:22 SSH_AUTH_SOCK=/tmp/ssh-583EYOixSpHq/agent.11 08:56:22 SSH_AGENT_PID=16 08:56:22 Running ssh-add (command line suppressed) 08:56:22 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4687631531564659052.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4687631531564659052.key) 08:56:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:56:22 + git semver push 08:56:22 # -> Open(): unable to determine branch for HEAD 08:56:22 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:56:22 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:56:22 # $SEMVER_REMOTE_NAME = origin 08:56:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:56:22 # $SEMVER_USER_NAME = edgex-jenkins 08:56:22 # $SEMVER_BRANCH = master 08:56:22 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:56:27 $ docker exec --env ******** --env ******** 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca ssh-agent -k 08:56:27 unset SSH_AUTH_SOCK; 08:56:27 unset SSH_AGENT_PID; 08:56:27 echo Agent pid 16 killed; 08:56:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:56:27 + git semver [Pipeline] } 08:56:27 $ docker stop --time=1 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca 08:56:29 $ docker rm -f 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 08:56:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:56:31 ---> package-listing.sh 08:56:31 ++ facter osfamily 08:56:31 ++ tr '[:upper:]' '[:lower:]' 08:56:31 + OS_FAMILY=redhat 08:56:31 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:56:31 + START_PACKAGES=/tmp/packages_start.txt 08:56:31 + END_PACKAGES=/tmp/packages_end.txt 08:56:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:56:31 + PACKAGES=/tmp/packages_start.txt 08:56:31 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:56:31 + PACKAGES=/tmp/packages_end.txt 08:56:31 + case "${OS_FAMILY}" in 08:56:31 + rpm -qa 08:56:31 + sort 08:56:36 + '[' -f /tmp/packages_start.txt ']' 08:56:36 + '[' -f /tmp/packages_end.txt ']' 08:56:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:56:36 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:56:36 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:56:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 08:56:36 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:56:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:56:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:37 08:56:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:56:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:37 alpine: Pulling from edgex-lftools-log-publisher 08:56:37 df20fa9351a1: Pulling fs layer 08:56:37 36b3adc4ff6f: Pulling fs layer 08:56:37 8ad3a11d3b57: Pulling fs layer 08:56:37 46f8f816bc3b: Pulling fs layer 08:56:37 93b61091891f: Pulling fs layer 08:56:37 93b9cdb0e59b: Pulling fs layer 08:56:37 5e14af77c1be: Pulling fs layer 08:56:37 01666e4c0597: Pulling fs layer 08:56:37 aa168da1d23b: Pulling fs layer 08:56:37 46f8f816bc3b: Waiting 08:56:37 93b61091891f: Waiting 08:56:37 93b9cdb0e59b: Waiting 08:56:37 5e14af77c1be: Waiting 08:56:37 01666e4c0597: Waiting 08:56:37 aa168da1d23b: Waiting 08:56:37 36b3adc4ff6f: Verifying Checksum 08:56:37 36b3adc4ff6f: Download complete 08:56:37 46f8f816bc3b: Verifying Checksum 08:56:37 46f8f816bc3b: Download complete 08:56:37 df20fa9351a1: Verifying Checksum 08:56:37 df20fa9351a1: Download complete 08:56:37 93b9cdb0e59b: Verifying Checksum 08:56:37 93b9cdb0e59b: Download complete 08:56:37 93b61091891f: Verifying Checksum 08:56:37 93b61091891f: Download complete 08:56:37 01666e4c0597: Verifying Checksum 08:56:37 01666e4c0597: Download complete 08:56:37 8ad3a11d3b57: Verifying Checksum 08:56:37 8ad3a11d3b57: Download complete 08:56:37 5e14af77c1be: Verifying Checksum 08:56:37 5e14af77c1be: Download complete 08:56:38 df20fa9351a1: Pull complete 08:56:38 36b3adc4ff6f: Pull complete 08:56:39 8ad3a11d3b57: Pull complete 08:56:39 46f8f816bc3b: Pull complete 08:56:40 93b61091891f: Pull complete 08:56:40 aa168da1d23b: Verifying Checksum 08:56:40 aa168da1d23b: Download complete 08:56:40 93b9cdb0e59b: Pull complete 08:56:40 5e14af77c1be: Pull complete 08:56:40 01666e4c0597: Pull complete 08:56:47 aa168da1d23b: Pull complete 08:56:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:56:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:56:47 prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container 08:56:47 $ 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_master/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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:56:50 $ docker top 63609f475ca2e3f8bdff59f89a8989b6e27c3f60875337d288c7402f3959dd52 -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:51 + touch /tmp/pre-build-complete [Pipeline] sh 08:56:51 + mkdir -p /var/log/sa [Pipeline] sh 08:56:51 + ls /var/log/sa-host 08:56:51 + sadf -c /var/log/sa-host/sa23 08:56:51 file_magic: OK 08:56:51 HZ: Using current value: 100 08:56:51 file_header: OK 08:56:51 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 08:56:51 Statistics: 08:56:51 Hnuu...uuuununununu... 08:56:51 File successfully converted to sysstat format version 12.2.1 08:56:51 + sadf -c /var/log/sa-host/sa25 08:56:51 file_magic: OK 08:56:51 HZ: Using current value: 100 08:56:51 file_header: OK 08:56:51 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 08:56:51 Statistics: 08:56:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:56:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:56:52 provisioning config files... 08:56:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7456151338450193984tmp [Pipeline] { [Pipeline] echo 08:56:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:56:53 ---> create-netrc.sh [Pipeline] } 08:56:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:56:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:56:53 ---> python-tools-install.sh [Pipeline] echo 08:56:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:56:53 ---> sudo-logs.sh 08:56:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:56:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:56:54 ---> job-cost.sh 08:56:54 lf-activate-venv: SKIPPING 08:56:54 DEBUG: total: 0.20999999344348907 08:56:54 INFO: Retrieving Stack Cost... 08:56:55 INFO: Retrieving Pricing Info for: v1-standard-2 08:56:56 INFO: Archiving Costs [Pipeline] echo 08:56:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:56:56 ---> logs-deploy.sh 08:56:56 lf-activate-venv: SKIPPING 08:56:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/176 08:56:56 INFO: archiving workspace using pattern(s): 08:56:57 Archives upload complete. 08:56:58 INFO: archiving logs to Nexus 08:56:59 ---> uname -a: 08:56:59 Linux prd-centos7-docker-4c-2g-31349.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:56:59 08:56:59 08:56:59 ---> lscpu: 08:56:59 Architecture: x86_64 08:56:59 CPU op-mode(s): 32-bit, 64-bit 08:56:59 Byte Order: Little Endian 08:56:59 Address sizes: 40 bits physical, 48 bits virtual 08:56:59 CPU(s): 4 08:56:59 On-line CPU(s) list: 0-3 08:56:59 Thread(s) per core: 1 08:56:59 Core(s) per socket: 1 08:56:59 Socket(s): 4 08:56:59 NUMA node(s): 1 08:56:59 Vendor ID: GenuineIntel 08:56:59 CPU family: 6 08:56:59 Model: 44 08:56:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:56:59 Stepping: 1 08:56:59 CPU MHz: 2933.442 08:56:59 BogoMIPS: 5866.88 08:56:59 Virtualization: VT-x 08:56:59 Hypervisor vendor: KVM 08:56:59 Virtualization type: full 08:56:59 L1d cache: 128 KiB 08:56:59 L1i cache: 128 KiB 08:56:59 L2 cache: 16 MiB 08:56:59 L3 cache: 64 MiB 08:56:59 NUMA node0 CPU(s): 0-3 08:56:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:56:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:56:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:56:59 Vulnerability Meltdown: Mitigation; PTI 08:56:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:56:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:56:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:56:59 Vulnerability Srbds: Not affected 08:56:59 Vulnerability Tsx async abort: Not affected 08:56:59 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 08:56:59 08:56:59 08:56:59 ---> nproc: 08:56:59 4 08:56:59 08:56:59 08:56:59 ---> df -h: 08:56:59 Filesystem Size Used Available Use% Mounted on 08:56:59 overlay 50.0G 8.5G 41.4G 17% / 08:56:59 tmpfs 64.0M 0 64.0M 0% /dev 08:56:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:56:59 shm 64.0M 0 64.0M 0% /dev/shm 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:56:59 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:56:59 08:56:59 08:56:59 ---> free -m: 08:56:59 total used free shared buff/cache available 08:56:59 Mem: 1837 832 147 0 857 940 08:56:59 Swap: 1023 2 1021 08:56:59 08:56:59 08:56:59 ---> ip addr: 08:56:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:56:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:56:59 inet 127.0.0.1/8 scope host lo 08:56:59 valid_lft forever preferred_lft forever 08:56:59 inet6 ::1/128 scope host 08:56:59 valid_lft forever preferred_lft forever 08:56:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:56:59 link/ether fa:16:3e:a9:fb:49 brd ff:ff:ff:ff:ff:ff 08:56:59 inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 08:56:59 valid_lft 85843sec preferred_lft 85843sec 08:56:59 inet6 fe80::f816:3eff:fea9:fb49/64 scope link 08:56:59 valid_lft forever preferred_lft forever 08:56:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:56:59 link/ether 02:42:ae:94:3e:98 brd ff:ff:ff:ff:ff:ff 08:56:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:56:59 valid_lft forever preferred_lft forever 08:56:59 inet6 fe80::42:aeff:fe94:3e98/64 scope link 08:56:59 valid_lft forever preferred_lft forever 08:56:59 08:56:59 08:56:59 ---> sar -b -r -n DEV: 08:56:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 08:56:59 08:56:59 08:47:30 LINUX RESTART (4 CPU) 08:56:59 08:56:59 08:48:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:56:59 08:49:01 61.09 17.54 43.55 0.00 5248.11 3979.12 0.00 08:56:59 08:50:01 0.90 0.00 0.90 0.00 0.00 23.65 0.00 08:56:59 08:51:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 08:56:59 08:52:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 08:56:59 08:53:01 0.42 0.00 0.42 0.00 0.00 4.71 0.00 08:56:59 08:54:01 0.72 0.00 0.72 0.00 0.00 8.62 0.00 08:56:59 08:55:01 23.36 0.67 22.69 0.00 339.74 15112.98 0.00 08:56:59 08:56:01 417.50 205.14 212.36 0.00 10612.81 49689.85 0.00 08:56:59 Average: 63.10 27.96 35.14 0.00 2019.77 8617.45 0.00 08:56:59 08:56:59 08:48:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:56:59 08:49:01 155204 0 595600 31.65 2620 1128120 1120484 38.24 398460 1126780 132 08:56:59 08:50:01 161680 0 589188 31.31 2620 1128056 1086116 37.07 398708 1120200 12 08:56:59 08:51:01 159492 0 591372 31.43 2620 1128060 1086300 37.07 399448 1122040 12 08:56:59 08:52:01 159648 0 591216 31.42 2620 1128060 1086336 37.07 409164 1112672 16 08:56:59 08:53:01 159732 0 591124 31.42 2620 1128068 1086180 37.07 404076 1117988 20 08:56:59 08:54:01 159292 0 591560 31.44 2620 1128072 1086240 37.07 411540 1110832 8 08:56:59 08:55:01 70944 0 671632 35.70 2620 1136348 1505364 51.38 569160 1029364 18412 08:56:59 08:56:01 117544 0 794436 42.22 1844 967720 1394752 47.60 575248 858448 44 08:56:59 Average: 142942 0 627016 33.32 2523 1109063 1181472 40.32 445726 1074790 2332 08:56:59 08:56:59 08:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:56:59 08:49:01 eth0 519.12 316.31 1075.91 93.41 0.00 0.00 0.00 0.00 08:56:59 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:49:01 docker0 14.74 10.73 2.31 21.80 0.00 0.00 0.00 0.00 08:56:59 08:50:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:56:59 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:51:01 eth0 5.23 3.03 4.26 0.35 0.00 0.00 0.00 0.00 08:56:59 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:52:01 eth0 0.50 0.28 0.27 0.23 0.00 0.00 0.00 0.00 08:56:59 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:56:59 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:54:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:56:59 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:55:01 eth0 445.18 381.02 4074.44 29.80 0.00 0.00 0.00 0.00 08:56:59 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:56:01 veth1c5d64f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:56:01 eth0 433.77 376.39 3385.22 43.10 0.00 0.00 0.00 0.00 08:56:59 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 08:56:01 docker0 22.69 22.21 1.76 157.88 0.00 0.00 0.00 0.00 08:56:59 Average: veth1c5d64f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 Average: eth0 174.98 134.36 1067.93 20.73 0.00 0.00 0.00 0.00 08:56:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:59 Average: docker0 4.66 4.11 0.51 22.48 0.00 0.00 0.00 0.00 08:56:59 08:56:59