Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9632512bb0651eb718b6ec05c4243f43055886ac 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15082 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 9632512bb0651eb718b6ec05c4243f43055886ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9632512bb0651eb718b6ec05c4243f43055886ac # timeout=10 Commit message: "Merge pull request #384 from weichou1229/issue-319" > git rev-list --no-walk 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:01:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:01:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:01:24 ========================================================= 08:01:24 EdgeX Global Pipelines Version Info 08:01:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:01:25 ------------------- 08:01:25 stable info: 08:01:25 ------------------- 08:01:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:01:25 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 08:01:25 Message: update stable to v1.0.171 08:01:26 ------------------- 08:01:26 experimental info: 08:01:26 ------------------- 08:01:26 Commited By: **** collab-it+edgex@linuxfoundation.org 08:01:26 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 08:01:26 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:01:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:01:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:01:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:01:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:01:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:01:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9632512bb0651eb718b6ec05c4243f43055886ac [Pipeline] echo 08:01:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9632512 [Pipeline] echo 08:01:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:01:31 + git log --format=format:%s -1 9632512bb0651eb718b6ec05c4243f43055886ac [Pipeline] echo 08:01:31 GIT_COMMIT: 9632512bb0651eb718b6ec05c4243f43055886ac, Commit Message: Merge pull request #384 from weichou1229/issue-319 [Pipeline] echo 08:01:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:01:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:01:32 08:01:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:01:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:01:32 latest: Pulling from edgex-devops/git-semver 08:01:32 31603596830f: Pulling fs layer 08:01:32 2a8b12db71e7: Pulling fs layer 08:01:32 6ca5941a6612: Pulling fs layer 08:01:32 ecc8261a40a4: Pulling fs layer 08:01:32 ecc8261a40a4: Waiting 08:01:32 2a8b12db71e7: Verifying Checksum 08:01:32 2a8b12db71e7: Download complete 08:01:32 31603596830f: Verifying Checksum 08:01:32 31603596830f: Download complete 08:01:32 6ca5941a6612: Verifying Checksum 08:01:32 6ca5941a6612: Download complete 08:01:32 ecc8261a40a4: Verifying Checksum 08:01:32 ecc8261a40a4: Download complete 08:01:33 31603596830f: Pull complete 08:01:33 2a8b12db71e7: Pull complete 08:01:34 6ca5941a6612: Pull complete 08:01:34 ecc8261a40a4: Pull complete 08:01:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:01:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:01:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:01:34 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:01:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:01:36 $ docker top c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:01:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:01:36 [ssh-agent] Looking for ssh-agent implementation... 08:01:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:01:37 $ docker exec c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f ssh-agent 08:01:37 SSH_AUTH_SOCK=/tmp/ssh-h4v1eK8Ml1uu/agent.11 08:01:37 SSH_AGENT_PID=16 08:01:37 Running ssh-add (command line suppressed) 08:01:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7634581089640545715.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7634581089640545715.key) 08:01:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:01:37 + git tag --points-at HEAD [Pipeline] } 08:01:37 $ docker exec --env ******** --env ******** c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f ssh-agent -k 08:01:38 unset SSH_AUTH_SOCK; 08:01:38 unset SSH_AGENT_PID; 08:01:38 echo Agent pid 16 killed; 08:01:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:01:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:01:38 [ssh-agent] Looking for ssh-agent implementation... 08:01:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:01:38 $ docker exec c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f ssh-agent 08:01:38 SSH_AUTH_SOCK=/tmp/ssh-7j3XprJ9hofD/agent.45 08:01:38 SSH_AGENT_PID=50 08:01:38 Running ssh-add (command line suppressed) 08:01:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_900900733086087612.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_900900733086087612.key) 08:01:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:01:39 + git semver init 08:01:39 # -> Open(): unable to determine branch for HEAD 08:01:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:01:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:01:39 # $SEMVER_REMOTE_NAME = origin 08:01:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:01:39 # $SEMVER_USER_NAME = edgex-jenkins 08:01:39 # $SEMVER_BRANCH = master 08:01:39 # $SEMVER_TEMP = /tmp/semver-648071030 08:01:39 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:01:39 # '/tmp/semver-648071030' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 08:01:39 # -> Force: false 08:01:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:01:39 $ docker exec --env ******** --env ******** c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f ssh-agent -k 08:01:39 unset SSH_AUTH_SOCK; 08:01:39 unset SSH_AGENT_PID; 08:01:39 echo Agent pid 50 killed; 08:01:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:01:40 + git semver [Pipeline] } 08:01:40 $ docker stop --time=1 c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f 08:01:42 $ docker rm -f c337f059d59e35d4c993189706d0130f08cbe6b0314ef86cfe84aa2d8759541f [Pipeline] // withDockerContainer [Pipeline] sh 08:01:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:01:43 Stashed 1 file(s) [Pipeline] echo 08:01:43 [edgeXSemver]: initialized semver on version 0.1.122 [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:01:58 Still waiting to schedule task 08:01:58 ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15083’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15068’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15081’ doesn’t have label ‘centos7-docker-4c-2g’ 08:01:58 Still waiting to schedule task 08:01:58 ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15083’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15068’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15081’ is offline 08:02:06 Running on prd-centos7-docker-4c-2g-15083 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:02:06 Running in /w/workspace/go-mod-core-contracts/90 [Pipeline] { [Pipeline] checkout 08:02:08 using credential edgex-jenkins-ssh 08:02:08 Cloning the remote Git repository 08:02:08 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:08 > git init /w/workspace/go-mod-core-contracts/90 # timeout=10 08:02:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:08 > git --version # timeout=10 08:02:08 > git --version # 'git version 2.24.3' 08:02:08 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:10 Checking out Revision 9632512bb0651eb718b6ec05c4243f43055886ac (master) 08:02:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:02:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:02:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:02:09 > git config core.sparsecheckout # timeout=10 08:02:09 > git checkout -f 9632512bb0651eb718b6ec05c4243f43055886ac # timeout=10 08:02:13 Commit message: "Merge pull request #384 from weichou1229/issue-319" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:02:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:02:15 + sudo service docker restart 08:02:15 + true 08:02:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:02:17 ========================================================= 08:02:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:02:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:02:18 + 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:02:18 Sending build context to Docker daemon 1.876MB 08:02:18 Step 1/7 : ARG BASE=golang:1.15-alpine 08:02:18 Step 2/7 : FROM ${BASE} 08:02:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:02:18 188c0c94c7c5: Pulling fs layer 08:02:18 0ef7d3d256c8: Pulling fs layer 08:02:18 de9db76c5a1d: Pulling fs layer 08:02:18 bca2f99d35d6: Pulling fs layer 08:02:18 93359f2a8cfa: Pulling fs layer 08:02:18 7c6f9722023f: Pulling fs layer 08:02:18 a35cf1a2eb13: Pulling fs layer 08:02:18 bca2f99d35d6: Waiting 08:02:18 93359f2a8cfa: Waiting 08:02:18 7c6f9722023f: Waiting 08:02:18 a35cf1a2eb13: Waiting 08:02:18 de9db76c5a1d: Verifying Checksum 08:02:18 de9db76c5a1d: Download complete 08:02:18 0ef7d3d256c8: Verifying Checksum 08:02:18 0ef7d3d256c8: Download complete 08:02:18 93359f2a8cfa: Verifying Checksum 08:02:18 93359f2a8cfa: Download complete 08:02:18 7c6f9722023f: Verifying Checksum 08:02:18 7c6f9722023f: Download complete 08:02:18 188c0c94c7c5: Verifying Checksum 08:02:18 188c0c94c7c5: Download complete 08:02:18 188c0c94c7c5: Pull complete 08:02:19 0ef7d3d256c8: Pull complete 08:02:19 de9db76c5a1d: Pull complete 08:02:20 a35cf1a2eb13: Verifying Checksum 08:02:20 a35cf1a2eb13: Download complete 08:02:21 bca2f99d35d6: Download complete 08:02:26 bca2f99d35d6: Pull complete 08:02:26 93359f2a8cfa: Pull complete 08:02:26 7c6f9722023f: Pull complete 08:02:34 a35cf1a2eb13: Pull complete 08:02:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:02:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:02:34 ---> a62c8e92a672 08:02:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:02:34 ---> Running in 43e538885895 08:02:34 Removing intermediate container 43e538885895 08:02:34 ---> e3808532c052 08:02:34 Step 4/7 : RUN apk add bash 08:02:34 ---> Running in dbf61b37c076 08:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:36 OK: 166 MiB in 39 packages 08:02:37 Removing intermediate container dbf61b37c076 08:02:37 ---> a266b89a7ab7 08:02:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:02:37 ---> Running in 5bfbe223d30a 08:02:37 Removing intermediate container 5bfbe223d30a 08:02:37 ---> 054cae097e6c 08:02:37 Step 6/7 : COPY go.mod . 08:02:37 ---> de669a4f801e 08:02:37 Step 7/7 : RUN go mod download 08:02:37 ---> Running in e0cb17e7c2b5 08:02:50 Removing intermediate container e0cb17e7c2b5 08:02:50 ---> efb02f9994fd 08:02:50 Successfully built efb02f9994fd 08:02:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:02:50 + docker inspect -f . ci-base-image-x86_64 08:02:50 . [Pipeline] withDockerContainer 08:02:50 prd-centos7-docker-4c-2g-15083 does not seem to be running inside a container 08:02:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/90 -v /w/workspace/go-mod-core-contracts/90:/w/workspace/go-mod-core-contracts/90:rw,z -v /w/workspace/go-mod-core-contracts/90@tmp:/w/workspace/go-mod-core-contracts/90@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 ******** ci-base-image-x86_64 cat 08:02:51 $ docker top 35a8cd9e33db675672319971d14fab3da68d59c538f3ec73545e3f92a00b275f -eo pid,comm [Pipeline] { [Pipeline] sh 08:02:52 + go version 08:02:52 go version go1.15.5 linux/amd64 [Pipeline] } 08:02:52 $ docker stop --time=1 35a8cd9e33db675672319971d14fab3da68d59c538f3ec73545e3f92a00b275f 08:02:53 $ docker rm -f 35a8cd9e33db675672319971d14fab3da68d59c538f3ec73545e3f92a00b275f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:02:54 + docker inspect -f . ci-base-image-x86_64 08:02:54 . [Pipeline] withDockerContainer 08:02:54 prd-centos7-docker-4c-2g-15083 does not seem to be running inside a container 08:02:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/90 -v /w/workspace/go-mod-core-contracts/90:/w/workspace/go-mod-core-contracts/90:rw,z -v /w/workspace/go-mod-core-contracts/90@tmp:/w/workspace/go-mod-core-contracts/90@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 ******** ci-base-image-x86_64 cat 08:02:55 $ docker top 620e78f308bcfdced970b2e15591f92fd7dcc1d88b177f21f434caba4b8979b6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:02:55 + make test 08:02:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:03:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements 08:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 08:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements 08:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.008s coverage: 77.8% of statements 08:03:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.004s coverage: 6.6% of statements 08:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.040s coverage: 14.7% of statements 08:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 08:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.039s coverage: 91.8% of statements 08:03:03 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:03:03 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.043s coverage: 100.0% of statements 08:03:05 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.008s coverage: 47.8% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.037s coverage: 63.0% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 08:03:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.013s coverage: 81.5% of statements 08:03:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:03:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.010s coverage: 29.9% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 100.0% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 08:03:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 08:03:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:03:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:03:09 gofmt -l . 08:03:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:03:09 $ docker stop --time=1 620e78f308bcfdced970b2e15591f92fd7dcc1d88b177f21f434caba4b8979b6 08:03:12 $ docker rm -f 620e78f308bcfdced970b2e15591f92fd7dcc1d88b177f21f434caba4b8979b6 [Pipeline] // withDockerContainer [Pipeline] sh 08:03:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:03:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:05:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15085 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:05:30 Running in /w/workspace/go-mod-core-contracts/90 [Pipeline] { [Pipeline] checkout 08:05:35 using credential edgex-jenkins-ssh 08:05:35 Cloning the remote Git repository 08:05:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:05:35 > git init /w/workspace/go-mod-core-contracts/90 # timeout=10 08:05:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:05:35 > git --version # timeout=10 08:05:35 > git --version # 'git version 2.17.1' 08:05:35 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:05:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:05:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:05:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:05:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:05:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:05:38 Checking out Revision 9632512bb0651eb718b6ec05c4243f43055886ac (master) 08:05:38 > git config core.sparsecheckout # timeout=10 08:05:38 > git checkout -f 9632512bb0651eb718b6ec05c4243f43055886ac # timeout=10 08:05:42 Commit message: "Merge pull request #384 from weichou1229/issue-319" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:05:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:05:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:05:45 + sudo service docker restart 08:05:45 + true [Pipeline] unstash [Pipeline] echo 08:05:47 ========================================================= 08:05:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:05:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:05:47 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:05:48 Sending build context to Docker daemon 1.878MB 08:05:48 Step 1/7 : ARG BASE=golang:1.15-alpine 08:05:48 Step 2/7 : FROM ${BASE} 08:05:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:05:49 5f621e34cdf4: Pulling fs layer 08:05:49 a4357932f1b6: Pulling fs layer 08:05:49 18c013af1878: Pulling fs layer 08:05:49 00ac8860ef70: Pulling fs layer 08:05:49 63d7cb157983: Pulling fs layer 08:05:49 b116817d02f9: Pulling fs layer 08:05:49 745a02a5169b: Pulling fs layer 08:05:49 00ac8860ef70: Waiting 08:05:49 63d7cb157983: Waiting 08:05:49 745a02a5169b: Waiting 08:05:49 b116817d02f9: Waiting 08:05:49 18c013af1878: Download complete 08:05:49 a4357932f1b6: Verifying Checksum 08:05:49 a4357932f1b6: Download complete 08:05:49 63d7cb157983: Download complete 08:05:49 b116817d02f9: Verifying Checksum 08:05:49 b116817d02f9: Download complete 08:05:49 5f621e34cdf4: Download complete 08:05:49 5f621e34cdf4: Pull complete 08:05:50 a4357932f1b6: Pull complete 08:05:50 18c013af1878: Pull complete 08:05:52 745a02a5169b: Verifying Checksum 08:05:52 745a02a5169b: Download complete 08:05:52 00ac8860ef70: Verifying Checksum 08:05:52 00ac8860ef70: Download complete 08:06:03 00ac8860ef70: Pull complete 08:06:03 63d7cb157983: Pull complete 08:06:03 b116817d02f9: Pull complete 08:06:07 745a02a5169b: Pull complete 08:06:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:06:07 ---> b7e6874047d6 08:06:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:06:09 ---> Running in d65704cba894 08:06:10 Removing intermediate container d65704cba894 08:06:10 ---> 7f1ddff19e0f 08:06:10 Step 4/7 : RUN apk add bash 08:06:10 ---> Running in ec9fb1db2bbf 08:06:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:14 OK: 142 MiB in 39 packages 08:06:14 Removing intermediate container ec9fb1db2bbf 08:06:14 ---> 6a36f0ae2a9d 08:06:14 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:06:14 ---> Running in 4547acdc125d 08:06:15 Removing intermediate container 4547acdc125d 08:06:15 ---> 6122fdc2fb7b 08:06:15 Step 6/7 : COPY go.mod . 08:06:16 ---> 8ed85265a91f 08:06:16 Step 7/7 : RUN go mod download 08:06:16 ---> Running in 51c40562caa9 08:06:31 Removing intermediate container 51c40562caa9 08:06:31 ---> 326b0b043933 08:06:31 Successfully built 326b0b043933 08:06:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:06:31 + docker inspect -f . ci-base-image-arm64 08:06:31 . [Pipeline] withDockerContainer 08:06:31 prd-ubuntu18.04-docker-arm64-4c-16g-15085 does not seem to be running inside a container 08:06:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/90 -v /w/workspace/go-mod-core-contracts/90:/w/workspace/go-mod-core-contracts/90:rw,z -v /w/workspace/go-mod-core-contracts/90@tmp:/w/workspace/go-mod-core-contracts/90@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:06:33 $ docker top 9b7b838fda4f6c12d76256f2c4c6603bb74ae2f5ee774b5515531cac0d5388b2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:34 + go version 08:06:34 go version go1.15.5 linux/arm64 [Pipeline] } 08:06:34 $ docker stop --time=1 9b7b838fda4f6c12d76256f2c4c6603bb74ae2f5ee774b5515531cac0d5388b2 08:06:36 $ docker rm -f 9b7b838fda4f6c12d76256f2c4c6603bb74ae2f5ee774b5515531cac0d5388b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:37 + docker inspect -f . ci-base-image-arm64 08:06:37 . [Pipeline] withDockerContainer 08:06:37 prd-ubuntu18.04-docker-arm64-4c-16g-15085 does not seem to be running inside a container 08:06:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/90 -v /w/workspace/go-mod-core-contracts/90:/w/workspace/go-mod-core-contracts/90:rw,z -v /w/workspace/go-mod-core-contracts/90@tmp:/w/workspace/go-mod-core-contracts/90@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:06:39 $ docker top b61ab8149e626a9f8778a1e0e215ef16da12aed660df98aff5b7a12ca2fddd47 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:40 + make test 08:06:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:07:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:07:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements 08:07:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.031s coverage: 100.0% of statements 08:07:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.058s coverage: 45.4% of statements 08:07:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.040s coverage: 77.8% of statements 08:07:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:07:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.026s coverage: 6.6% of statements 08:07:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.070s coverage: 14.7% of statements 08:07:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.045s coverage: 100.0% of statements 08:07:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.082s coverage: 91.8% of statements 08:07:07 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:07:07 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:07:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.031s coverage: 100.0% of statements 08:07:07 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 47.8% of statements 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.087s coverage: 63.0% of statements 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.029s coverage: 15.4% of statements 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.027s coverage: 15.4% of statements 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements 08:07:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.042s coverage: 81.5% of statements 08:07:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:07:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.055s coverage: 29.9% of statements 08:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.026s coverage: 100.0% of statements 08:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements 08:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 08:07:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:07:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:07:20 gofmt -l . 08:07:21 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:07:21 $ docker stop --time=1 b61ab8149e626a9f8778a1e0e215ef16da12aed660df98aff5b7a12ca2fddd47 08:07:23 $ docker rm -f b61ab8149e626a9f8778a1e0e215ef16da12aed660df98aff5b7a12ca2fddd47 [Pipeline] // withDockerContainer [Pipeline] sh 08:07:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:07:24 Warning: overwriting stash ‘coverage-report’ 08:07:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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:07:27 provisioning config files... 08:07:27 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3170968309270572311tmp [Pipeline] { [Pipeline] sh 08:07:28 + set +x 08:07:28 + curl -s https://codecov.io/bash 08:07:28 + bash -s -- 08:07:28 08:07:28 _____ _ 08:07:28 / ____| | | 08:07:28 | | ___ __| | ___ ___ _____ __ 08:07:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:07:28 | |___| (_) | (_| | __/ (_| (_) \ V / 08:07:28 \_____\___/ \__,_|\___|\___\___/ \_/ 08:07:28 Bash-20201130-cc6d3fe 08:07:28 08:07:28 08:07:28 ==> Jenkins CI detected. 08:07:28 project root: . 08:07:28 --> token set from env 08:07:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:07:28 ==> Running gcov in . (disable via -X gcov) 08:07:28 ==> Python coveragepy not found 08:07:28 ==> Searching for coverage reports in: 08:07:28 + . 08:07:28 -> Found 1 reports 08:07:28 ==> Detecting git/mercurial file structure 08:07:28 ==> Reading reports 08:07:28 + ./coverage.out bytes=106677 08:07:28 ==> Appending adjustments 08:07:28 https://docs.codecov.io/docs/fixing-reports 08:07:28 + Found adjustments 08:07:29 ==> Gzipping contents 08:07:29 20K /tmp/codecov.eiH9s8.gz 08:07:29 ==> Uploading reports 08:07:29 url: https://codecov.io 08:07:29 query: branch=master&commit=9632512bb0651eb718b6ec05c4243f43055886ac&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F90%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:07:29 -> Pinging Codecov 08:07:29 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=9632512bb0651eb718b6ec05c4243f43055886ac&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F90%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:07:29 -> Uploading to 08:07:29 https://storage.googleapis.com/codecov/v4/raw/2020-12-08/71470A77251A30514AAF9C0BB2E5B6CE/9632512bb0651eb718b6ec05c4243f43055886ac/0836d574-e960-44ef-8161-6076d0c07277.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T080729Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba2897f04f21a09bd2804eda5ff19f4def5ec456310bb2fd9aefc202f300ff09 08:07:29 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:29 Dload Upload Total Spent Left Speed 08:07:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17319 0 0 100 17319 0 41232 --:--:-- --:--:-- --:--:-- 41235 08:07:30 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9632512bb0651eb718b6ec05c4243f43055886ac [Pipeline] } 08:07:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:07:30 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:07:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:07:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:31 08:07:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:07:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:31 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:07:31 188c0c94c7c5: Pulling fs layer 08:07:31 0ef7d3d256c8: Pulling fs layer 08:07:31 de9db76c5a1d: Pulling fs layer 08:07:31 0eba1c9be4d2: Pulling fs layer 08:07:31 0d57e429df01: Pulling fs layer 08:07:31 4e4be7b47b0d: Pulling fs layer 08:07:31 e1f770b5df2f: Pulling fs layer 08:07:31 85a0685a4137: Pulling fs layer 08:07:31 0eba1c9be4d2: Waiting 08:07:31 0d57e429df01: Waiting 08:07:31 4e4be7b47b0d: Waiting 08:07:31 e1f770b5df2f: Waiting 08:07:31 85a0685a4137: Waiting 08:07:31 de9db76c5a1d: Download complete 08:07:31 0ef7d3d256c8: Download complete 08:07:31 0d57e429df01: Verifying Checksum 08:07:31 0d57e429df01: Download complete 08:07:31 4e4be7b47b0d: Download complete 08:07:31 188c0c94c7c5: Download complete 08:07:32 188c0c94c7c5: Pull complete 08:07:32 0ef7d3d256c8: Pull complete 08:07:32 de9db76c5a1d: Pull complete 08:07:33 e1f770b5df2f: Verifying Checksum 08:07:33 e1f770b5df2f: Download complete 08:07:35 0eba1c9be4d2: Verifying Checksum 08:07:35 0eba1c9be4d2: Download complete 08:07:35 85a0685a4137: Verifying Checksum 08:07:35 85a0685a4137: Download complete 08:07:40 0eba1c9be4d2: Pull complete 08:07:40 0d57e429df01: Pull complete 08:07:40 4e4be7b47b0d: Pull complete 08:07:43 e1f770b5df2f: Pull complete 08:07:49 85a0685a4137: Pull complete 08:07:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:07:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:07:49 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:07:49 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:07:50 $ docker top 70f04c4ae56ddca752f1f2a749a799e7bc79a9a201336849d5676983c1b987da -eo pid,comm [Pipeline] { [Pipeline] echo 08:07:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:07:51 + set -o pipefail 08:07:51 + snyk monitor '--org=edgex-jenkins' 08:07:56 08:07:56 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 08:07:56 08:07:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/85873f12-d314-444d-b2b2-e073a55916dc 08:07:56 08:07:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:07:56 08:07:56 [Pipeline] } 08:07:56 $ docker stop --time=1 70f04c4ae56ddca752f1f2a749a799e7bc79a9a201336849d5676983c1b987da 08:07:59 $ docker rm -f 70f04c4ae56ddca752f1f2a749a799e7bc79a9a201336849d5676983c1b987da [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:08:01 + git log --format=format:%s -1 9632512bb0651eb718b6ec05c4243f43055886ac [Pipeline] isUnix [Pipeline] sh 08:08:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:01 . [Pipeline] withDockerContainer 08:08:02 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:02 $ docker top baf1e7476869b417302a1e7b93e49d1dbc6e12718c159563bf01cff15f54ab25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:03 [ssh-agent] Looking for ssh-agent implementation... 08:08:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:03 $ docker exec baf1e7476869b417302a1e7b93e49d1dbc6e12718c159563bf01cff15f54ab25 ssh-agent 08:08:03 SSH_AUTH_SOCK=/tmp/ssh-s0fcATxvRJWQ/agent.11 08:08:03 SSH_AGENT_PID=17 08:08:03 Running ssh-add (command line suppressed) 08:08:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5136493142245415432.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5136493142245415432.key) 08:08:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:04 + git semver tag 08:08:04 # -> Open(): unable to determine branch for HEAD 08:08:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:08:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:08:04 # $SEMVER_REMOTE_NAME = origin 08:08:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:04 # $SEMVER_USER_NAME = edgex-jenkins 08:08:04 # $SEMVER_BRANCH = master 08:08:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:08:04 # 9632512bb0651eb718b6ec05c4243f43055886ac HEAD 08:08:04 # -> Force: false 08:08:04 # 39f562f3b60a6c0805e263f710231231f01510a0 refs/tags/v0.1.122 [Pipeline] } 08:08:04 $ docker exec --env ******** --env ******** baf1e7476869b417302a1e7b93e49d1dbc6e12718c159563bf01cff15f54ab25 ssh-agent -k 08:08:04 unset SSH_AUTH_SOCK; 08:08:04 unset SSH_AGENT_PID; 08:08:04 echo Agent pid 17 killed; 08:08:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:04 + git semver [Pipeline] } 08:08:04 $ docker stop --time=1 baf1e7476869b417302a1e7b93e49d1dbc6e12718c159563bf01cff15f54ab25 08:08:06 $ docker rm -f baf1e7476869b417302a1e7b93e49d1dbc6e12718c159563bf01cff15f54ab25 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:08:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:06 08:08:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:08:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:07 0.23.1-centos7: Pulling from edgex-lftools 08:08:07 ab5ef0e58194: Pulling fs layer 08:08:07 9712f1f96733: Pulling fs layer 08:08:07 63f879dbbcfc: Pulling fs layer 08:08:07 0d9ebad4ef96: Pulling fs layer 08:08:07 e9a5061849ea: Pulling fs layer 08:08:07 d747dcd14b5f: Pulling fs layer 08:08:07 2de7ff778b66: Pulling fs layer 08:08:07 e9a5061849ea: Waiting 08:08:07 0d9ebad4ef96: Waiting 08:08:07 d747dcd14b5f: Waiting 08:08:07 2de7ff778b66: Waiting 08:08:07 9712f1f96733: Verifying Checksum 08:08:07 9712f1f96733: Download complete 08:08:08 63f879dbbcfc: Verifying Checksum 08:08:08 63f879dbbcfc: Download complete 08:08:09 e9a5061849ea: Verifying Checksum 08:08:09 e9a5061849ea: Download complete 08:08:09 d747dcd14b5f: Verifying Checksum 08:08:09 d747dcd14b5f: Download complete 08:08:09 2de7ff778b66: Verifying Checksum 08:08:09 2de7ff778b66: Download complete 08:08:09 0d9ebad4ef96: Verifying Checksum 08:08:09 0d9ebad4ef96: Download complete 08:08:09 ab5ef0e58194: Verifying Checksum 08:08:09 ab5ef0e58194: Download complete 08:08:14 ab5ef0e58194: Pull complete 08:08:14 9712f1f96733: Pull complete 08:08:16 63f879dbbcfc: Pull complete 08:08:23 0d9ebad4ef96: Pull complete 08:08:23 e9a5061849ea: Pull complete 08:08:23 d747dcd14b5f: Pull complete 08:08:26 2de7ff778b66: Pull complete 08:08:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:08:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:08:27 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:08:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:08:30 $ docker top 3cba3220a0438325c48109dda2935d45ccd4afbcff25edc7ed7eb5401fe02b57 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:08:31 provisioning config files... 08:08:31 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1174738396380217398tmp 08:08:31 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7255868150571573468tmp 08:08:31 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5756386743073920660tmp [Pipeline] { [Pipeline] echo 08:08:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:08:31 ---> sigul-configuration.sh 08:08:31 gpg: directory `/root/.gnupg' created 08:08:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:08:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:08:31 gpg: keyring `/root/.gnupg/secring.gpg' created 08:08:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:08:31 gpg: CAST5 encrypted data 08:08:31 gpg: encrypted with 1 passphrase 08:08:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:08:32 + mkdir /home/jenkins 08:08:32 + mkdir /home/jenkins/sigul [Pipeline] sh 08:08:32 + 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:08:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:08:32 ---> sigul-install.sh 08:08:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:08:39 + git tag --list 08:08:39 v0.0.0 08:08:39 v0.0.1 08:08:39 v0.1.0 08:08:39 v0.1.1 08:08:39 v0.1.10 08:08:39 v0.1.100 08:08:39 v0.1.101 08:08:39 v0.1.102 08:08:39 v0.1.103 08:08:39 v0.1.104 08:08:39 v0.1.105 08:08:39 v0.1.106 08:08:39 v0.1.107 08:08:39 v0.1.108 08:08:39 v0.1.109 08:08:39 v0.1.11 08:08:39 v0.1.110 08:08:39 v0.1.111 08:08:39 v0.1.112 08:08:39 v0.1.113 08:08:39 v0.1.114 08:08:39 v0.1.115 08:08:39 v0.1.116 08:08:39 v0.1.117 08:08:39 v0.1.118 08:08:39 v0.1.119 08:08:39 v0.1.12 08:08:39 v0.1.120 08:08:39 v0.1.121 08:08:39 v0.1.122 08:08:39 v0.1.13 08:08:39 v0.1.14 08:08:39 v0.1.15 08:08:39 v0.1.16 08:08:39 v0.1.17 08:08:39 v0.1.18 08:08:39 v0.1.19 08:08:39 v0.1.2 08:08:39 v0.1.20 08:08:39 v0.1.21 08:08:39 v0.1.22 08:08:39 v0.1.23 08:08:39 v0.1.24 08:08:39 v0.1.25 08:08:39 v0.1.26 08:08:39 v0.1.27 08:08:39 v0.1.28 08:08:39 v0.1.29 08:08:39 v0.1.3 08:08:39 v0.1.30 08:08:39 v0.1.31 08:08:39 v0.1.32 08:08:39 v0.1.33 08:08:39 v0.1.34 08:08:39 v0.1.35 08:08:39 v0.1.36 08:08:39 v0.1.37 08:08:39 v0.1.38 08:08:39 v0.1.39 08:08:39 v0.1.4 08:08:39 v0.1.40 08:08:39 v0.1.41 08:08:39 v0.1.42 08:08:39 v0.1.43 08:08:39 v0.1.44 08:08:39 v0.1.45 08:08:39 v0.1.46 08:08:39 v0.1.47 08:08:39 v0.1.48 08:08:39 v0.1.49 08:08:39 v0.1.5 08:08:39 v0.1.50 08:08:39 v0.1.51 08:08:39 v0.1.52 08:08:39 v0.1.53 08:08:39 v0.1.54 08:08:39 v0.1.55 08:08:39 v0.1.56 08:08:39 v0.1.57 08:08:39 v0.1.58 08:08:39 v0.1.59 08:08:39 v0.1.6 08:08:39 v0.1.60 08:08:39 v0.1.61 08:08:39 v0.1.62 08:08:39 v0.1.63 08:08:39 v0.1.64 08:08:39 v0.1.65 08:08:39 v0.1.66 08:08:39 v0.1.67 08:08:39 v0.1.68 08:08:39 v0.1.69 08:08:39 v0.1.7 08:08:39 v0.1.70 08:08:39 v0.1.71 08:08:39 v0.1.72 08:08:39 v0.1.73 08:08:39 v0.1.74 08:08:39 v0.1.75 08:08:39 v0.1.76 08:08:39 v0.1.77 08:08:39 v0.1.78 08:08:39 v0.1.79 08:08:39 v0.1.8 08:08:39 v0.1.80 08:08:39 v0.1.81 08:08:39 v0.1.82 08:08:39 v0.1.83 08:08:39 v0.1.84 08:08:39 v0.1.85 08:08:39 v0.1.86 08:08:39 v0.1.87 08:08:39 v0.1.88 08:08:39 v0.1.89 08:08:39 v0.1.9 08:08:39 v0.1.90 08:08:39 v0.1.91 08:08:39 v0.1.92 08:08:39 v0.1.93 08:08:39 v0.1.94 08:08:39 v0.1.95 08:08:39 v0.1.96 08:08:39 v0.1.97 08:08:39 v0.1.98 08:08:39 v0.1.99 [Pipeline] sh 08:08:40 + lftools sign git-tag v0.1.122 08:08:41 Signing Git tag with Sigul... 08:08:41 Signing v0.1.122 [Pipeline] echo 08:08:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:08:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:08:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:08:42 $ docker stop --time=1 3cba3220a0438325c48109dda2935d45ccd4afbcff25edc7ed7eb5401fe02b57 08:08:44 $ docker rm -f 3cba3220a0438325c48109dda2935d45ccd4afbcff25edc7ed7eb5401fe02b57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:08:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:45 . [Pipeline] withDockerContainer 08:08:45 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:08:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:46 $ docker top 7957b9d68a61acfe0a3c56959300313f0a9937aebe4aa7b679ef8a54e21f1004 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:46 [ssh-agent] Looking for ssh-agent implementation... 08:08:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:47 $ docker exec 7957b9d68a61acfe0a3c56959300313f0a9937aebe4aa7b679ef8a54e21f1004 ssh-agent 08:08:47 SSH_AUTH_SOCK=/tmp/ssh-ZUk0KRV52SYL/agent.12 08:08:47 SSH_AGENT_PID=17 08:08:47 Running ssh-add (command line suppressed) 08:08:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2584143934922619943.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2584143934922619943.key) 08:08:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:47 + git semver bump patch 08:08:47 # -> Open(): unable to determine branch for HEAD 08:08:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:08:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:08:47 # $SEMVER_REMOTE_NAME = origin 08:08:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:47 # $SEMVER_USER_NAME = edgex-jenkins 08:08:47 # $SEMVER_BRANCH = master 08:08:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:08:47 0.1.123 [Pipeline] } 08:08:47 $ docker exec --env ******** --env ******** 7957b9d68a61acfe0a3c56959300313f0a9937aebe4aa7b679ef8a54e21f1004 ssh-agent -k 08:08:48 unset SSH_AUTH_SOCK; 08:08:48 unset SSH_AGENT_PID; 08:08:48 echo Agent pid 17 killed; 08:08:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:48 + git semver [Pipeline] } 08:08:48 $ docker stop --time=1 7957b9d68a61acfe0a3c56959300313f0a9937aebe4aa7b679ef8a54e21f1004 08:08:50 $ docker rm -f 7957b9d68a61acfe0a3c56959300313f0a9937aebe4aa7b679ef8a54e21f1004 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:08:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:50 . [Pipeline] withDockerContainer 08:08:50 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:08:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:51 $ docker top 0aecff2bf450fde40b3822d9894795c2eceff088d9eaa080b0ce694c37573e46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:51 [ssh-agent] Looking for ssh-agent implementation... 08:08:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:52 $ docker exec 0aecff2bf450fde40b3822d9894795c2eceff088d9eaa080b0ce694c37573e46 ssh-agent 08:08:52 SSH_AUTH_SOCK=/tmp/ssh-hPx8Ljd605V4/agent.12 08:08:52 SSH_AGENT_PID=17 08:08:52 Running ssh-add (command line suppressed) 08:08:52 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6900044036671933258.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6900044036671933258.key) 08:08:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:52 + git semver push 08:08:52 # -> Open(): unable to determine branch for HEAD 08:08:52 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:08:52 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:08:52 # $SEMVER_REMOTE_NAME = origin 08:08:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:52 # $SEMVER_USER_NAME = edgex-jenkins 08:08:52 # $SEMVER_BRANCH = master 08:08:52 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:08:59 $ docker exec --env ******** --env ******** 0aecff2bf450fde40b3822d9894795c2eceff088d9eaa080b0ce694c37573e46 ssh-agent -k 08:08:59 unset SSH_AUTH_SOCK; 08:08:59 unset SSH_AGENT_PID; 08:08:59 echo Agent pid 17 killed; 08:08:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:00 + git semver [Pipeline] } 08:09:00 $ docker stop --time=1 0aecff2bf450fde40b3822d9894795c2eceff088d9eaa080b0ce694c37573e46 08:09:01 $ docker rm -f 0aecff2bf450fde40b3822d9894795c2eceff088d9eaa080b0ce694c37573e46 [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:09:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:09:03 ---> package-listing.sh 08:09:03 ++ facter osfamily 08:09:03 ++ tr '[:upper:]' '[:lower:]' 08:09:03 + OS_FAMILY=redhat 08:09:03 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:09:03 + START_PACKAGES=/tmp/packages_start.txt 08:09:03 + END_PACKAGES=/tmp/packages_end.txt 08:09:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:09:03 + PACKAGES=/tmp/packages_start.txt 08:09:03 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:09:03 + PACKAGES=/tmp/packages_end.txt 08:09:03 + case "${OS_FAMILY}" in 08:09:03 + rpm -qa 08:09:03 + sort 08:09:10 + '[' -f /tmp/packages_start.txt ']' 08:09:10 + '[' -f /tmp/packages_end.txt ']' 08:09:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:09:10 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:09:10 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:09:10 + 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:09:10 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:09:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:09:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:09:10 08:09:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:09:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:09:11 alpine: Pulling from edgex-lftools-log-publisher 08:09:11 df20fa9351a1: Pulling fs layer 08:09:11 36b3adc4ff6f: Pulling fs layer 08:09:11 8ad3a11d3b57: Pulling fs layer 08:09:11 46f8f816bc3b: Pulling fs layer 08:09:11 93b61091891f: Pulling fs layer 08:09:11 93b9cdb0e59b: Pulling fs layer 08:09:11 5e14af77c1be: Pulling fs layer 08:09:11 01666e4c0597: Pulling fs layer 08:09:11 aa168da1d23b: Pulling fs layer 08:09:11 93b9cdb0e59b: Waiting 08:09:11 5e14af77c1be: Waiting 08:09:11 01666e4c0597: Waiting 08:09:11 aa168da1d23b: Waiting 08:09:11 93b61091891f: Waiting 08:09:11 46f8f816bc3b: Waiting 08:09:11 36b3adc4ff6f: Verifying Checksum 08:09:11 36b3adc4ff6f: Download complete 08:09:11 46f8f816bc3b: Verifying Checksum 08:09:11 46f8f816bc3b: Download complete 08:09:11 93b61091891f: Verifying Checksum 08:09:11 93b61091891f: Download complete 08:09:11 df20fa9351a1: Download complete 08:09:11 93b9cdb0e59b: Verifying Checksum 08:09:11 93b9cdb0e59b: Download complete 08:09:11 5e14af77c1be: Verifying Checksum 08:09:11 5e14af77c1be: Download complete 08:09:11 01666e4c0597: Verifying Checksum 08:09:11 01666e4c0597: Download complete 08:09:11 8ad3a11d3b57: Verifying Checksum 08:09:11 8ad3a11d3b57: Download complete 08:09:12 df20fa9351a1: Pull complete 08:09:12 36b3adc4ff6f: Pull complete 08:09:13 aa168da1d23b: Verifying Checksum 08:09:13 aa168da1d23b: Download complete 08:09:14 8ad3a11d3b57: Pull complete 08:09:14 46f8f816bc3b: Pull complete 08:09:14 93b61091891f: Pull complete 08:09:14 93b9cdb0e59b: Pull complete 08:09:14 5e14af77c1be: Pull complete 08:09:14 01666e4c0597: Pull complete 08:09:22 aa168da1d23b: Pull complete 08:09:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:09:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:09:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:09:23 prd-centos7-docker-4c-2g-15082 does not seem to be running inside a container 08:09:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:09:26 $ docker top d8521c48fc3b9473eeb3755c9850e216710f81da4b53ac8eef696864ca43e121 -eo pid,comm [Pipeline] { [Pipeline] sh 08:09:26 + touch /tmp/pre-build-complete [Pipeline] sh 08:09:27 + mkdir -p /var/log/sa [Pipeline] sh 08:09:27 + ls /var/log/sa-host 08:09:27 + sadf -c /var/log/sa-host/sa08 08:09:27 file_magic: OK 08:09:27 HZ: Using current value: 100 08:09:27 file_header: OK 08:09:27 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:09:27 Statistics: 08:09:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:09:27 File successfully converted to sysstat format version 12.2.1 08:09:27 + sadf -c /var/log/sa-host/sa23 08:09:27 file_magic: OK 08:09:27 HZ: Using current value: 100 08:09:27 file_header: OK 08:09:27 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:09:27 Statistics: 08:09:27 Hnuu...uuuununununu... 08:09:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:09:27 provisioning config files... 08:09:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8868855482677312583tmp [Pipeline] { [Pipeline] echo 08:09:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:09:28 ---> create-netrc.sh [Pipeline] } 08:09:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:09:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:09:28 ---> python-tools-install.sh [Pipeline] echo 08:09:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:09:28 ---> sudo-logs.sh 08:09:28 Archiving 'sudo' log.. [Pipeline] echo 08:09:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:09:29 ---> job-cost.sh 08:09:29 lf-activate-venv: SKIPPING 08:09:29 INFO: No Stack... 08:09:30 INFO: Retrieving Pricing Info for: v1-standard-2 08:09:30 INFO: Archiving Costs [Pipeline] echo 08:09:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:09:30 ---> logs-deploy.sh 08:09:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/90 08:09:30 INFO: archiving workspace using pattern(s): 08:09:32 Archives upload complete. 08:09:32 INFO: archiving logs to Nexus 08:09:33 ---> uname -a: 08:09:33 Linux prd-centos7-docker-4c-2g-15082.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:09:33 08:09:33 08:09:33 ---> lscpu: 08:09:33 Architecture: x86_64 08:09:33 CPU op-mode(s): 32-bit, 64-bit 08:09:33 Byte Order: Little Endian 08:09:33 Address sizes: 40 bits physical, 48 bits virtual 08:09:33 CPU(s): 4 08:09:33 On-line CPU(s) list: 0-3 08:09:33 Thread(s) per core: 1 08:09:33 Core(s) per socket: 1 08:09:33 Socket(s): 4 08:09:33 NUMA node(s): 1 08:09:33 Vendor ID: GenuineIntel 08:09:33 CPU family: 6 08:09:33 Model: 44 08:09:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:09:33 Stepping: 1 08:09:33 CPU MHz: 2933.442 08:09:33 BogoMIPS: 5866.88 08:09:33 Virtualization: VT-x 08:09:33 Hypervisor vendor: KVM 08:09:33 Virtualization type: full 08:09:33 L1d cache: 128 KiB 08:09:33 L1i cache: 128 KiB 08:09:33 L2 cache: 16 MiB 08:09:33 L3 cache: 64 MiB 08:09:33 NUMA node0 CPU(s): 0-3 08:09:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:09:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:09:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:09:33 Vulnerability Meltdown: Mitigation; PTI 08:09:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:09:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:09:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:09:33 Vulnerability Srbds: Not affected 08:09:33 Vulnerability Tsx async abort: Not affected 08:09:33 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:09:33 08:09:33 08:09:33 ---> nproc: 08:09:33 4 08:09:33 08:09:33 08:09:33 ---> df -h: 08:09:33 Filesystem Size Used Available Use% Mounted on 08:09:33 overlay 50.0G 8.5G 41.4G 17% / 08:09:33 tmpfs 64.0M 0 64.0M 0% /dev 08:09:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:09:33 shm 64.0M 0 64.0M 0% /dev/shm 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:09:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:09:33 08:09:33 08:09:33 ---> free -m: 08:09:33 total used free shared buff/cache available 08:09:33 Mem: 1837 811 138 0 887 963 08:09:33 Swap: 1023 3 1020 08:09:33 08:09:33 08:09:33 ---> ip addr: 08:09:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:09:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:09:33 inet 127.0.0.1/8 scope host lo 08:09:33 valid_lft forever preferred_lft forever 08:09:33 inet6 ::1/128 scope host 08:09:33 valid_lft forever preferred_lft forever 08:09:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:09:33 link/ether fa:16:3e:2a:91:f8 brd ff:ff:ff:ff:ff:ff 08:09:33 inet 10.30.122.132/23 brd 10.30.123.255 scope global dynamic eth0 08:09:33 valid_lft 85879sec preferred_lft 85879sec 08:09:33 inet6 fe80::f816:3eff:fe2a:91f8/64 scope link 08:09:33 valid_lft forever preferred_lft forever 08:09:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:09:33 link/ether 02:42:b0:dc:32:dd brd ff:ff:ff:ff:ff:ff 08:09:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:09:33 valid_lft forever preferred_lft forever 08:09:33 inet6 fe80::42:b0ff:fedc:32dd/64 scope link 08:09:33 valid_lft forever preferred_lft forever 08:09:33 08:09:33 08:09:33 ---> sar -b -r -n DEV: 08:09:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 08:09:33 08:09:33 08:00:41 LINUX RESTART (4 CPU) 08:09:33 08:09:33 08:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:09:33 08:02:01 128.54 46.92 81.62 0.00 7784.52 36361.48 0.00 08:09:33 08:03:01 2.60 0.00 2.60 0.00 0.00 60.59 0.00 08:09:33 08:04:01 0.48 0.00 0.48 0.00 0.00 7.01 0.00 08:09:33 08:05:02 0.23 0.00 0.23 0.00 0.00 2.83 0.00 08:09:33 08:06:01 0.20 0.00 0.20 0.00 0.00 3.46 0.00 08:09:33 08:07:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 08:09:33 08:08:01 256.86 158.62 98.24 0.00 7865.38 35057.36 0.00 08:09:33 08:09:01 210.30 76.33 133.97 0.00 4483.22 32590.40 0.00 08:09:33 Average: 75.03 35.30 39.73 0.00 2514.25 13004.85 0.00 08:09:33 08:09:33 08:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:09:33 08:02:01 146876 0 560892 29.81 2620 1171156 1088280 37.14 390236 1142280 136 08:09:33 08:03:01 150664 0 556988 29.60 2620 1171272 1087900 37.13 388856 1140996 16 08:09:33 08:04:01 152276 0 555372 29.52 2620 1171276 1055004 36.01 396760 1131728 8 08:09:33 08:05:02 150208 0 557436 29.63 2620 1171280 1055172 36.01 399212 1131232 8 08:09:33 08:06:01 150928 0 556712 29.59 2620 1171284 1055100 36.01 398796 1131408 8 08:09:33 08:07:01 150664 0 556968 29.60 2620 1171292 1055112 36.01 398864 1131408 8 08:09:33 08:08:01 200272 0 625800 33.26 2620 1052852 1068436 36.46 502228 919244 20 08:09:33 08:09:01 205204 0 780776 41.50 1960 893604 1367348 46.67 609344 723064 40 08:09:33 Average: 163386 0 593868 31.56 2538 1121752 1104044 37.68 435537 1056420 30 08:09:33 08:09:33 08:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:09:33 08:02:01 eth0 518.52 315.40 1085.37 97.21 0.00 0.00 0.00 0.00 08:09:33 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:02:01 docker0 7.59 6.21 1.39 13.69 0.00 0.00 0.00 0.00 08:09:33 08:03:01 eth0 0.48 0.40 0.27 0.21 0.00 0.00 0.00 0.00 08:09:33 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:04:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:09:33 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:05:02 eth0 1.18 0.30 0.33 0.20 0.00 0.00 0.00 0.00 08:09:33 08:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:06:01 eth0 0.80 0.47 0.49 0.21 0.00 0.00 0.00 0.00 08:09:33 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:07:01 eth0 0.80 0.22 0.19 0.07 0.00 0.00 0.00 0.00 08:09:33 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:08:01 eth0 468.03 404.36 4210.65 36.62 0.00 0.00 0.00 0.00 08:09:33 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:08:01 docker0 18.87 18.31 1.43 123.15 0.00 0.00 0.00 0.00 08:09:33 08:09:01 eth0 504.91 419.51 3450.51 53.49 0.00 0.00 0.00 0.00 08:09:33 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 08:09:01 vethf5c9955 3.73 2.60 0.88 0.68 0.00 0.00 0.00 0.00 08:09:33 08:09:01 docker0 41.68 62.12 2.89 188.09 0.00 0.00 0.00 0.00 08:09:33 Average: eth0 186.84 142.66 1096.24 23.44 0.00 0.00 0.00 0.00 08:09:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:33 Average: vethf5c9955 0.47 0.33 0.11 0.09 0.00 0.00 0.00 0.00 08:09:33 Average: docker0 8.54 10.86 0.71 40.76 0.00 0.00 0.00 0.00 08:09:33 08:09:33 08:09:33 ---> sar -P ALL: 08:09:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 08:09:33 08:09:33 08:00:41 LINUX RESTART (4 CPU) 08:09:33 08:09:33 08:01:02 CPU %user %nice %system %iowait %steal %idle 08:09:33 08:02:01 all 13.47 0.00 6.81 4.57 0.03 75.12 08:09:33 08:02:01 0 14.53 0.00 6.31 5.66 0.02 73.48 08:09:33 08:02:01 1 13.13 0.00 6.26 4.36 0.03 76.22 08:09:33 08:02:01 2 13.37 0.00 6.52 5.72 0.02 74.38 08:09:33 08:02:01 3 12.86 0.00 8.17 2.52 0.03 76.40 08:09:33 08:03:01 all 0.17 0.00 0.05 0.00 0.01 99.77 08:09:33 08:03:01 0 0.48 0.00 0.05 0.00 0.02 99.45 08:09:33 08:03:01 1 0.08 0.00 0.03 0.00 0.00 99.88 08:09:33 08:03:01 2 0.08 0.00 0.08 0.00 0.02 99.82 08:09:33 08:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:09:33 08:04:01 all 0.17 0.00 0.05 0.00 0.00 99.78 08:09:33 08:04:01 0 0.53 0.00 0.03 0.00 0.00 99.43 08:09:33 08:04:01 1 0.05 0.00 0.10 0.00 0.00 99.85 08:09:33 08:04:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:09:33 08:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:09:33 08:05:02 all 0.15 0.00 0.03 0.00 0.00 99.82 08:09:33 08:05:02 0 0.43 0.00 0.02 0.00 0.00 99.55 08:09:33 08:05:02 1 0.05 0.00 0.03 0.00 0.00 99.92 08:09:33 08:05:02 2 0.10 0.00 0.05 0.00 0.00 99.85 08:09:33 08:05:02 3 0.03 0.00 0.02 0.00 0.00 99.95 08:09:33 08:06:01 all 0.18 0.00 0.05 0.00 0.00 99.78 08:09:33 08:06:01 0 0.47 0.00 0.02 0.00 0.00 99.51 08:09:33 08:06:01 1 0.05 0.00 0.07 0.00 0.00 99.88 08:09:33 08:06:01 2 0.14 0.00 0.05 0.00 0.00 99.81 08:09:33 08:06:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:09:33 08:07:01 all 0.14 0.00 0.03 0.00 0.00 99.83 08:09:33 08:07:01 0 0.50 0.00 0.03 0.00 0.00 99.47 08:09:33 08:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:09:33 08:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:09:33 08:07:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:09:33 08:08:01 all 9.16 0.00 6.47 2.19 0.02 82.16 08:09:33 08:08:01 0 8.65 0.00 6.17 1.75 0.02 83.42 08:09:33 08:08:01 1 10.09 0.00 7.10 3.23 0.02 79.56 08:09:33 08:08:01 2 9.08 0.00 5.86 1.75 0.02 83.29 08:09:33 08:08:01 3 8.80 0.00 6.76 2.04 0.02 82.39 08:09:33 08:09:01 all 11.44 0.00 9.19 2.79 0.03 76.56 08:09:33 08:09:01 0 10.11 0.00 8.50 0.75 0.03 80.61 08:09:33 08:09:01 1 10.36 0.00 9.55 1.38 0.02 78.69 08:09:33 08:09:01 2 11.29 0.00 9.58 3.93 0.02 75.19 08:09:33 08:09:01 3 13.99 0.00 9.14 5.09 0.03 71.76 08:09:33 Average: all 4.31 0.00 2.80 1.18 0.01 91.70 08:09:33 Average: 0 4.42 0.00 2.61 1.01 0.01 91.96 08:09:33 Average: 1 4.18 0.00 2.86 1.11 0.01 91.84 08:09:33 Average: 2 4.22 0.00 2.74 1.40 0.01 91.63 08:09:33 Average: 3 4.42 0.00 2.99 1.19 0.01 91.39 08:09:33 08:09:33 08:09:33