Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 26f7976e83e717d42c4728cdd25427477ce9fa1e 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15279 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 26f7976e83e717d42c4728cdd25427477ce9fa1e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 Commit message: "feat(meta): Add V2 client for adding, updating device profiles" > git rev-list --no-walk 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:16:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:16:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:16:04 ========================================================= 21:16:04 EdgeX Global Pipelines Version Info 21:16:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:16:06 ------------------- 21:16:06 stable info: 21:16:06 ------------------- 21:16:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:06 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:16:06 Message: update stable to v1.0.172 21:16:07 ------------------- 21:16:07 experimental info: 21:16:07 ------------------- 21:16:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:07 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:16:07 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:16:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 21:16:07 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 21:16:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:16:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:16:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26f7976 [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:16:12 + git log --format=format:%s -1 26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] echo 21:16:12 GIT_COMMIT: 26f7976e83e717d42c4728cdd25427477ce9fa1e, Commit Message: feat(meta): Add V2 client for adding, updating device profiles [Pipeline] echo 21:16:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:16:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:13 21:16:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:16:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:13 latest: Pulling from edgex-devops/git-semver 21:16:13 31603596830f: Pulling fs layer 21:16:13 2a8b12db71e7: Pulling fs layer 21:16:13 6ca5941a6612: Pulling fs layer 21:16:13 ecc8261a40a4: Pulling fs layer 21:16:13 ecc8261a40a4: Waiting 21:16:13 2a8b12db71e7: Verifying Checksum 21:16:13 2a8b12db71e7: Download complete 21:16:14 31603596830f: Verifying Checksum 21:16:14 31603596830f: Download complete 21:16:14 ecc8261a40a4: Verifying Checksum 21:16:14 ecc8261a40a4: Download complete 21:16:14 6ca5941a6612: Verifying Checksum 21:16:14 6ca5941a6612: Download complete 21:16:14 31603596830f: Pull complete 21:16:14 2a8b12db71e7: Pull complete 21:16:15 6ca5941a6612: Pull complete 21:16:15 ecc8261a40a4: Pull complete 21:16:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:16:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:16:15 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:16:15 $ 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 21:16:17 $ docker top af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:16:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:18 [ssh-agent] Looking for ssh-agent implementation... 21:16:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:18 $ docker exec af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent 21:16:18 SSH_AUTH_SOCK=/tmp/ssh-mfjb2AcLe8pR/agent.13 21:16:18 SSH_AGENT_PID=18 21:16:18 Running ssh-add (command line suppressed) 21:16:18 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6374961765116527906.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6374961765116527906.key) 21:16:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:19 + git tag --points-at HEAD [Pipeline] } 21:16:19 $ docker exec --env ******** --env ******** af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent -k 21:16:19 unset SSH_AUTH_SOCK; 21:16:19 unset SSH_AGENT_PID; 21:16:19 echo Agent pid 18 killed; 21:16:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:16:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:19 [ssh-agent] Looking for ssh-agent implementation... 21:16:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:19 $ docker exec af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent 21:16:19 SSH_AUTH_SOCK=/tmp/ssh-93Sp3iUIVEPZ/agent.47 21:16:19 SSH_AGENT_PID=52 21:16:19 Running ssh-add (command line suppressed) 21:16:19 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5143701941001919571.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5143701941001919571.key) 21:16:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:20 + git semver init 21:16:20 # -> Open(): unable to determine branch for HEAD 21:16:20 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:16:20 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:16:20 # $SEMVER_REMOTE_NAME = origin 21:16:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:16:20 # $SEMVER_USER_NAME = edgex-jenkins 21:16:20 # $SEMVER_BRANCH = master 21:16:20 # $SEMVER_TEMP = /tmp/semver-099944441 21:16:20 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 21:16:20 # '/tmp/semver-099944441' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 21:16:20 # -> Force: false 21:16:20 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 21:16:20 $ docker exec --env ******** --env ******** af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent -k 21:16:21 unset SSH_AUTH_SOCK; 21:16:21 unset SSH_AGENT_PID; 21:16:21 echo Agent pid 52 killed; 21:16:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:16:21 + git semver [Pipeline] } 21:16:21 $ docker stop --time=1 af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 21:16:23 $ docker rm -f af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 [Pipeline] // withDockerContainer [Pipeline] sh 21:16:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:16:24 Stashed 1 file(s) [Pipeline] echo 21:16:24 [edgeXSemver]: initialized semver on version 0.1.123 [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 21:16:39 Still waiting to schedule task 21:16:39 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15279’ 21:16:39 Still waiting to schedule task 21:16:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:18:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15280 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 21:18:28 Running in /w/workspace/go-mod-core-contracts/92 [Pipeline] { [Pipeline] checkout 21:18:33 using credential edgex-jenkins-ssh 21:18:33 Cloning the remote Git repository 21:18:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:18:33 > git init /w/workspace/go-mod-core-contracts/92 # timeout=10 21:18:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:18:33 > git --version # timeout=10 21:18:33 > git --version # 'git version 2.17.1' 21:18:33 using GIT_SSH to set credentials SSH Credentials for GitHub 21:18:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:18:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:18:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:18:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:18:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:18:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:18:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:18:35 Checking out Revision 26f7976e83e717d42c4728cdd25427477ce9fa1e (master) 21:18:35 > git config core.sparsecheckout # timeout=10 21:18:35 > git checkout -f 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 21:18:39 Commit message: "feat(meta): Add V2 client for adding, updating device profiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:18:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:18:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:18:42 + true 21:18:42 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 21:18:45 ========================================================= 21:18:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:18:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:18:45 + 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 . 21:18:46 Sending build context to Docker daemon 1.895MB 21:18:46 Step 1/7 : ARG BASE=golang:1.15-alpine 21:18:46 Step 2/7 : FROM ${BASE} 21:18:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:18:46 5f621e34cdf4: Pulling fs layer 21:18:46 a4357932f1b6: Pulling fs layer 21:18:46 18c013af1878: Pulling fs layer 21:18:46 00ac8860ef70: Pulling fs layer 21:18:46 63d7cb157983: Pulling fs layer 21:18:46 b116817d02f9: Pulling fs layer 21:18:46 745a02a5169b: Pulling fs layer 21:18:46 00ac8860ef70: Waiting 21:18:46 63d7cb157983: Waiting 21:18:46 b116817d02f9: Waiting 21:18:46 745a02a5169b: Waiting 21:18:46 18c013af1878: Verifying Checksum 21:18:46 18c013af1878: Download complete 21:18:46 a4357932f1b6: Verifying Checksum 21:18:46 a4357932f1b6: Download complete 21:18:46 63d7cb157983: Verifying Checksum 21:18:46 63d7cb157983: Download complete 21:18:47 b116817d02f9: Verifying Checksum 21:18:47 b116817d02f9: Download complete 21:18:47 5f621e34cdf4: Verifying Checksum 21:18:47 5f621e34cdf4: Download complete 21:18:48 5f621e34cdf4: Pull complete 21:18:48 a4357932f1b6: Pull complete 21:18:49 18c013af1878: Pull complete 21:18:50 745a02a5169b: Verifying Checksum 21:18:50 745a02a5169b: Download complete 21:18:51 00ac8860ef70: Verifying Checksum 21:18:51 00ac8860ef70: Download complete 21:19:01 00ac8860ef70: Pull complete 21:19:01 63d7cb157983: Pull complete 21:19:01 b116817d02f9: Pull complete 21:19:06 745a02a5169b: Pull complete 21:19:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:19:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:19:06 ---> b7e6874047d6 21:19:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:19:08 ---> Running in 17cc6dfce6ed 21:19:08 Removing intermediate container 17cc6dfce6ed 21:19:08 ---> 49063b510f48 21:19:08 Step 4/7 : RUN apk add bash 21:19:09 ---> Running in 08bfcfafb0ed 21:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:12 OK: 142 MiB in 39 packages 21:19:13 Removing intermediate container 08bfcfafb0ed 21:19:13 ---> 0697f3a1467d 21:19:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:19:13 ---> Running in e9e615a993b2 21:19:13 Removing intermediate container e9e615a993b2 21:19:13 ---> cd5735a423c0 21:19:13 Step 6/7 : COPY go.mod . 21:19:14 ---> 555a0a308d77 21:19:14 Step 7/7 : RUN go mod download 21:19:14 ---> Running in 6a61c725e515 21:19:15 Running on prd-centos7-docker-4c-2g-15281 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 21:19:15 Running in /w/workspace/go-mod-core-contracts/92 [Pipeline] { [Pipeline] checkout 21:19:17 using credential edgex-jenkins-ssh 21:19:17 Cloning the remote Git repository 21:19:17 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:19:18 > git init /w/workspace/go-mod-core-contracts/92 # timeout=10 21:19:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:19:18 > git --version # timeout=10 21:19:18 > git --version # 'git version 2.24.3' 21:19:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:19:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:19:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:19:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:19 Checking out Revision 26f7976e83e717d42c4728cdd25427477ce9fa1e (master) 21:19:19 > git config core.sparsecheckout # timeout=10 21:19:19 > git checkout -f 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 21:19:23 Commit message: "feat(meta): Add V2 client for adding, updating device profiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:19:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:19:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:19:25 + true 21:19:25 + sudo service docker restart 21:19:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:19:26 ========================================================= 21:19:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:19:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:19:26 + 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 . 21:19:27 Sending build context to Docker daemon 1.896MB 21:19:27 Step 1/7 : ARG BASE=golang:1.15-alpine 21:19:27 Step 2/7 : FROM ${BASE} 21:19:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:19:27 188c0c94c7c5: Pulling fs layer 21:19:27 0ef7d3d256c8: Pulling fs layer 21:19:27 de9db76c5a1d: Pulling fs layer 21:19:27 bca2f99d35d6: Pulling fs layer 21:19:27 93359f2a8cfa: Pulling fs layer 21:19:27 7c6f9722023f: Pulling fs layer 21:19:27 a35cf1a2eb13: Pulling fs layer 21:19:27 a35cf1a2eb13: Waiting 21:19:27 93359f2a8cfa: Waiting 21:19:27 7c6f9722023f: Waiting 21:19:27 bca2f99d35d6: Waiting 21:19:27 de9db76c5a1d: Verifying Checksum 21:19:27 de9db76c5a1d: Download complete 21:19:27 0ef7d3d256c8: Verifying Checksum 21:19:27 0ef7d3d256c8: Download complete 21:19:27 93359f2a8cfa: Verifying Checksum 21:19:27 93359f2a8cfa: Download complete 21:19:27 7c6f9722023f: Verifying Checksum 21:19:27 7c6f9722023f: Download complete 21:19:27 188c0c94c7c5: Download complete 21:19:27 188c0c94c7c5: Pull complete 21:19:27 0ef7d3d256c8: Pull complete 21:19:28 de9db76c5a1d: Pull complete 21:19:29 a35cf1a2eb13: Verifying Checksum 21:19:29 a35cf1a2eb13: Download complete 21:19:29 Removing intermediate container 6a61c725e515 21:19:29 ---> 26a31ca47b3e 21:19:29 Successfully built 26a31ca47b3e 21:19:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:19:29 bca2f99d35d6: Verifying Checksum 21:19:29 bca2f99d35d6: Download complete 21:19:30 + docker inspect -f . ci-base-image-arm64 21:19:30 . [Pipeline] withDockerContainer 21:19:30 prd-ubuntu18.04-docker-arm64-4c-16g-15280 does not seem to be running inside a container 21:19:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@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 21:19:31 $ docker top fed74a931845912a7721420111f68867169e0b4d7e328fdbc07383ffbc10ac1e -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:32 + go version 21:19:32 go version go1.15.5 linux/arm64 [Pipeline] } 21:19:32 $ docker stop --time=1 fed74a931845912a7721420111f68867169e0b4d7e328fdbc07383ffbc10ac1e 21:19:34 $ docker rm -f fed74a931845912a7721420111f68867169e0b4d7e328fdbc07383ffbc10ac1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 21:19:35 bca2f99d35d6: Pull complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 21:19:35 93359f2a8cfa: Pull complete 21:19:35 7c6f9722023f: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:35 + docker inspect -f . ci-base-image-arm64 21:19:35 . [Pipeline] withDockerContainer 21:19:36 prd-ubuntu18.04-docker-arm64-4c-16g-15280 does not seem to be running inside a container 21:19:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@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 21:19:37 $ docker top 3345b6df9f7cc4bfa6629bdd87f62aeefb5e882e48cda789ddfcb9bab5ca942f -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:38 + make test 21:19:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:19:43 a35cf1a2eb13: Pull complete 21:19:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:19:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:19:43 ---> a62c8e92a672 21:19:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:19:43 ---> Running in 0b80786d1489 21:19:43 Removing intermediate container 0b80786d1489 21:19:43 ---> 202bccc63f04 21:19:43 Step 4/7 : RUN apk add bash 21:19:43 ---> Running in 286b6ac825c1 21:19:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:45 OK: 166 MiB in 39 packages 21:19:45 Removing intermediate container 286b6ac825c1 21:19:45 ---> bc083c8d0787 21:19:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:19:45 ---> Running in a577026698fc 21:19:45 Removing intermediate container a577026698fc 21:19:45 ---> 6cbc46b7af54 21:19:45 Step 6/7 : COPY go.mod . 21:19:45 ---> 904b77bc824d 21:19:45 Step 7/7 : RUN go mod download 21:19:46 ---> Running in 3e741a3f321f 21:19:58 Removing intermediate container 3e741a3f321f 21:19:58 ---> a6f4b8183aba 21:19:58 Successfully built a6f4b8183aba 21:19:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:19:58 + docker inspect -f . ci-base-image-x86_64 21:19:58 . [Pipeline] withDockerContainer 21:19:58 prd-centos7-docker-4c-2g-15281 does not seem to be running inside a container 21:19:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@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 21:19:59 $ docker top 7cc5591ab496c13086651635d6caac2d75ec99cd72313ecd53f6298f0690e16d -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:00 + go version 21:20:00 go version go1.15.5 linux/amd64 [Pipeline] } 21:20:00 $ docker stop --time=1 7cc5591ab496c13086651635d6caac2d75ec99cd72313ecd53f6298f0690e16d 21:20:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 21:20:01 $ docker rm -f 7cc5591ab496c13086651635d6caac2d75ec99cd72313ecd53f6298f0690e16d 21:20:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.088s coverage: 85.7% of statements 21:20:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.064s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:02 + docker inspect -f . ci-base-image-x86_64 21:20:02 . [Pipeline] withDockerContainer 21:20:02 prd-centos7-docker-4c-2g-15281 does not seem to be running inside a container 21:20:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@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 21:20:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.041s coverage: 45.4% of statements 21:20:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 21:20:03 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 21:20:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.023s coverage: 6.6% of statements 21:20:03 $ docker top 63ac7dfd4cf33c449ca77df955323ece4abc39f66cdb6f93321bbea61385c6e0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:03 + make test 21:20:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:20:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.048s coverage: 14.7% of statements 21:20:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 21:20:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.081s coverage: 91.8% of statements 21:20:06 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 21:20:06 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 21:20:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements 21:20:06 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements 21:20:10 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 21:20:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.046s coverage: 85.7% of statements 21:20:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements 21:20:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements 21:20:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements 21:20:10 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 21:20:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.035s coverage: 6.6% of statements 21:20:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.015s coverage: 14.7% of statements 21:20:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements 21:20:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.021s coverage: 91.8% of statements 21:20:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 21:20:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 21:20:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements 21:20:12 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.101s coverage: 63.0% of statements 21:20:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements 21:20:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements 21:20:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements 21:20:12 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.041s coverage: 14.3% of statements 21:20:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 21:20:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.101s coverage: 81.6% of statements 21:20:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:20:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:20:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.087s coverage: 29.9% of statements 21:20:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.064s coverage: 100.0% of statements 21:20:13 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements 21:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.058s coverage: 94.4% of statements 21:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 21:20:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 21:20:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.021s coverage: 63.0% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.044s coverage: 26.3% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.030s coverage: 15.4% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements 21:20:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.073s coverage: 81.6% of statements 21:20:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:20:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.062s coverage: 29.9% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.012s coverage: 100.0% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 21:20:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 21:20:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 21:20:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:20:17 gofmt -l . 21:20:17 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:20:17 $ docker stop --time=1 63ac7dfd4cf33c449ca77df955323ece4abc39f66cdb6f93321bbea61385c6e0 21:20:19 gofmt -l . 21:20:19 [ "`gofmt -l .`" = "" ] 21:20:19 $ docker rm -f 63ac7dfd4cf33c449ca77df955323ece4abc39f66cdb6f93321bbea61385c6e0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 21:20:20 $ docker stop --time=1 3345b6df9f7cc4bfa6629bdd87f62aeefb5e882e48cda789ddfcb9bab5ca942f 21:20:20 + sudo chown -R jenkins:jenkins . 21:20:22 $ docker rm -f 3345b6df9f7cc4bfa6629bdd87f62aeefb5e882e48cda789ddfcb9bab5ca942f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash 21:20:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:20:23 Warning: overwriting stash ‘coverage-report’ 21:20:23 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] } 21:20:24 Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // stage [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 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 21:20:26 provisioning config files... 21:20:26 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7708898977089172323tmp [Pipeline] { [Pipeline] sh 21:20:26 + set +x 21:20:26 + curl -s https://codecov.io/bash 21:20:26 + bash -s -- 21:20:26 21:20:26 _____ _ 21:20:26 / ____| | | 21:20:26 | | ___ __| | ___ ___ _____ __ 21:20:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:20:26 | |___| (_) | (_| | __/ (_| (_) \ V / 21:20:26 \_____\___/ \__,_|\___|\___\___/ \_/ 21:20:26 Bash-20201130-cc6d3fe 21:20:26 21:20:26 21:20:26 ==> Jenkins CI detected. 21:20:26 project root: . 21:20:26 --> token set from env 21:20:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:20:26 ==> Running gcov in . (disable via -X gcov) 21:20:26 ==> Python coveragepy not found 21:20:26 ==> Searching for coverage reports in: 21:20:26 + . 21:20:26 -> Found 1 reports 21:20:26 ==> Detecting git/mercurial file structure 21:20:26 ==> Reading reports 21:20:26 + ./coverage.out bytes=107339 21:20:26 ==> Appending adjustments 21:20:26 https://docs.codecov.io/docs/fixing-reports 21:20:27 + Found adjustments 21:20:27 ==> Gzipping contents 21:20:27 20K /tmp/codecov.qGU3gN.gz 21:20:27 ==> Uploading reports 21:20:27 url: https://codecov.io 21:20:27 query: branch=master&commit=26f7976e83e717d42c4728cdd25427477ce9fa1e&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 21:20:27 -> Pinging Codecov 21:20:27 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=26f7976e83e717d42c4728cdd25427477ce9fa1e&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 21:20:28 -> Uploading to 21:20:28 https://storage.googleapis.com/codecov/v4/raw/2020-12-09/71470A77251A30514AAF9C0BB2E5B6CE/26f7976e83e717d42c4728cdd25427477ce9fa1e/1fa71e16-d453-49c6-a18b-43f9bf85de27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201209T212027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25b178027959458bbfcc2b67c99edd7d60a3cb1845feebdddeb1faf6cdf61b65 21:20:28 % Total % Received % Xferd Average Speed Time Time Time Current 21:20:28 Dload Upload Total Spent Left Speed 21:20:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17424 0 0 100 17424 0 34474 --:--:-- --:--:-- --:--:-- 34502 21:20:28 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] } 21:20:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:20:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:20:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:29 21:20:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:20:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:20:30 188c0c94c7c5: Pulling fs layer 21:20:30 0ef7d3d256c8: Pulling fs layer 21:20:30 de9db76c5a1d: Pulling fs layer 21:20:30 0eba1c9be4d2: Pulling fs layer 21:20:30 0d57e429df01: Pulling fs layer 21:20:30 4e4be7b47b0d: Pulling fs layer 21:20:30 e1f770b5df2f: Pulling fs layer 21:20:30 85a0685a4137: Pulling fs layer 21:20:30 0eba1c9be4d2: Waiting 21:20:30 0d57e429df01: Waiting 21:20:30 4e4be7b47b0d: Waiting 21:20:30 e1f770b5df2f: Waiting 21:20:30 85a0685a4137: Waiting 21:20:30 de9db76c5a1d: Verifying Checksum 21:20:30 de9db76c5a1d: Download complete 21:20:30 0ef7d3d256c8: Verifying Checksum 21:20:30 0ef7d3d256c8: Download complete 21:20:30 0d57e429df01: Verifying Checksum 21:20:30 0d57e429df01: Download complete 21:20:30 4e4be7b47b0d: Verifying Checksum 21:20:30 4e4be7b47b0d: Download complete 21:20:30 188c0c94c7c5: Download complete 21:20:31 188c0c94c7c5: Pull complete 21:20:31 0ef7d3d256c8: Pull complete 21:20:31 de9db76c5a1d: Pull complete 21:20:32 e1f770b5df2f: Verifying Checksum 21:20:32 e1f770b5df2f: Download complete 21:20:34 0eba1c9be4d2: Verifying Checksum 21:20:34 0eba1c9be4d2: Download complete 21:20:34 85a0685a4137: Verifying Checksum 21:20:34 85a0685a4137: Download complete 21:20:39 0eba1c9be4d2: Pull complete 21:20:39 0d57e429df01: Pull complete 21:20:40 4e4be7b47b0d: Pull complete 21:20:42 e1f770b5df2f: Pull complete 21:20:49 85a0685a4137: Pull complete 21:20:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:20:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:20:49 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:20: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 21:20:50 $ docker top 72a61b17df39aa39328315395dae6f324751d75ffb2cd6bdcf63748cfb5b82c8 -eo pid,comm [Pipeline] { [Pipeline] echo 21:20:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:20:51 + set -o pipefail 21:20:51 + snyk monitor '--org=edgex-jenkins' 21:21:03 21:21:03 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 21:21:03 21:21:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/732a7c2e-b105-4fd5-b2fe-0cd707ad2ec9 21:21:03 21:21:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:21:03 21:21:03 21:21:03 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:21:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:21:03 $ docker stop --time=1 72a61b17df39aa39328315395dae6f324751d75ffb2cd6bdcf63748cfb5b82c8 21:21:06 $ docker rm -f 72a61b17df39aa39328315395dae6f324751d75ffb2cd6bdcf63748cfb5b82c8 [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 21:21:07 + git log --format=format:%s -1 26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] isUnix [Pipeline] sh 21:21:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:08 . [Pipeline] withDockerContainer 21:21:08 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:21:08 $ 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 21:21:09 $ docker top 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:21:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:09 [ssh-agent] Looking for ssh-agent implementation... 21:21:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:09 $ docker exec 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 ssh-agent 21:21:09 SSH_AUTH_SOCK=/tmp/ssh-3zMUyo0YH7G4/agent.12 21:21:09 SSH_AGENT_PID=17 21:21:09 Running ssh-add (command line suppressed) 21:21:10 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_618610244550714778.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_618610244550714778.key) 21:21:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:10 + git semver tag 21:21:10 # -> Open(): unable to determine branch for HEAD 21:21:10 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:21:10 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:21:10 # $SEMVER_REMOTE_NAME = origin 21:21:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:21:10 # $SEMVER_USER_NAME = edgex-jenkins 21:21:10 # $SEMVER_BRANCH = master 21:21:10 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 21:21:10 # 26f7976e83e717d42c4728cdd25427477ce9fa1e HEAD 21:21:10 # -> Force: false 21:21:10 # 32a20c4527b60d04fdf5fda345829b1d896b84d0 refs/tags/v0.1.123 [Pipeline] } 21:21:10 $ docker exec --env ******** --env ******** 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 ssh-agent -k 21:21:10 unset SSH_AUTH_SOCK; 21:21:10 unset SSH_AGENT_PID; 21:21:10 echo Agent pid 17 killed; 21:21:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:11 + git semver [Pipeline] } 21:21:11 $ docker stop --time=1 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 21:21:12 $ docker rm -f 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:21:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:21:13 21:21:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:21:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:21:13 0.23.1-centos7: Pulling from edgex-lftools 21:21:13 ab5ef0e58194: Pulling fs layer 21:21:13 9712f1f96733: Pulling fs layer 21:21:13 63f879dbbcfc: Pulling fs layer 21:21:13 0d9ebad4ef96: Pulling fs layer 21:21:13 e9a5061849ea: Pulling fs layer 21:21:13 d747dcd14b5f: Pulling fs layer 21:21:13 2de7ff778b66: Pulling fs layer 21:21:13 e9a5061849ea: Waiting 21:21:13 d747dcd14b5f: Waiting 21:21:13 2de7ff778b66: Waiting 21:21:13 0d9ebad4ef96: Waiting 21:21:13 9712f1f96733: Verifying Checksum 21:21:13 9712f1f96733: Download complete 21:21:16 63f879dbbcfc: Verifying Checksum 21:21:16 63f879dbbcfc: Download complete 21:21:16 e9a5061849ea: Verifying Checksum 21:21:16 e9a5061849ea: Download complete 21:21:16 d747dcd14b5f: Download complete 21:21:16 2de7ff778b66: Verifying Checksum 21:21:16 2de7ff778b66: Download complete 21:21:17 0d9ebad4ef96: Verifying Checksum 21:21:17 0d9ebad4ef96: Download complete 21:21:17 ab5ef0e58194: Verifying Checksum 21:21:17 ab5ef0e58194: Download complete 21:21:22 ab5ef0e58194: Pull complete 21:21:22 9712f1f96733: Pull complete 21:21:24 63f879dbbcfc: Pull complete 21:21:31 0d9ebad4ef96: Pull complete 21:21:35 e9a5061849ea: Pull complete 21:21:35 d747dcd14b5f: Pull complete 21:21:36 2de7ff778b66: Pull complete 21:21:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:21:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:21:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:21:36 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:21:36 $ 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 21:21:40 $ docker top dafefb20f003117938130d1fd5f320ff330c5ed3bda40fe0972f83a727dfe3cf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:21:40 provisioning config files... 21:21:40 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2954915304270683366tmp 21:21:40 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3040649175437616596tmp 21:21:40 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1513852181816609430tmp [Pipeline] { [Pipeline] echo 21:21:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:21:40 ---> sigul-configuration.sh 21:21:40 gpg: directory `/root/.gnupg' created 21:21:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:21:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:21:40 gpg: keyring `/root/.gnupg/secring.gpg' created 21:21:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:21:40 gpg: CAST5 encrypted data 21:21:40 gpg: encrypted with 1 passphrase 21:21:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:21:41 + mkdir /home/jenkins 21:21:41 + mkdir /home/jenkins/sigul [Pipeline] sh 21:21:41 + 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 21:21:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:21:41 ---> sigul-install.sh 21:21:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:21:48 + git tag --list 21:21:48 v0.0.0 21:21:48 v0.0.1 21:21:48 v0.1.0 21:21:48 v0.1.1 21:21:48 v0.1.10 21:21:48 v0.1.100 21:21:48 v0.1.101 21:21:48 v0.1.102 21:21:48 v0.1.103 21:21:48 v0.1.104 21:21:48 v0.1.105 21:21:48 v0.1.106 21:21:48 v0.1.107 21:21:48 v0.1.108 21:21:48 v0.1.109 21:21:48 v0.1.11 21:21:48 v0.1.110 21:21:48 v0.1.111 21:21:48 v0.1.112 21:21:48 v0.1.113 21:21:48 v0.1.114 21:21:48 v0.1.115 21:21:48 v0.1.116 21:21:48 v0.1.117 21:21:48 v0.1.118 21:21:48 v0.1.119 21:21:48 v0.1.12 21:21:48 v0.1.120 21:21:48 v0.1.121 21:21:48 v0.1.122 21:21:48 v0.1.123 21:21:48 v0.1.13 21:21:48 v0.1.14 21:21:48 v0.1.15 21:21:48 v0.1.16 21:21:48 v0.1.17 21:21:48 v0.1.18 21:21:48 v0.1.19 21:21:48 v0.1.2 21:21:48 v0.1.20 21:21:48 v0.1.21 21:21:48 v0.1.22 21:21:48 v0.1.23 21:21:48 v0.1.24 21:21:48 v0.1.25 21:21:48 v0.1.26 21:21:48 v0.1.27 21:21:48 v0.1.28 21:21:48 v0.1.29 21:21:48 v0.1.3 21:21:48 v0.1.30 21:21:48 v0.1.31 21:21:48 v0.1.32 21:21:48 v0.1.33 21:21:48 v0.1.34 21:21:48 v0.1.35 21:21:48 v0.1.36 21:21:48 v0.1.37 21:21:48 v0.1.38 21:21:48 v0.1.39 21:21:48 v0.1.4 21:21:48 v0.1.40 21:21:48 v0.1.41 21:21:48 v0.1.42 21:21:48 v0.1.43 21:21:48 v0.1.44 21:21:48 v0.1.45 21:21:48 v0.1.46 21:21:48 v0.1.47 21:21:48 v0.1.48 21:21:48 v0.1.49 21:21:48 v0.1.5 21:21:48 v0.1.50 21:21:48 v0.1.51 21:21:48 v0.1.52 21:21:48 v0.1.53 21:21:48 v0.1.54 21:21:48 v0.1.55 21:21:48 v0.1.56 21:21:48 v0.1.57 21:21:48 v0.1.58 21:21:48 v0.1.59 21:21:48 v0.1.6 21:21:48 v0.1.60 21:21:48 v0.1.61 21:21:48 v0.1.62 21:21:48 v0.1.63 21:21:48 v0.1.64 21:21:48 v0.1.65 21:21:48 v0.1.66 21:21:48 v0.1.67 21:21:48 v0.1.68 21:21:48 v0.1.69 21:21:48 v0.1.7 21:21:48 v0.1.70 21:21:48 v0.1.71 21:21:48 v0.1.72 21:21:48 v0.1.73 21:21:48 v0.1.74 21:21:48 v0.1.75 21:21:48 v0.1.76 21:21:48 v0.1.77 21:21:48 v0.1.78 21:21:48 v0.1.79 21:21:48 v0.1.8 21:21:48 v0.1.80 21:21:48 v0.1.81 21:21:48 v0.1.82 21:21:48 v0.1.83 21:21:48 v0.1.84 21:21:48 v0.1.85 21:21:48 v0.1.86 21:21:48 v0.1.87 21:21:48 v0.1.88 21:21:48 v0.1.89 21:21:48 v0.1.9 21:21:48 v0.1.90 21:21:48 v0.1.91 21:21:48 v0.1.92 21:21:48 v0.1.93 21:21:48 v0.1.94 21:21:48 v0.1.95 21:21:48 v0.1.96 21:21:48 v0.1.97 21:21:48 v0.1.98 21:21:48 v0.1.99 [Pipeline] sh 21:21:49 + lftools sign git-tag v0.1.123 21:21:50 Signing Git tag with Sigul... 21:21:50 Signing v0.1.123 [Pipeline] echo 21:21:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:21:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:21:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:21:51 $ docker stop --time=1 dafefb20f003117938130d1fd5f320ff330c5ed3bda40fe0972f83a727dfe3cf 21:21:53 $ docker rm -f dafefb20f003117938130d1fd5f320ff330c5ed3bda40fe0972f83a727dfe3cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:21:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:54 . [Pipeline] withDockerContainer 21:21:54 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:21:54 $ 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 21:21:55 $ docker top 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:21:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:56 [ssh-agent] Looking for ssh-agent implementation... 21:21:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:56 $ docker exec 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 ssh-agent 21:21:56 SSH_AUTH_SOCK=/tmp/ssh-Ny0iFOD9zKuP/agent.11 21:21:56 SSH_AGENT_PID=16 21:21:56 Running ssh-add (command line suppressed) 21:21:56 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8174311986114139396.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8174311986114139396.key) 21:21:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:57 + git semver bump patch 21:21:57 # -> Open(): unable to determine branch for HEAD 21:21:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:21:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:21:57 # $SEMVER_REMOTE_NAME = origin 21:21:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:21:57 # $SEMVER_USER_NAME = edgex-jenkins 21:21:57 # $SEMVER_BRANCH = master 21:21:57 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 21:21:57 0.1.124 [Pipeline] } 21:21:57 $ docker exec --env ******** --env ******** 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 ssh-agent -k 21:21:57 unset SSH_AUTH_SOCK; 21:21:57 unset SSH_AGENT_PID; 21:21:57 echo Agent pid 16 killed; 21:21:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:57 + git semver [Pipeline] } 21:21:57 $ docker stop --time=1 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 21:21:59 $ docker rm -f 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:59 . [Pipeline] withDockerContainer 21:21:59 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:21:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:22:00 $ docker top a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:22:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:22:00 [ssh-agent] Looking for ssh-agent implementation... 21:22:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:22:00 $ docker exec a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 ssh-agent 21:22:01 SSH_AUTH_SOCK=/tmp/ssh-Cx4ESx90xZuM/agent.11 21:22:01 SSH_AGENT_PID=16 21:22:01 Running ssh-add (command line suppressed) 21:22:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_606514040245993600.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_606514040245993600.key) 21:22:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:22:01 + git semver push 21:22:01 # -> Open(): unable to determine branch for HEAD 21:22:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 21:22:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 21:22:01 # $SEMVER_REMOTE_NAME = origin 21:22:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:22:01 # $SEMVER_USER_NAME = edgex-jenkins 21:22:01 # $SEMVER_BRANCH = master 21:22:01 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 21:22:08 $ docker exec --env ******** --env ******** a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 ssh-agent -k 21:22:08 unset SSH_AUTH_SOCK; 21:22:08 unset SSH_AGENT_PID; 21:22:08 echo Agent pid 16 killed; 21:22:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:22:09 + git semver [Pipeline] } 21:22:09 $ docker stop --time=1 a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 21:22:10 $ docker rm -f a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 [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 21:22:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:22:13 ---> package-listing.sh 21:22:13 ++ facter osfamily 21:22:13 ++ tr '[:upper:]' '[:lower:]' 21:22:13 + OS_FAMILY=redhat 21:22:13 + workspace=/w/workspace/dry_go-mod-core-contracts_master 21:22:13 + START_PACKAGES=/tmp/packages_start.txt 21:22:13 + END_PACKAGES=/tmp/packages_end.txt 21:22:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:22:13 + PACKAGES=/tmp/packages_start.txt 21:22:13 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 21:22:13 + PACKAGES=/tmp/packages_end.txt 21:22:13 + case "${OS_FAMILY}" in 21:22:13 + rpm -qa 21:22:13 + sort 21:22:18 + '[' -f /tmp/packages_start.txt ']' 21:22:18 + '[' -f /tmp/packages_end.txt ']' 21:22:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:22:18 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 21:22:18 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 21:22:18 + 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 21:22:18 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 21:22:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:22:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:22:18 21:22:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:22:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:22:19 alpine: Pulling from edgex-lftools-log-publisher 21:22:19 df20fa9351a1: Pulling fs layer 21:22:19 36b3adc4ff6f: Pulling fs layer 21:22:19 8ad3a11d3b57: Pulling fs layer 21:22:19 46f8f816bc3b: Pulling fs layer 21:22:19 93b61091891f: Pulling fs layer 21:22:19 93b9cdb0e59b: Pulling fs layer 21:22:19 5e14af77c1be: Pulling fs layer 21:22:19 01666e4c0597: Pulling fs layer 21:22:19 aa168da1d23b: Pulling fs layer 21:22:19 46f8f816bc3b: Waiting 21:22:19 93b9cdb0e59b: Waiting 21:22:19 5e14af77c1be: Waiting 21:22:19 93b61091891f: Waiting 21:22:19 01666e4c0597: Waiting 21:22:19 aa168da1d23b: Waiting 21:22:19 36b3adc4ff6f: Verifying Checksum 21:22:19 36b3adc4ff6f: Download complete 21:22:19 46f8f816bc3b: Verifying Checksum 21:22:19 46f8f816bc3b: Download complete 21:22:19 df20fa9351a1: Verifying Checksum 21:22:19 df20fa9351a1: Download complete 21:22:19 93b9cdb0e59b: Verifying Checksum 21:22:19 93b9cdb0e59b: Download complete 21:22:19 5e14af77c1be: Verifying Checksum 21:22:19 5e14af77c1be: Download complete 21:22:19 93b61091891f: Download complete 21:22:19 01666e4c0597: Verifying Checksum 21:22:19 01666e4c0597: Download complete 21:22:20 df20fa9351a1: Pull complete 21:22:20 8ad3a11d3b57: Verifying Checksum 21:22:20 8ad3a11d3b57: Download complete 21:22:20 36b3adc4ff6f: Pull complete 21:22:22 aa168da1d23b: Verifying Checksum 21:22:22 aa168da1d23b: Download complete 21:22:22 8ad3a11d3b57: Pull complete 21:22:22 46f8f816bc3b: Pull complete 21:22:22 93b61091891f: Pull complete 21:22:22 93b9cdb0e59b: Pull complete 21:22:22 5e14af77c1be: Pull complete 21:22:22 01666e4c0597: Pull complete 21:22:31 aa168da1d23b: Pull complete 21:22:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:22:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:22:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:22:31 prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container 21:22:31 $ 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 21:22:34 $ docker top 3ae3d247c7a7607427e9e7eacf3bce96044a1603d5ca7a6cdd6aec4e584b11fd -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:35 + touch /tmp/pre-build-complete [Pipeline] sh 21:22:35 + mkdir -p /var/log/sa [Pipeline] sh 21:22:35 + ls /var/log/sa-host 21:22:35 + sadf -c /var/log/sa-host/sa09 21:22:35 file_magic: OK 21:22:35 HZ: Using current value: 100 21:22:35 file_header: OK 21:22:35 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:22:35 Statistics: 21:22:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:22:35 File successfully converted to sysstat format version 12.2.1 21:22:35 + sadf -c /var/log/sa-host/sa23 21:22:35 file_magic: OK 21:22:35 HZ: Using current value: 100 21:22:35 file_header: OK 21:22:35 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:22:35 Statistics: 21:22:35 Hnuu...uuuununununu... 21:22:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:22:36 provisioning config files... 21:22:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8199691642650242961tmp [Pipeline] { [Pipeline] echo 21:22:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:22:36 ---> create-netrc.sh [Pipeline] } 21:22:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:22:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:22:37 ---> python-tools-install.sh [Pipeline] echo 21:22:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:22:37 ---> sudo-logs.sh 21:22:37 Archiving 'sudo' log.. [Pipeline] echo 21:22:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:22:37 ---> job-cost.sh 21:22:37 lf-activate-venv: SKIPPING 21:22:37 INFO: No Stack... 21:22:38 INFO: Retrieving Pricing Info for: v1-standard-2 21:22:39 INFO: Archiving Costs [Pipeline] echo 21:22:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:22:39 ---> logs-deploy.sh 21:22:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/92 21:22:39 INFO: archiving workspace using pattern(s): 21:22:41 Archives upload complete. 21:22:41 INFO: archiving logs to Nexus 21:22:42 ---> uname -a: 21:22:42 Linux prd-centos7-docker-4c-2g-15279.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:22:42 21:22:42 21:22:42 ---> lscpu: 21:22:42 Architecture: x86_64 21:22:42 CPU op-mode(s): 32-bit, 64-bit 21:22:42 Byte Order: Little Endian 21:22:42 Address sizes: 40 bits physical, 48 bits virtual 21:22:42 CPU(s): 4 21:22:42 On-line CPU(s) list: 0-3 21:22:42 Thread(s) per core: 1 21:22:42 Core(s) per socket: 1 21:22:42 Socket(s): 4 21:22:42 NUMA node(s): 1 21:22:42 Vendor ID: GenuineIntel 21:22:42 CPU family: 6 21:22:42 Model: 44 21:22:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:22:42 Stepping: 1 21:22:42 CPU MHz: 2933.438 21:22:42 BogoMIPS: 5866.87 21:22:42 Virtualization: VT-x 21:22:42 Hypervisor vendor: KVM 21:22:42 Virtualization type: full 21:22:42 L1d cache: 128 KiB 21:22:42 L1i cache: 128 KiB 21:22:42 L2 cache: 16 MiB 21:22:42 L3 cache: 64 MiB 21:22:42 NUMA node0 CPU(s): 0-3 21:22:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:22:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:22:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:22:42 Vulnerability Meltdown: Mitigation; PTI 21:22:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:22:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:22:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:22:42 Vulnerability Srbds: Not affected 21:22:42 Vulnerability Tsx async abort: Not affected 21:22:42 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 21:22:42 21:22:42 21:22:42 ---> nproc: 21:22:42 4 21:22:42 21:22:42 21:22:42 ---> df -h: 21:22:42 Filesystem Size Used Available Use% Mounted on 21:22:42 overlay 50.0G 8.5G 41.4G 17% / 21:22:42 tmpfs 64.0M 0 64.0M 0% /dev 21:22:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:22:42 shm 64.0M 0 64.0M 0% /dev/shm 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:22:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:22:42 21:22:42 21:22:42 ---> free -m: 21:22:42 total used free shared buff/cache available 21:22:42 Mem: 1837 844 150 0 842 928 21:22:42 Swap: 1023 3 1020 21:22:42 21:22:42 21:22:42 ---> ip addr: 21:22:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:22:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:22:42 inet 127.0.0.1/8 scope host lo 21:22:42 valid_lft forever preferred_lft forever 21:22:42 inet6 ::1/128 scope host 21:22:42 valid_lft forever preferred_lft forever 21:22:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:22:42 link/ether fa:16:3e:7d:dd:3a brd ff:ff:ff:ff:ff:ff 21:22:42 inet 10.30.123.59/23 brd 10.30.123.255 scope global dynamic eth0 21:22:42 valid_lft 85969sec preferred_lft 85969sec 21:22:42 inet6 fe80::f816:3eff:fe7d:dd3a/64 scope link 21:22:42 valid_lft forever preferred_lft forever 21:22:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:22:42 link/ether 02:42:12:39:68:a3 brd ff:ff:ff:ff:ff:ff 21:22:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:22:42 valid_lft forever preferred_lft forever 21:22:42 inet6 fe80::42:12ff:fe39:68a3/64 scope link 21:22:42 valid_lft forever preferred_lft forever 21:22:42 21:22:42 21:22:42 ---> sar -b -r -n DEV: 21:22:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) 21:22:42 21:22:42 21:15:20 LINUX RESTART (4 CPU) 21:22:42 21:22:42 21:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:22:42 21:17:01 39.88 12.37 27.51 0.00 4466.73 3154.56 0.00 21:22:42 21:18:01 1.88 0.00 1.88 0.00 0.00 40.23 0.00 21:22:42 21:19:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 21:22:42 21:20:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 21:22:42 21:21:01 227.06 136.36 90.70 0.00 7182.69 33590.33 0.00 21:22:42 21:22:01 250.06 108.47 141.59 0.00 5952.27 34109.12 0.00 21:22:42 Average: 86.83 43.00 43.83 0.00 2942.55 11853.86 0.00 21:22:42 21:22:42 21:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:22:42 21:17:01 159132 0 601100 31.95 2620 1118692 1105632 37.73 419044 1103252 20 21:22:42 21:18:01 163376 0 596848 31.72 2620 1118700 1073428 36.63 419928 1099180 8 21:22:42 21:19:01 161652 0 598568 31.81 2620 1118704 1073488 36.64 420868 1100396 8 21:22:42 21:20:01 161352 0 598868 31.83 2620 1118704 1073560 36.64 431296 1090276 8 21:22:42 21:21:01 81592 0 750908 39.91 2596 1046448 1335188 45.57 547496 993996 11608 21:22:42 21:22:01 229376 0 792848 42.14 1492 857828 1220268 41.65 597448 714688 44 21:22:42 Average: 159413 0 656523 34.89 2428 1063179 1146927 39.14 472680 1016965 1949 21:22:42 21:22:42 21:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:22:42 21:17:01 eth0 168.66 132.83 460.50 37.42 0.00 0.00 0.00 0.00 21:22:42 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:17:01 docker0 7.19 4.98 1.33 13.52 0.00 0.00 0.00 0.00 21:22:42 21:18:01 eth0 3.35 1.91 3.06 0.13 0.00 0.00 0.00 0.00 21:22:42 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:19:01 eth0 1.02 0.40 0.32 0.20 0.00 0.00 0.00 0.00 21:22:42 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:20:01 eth0 0.52 0.48 0.27 0.21 0.00 0.00 0.00 0.00 21:22:42 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:21:01 veth8bcf154 17.01 16.64 1.45 121.72 0.00 0.00 0.00 0.00 21:22:42 21:21:01 eth0 448.83 405.38 4205.90 36.63 0.00 0.00 0.00 0.00 21:22:42 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:21:01 docker0 17.01 16.51 1.21 121.71 0.00 0.00 0.00 0.00 21:22:42 21:22:01 veth0e2eaca 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:22:01 eth0 486.10 419.59 3444.93 101.43 0.00 0.00 0.00 0.00 21:22:42 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 21:22:01 docker0 25.84 35.05 1.50 185.98 0.00 0.00 0.00 0.00 21:22:42 Average: veth0e2eaca 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 Average: eth0 185.31 160.59 1356.74 29.43 0.00 0.00 0.00 0.00 21:22:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:22:42 Average: docker0 8.37 9.45 0.68 53.70 0.00 0.00 0.00 0.00 21:22:42 21:22:42 21:22:42 ---> sar -P ALL: 21:22:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) 21:22:42 21:22:42 21:15:20 LINUX RESTART (4 CPU) 21:22:42 21:22:42 21:16:01 CPU %user %nice %system %iowait %steal %idle 21:22:42 21:17:01 all 3.23 0.00 2.03 0.93 0.01 93.80 21:22:42 21:17:01 0 3.80 0.00 2.29 0.22 0.00 93.70 21:22:42 21:17:01 1 3.36 0.00 2.21 0.67 0.02 93.74 21:22:42 21:17:01 2 3.00 0.00 1.71 1.46 0.02 93.81 21:22:42 21:17:01 3 2.75 0.00 1.91 1.37 0.02 93.95 21:22:42 21:18:01 all 0.17 0.00 0.06 0.00 0.00 99.77 21:22:42 21:18:01 0 0.17 0.00 0.07 0.00 0.00 99.76 21:22:42 21:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:22:42 21:18:01 2 0.41 0.00 0.07 0.00 0.00 99.53 21:22:42 21:18:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:22:42 21:19:01 all 0.17 0.00 0.12 0.00 0.00 99.71 21:22:42 21:19:01 0 0.02 0.00 0.10 0.00 0.00 99.88 21:22:42 21:19:01 1 0.37 0.00 0.13 0.00 0.00 99.50 21:22:42 21:19:01 2 0.22 0.00 0.13 0.00 0.00 99.65 21:22:42 21:19:01 3 0.08 0.00 0.10 0.00 0.00 99.82 21:22:42 21:20:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:22:42 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:22:42 21:20:01 1 0.48 0.00 0.08 0.00 0.00 99.43 21:22:42 21:20:01 2 0.03 0.00 0.07 0.00 0.00 99.90 21:22:42 21:20:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:22:42 21:21:01 all 8.58 0.00 6.01 1.62 0.03 83.75 21:22:42 21:21:01 0 7.98 0.00 6.26 1.04 0.05 84.67 21:22:42 21:21:01 1 8.95 0.00 5.50 2.19 0.05 83.31 21:22:42 21:21:01 2 8.66 0.00 5.45 1.51 0.02 84.36 21:22:42 21:21:01 3 8.72 0.00 6.85 1.75 0.02 82.66 21:22:42 21:22:01 all 11.65 0.00 8.89 3.62 0.03 75.81 21:22:42 21:22:01 0 10.45 0.00 9.07 3.18 0.03 77.26 21:22:42 21:22:01 1 12.24 0.00 9.10 4.12 0.02 74.52 21:22:42 21:22:01 2 11.94 0.00 8.06 2.08 0.02 77.90 21:22:42 21:22:01 3 11.98 0.00 9.33 5.09 0.03 73.56 21:22:42 Average: all 3.95 0.00 2.83 1.02 0.01 92.18 21:22:42 Average: 0 3.70 0.00 2.93 0.73 0.01 92.63 21:22:42 Average: 1 4.21 0.00 2.83 1.15 0.01 91.80 21:22:42 Average: 2 4.01 0.00 2.56 0.84 0.01 92.59 21:22:42 Average: 3 3.90 0.00 3.01 1.36 0.01 91.71 21:22:42 21:22:42 21:22:42