Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8a718e290533859c774e852d824bb07c45d7c8e0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13830 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 > 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 Checking out Revision 8a718e290533859c774e852d824bb07c45d7c8e0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 Commit message: "Merge pull request #377 from judehung/issue-376" > git rev-list --no-walk 236840f335d952384003a0e741c2f61d85d23839 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:44:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:44:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:44:47 ========================================================= 08:44:47 EdgeX Global Pipelines Version Info 08:44:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:44:49 ------------------- 08:44:49 stable info: 08:44:49 ------------------- 08:44:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:44:49 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 08:44:49 Message: update stable to v1.0.167 08:44:50 ------------------- 08:44:50 experimental info: 08:44:50 ------------------- 08:44:50 Commited By: **** collab-it+edgex@linuxfoundation.org 08:44:50 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 08:44:50 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:44:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:44:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:44:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:44:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:44:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:44:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] echo 08:44:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a718e2 [Pipeline] echo 08:44:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:44:54 provisioning config files... 08:44:54 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2365580388893594277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:44:54 ---> docker-login.sh 08:44:54 nexus3.edgexfoundry.org:10001 08:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:44:55 Configure a credential helper to remove this warning. See 08:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:44:55 08:44:55 Login Succeeded 08:44:55 nexus3.edgexfoundry.org:10002 08:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:44:55 Configure a credential helper to remove this warning. See 08:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:44:55 08:44:55 Login Succeeded 08:44:55 nexus3.edgexfoundry.org:10003 08:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:44:55 Configure a credential helper to remove this warning. See 08:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:44:55 08:44:55 Login Succeeded 08:44:55 nexus3.edgexfoundry.org:10004 08:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:44:55 Configure a credential helper to remove this warning. See 08:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:44:55 08:44:55 Login Succeeded 08:44:55 docker.io 08:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:44:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:44:56 Configure a credential helper to remove this warning. See 08:44:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:44:56 08:44:56 Login Succeeded 08:44:56 ---> docker-login.sh ends [Pipeline] } 08:44:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:44:56 + git log --format=format:%s -1 8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] echo 08:44:56 GIT_COMMIT: 8a718e290533859c774e852d824bb07c45d7c8e0, Commit Message: Merge pull request #377 from judehung/issue-376 [Pipeline] echo 08:44:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:44:57 08:44:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:44:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:44:57 latest: Pulling from edgex-devops/git-semver 08:44:57 31603596830f: Pulling fs layer 08:44:57 2a8b12db71e7: Pulling fs layer 08:44:57 6ca5941a6612: Pulling fs layer 08:44:57 ecc8261a40a4: Pulling fs layer 08:44:57 ecc8261a40a4: Waiting 08:44:57 2a8b12db71e7: Verifying Checksum 08:44:57 2a8b12db71e7: Download complete 08:44:58 31603596830f: Verifying Checksum 08:44:58 31603596830f: Download complete 08:44:58 6ca5941a6612: Download complete 08:44:58 ecc8261a40a4: Verifying Checksum 08:44:58 ecc8261a40a4: Download complete 08:44:58 31603596830f: Pull complete 08:44:58 2a8b12db71e7: Pull complete 08:44:59 6ca5941a6612: Pull complete 08:44:59 ecc8261a40a4: Pull complete 08:44:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:44:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:44:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:44:59 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:44:59 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:45:01 $ docker top f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:45:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:02 [ssh-agent] Looking for ssh-agent implementation... 08:45:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:02 $ docker exec f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent 08:45:02 SSH_AUTH_SOCK=/tmp/ssh-1VH5ZVXHgmNQ/agent.12 08:45:02 SSH_AGENT_PID=18 08:45:02 Running ssh-add (command line suppressed) 08:45:02 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5400677083639183254.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5400677083639183254.key) 08:45:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:03 + git tag --points-at HEAD [Pipeline] } 08:45:03 $ docker exec --env ******** --env ******** f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent -k 08:45:03 unset SSH_AUTH_SOCK; 08:45:03 unset SSH_AGENT_PID; 08:45:03 echo Agent pid 18 killed; 08:45:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:45:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:45:03 [ssh-agent] Looking for ssh-agent implementation... 08:45:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:45:03 $ docker exec f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent 08:45:04 SSH_AUTH_SOCK=/tmp/ssh-YoThuNp5es4O/agent.48 08:45:04 SSH_AGENT_PID=53 08:45:04 Running ssh-add (command line suppressed) 08:45:04 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8708267138245909685.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8708267138245909685.key) 08:45:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:45:04 + git semver init 08:45:04 # -> Open(): unable to determine branch for HEAD 08:45:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:45:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:45:04 # $SEMVER_REMOTE_NAME = origin 08:45:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:45:04 # $SEMVER_USER_NAME = edgex-jenkins 08:45:04 # $SEMVER_BRANCH = master 08:45:04 # $SEMVER_TEMP = /tmp/semver-672826169 08:45:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:45:05 # '/tmp/semver-672826169' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 08:45:05 # -> Force: false 08:45:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:45:05 $ docker exec --env ******** --env ******** f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent -k 08:45:06 unset SSH_AUTH_SOCK; 08:45:06 unset SSH_AGENT_PID; 08:45:06 echo Agent pid 53 killed; 08:45:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:45:06 + git semver [Pipeline] } 08:45:06 $ docker stop --time=1 f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 08:45:08 $ docker rm -f f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 [Pipeline] // withDockerContainer [Pipeline] sh 08:45:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:45:09 Stashed 1 file(s) [Pipeline] echo 08:45:09 [edgeXSemver]: initialized semver on version 0.1.116 [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:45:24 Still waiting to schedule task 08:45:24 ‘prd-centos7-docker-4c-2g-13831’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ 08:45:24 Still waiting to schedule task 08:45:24 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 08:46:44 Running on prd-centos7-docker-4c-2g-13834 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:46:44 Running in /w/workspace/go-mod-core-contracts/82 [Pipeline] { [Pipeline] checkout 08:46:46 using credential edgex-jenkins-ssh 08:46:46 Cloning the remote Git repository 08:46:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:46:46 > git init /w/workspace/go-mod-core-contracts/82 # timeout=10 08:46:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:46:46 > git --version # timeout=10 08:46:46 > git --version # 'git version 2.24.3' 08:46:46 using GIT_SSH to set credentials SSH Credentials for GitHub 08:46:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:46:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:46:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:46:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:46:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:46:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:46:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:46:48 Checking out Revision 8a718e290533859c774e852d824bb07c45d7c8e0 (master) 08:46:48 > git config core.sparsecheckout # timeout=10 08:46:48 > git checkout -f 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 08:46:51 Commit message: "Merge pull request #377 from judehung/issue-376" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:46:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:46:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:46:54 + sudo service docker restart 08:46:54 + true 08:46:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:46:55 provisioning config files... 08:46:55 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/82@tmp/config4757969383333352393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:46:56 ---> docker-login.sh 08:46:56 nexus3.edgexfoundry.org:10001 08:46:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:56 Configure a credential helper to remove this warning. See 08:46:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:56 08:46:56 Login Succeeded 08:46:56 nexus3.edgexfoundry.org:10002 08:46:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:56 Configure a credential helper to remove this warning. See 08:46:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:56 08:46:56 Login Succeeded 08:46:56 nexus3.edgexfoundry.org:10003 08:46:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:56 Configure a credential helper to remove this warning. See 08:46:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:56 08:46:56 Login Succeeded 08:46:56 nexus3.edgexfoundry.org:10004 08:46:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:56 Configure a credential helper to remove this warning. See 08:46:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:56 08:46:56 Login Succeeded 08:46:56 docker.io 08:46:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:57 Configure a credential helper to remove this warning. See 08:46:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:57 08:46:57 Login Succeeded 08:46:57 ---> docker-login.sh ends [Pipeline] } 08:46:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:46:57 ========================================================= 08:46:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:46:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:46:58 + 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:46:58 Sending build context to Docker daemon 1.851MB 08:46:58 Step 1/7 : ARG BASE=golang:1.15-alpine 08:46:58 Step 2/7 : FROM ${BASE} 08:46:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:46:58 df20fa9351a1: Pulling fs layer 08:46:58 ed8968b2872e: Pulling fs layer 08:46:58 a92cc7c5fd73: Pulling fs layer 08:46:58 e871e8e8d7a9: Pulling fs layer 08:46:58 e73272ec9a57: Pulling fs layer 08:46:58 1e910a182e73: Pulling fs layer 08:46:58 4e634b169226: Pulling fs layer 08:46:58 e871e8e8d7a9: Waiting 08:46:58 e73272ec9a57: Waiting 08:46:58 1e910a182e73: Waiting 08:46:58 4e634b169226: Waiting 08:46:58 a92cc7c5fd73: Verifying Checksum 08:46:58 a92cc7c5fd73: Download complete 08:46:58 ed8968b2872e: Download complete 08:46:58 e73272ec9a57: Verifying Checksum 08:46:58 e73272ec9a57: Download complete 08:46:58 1e910a182e73: Verifying Checksum 08:46:58 1e910a182e73: Download complete 08:46:58 df20fa9351a1: Verifying Checksum 08:46:58 df20fa9351a1: Pull complete 08:46:59 ed8968b2872e: Pull complete 08:46:59 a92cc7c5fd73: Pull complete 08:47:00 4e634b169226: Verifying Checksum 08:47:00 4e634b169226: Download complete 08:47:01 e871e8e8d7a9: Verifying Checksum 08:47:01 e871e8e8d7a9: Download complete 08:47:06 e871e8e8d7a9: Pull complete 08:47:06 e73272ec9a57: Pull complete 08:47:06 1e910a182e73: Pull complete 08:47:10 4e634b169226: Pull complete 08:47:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:47:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:47:10 ---> f7629b54cfaa 08:47:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:47:10 ---> Running in 618bc4ee3271 08:47:11 Removing intermediate container 618bc4ee3271 08:47:11 ---> 1172a2d1367e 08:47:11 Step 4/7 : RUN apk add bash 08:47:11 ---> Running in 9e21bf5c4493 08:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:13 OK: 166 MiB in 39 packages 08:47:13 Removing intermediate container 9e21bf5c4493 08:47:13 ---> 41d4b4ac64e2 08:47:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:47:14 ---> Running in c88aee1a6aa3 08:47:14 Removing intermediate container c88aee1a6aa3 08:47:14 ---> 7597d58088d2 08:47:14 Step 6/7 : COPY go.mod . 08:47:14 ---> 897d1577a62e 08:47:14 Step 7/7 : RUN go mod download 08:47:14 ---> Running in ab55bbf0014d 08:47:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13833 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:47:24 Running in /w/workspace/go-mod-core-contracts/82 [Pipeline] { [Pipeline] checkout 08:47:26 Removing intermediate container ab55bbf0014d 08:47:26 ---> 1fa581e8be7c 08:47:26 Successfully built 1fa581e8be7c 08:47:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:47:27 + docker inspect -f . ci-base-image-x86_64 08:47:27 . [Pipeline] withDockerContainer 08:47:27 prd-centos7-docker-4c-2g-13834 does not seem to be running inside a container 08:47:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@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:47:27 $ docker top dbd02efa43bd76b13572efd0e8ba5ba1fcbe60d0729285fff37e12e774c7cefc -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:28 + go version 08:47:28 go version go1.15.2 linux/amd64 [Pipeline] } 08:47:28 $ docker stop --time=1 dbd02efa43bd76b13572efd0e8ba5ba1fcbe60d0729285fff37e12e774c7cefc 08:47:29 $ docker rm -f dbd02efa43bd76b13572efd0e8ba5ba1fcbe60d0729285fff37e12e774c7cefc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 08:47:30 using credential edgex-jenkins-ssh [Pipeline] } 08:47:30 Cloning the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:47:30 + docker inspect -f . ci-base-image-x86_64 08:47:30 . [Pipeline] withDockerContainer 08:47:30 prd-centos7-docker-4c-2g-13834 does not seem to be running inside a container 08:47:30 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:30 > git init /w/workspace/go-mod-core-contracts/82 # timeout=10 08:47:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:30 > git --version # timeout=10 08:47:30 > git --version # 'git version 2.17.1' 08:47:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:47:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@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:47:31 $ docker top 1578eebd28ae041a6ccc955f90ee8fa5c9c8f622cd8068af256f854604081556 -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:32 Checking out Revision 8a718e290533859c774e852d824bb07c45d7c8e0 (master) 08:47:32 + make test 08:47:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:47:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:47:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:47:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:47:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:47:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:47:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:47:32 > git config core.sparsecheckout # timeout=10 08:47:32 > git checkout -f 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 08:47:36 Commit message: "Merge pull request #377 from judehung/issue-376" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:47:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:47:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:47:38 + sudo service docker restart 08:47:38 + true 08:47:38 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:47:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements 08:47:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements 08:47:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.023s coverage: 45.4% of statements 08:47:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 08:47:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:47:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 6.6% of statements 08:47:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.028s coverage: 14.7% of statements 08:47:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements 08:47:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.037s coverage: 91.8% of statements 08:47:40 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:47:40 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:47:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { 08:47:41 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.010s coverage: 47.8% of statements [Pipeline] wrap 08:47:41 provisioning config files... 08:47:41 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/82@tmp/config6023135483786354803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:47:42 ---> docker-login.sh 08:47:42 nexus3.edgexfoundry.org:10001 08:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:47:43 Configure a credential helper to remove this warning. See 08:47:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:47:43 08:47:43 Login Succeeded 08:47:43 nexus3.edgexfoundry.org:10002 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 63.0% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.014s coverage: 14.3% of statements 08:47:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.042s coverage: 81.5% of statements 08:47:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:47:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.067s coverage: 29.1% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.020s coverage: 100.0% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 08:47:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 08:47:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:47:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:47:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:47:43 Configure a credential helper to remove this warning. See 08:47:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:47:43 08:47:43 Login Succeeded 08:47:43 nexus3.edgexfoundry.org:10003 08:47:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:47:44 Configure a credential helper to remove this warning. See 08:47:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:47:44 08:47:44 Login Succeeded 08:47:44 nexus3.edgexfoundry.org:10004 08:47:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:47:44 Configure a credential helper to remove this warning. See 08:47:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:47:44 08:47:44 Login Succeeded 08:47:44 docker.io 08:47:45 gofmt -l . 08:47:45 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:47:45 $ docker stop --time=1 1578eebd28ae041a6ccc955f90ee8fa5c9c8f622cd8068af256f854604081556 08:47:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:47:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:47:45 Configure a credential helper to remove this warning. See 08:47:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:47:45 08:47:45 Login Succeeded 08:47:45 ---> docker-login.sh ends 08:47:47 $ docker rm -f 1578eebd28ae041a6ccc955f90ee8fa5c9c8f622cd8068af256f854604081556 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 08:47:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:47:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo 08:47:48 ========================================================= 08:47:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:47:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:47:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 08:47:48 + 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 . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage 08:47:49 Sending build context to Docker daemon 1.85MB [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } 08:47:49 Step 1/7 : ARG BASE=golang:1.15-alpine 08:47:49 Step 2/7 : FROM ${BASE} 08:47:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:47:49 b538f80385f9: Pulling fs layer 08:47:49 74f711af9a0d: Pulling fs layer 08:47:49 99f96fe45779: Pulling fs layer 08:47:49 8529a6b9a6be: Pulling fs layer 08:47:49 45590311c82a: Pulling fs layer 08:47:49 69ca0ff8b7b3: Pulling fs layer 08:47:49 209524e5b208: Pulling fs layer 08:47:49 45590311c82a: Waiting 08:47:49 69ca0ff8b7b3: Waiting 08:47:49 209524e5b208: Waiting 08:47:49 8529a6b9a6be: Waiting 08:47:49 99f96fe45779: Verifying Checksum 08:47:49 99f96fe45779: Download complete 08:47:49 74f711af9a0d: Verifying Checksum 08:47:49 74f711af9a0d: Download complete 08:47:49 45590311c82a: Verifying Checksum 08:47:49 45590311c82a: Download complete [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 08:47:50 69ca0ff8b7b3: Download complete 08:47:50 b538f80385f9: Verifying Checksum 08:47:50 b538f80385f9: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] } 08:47:50 b538f80385f9: Pull complete 08:47:51 74f711af9a0d: Pull complete 08:47:51 99f96fe45779: Pull complete 08:47:52 209524e5b208: Verifying Checksum 08:47:52 209524e5b208: Download complete 08:47:53 8529a6b9a6be: Verifying Checksum 08:47:53 8529a6b9a6be: Download complete 08:48:03 8529a6b9a6be: Pull complete 08:48:03 45590311c82a: Pull complete 08:48:04 69ca0ff8b7b3: Pull complete 08:48:08 209524e5b208: Pull complete 08:48:08 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:48:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:48:08 ---> 5bddaf1c2fca 08:48:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:48:10 ---> Running in 7e59940b056e 08:48:11 Removing intermediate container 7e59940b056e 08:48:11 ---> e4837ac5e671 08:48:11 Step 4/7 : RUN apk add bash 08:48:11 ---> Running in 96f60efd5f5d 08:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:15 OK: 142 MiB in 39 packages 08:48:16 Removing intermediate container 96f60efd5f5d 08:48:16 ---> bd39f7d5273e 08:48:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:48:16 ---> Running in c59a394ff5ae 08:48:16 Removing intermediate container c59a394ff5ae 08:48:16 ---> 5b2067232a2e 08:48:16 Step 6/7 : COPY go.mod . 08:48:17 ---> 6529d16cd537 08:48:17 Step 7/7 : RUN go mod download 08:48:17 ---> Running in e3be3b1dc3ce 08:48:32 Removing intermediate container e3be3b1dc3ce 08:48:32 ---> 6446bc1a1ea6 08:48:32 Successfully built 6446bc1a1ea6 08:48:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:48:33 + docker inspect -f . ci-base-image-arm64 08:48:33 . [Pipeline] withDockerContainer 08:48:33 prd-ubuntu18.04-docker-arm64-4c-16g-13833 does not seem to be running inside a container 08:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@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-arm64 cat 08:48:34 $ docker top 2027cb175c3bc8551667b494ca90c332157f023fbb80b7e6dd357b0177aaf673 -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:35 + go version 08:48:35 go version go1.15.2 linux/arm64 [Pipeline] } 08:48:36 $ docker stop --time=1 2027cb175c3bc8551667b494ca90c332157f023fbb80b7e6dd357b0177aaf673 08:48:37 $ docker rm -f 2027cb175c3bc8551667b494ca90c332157f023fbb80b7e6dd357b0177aaf673 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:48:39 + docker inspect -f . ci-base-image-arm64 08:48:39 . [Pipeline] withDockerContainer 08:48:39 prd-ubuntu18.04-docker-arm64-4c-16g-13833 does not seem to be running inside a container 08:48:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@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-arm64 cat 08:48:40 $ docker top 55f0e078d0108dd84a735d25b5aea9de31a215e1120ca0b331289400e4f6671b -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:41 + make test 08:48:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:49:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:49:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.040s coverage: 85.7% of statements 08:49:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.052s coverage: 100.0% of statements 08:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.094s coverage: 45.4% of statements 08:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.039s coverage: 77.8% of statements 08:49:06 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.060s coverage: 6.6% of statements 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.060s coverage: 14.7% of statements 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.032s coverage: 100.0% of statements 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.090s coverage: 91.8% of statements 08:49:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:49:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:49:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements 08:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 47.8% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.096s coverage: 63.0% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.030s coverage: 26.3% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.045s coverage: 15.4% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.023s coverage: 14.3% of statements 08:49:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.049s coverage: 81.5% of statements 08:49:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:49:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.031s coverage: 29.1% of statements 08:49:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 100.0% of statements 08:49:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements 08:49:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 08:49:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:49:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:49:21 gofmt -l . 08:49:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:49:22 $ docker stop --time=1 55f0e078d0108dd84a735d25b5aea9de31a215e1120ca0b331289400e4f6671b 08:49:24 $ docker rm -f 55f0e078d0108dd84a735d25b5aea9de31a215e1120ca0b331289400e4f6671b [Pipeline] // withDockerContainer [Pipeline] sh 08:49:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:49:25 Warning: overwriting stash ‘coverage-report’ 08:49:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:49:29 provisioning config files... 08:49:29 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6979895179236004939tmp [Pipeline] { [Pipeline] sh 08:49:30 + set +x 08:49:30 + curl -s https://codecov.io/bash 08:49:30 + bash -s -- 08:49:30 08:49:30 _____ _ 08:49:30 / ____| | | 08:49:30 | | ___ __| | ___ ___ _____ __ 08:49:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:49:30 | |___| (_) | (_| | __/ (_| (_) \ V / 08:49:30 \_____\___/ \__,_|\___|\___\___/ \_/ 08:49:30 Bash-20201124-79cbc08 08:49:30 08:49:30 08:49:30 ==> Jenkins CI detected. 08:49:30 project root: . 08:49:30 --> token set from env 08:49:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:49:30 ==> Running gcov in . (disable via -X gcov) 08:49:30 ==> Python coveragepy not found 08:49:30 ==> Searching for coverage reports in: 08:49:30 + . 08:49:30 -> Found 1 reports 08:49:30 ==> Detecting git/mercurial file structure 08:49:30 ==> Reading reports 08:49:30 + ./coverage.out bytes=107122 08:49:30 ==> Appending adjustments 08:49:30 https://docs.codecov.io/docs/fixing-reports 08:49:31 + Found adjustments 08:49:31 ==> Gzipping contents 08:49:31 20K /tmp/codecov.3UGwn3.gz 08:49:31 ==> Uploading reports 08:49:31 url: https://codecov.io 08:49:31 query: branch=master&commit=8a718e290533859c774e852d824bb07c45d7c8e0&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:49:31 -> Pinging Codecov 08:49:31 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=8a718e290533859c774e852d824bb07c45d7c8e0&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:49:31 -> Uploading to 08:49:31 https://storage.googleapis.com/codecov/v4/raw/2020-11-30/71470A77251A30514AAF9C0BB2E5B6CE/8a718e290533859c774e852d824bb07c45d7c8e0/f92876c0-96d7-4c97-920c-e2cfb6098c92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T084931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ac119de4669989f66e31bc97e3ead6234820d0cca4a1f7e1bb947ad777d3743 08:49:31 % Total % Received % Xferd Average Speed Time Time Time Current 08:49:31 Dload Upload Total Spent Left Speed 08:49:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17328 0 0 100 17328 0 41992 --:--:-- --:--:-- --:--:-- 42058 08:49:32 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] } 08:49:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:49:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:49:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:49:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:49:33 08:49:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:49:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:49:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:49:33 188c0c94c7c5: Pulling fs layer 08:49:33 0ef7d3d256c8: Pulling fs layer 08:49:33 de9db76c5a1d: Pulling fs layer 08:49:33 0eba1c9be4d2: Pulling fs layer 08:49:33 0d57e429df01: Pulling fs layer 08:49:33 4e4be7b47b0d: Pulling fs layer 08:49:33 e1f770b5df2f: Pulling fs layer 08:49:33 85a0685a4137: Pulling fs layer 08:49:33 0d57e429df01: Waiting 08:49:33 4e4be7b47b0d: Waiting 08:49:33 e1f770b5df2f: Waiting 08:49:33 85a0685a4137: Waiting 08:49:33 0eba1c9be4d2: Waiting 08:49:33 de9db76c5a1d: Verifying Checksum 08:49:33 de9db76c5a1d: Download complete 08:49:33 0ef7d3d256c8: Download complete 08:49:33 0d57e429df01: Download complete 08:49:33 188c0c94c7c5: Verifying Checksum 08:49:33 188c0c94c7c5: Download complete 08:49:33 4e4be7b47b0d: Verifying Checksum 08:49:33 4e4be7b47b0d: Download complete 08:49:34 188c0c94c7c5: Pull complete 08:49:34 0ef7d3d256c8: Pull complete 08:49:34 de9db76c5a1d: Pull complete 08:49:35 e1f770b5df2f: Verifying Checksum 08:49:35 e1f770b5df2f: Download complete 08:49:37 0eba1c9be4d2: Verifying Checksum 08:49:37 0eba1c9be4d2: Download complete 08:49:38 85a0685a4137: Verifying Checksum 08:49:38 85a0685a4137: Download complete 08:49:43 0eba1c9be4d2: Pull complete 08:49:43 0d57e429df01: Pull complete 08:49:43 4e4be7b47b0d: Pull complete 08:49:45 e1f770b5df2f: Pull complete 08:49:52 85a0685a4137: Pull complete 08:49:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:49:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:49:52 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:49:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:49:53 $ docker top 502071b226450a23a6e3597e94dd203dc16119e444efe34ee4f9ab6f98322187 -eo pid,comm [Pipeline] { [Pipeline] echo 08:49:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:49:54 + set -o pipefail 08:49:54 + snyk monitor '--org=edgex-jenkins' 08:50:12 08:50:12 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 08:50:12 08:50:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/fa3c5d7d-bab7-4fa6-8469-14cc4d9c5af3 08:50:12 08:50:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:50:12 08:50:12 [Pipeline] } 08:50:12 $ docker stop --time=1 502071b226450a23a6e3597e94dd203dc16119e444efe34ee4f9ab6f98322187 08:50:14 $ docker rm -f 502071b226450a23a6e3597e94dd203dc16119e444efe34ee4f9ab6f98322187 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:50:16 + git log --format=format:%s -1 8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] isUnix [Pipeline] sh 08:50:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:50:17 . [Pipeline] withDockerContainer 08:50:17 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:50:17 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:50:18 $ docker top 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:50:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:50:18 [ssh-agent] Looking for ssh-agent implementation... 08:50:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:50:18 $ docker exec 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c ssh-agent 08:50:18 SSH_AUTH_SOCK=/tmp/ssh-kgF1k25SV21m/agent.12 08:50:18 SSH_AGENT_PID=17 08:50:18 Running ssh-add (command line suppressed) 08:50:19 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6638958014627035737.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6638958014627035737.key) 08:50:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:50:19 + git semver tag 08:50:19 # -> Open(): unable to determine branch for HEAD 08:50:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:50:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:50:19 # $SEMVER_REMOTE_NAME = origin 08:50:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:50:19 # $SEMVER_USER_NAME = edgex-jenkins 08:50:19 # $SEMVER_BRANCH = master 08:50:19 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:50:19 # 8a718e290533859c774e852d824bb07c45d7c8e0 HEAD 08:50:19 # -> Force: false 08:50:19 # 1d509c9391b0e2b7605ee93d6f5a4b2540f11ff7 refs/tags/v0.1.116 [Pipeline] } 08:50:19 $ docker exec --env ******** --env ******** 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c ssh-agent -k 08:50:19 unset SSH_AUTH_SOCK; 08:50:19 unset SSH_AGENT_PID; 08:50:19 echo Agent pid 17 killed; 08:50:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:50:20 + git semver [Pipeline] } 08:50:20 $ docker stop --time=1 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c 08:50:21 $ docker rm -f 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:50:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:50:22 08:50:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:50:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:50:23 0.23.1-centos7: Pulling from edgex-lftools 08:50:23 ab5ef0e58194: Pulling fs layer 08:50:23 9712f1f96733: Pulling fs layer 08:50:23 63f879dbbcfc: Pulling fs layer 08:50:23 0d9ebad4ef96: Pulling fs layer 08:50:23 e9a5061849ea: Pulling fs layer 08:50:23 d747dcd14b5f: Pulling fs layer 08:50:23 2de7ff778b66: Pulling fs layer 08:50:23 0d9ebad4ef96: Waiting 08:50:23 e9a5061849ea: Waiting 08:50:23 d747dcd14b5f: Waiting 08:50:23 2de7ff778b66: Waiting 08:50:23 9712f1f96733: Verifying Checksum 08:50:23 9712f1f96733: Download complete 08:50:24 63f879dbbcfc: Verifying Checksum 08:50:24 63f879dbbcfc: Download complete 08:50:24 e9a5061849ea: Verifying Checksum 08:50:24 e9a5061849ea: Download complete 08:50:24 d747dcd14b5f: Download complete 08:50:25 2de7ff778b66: Verifying Checksum 08:50:25 2de7ff778b66: Download complete 08:50:25 0d9ebad4ef96: Verifying Checksum 08:50:25 0d9ebad4ef96: Download complete 08:50:25 ab5ef0e58194: Verifying Checksum 08:50:25 ab5ef0e58194: Download complete 08:50:29 ab5ef0e58194: Pull complete 08:50:29 9712f1f96733: Pull complete 08:50:32 63f879dbbcfc: Pull complete 08:50:38 0d9ebad4ef96: Pull complete 08:50:38 e9a5061849ea: Pull complete 08:50:38 d747dcd14b5f: Pull complete 08:50:42 2de7ff778b66: Pull complete 08:50:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:50:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:50:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:50:42 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:50:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:50:47 $ docker top d3b15c9f6b4047c16bd0a8ca1e1997db33d3b100db908e236c822ddcd7bb114c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:50:47 provisioning config files... 08:50:47 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6800661228552939638tmp 08:50:47 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4102441083584106110tmp 08:50:47 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7356687920751601907tmp [Pipeline] { [Pipeline] echo 08:50:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:50:47 ---> sigul-configuration.sh 08:50:47 gpg: directory `/root/.gnupg' created 08:50:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:50:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:50:47 gpg: keyring `/root/.gnupg/secring.gpg' created 08:50:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:50:47 gpg: CAST5 encrypted data 08:50:48 gpg: encrypted with 1 passphrase 08:50:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:50:48 + mkdir /home/jenkins 08:50:48 + mkdir /home/jenkins/sigul [Pipeline] sh 08:50:48 + 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:50:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:50:48 ---> sigul-install.sh 08:50:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:50:54 + git tag --list 08:50:54 v0.0.0 08:50:54 v0.0.1 08:50:54 v0.1.0 08:50:54 v0.1.1 08:50:54 v0.1.10 08:50:54 v0.1.100 08:50:54 v0.1.101 08:50:54 v0.1.102 08:50:54 v0.1.103 08:50:54 v0.1.104 08:50:54 v0.1.105 08:50:54 v0.1.106 08:50:54 v0.1.107 08:50:54 v0.1.108 08:50:54 v0.1.109 08:50:54 v0.1.11 08:50:54 v0.1.110 08:50:54 v0.1.111 08:50:54 v0.1.112 08:50:54 v0.1.113 08:50:54 v0.1.114 08:50:54 v0.1.115 08:50:54 v0.1.116 08:50:54 v0.1.12 08:50:54 v0.1.13 08:50:54 v0.1.14 08:50:54 v0.1.15 08:50:54 v0.1.16 08:50:54 v0.1.17 08:50:54 v0.1.18 08:50:54 v0.1.19 08:50:54 v0.1.2 08:50:54 v0.1.20 08:50:54 v0.1.21 08:50:54 v0.1.22 08:50:54 v0.1.23 08:50:54 v0.1.24 08:50:54 v0.1.25 08:50:54 v0.1.26 08:50:54 v0.1.27 08:50:54 v0.1.28 08:50:54 v0.1.29 08:50:54 v0.1.3 08:50:54 v0.1.30 08:50:54 v0.1.31 08:50:54 v0.1.32 08:50:54 v0.1.33 08:50:54 v0.1.34 08:50:54 v0.1.35 08:50:54 v0.1.36 08:50:54 v0.1.37 08:50:54 v0.1.38 08:50:54 v0.1.39 08:50:54 v0.1.4 08:50:54 v0.1.40 08:50:54 v0.1.41 08:50:54 v0.1.42 08:50:54 v0.1.43 08:50:54 v0.1.44 08:50:54 v0.1.45 08:50:54 v0.1.46 08:50:54 v0.1.47 08:50:54 v0.1.48 08:50:54 v0.1.49 08:50:54 v0.1.5 08:50:54 v0.1.50 08:50:54 v0.1.51 08:50:54 v0.1.52 08:50:54 v0.1.53 08:50:54 v0.1.54 08:50:54 v0.1.55 08:50:54 v0.1.56 08:50:54 v0.1.57 08:50:54 v0.1.58 08:50:54 v0.1.59 08:50:54 v0.1.6 08:50:54 v0.1.60 08:50:54 v0.1.61 08:50:54 v0.1.62 08:50:54 v0.1.63 08:50:54 v0.1.64 08:50:54 v0.1.65 08:50:54 v0.1.66 08:50:54 v0.1.67 08:50:54 v0.1.68 08:50:54 v0.1.69 08:50:54 v0.1.7 08:50:54 v0.1.70 08:50:54 v0.1.71 08:50:54 v0.1.72 08:50:54 v0.1.73 08:50:54 v0.1.74 08:50:54 v0.1.75 08:50:54 v0.1.76 08:50:54 v0.1.77 08:50:54 v0.1.78 08:50:54 v0.1.79 08:50:54 v0.1.8 08:50:54 v0.1.80 08:50:54 v0.1.81 08:50:54 v0.1.82 08:50:54 v0.1.83 08:50:54 v0.1.84 08:50:54 v0.1.85 08:50:54 v0.1.86 08:50:54 v0.1.87 08:50:54 v0.1.88 08:50:54 v0.1.89 08:50:54 v0.1.9 08:50:54 v0.1.90 08:50:54 v0.1.91 08:50:54 v0.1.92 08:50:54 v0.1.93 08:50:54 v0.1.94 08:50:54 v0.1.95 08:50:54 v0.1.96 08:50:54 v0.1.97 08:50:54 v0.1.98 08:50:54 v0.1.99 [Pipeline] sh 08:50:54 + lftools sign git-tag v0.1.116 08:50:56 Signing Git tag with Sigul... 08:50:56 Signing v0.1.116 [Pipeline] echo 08:50:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:50:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:50:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:50:57 $ docker stop --time=1 d3b15c9f6b4047c16bd0a8ca1e1997db33d3b100db908e236c822ddcd7bb114c 08:50:59 $ docker rm -f d3b15c9f6b4047c16bd0a8ca1e1997db33d3b100db908e236c822ddcd7bb114c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:51:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:51:00 . [Pipeline] withDockerContainer 08:51:01 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:51:01 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:51:01 $ docker top 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:51:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:51:02 [ssh-agent] Looking for ssh-agent implementation... 08:51:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:51:02 $ docker exec 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f ssh-agent 08:51:02 SSH_AUTH_SOCK=/tmp/ssh-RUsPc445jvi1/agent.11 08:51:02 SSH_AGENT_PID=16 08:51:02 Running ssh-add (command line suppressed) 08:51:02 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8051900321761464466.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8051900321761464466.key) 08:51:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:51:03 + git semver bump patch 08:51:03 # -> Open(): unable to determine branch for HEAD 08:51:03 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:51:03 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:51:03 # $SEMVER_REMOTE_NAME = origin 08:51:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:51:03 # $SEMVER_USER_NAME = edgex-jenkins 08:51:03 # $SEMVER_BRANCH = master 08:51:03 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:51:03 0.1.117 [Pipeline] } 08:51:03 $ docker exec --env ******** --env ******** 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f ssh-agent -k 08:51:03 unset SSH_AUTH_SOCK; 08:51:03 unset SSH_AGENT_PID; 08:51:03 echo Agent pid 16 killed; 08:51:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:51:03 + git semver [Pipeline] } 08:51:03 $ docker stop --time=1 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f 08:51:05 $ docker rm -f 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:51:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:51:05 . [Pipeline] withDockerContainer 08:51:06 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:51:06 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:51:06 $ docker top bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:51:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:51:07 [ssh-agent] Looking for ssh-agent implementation... 08:51:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:51:07 $ docker exec bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 ssh-agent 08:51:07 SSH_AUTH_SOCK=/tmp/ssh-jOn6lOBxzEa4/agent.11 08:51:07 SSH_AGENT_PID=16 08:51:07 Running ssh-add (command line suppressed) 08:51:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7093293317382174451.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7093293317382174451.key) 08:51:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:51:08 + git semver push 08:51:08 # -> Open(): unable to determine branch for HEAD 08:51:08 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:51:08 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:51:08 # $SEMVER_REMOTE_NAME = origin 08:51:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:51:08 # $SEMVER_USER_NAME = edgex-jenkins 08:51:08 # $SEMVER_BRANCH = master 08:51:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:51:14 $ docker exec --env ******** --env ******** bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 ssh-agent -k 08:51:14 unset SSH_AUTH_SOCK; 08:51:14 unset SSH_AGENT_PID; 08:51:14 echo Agent pid 16 killed; 08:51:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:51:15 + git semver [Pipeline] } 08:51:15 $ docker stop --time=1 bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 08:51:16 $ docker rm -f bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 [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:51:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:51:19 ---> package-listing.sh 08:51:19 ++ facter osfamily 08:51:19 ++ tr '[:upper:]' '[:lower:]' 08:51:19 + OS_FAMILY=redhat 08:51:19 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:51:19 + START_PACKAGES=/tmp/packages_start.txt 08:51:19 + END_PACKAGES=/tmp/packages_end.txt 08:51:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:51:19 + PACKAGES=/tmp/packages_start.txt 08:51:19 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:51:19 + PACKAGES=/tmp/packages_end.txt 08:51:19 + case "${OS_FAMILY}" in 08:51:19 + rpm -qa 08:51:19 + sort 08:51:24 + '[' -f /tmp/packages_start.txt ']' 08:51:24 + '[' -f /tmp/packages_end.txt ']' 08:51:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:51:24 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:51:24 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:51:24 + 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:51:24 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:51:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:51:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:51:25 08:51:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:51:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:51:25 alpine: Pulling from edgex-lftools-log-publisher 08:51:25 df20fa9351a1: Pulling fs layer 08:51:25 36b3adc4ff6f: Pulling fs layer 08:51:25 8ad3a11d3b57: Pulling fs layer 08:51:25 46f8f816bc3b: Pulling fs layer 08:51:25 93b61091891f: Pulling fs layer 08:51:25 93b9cdb0e59b: Pulling fs layer 08:51:25 5e14af77c1be: Pulling fs layer 08:51:25 01666e4c0597: Pulling fs layer 08:51:25 aa168da1d23b: Pulling fs layer 08:51:25 46f8f816bc3b: Waiting 08:51:25 93b61091891f: Waiting 08:51:25 93b9cdb0e59b: Waiting 08:51:25 5e14af77c1be: Waiting 08:51:25 aa168da1d23b: Waiting 08:51:25 36b3adc4ff6f: Verifying Checksum 08:51:25 36b3adc4ff6f: Download complete 08:51:25 46f8f816bc3b: Verifying Checksum 08:51:25 46f8f816bc3b: Download complete 08:51:25 df20fa9351a1: Download complete 08:51:25 93b9cdb0e59b: Download complete 08:51:25 93b61091891f: Verifying Checksum 08:51:25 93b61091891f: Download complete 08:51:25 5e14af77c1be: Verifying Checksum 08:51:25 5e14af77c1be: Download complete 08:51:25 01666e4c0597: Verifying Checksum 08:51:25 01666e4c0597: Download complete 08:51:25 8ad3a11d3b57: Verifying Checksum 08:51:25 8ad3a11d3b57: Download complete 08:51:26 df20fa9351a1: Pull complete 08:51:27 36b3adc4ff6f: Pull complete 08:51:27 8ad3a11d3b57: Pull complete 08:51:27 aa168da1d23b: Verifying Checksum 08:51:27 aa168da1d23b: Download complete 08:51:28 46f8f816bc3b: Pull complete 08:51:28 93b61091891f: Pull complete 08:51:28 93b9cdb0e59b: Pull complete 08:51:28 5e14af77c1be: Pull complete 08:51:29 01666e4c0597: Pull complete 08:51:37 aa168da1d23b: Pull complete 08:51:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:51:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:51:37 prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container 08:51:37 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:51:39 $ docker top 25fb75e4dbf5abb1be9dcc9e37974304f6b6cc8ad8851c10503721c719cb61aa -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:40 + touch /tmp/pre-build-complete [Pipeline] sh 08:51:40 + mkdir -p /var/log/sa [Pipeline] sh 08:51:41 + ls /var/log/sa-host 08:51:41 + sadf -c /var/log/sa-host/sa23 08:51:41 file_magic: OK 08:51:41 HZ: Using current value: 100 08:51:41 file_header: OK 08:51:41 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:51:41 Statistics: 08:51:41 Hnuu...uuuununununu... 08:51:41 File successfully converted to sysstat format version 12.2.1 08:51:41 + sadf -c /var/log/sa-host/sa30 08:51:41 file_magic: OK 08:51:41 HZ: Using current value: 100 08:51:41 file_header: OK 08:51:41 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:51:41 Statistics: 08:51:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:51:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:51:41 provisioning config files... 08:51:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config627533535136181090tmp [Pipeline] { [Pipeline] echo 08:51:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:51:41 ---> create-netrc.sh [Pipeline] } 08:51:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:51:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:51:42 ---> python-tools-install.sh [Pipeline] echo 08:51:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:51:42 ---> sudo-logs.sh 08:51:42 Archiving 'sudo' log.. [Pipeline] echo 08:51:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:51:42 ---> job-cost.sh 08:51:42 lf-activate-venv: SKIPPING 08:51:42 INFO: No Stack... 08:51:43 INFO: Retrieving Pricing Info for: v1-standard-2 08:51:44 INFO: Archiving Costs [Pipeline] echo 08:51:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:51:44 ---> logs-deploy.sh 08:51:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/82 08:51:44 INFO: archiving workspace using pattern(s): 08:51:45 Archives upload complete. 08:51:46 INFO: archiving logs to Nexus 08:51:47 ---> uname -a: 08:51:47 Linux prd-centos7-docker-4c-2g-13830.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:51:47 08:51:47 08:51:47 ---> lscpu: 08:51:47 Architecture: x86_64 08:51:47 CPU op-mode(s): 32-bit, 64-bit 08:51:47 Byte Order: Little Endian 08:51:47 Address sizes: 40 bits physical, 48 bits virtual 08:51:47 CPU(s): 4 08:51:47 On-line CPU(s) list: 0-3 08:51:47 Thread(s) per core: 1 08:51:47 Core(s) per socket: 1 08:51:47 Socket(s): 4 08:51:47 NUMA node(s): 1 08:51:47 Vendor ID: GenuineIntel 08:51:47 CPU family: 6 08:51:47 Model: 44 08:51:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:51:47 Stepping: 1 08:51:47 CPU MHz: 2933.436 08:51:47 BogoMIPS: 5866.87 08:51:47 Virtualization: VT-x 08:51:47 Hypervisor vendor: KVM 08:51:47 Virtualization type: full 08:51:47 L1d cache: 128 KiB 08:51:47 L1i cache: 128 KiB 08:51:47 L2 cache: 16 MiB 08:51:47 L3 cache: 64 MiB 08:51:47 NUMA node0 CPU(s): 0-3 08:51:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:51:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:51:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:51:47 Vulnerability Meltdown: Mitigation; PTI 08:51:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:51:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:51:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:51:47 Vulnerability Srbds: Not affected 08:51:47 Vulnerability Tsx async abort: Not affected 08:51:47 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:51:47 08:51:47 08:51:47 ---> nproc: 08:51:47 4 08:51:47 08:51:47 08:51:47 ---> df -h: 08:51:47 Filesystem Size Used Available Use% Mounted on 08:51:47 overlay 50.0G 8.5G 41.4G 17% / 08:51:47 tmpfs 64.0M 0 64.0M 0% /dev 08:51:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:51:47 shm 64.0M 0 64.0M 0% /dev/shm 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:51:47 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 08:51:47 08:51:47 08:51:47 ---> free -m: 08:51:47 total used free shared buff/cache available 08:51:47 Mem: 1837 798 149 0 889 975 08:51:47 Swap: 1023 3 1020 08:51:47 08:51:47 08:51:47 ---> ip addr: 08:51:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:51:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:51:47 inet 127.0.0.1/8 scope host lo 08:51:47 valid_lft forever preferred_lft forever 08:51:47 inet6 ::1/128 scope host 08:51:47 valid_lft forever preferred_lft forever 08:51:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:51:47 link/ether fa:16:3e:29:0a:a9 brd ff:ff:ff:ff:ff:ff 08:51:47 inet 10.30.122.118/23 brd 10.30.123.255 scope global dynamic eth0 08:51:47 valid_lft 85946sec preferred_lft 85946sec 08:51:47 inet6 fe80::f816:3eff:fe29:aa9/64 scope link 08:51:47 valid_lft forever preferred_lft forever 08:51:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:51:47 link/ether 02:42:93:24:ec:54 brd ff:ff:ff:ff:ff:ff 08:51:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:51:47 valid_lft forever preferred_lft forever 08:51:47 inet6 fe80::42:93ff:fe24:ec54/64 scope link 08:51:47 valid_lft forever preferred_lft forever 08:51:47 08:51:47 08:51:47 ---> sar -b -r -n DEV: 08:51:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) 08:51:47 08:51:47 08:43:58 LINUX RESTART (4 CPU) 08:51:47 08:51:47 08:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:51:47 08:46:01 11.62 2.81 8.81 0.00 610.09 231.20 0.00 08:51:47 08:47:01 0.43 0.00 0.43 0.00 0.00 6.88 0.00 08:51:47 08:48:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 08:51:47 08:49:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 08:51:47 08:50:01 229.00 140.84 88.16 0.00 7116.23 33533.18 0.00 08:51:47 08:51:01 230.28 90.05 140.23 0.00 5155.81 34269.35 0.00 08:51:47 Average: 78.66 38.96 39.69 0.00 2147.69 11344.98 0.00 08:51:47 08:51:47 08:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:51:47 08:46:01 166968 0 594140 31.58 2620 1117816 1096400 37.42 412856 1102152 20 08:51:47 08:47:01 168924 0 592176 31.47 2620 1117824 1065788 36.37 413216 1100232 12 08:51:47 08:48:01 167856 0 593240 31.53 2620 1117828 1065728 36.37 425260 1089556 12 08:51:47 08:49:01 168552 0 592544 31.49 2620 1117828 1065548 36.37 425892 1087916 20 08:51:47 08:50:01 109192 0 732688 38.94 2596 1037068 1334976 45.56 526944 992196 372 08:51:47 08:51:01 201928 0 776344 41.26 1712 901560 1386840 47.33 603028 734860 28 08:51:47 Average: 163903 0 646855 34.38 2465 1068321 1169213 39.90 467866 1017819 77 08:51:47 08:51:47 08:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:51:47 08:46:01 eth0 27.53 19.98 36.74 8.45 0.00 0.00 0.00 0.00 08:51:47 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:46:01 docker0 5.38 4.11 1.21 13.00 0.00 0.00 0.00 0.00 08:51:47 08:47:01 eth0 2.41 0.88 0.71 0.38 0.00 0.00 0.00 0.00 08:51:47 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:48:01 eth0 1.33 0.63 0.59 0.40 0.00 0.00 0.00 0.00 08:51:47 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:49:01 eth0 0.43 0.08 0.02 0.04 0.00 0.00 0.00 0.00 08:51:47 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:50:01 eth0 409.91 359.51 4090.36 33.33 0.00 0.00 0.00 0.00 08:51:47 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:50:01 docker0 6.48 6.26 0.59 5.88 0.00 0.00 0.00 0.00 08:51:47 08:50:01 vethddab84f 6.48 6.38 0.68 5.89 0.00 0.00 0.00 0.00 08:51:47 08:51:01 eth0 475.97 420.18 3539.43 111.35 0.00 0.00 0.00 0.00 08:51:47 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:51:01 veth9d7f3f8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 08:51:01 docker0 41.50 48.79 2.46 301.51 0.00 0.00 0.00 0.00 08:51:47 Average: eth0 152.99 133.60 1278.41 25.67 0.00 0.00 0.00 0.00 08:51:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 Average: veth9d7f3f8 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 08:51:47 Average: docker0 8.90 9.86 0.71 53.43 0.00 0.00 0.00 0.00 08:51:47 08:51:47 08:51:47 ---> sar -P ALL: 08:51:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) 08:51:47 08:51:47 08:43:58 LINUX RESTART (4 CPU) 08:51:47 08:51:47 08:45:01 CPU %user %nice %system %iowait %steal %idle 08:51:47 08:46:01 all 1.19 0.00 0.75 0.41 0.01 97.64 08:51:47 08:46:01 0 1.10 0.00 0.90 0.62 0.00 97.38 08:51:47 08:46:01 1 0.97 0.00 0.70 0.53 0.02 97.78 08:51:47 08:46:01 2 0.83 0.00 0.73 0.47 0.02 97.95 08:51:47 08:46:01 3 1.85 0.00 0.65 0.03 0.02 97.45 08:51:47 08:47:01 all 0.16 0.00 0.05 0.00 0.00 99.79 08:51:47 08:47:01 0 0.08 0.00 0.07 0.00 0.02 99.83 08:51:47 08:47:01 1 0.07 0.00 0.07 0.00 0.00 99.87 08:51:47 08:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:51:47 08:47:01 3 0.45 0.00 0.03 0.00 0.00 99.52 08:51:47 08:48:01 all 0.17 0.00 0.06 0.00 0.00 99.77 08:51:47 08:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 08:51:47 08:48:01 1 0.05 0.00 0.05 0.00 0.02 99.88 08:51:47 08:48:01 2 0.07 0.00 0.07 0.00 0.00 99.87 08:51:47 08:48:01 3 0.53 0.00 0.05 0.00 0.00 99.42 08:51:47 08:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 08:51:47 08:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:51:47 08:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:51:47 08:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:51:47 08:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 08:51:47 08:50:01 all 8.11 0.00 5.79 1.95 0.05 84.10 08:51:47 08:50:01 0 8.10 0.00 6.68 1.92 0.03 83.27 08:51:47 08:50:01 1 8.43 0.00 5.75 1.34 0.05 84.43 08:51:47 08:50:01 2 7.93 0.00 5.22 1.14 0.08 85.62 08:51:47 08:50:01 3 7.97 0.00 5.52 3.42 0.03 83.05 08:51:47 08:51:01 all 11.36 0.00 8.50 3.56 0.08 76.49 08:51:47 08:51:01 0 11.23 0.00 9.13 2.01 0.12 77.50 08:51:47 08:51:01 1 13.77 0.00 8.78 5.25 0.07 72.13 08:51:47 08:51:01 2 10.15 0.00 8.22 3.79 0.07 77.78 08:51:47 08:51:01 3 10.30 0.00 7.88 3.21 0.07 78.54 08:51:47 Average: all 3.48 0.00 2.49 0.97 0.03 93.03 08:51:47 Average: 0 3.39 0.00 2.78 0.75 0.03 93.06 08:51:47 Average: 1 3.83 0.00 2.53 1.17 0.03 92.44 08:51:47 Average: 2 3.13 0.00 2.34 0.89 0.03 93.61 08:51:47 Average: 3 3.56 0.00 2.32 1.09 0.02 93.01 08:51:47 08:51:47 08:51:47