Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b57004926c49939d739b07cfc440dde20ac82e62 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31212 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 Checking out Revision b57004926c49939d739b07cfc440dde20ac82e62 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b57004926c49939d739b07cfc440dde20ac82e62 # timeout=10 Commit message: "Merge pull request #556 from hahattan/event-encoding-method" > git rev-list --no-walk 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:29:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:29:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:29:32 ========================================================= 15:29:32 EdgeX Global Pipelines Version Info 15:29:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:29:34 ------------------- 15:29:34 stable info: 15:29:34 ------------------- 15:29:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:29:34 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:29:34 Message: update stable to v1.0.186 15:29:35 ------------------- 15:29:35 experimental info: 15:29:35 ------------------- 15:29:35 Commited By: **** collab-it+edgex@linuxfoundation.org 15:29:35 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 15:29:35 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:29:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:29:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:29:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:29:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b57004926c49939d739b07cfc440dde20ac82e62 [Pipeline] echo 15:29:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b570049 [Pipeline] echo 15:29:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:29:40 + git log --format=format:%s -1 b57004926c49939d739b07cfc440dde20ac82e62 [Pipeline] echo 15:29:40 GIT_COMMIT: b57004926c49939d739b07cfc440dde20ac82e62, Commit Message: Merge pull request #556 from hahattan/event-encoding-method [Pipeline] echo 15:29:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:29:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:42 15:29:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:29:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:43 latest: Pulling from edgex-devops/git-semver 15:29:43 31603596830f: Pulling fs layer 15:29:43 2a8b12db71e7: Pulling fs layer 15:29:43 6ca5941a6612: Pulling fs layer 15:29:43 ecc8261a40a4: Pulling fs layer 15:29:43 ecc8261a40a4: Waiting 15:29:43 2a8b12db71e7: Download complete 15:29:43 31603596830f: Verifying Checksum 15:29:43 31603596830f: Download complete 15:29:43 6ca5941a6612: Verifying Checksum 15:29:43 6ca5941a6612: Download complete 15:29:43 ecc8261a40a4: Verifying Checksum 15:29:43 ecc8261a40a4: Download complete 15:29:43 31603596830f: Pull complete 15:29:44 2a8b12db71e7: Pull complete 15:29:45 6ca5941a6612: Pull complete 15:29:46 ecc8261a40a4: Pull complete 15:29:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:29:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:29:46 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:29:46 $ 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 15:29:49 $ docker top 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:50 [ssh-agent] Looking for ssh-agent implementation... 15:29:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:50 $ docker exec 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 ssh-agent 15:29:51 SSH_AUTH_SOCK=/tmp/ssh-DLklXlNAOEW4/agent.12 15:29:51 SSH_AGENT_PID=17 15:29:51 Running ssh-add (command line suppressed) 15:29:52 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7086806164356197221.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7086806164356197221.key) 15:29:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:53 + git tag --points-at HEAD [Pipeline] } 15:29:53 $ docker exec --env ******** --env ******** 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 ssh-agent -k 15:29:53 unset SSH_AUTH_SOCK; 15:29:53 unset SSH_AGENT_PID; 15:29:53 echo Agent pid 17 killed; 15:29:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:29:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:54 [ssh-agent] Looking for ssh-agent implementation... 15:29:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:54 $ docker exec 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 ssh-agent 15:29:54 SSH_AUTH_SOCK=/tmp/ssh-YiKNdRyyWQUA/agent.45 15:29:54 SSH_AGENT_PID=50 15:29:54 Running ssh-add (command line suppressed) 15:29:54 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5687550501977608862.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5687550501977608862.key) 15:29:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:55 + git semver init 15:29:55 # -> Open(): unable to determine branch for HEAD 15:29:55 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:29:55 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:29:55 # $SEMVER_REMOTE_NAME = origin 15:29:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:55 # $SEMVER_USER_NAME = edgex-jenkins 15:29:55 # $SEMVER_BRANCH = master 15:29:55 # $SEMVER_TEMP = /tmp/semver-769233654 15:29:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:29:56 # '/tmp/semver-769233654' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:29:56 # -> Force: false 15:29:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:29:56 $ docker exec --env ******** --env ******** 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 ssh-agent -k 15:29:57 unset SSH_AUTH_SOCK; 15:29:57 unset SSH_AGENT_PID; 15:29:57 echo Agent pid 50 killed; 15:29:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:57 + git semver [Pipeline] } 15:29:57 $ docker stop --time=1 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 15:29:59 $ docker rm -f 2e0b55cdd41b22aac2526404a50afe0a9ff3446649b6518ec42ff72faa286607 [Pipeline] // withDockerContainer [Pipeline] sh 15:30:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:30:00 Stashed 1 file(s) [Pipeline] echo 15:30:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.56 [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 15:30:16 Still waiting to schedule task 15:30:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31212’ 15:30:16 Still waiting to schedule task 15:30:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:32:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31213 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:32:01 Running in /w/workspace/go-mod-core-contracts/175 [Pipeline] { [Pipeline] checkout 15:32:07 using credential edgex-jenkins-ssh 15:32:07 Cloning the remote Git repository 15:32:08 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:32:08 > git init /w/workspace/go-mod-core-contracts/175 # timeout=10 15:32:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:32:08 > git --version # timeout=10 15:32:08 > git --version # 'git version 2.17.1' 15:32:08 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:10 Checking out Revision b57004926c49939d739b07cfc440dde20ac82e62 (master) 15:32:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:32:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:32:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:32:09 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:32:10 > git config core.sparsecheckout # timeout=10 15:32:10 > git checkout -f b57004926c49939d739b07cfc440dde20ac82e62 # timeout=10 15:32:14 Commit message: "Merge pull request #556 from hahattan/event-encoding-method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:32:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:32:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:32:17 + sudo service docker restart 15:32:17 + true [Pipeline] unstash [Pipeline] echo 15:32:20 ========================================================= 15:32:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:32:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:32:20 + 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 . 15:32:21 Sending build context to Docker daemon 2.84MB 15:32:21 Step 1/7 : ARG BASE=golang:1.15-alpine 15:32:21 Step 2/7 : FROM ${BASE} 15:32:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:32:22 5f621e34cdf4: Pulling fs layer 15:32:22 a4357932f1b6: Pulling fs layer 15:32:22 18c013af1878: Pulling fs layer 15:32:22 00ac8860ef70: Pulling fs layer 15:32:22 63d7cb157983: Pulling fs layer 15:32:22 b116817d02f9: Pulling fs layer 15:32:22 745a02a5169b: Pulling fs layer 15:32:22 00ac8860ef70: Waiting 15:32:22 63d7cb157983: Waiting 15:32:22 b116817d02f9: Waiting 15:32:22 745a02a5169b: Waiting 15:32:22 18c013af1878: Verifying Checksum 15:32:22 18c013af1878: Download complete 15:32:22 a4357932f1b6: Download complete 15:32:22 63d7cb157983: Verifying Checksum 15:32:22 63d7cb157983: Download complete 15:32:22 b116817d02f9: Verifying Checksum 15:32:22 b116817d02f9: Download complete 15:32:22 5f621e34cdf4: Verifying Checksum 15:32:22 5f621e34cdf4: Download complete 15:32:23 5f621e34cdf4: Pull complete 15:32:24 a4357932f1b6: Pull complete 15:32:24 18c013af1878: Pull complete 15:32:24 745a02a5169b: Verifying Checksum 15:32:24 745a02a5169b: Download complete 15:32:26 00ac8860ef70: Verifying Checksum 15:32:26 00ac8860ef70: Download complete 15:32:36 00ac8860ef70: Pull complete 15:32:36 63d7cb157983: Pull complete 15:32:37 b116817d02f9: Pull complete 15:32:41 745a02a5169b: Pull complete 15:32:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:32:41 ---> b7e6874047d6 15:32:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:32:44 ---> Running in 6ecbe00e7153 15:32:44 Removing intermediate container 6ecbe00e7153 15:32:44 ---> 23a938476dbc 15:32:44 Step 4/7 : RUN apk add bash 15:32:44 ---> Running in 4616e93e1ef7 15:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:32:47 OK: 142 MiB in 39 packages 15:32:48 Removing intermediate container 4616e93e1ef7 15:32:48 ---> 672c989be048 15:32:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:32:48 ---> Running in 72ffe1be2e99 15:32:49 Removing intermediate container 72ffe1be2e99 15:32:49 ---> cdf40b9466cb 15:32:49 Step 6/7 : COPY go.mod . 15:32:49 ---> 388cc9ae87cc 15:32:49 Step 7/7 : RUN go mod download 15:32:49 ---> Running in d0934523b5e4 15:33:04 Removing intermediate container d0934523b5e4 15:33:04 ---> 8d2b16c93261 15:33:04 Successfully built 8d2b16c93261 15:33:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:33:05 + docker inspect -f . ci-base-image-arm64 15:33:05 . [Pipeline] withDockerContainer 15:33:05 prd-ubuntu18.04-docker-arm64-4c-16g-31213 does not seem to be running inside a container 15:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/175 -v /w/workspace/go-mod-core-contracts/175:/w/workspace/go-mod-core-contracts/175:rw,z -v /w/workspace/go-mod-core-contracts/175@tmp:/w/workspace/go-mod-core-contracts/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:33:07 $ docker top 9a182cd71235ba5b4e5718016103412e52b2bca3042993091e734e576adf5162 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:08 + go version 15:33:08 go version go1.15.5 linux/arm64 [Pipeline] } 15:33:08 $ docker stop --time=1 9a182cd71235ba5b4e5718016103412e52b2bca3042993091e734e576adf5162 15:33:10 $ docker rm -f 9a182cd71235ba5b4e5718016103412e52b2bca3042993091e734e576adf5162 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:11 + docker inspect -f . ci-base-image-arm64 15:33:11 . [Pipeline] withDockerContainer 15:33:11 prd-ubuntu18.04-docker-arm64-4c-16g-31213 does not seem to be running inside a container 15:33:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/175 -v /w/workspace/go-mod-core-contracts/175:/w/workspace/go-mod-core-contracts/175:rw,z -v /w/workspace/go-mod-core-contracts/175@tmp:/w/workspace/go-mod-core-contracts/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:33:13 $ docker top a9c4762dd98a018ccc20d70a7f5b4c3058cedc7dd6e4ffce5e448634ff6bc657 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:14 + make test 15:33:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:33:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.032s coverage: 85.7% of statements 15:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.040s coverage: 100.0% of statements 15:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.055s coverage: 45.4% of statements 15:33:38 Running on prd-centos7-docker-4c-2g-31214 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:33:38 Running in /w/workspace/go-mod-core-contracts/175 [Pipeline] { [Pipeline] checkout 15:33:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 15:33:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements 15:33:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.033s coverage: 14.7% of statements 15:33:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.014s coverage: 100.0% of statements 15:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.100s coverage: 91.8% of statements 15:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements 15:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.018s coverage: 36.7% of statements 15:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.131s coverage: 63.0% of statements 15:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 15:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.035s coverage: 15.4% of statements 15:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.054s coverage: 15.4% of statements 15:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.031s coverage: 14.3% of statements 15:33:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:33:48 using credential edgex-jenkins-ssh 15:33:49 Cloning the remote Git repository 15:33:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:33:49 > git init /w/workspace/go-mod-core-contracts/175 # timeout=10 15:33:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:33:49 > git --version # timeout=10 15:33:49 > git --version # 'git version 2.24.3' 15:33:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:51 Checking out Revision b57004926c49939d739b07cfc440dde20ac82e62 (master) 15:33:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:33:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:33:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:33:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:33:51 > git config core.sparsecheckout # timeout=10 15:33:51 > git checkout -f b57004926c49939d739b07cfc440dde20ac82e62 # timeout=10 15:33:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.279s coverage: 84.4% of statements 15:33:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:33:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:33:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:33:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.086s coverage: 49.3% of statements 15:33:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.043s coverage: 94.7% of statements 15:33:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.175s coverage: 87.1% of statements 15:33:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 15:33:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements 15:33:55 Commit message: "Merge pull request #556 from hahattan/event-encoding-method" 15:33:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:33:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:33:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:33:58 + sudo service docker restart 15:33:58 + true 15:33:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:33:59 ========================================================= 15:33:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:33:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:34:00 + 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 . 15:34:01 Sending build context to Docker daemon 2.841MB 15:34:01 Step 1/7 : ARG BASE=golang:1.15-alpine 15:34:01 Step 2/7 : FROM ${BASE} 15:34:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:34:01 188c0c94c7c5: Pulling fs layer 15:34:01 0ef7d3d256c8: Pulling fs layer 15:34:01 de9db76c5a1d: Pulling fs layer 15:34:01 bca2f99d35d6: Pulling fs layer 15:34:01 93359f2a8cfa: Pulling fs layer 15:34:01 7c6f9722023f: Pulling fs layer 15:34:01 a35cf1a2eb13: Pulling fs layer 15:34:01 93359f2a8cfa: Waiting 15:34:01 bca2f99d35d6: Waiting 15:34:01 7c6f9722023f: Waiting 15:34:01 a35cf1a2eb13: Waiting 15:34:01 de9db76c5a1d: Verifying Checksum 15:34:01 de9db76c5a1d: Download complete 15:34:01 0ef7d3d256c8: Verifying Checksum 15:34:01 0ef7d3d256c8: Download complete 15:34:01 93359f2a8cfa: Verifying Checksum 15:34:01 93359f2a8cfa: Download complete 15:34:01 gofmt -l . 15:34:01 7c6f9722023f: Verifying Checksum 15:34:01 7c6f9722023f: Download complete 15:34:01 188c0c94c7c5: Verifying Checksum 15:34:01 188c0c94c7c5: Download complete 15:34:01 [ "`gofmt -l .`" = "" ] 15:34:02 188c0c94c7c5: Pull complete 15:34:02 0ef7d3d256c8: Pull complete 15:34:02 de9db76c5a1d: Pull complete [Pipeline] } 15:34:02 $ docker stop --time=1 a9c4762dd98a018ccc20d70a7f5b4c3058cedc7dd6e4ffce5e448634ff6bc657 15:34:04 a35cf1a2eb13: Verifying Checksum 15:34:04 a35cf1a2eb13: Download complete 15:34:05 $ docker rm -f a9c4762dd98a018ccc20d70a7f5b4c3058cedc7dd6e4ffce5e448634ff6bc657 15:34:05 bca2f99d35d6: Verifying Checksum 15:34:05 bca2f99d35d6: Download complete [Pipeline] // withDockerContainer [Pipeline] sh 15:34:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:34:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:34:08 ---> job-cost.sh 15:34:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-O4Gl 15:34:24 bca2f99d35d6: Pull complete 15:34:24 93359f2a8cfa: Pull complete 15:34:24 7c6f9722023f: Pull complete 15:34:31 a35cf1a2eb13: Pull complete 15:34:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:34:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:34:31 ---> a62c8e92a672 15:34:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:34:31 ---> Running in ae2698d41c7e 15:34:31 Removing intermediate container ae2698d41c7e 15:34:31 ---> 651a176fba40 15:34:31 Step 4/7 : RUN apk add bash 15:34:31 ---> Running in df2dc1f199af 15:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:34 OK: 166 MiB in 39 packages 15:34:36 Removing intermediate container df2dc1f199af 15:34:36 ---> 4d453154e8a1 15:34:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:34:36 ---> Running in 0b1f4c2e155d 15:34:36 Removing intermediate container 0b1f4c2e155d 15:34:36 ---> b7e515bf08ba 15:34:36 Step 6/7 : COPY go.mod . 15:34:36 ---> 1f3c8cbd69d3 15:34:36 Step 7/7 : RUN go mod download 15:34:36 ---> Running in 2d2291fb6177 15:34:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:34:59 Removing intermediate container 2d2291fb6177 15:34:59 ---> adbba29d08a5 15:34:59 Successfully built adbba29d08a5 15:34:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:34:59 + docker inspect -f . ci-base-image-x86_64 15:35:00 . [Pipeline] withDockerContainer 15:35:00 prd-centos7-docker-4c-2g-31214 does not seem to be running inside a container 15:35:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/175 -v /w/workspace/go-mod-core-contracts/175:/w/workspace/go-mod-core-contracts/175:rw,z -v /w/workspace/go-mod-core-contracts/175@tmp:/w/workspace/go-mod-core-contracts/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:35:02 $ docker top 080b41079e2c69549ca5bed4986b736c3fad2a82e0482f6fcb827c21bbf3aec7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:03 + go version 15:35:03 go version go1.15.5 linux/amd64 [Pipeline] } 15:35:03 $ docker stop --time=1 080b41079e2c69549ca5bed4986b736c3fad2a82e0482f6fcb827c21bbf3aec7 15:35:05 $ docker rm -f 080b41079e2c69549ca5bed4986b736c3fad2a82e0482f6fcb827c21bbf3aec7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:35:06 + docker inspect -f . ci-base-image-x86_64 15:35:06 . [Pipeline] withDockerContainer 15:35:07 prd-centos7-docker-4c-2g-31214 does not seem to be running inside a container 15:35:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/175 -v /w/workspace/go-mod-core-contracts/175:/w/workspace/go-mod-core-contracts/175:rw,z -v /w/workspace/go-mod-core-contracts/175@tmp:/w/workspace/go-mod-core-contracts/175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:35:08 $ docker top 44c63c89c80e4760e4eacef32def6b38ac5410bb8254658e9ef28c1fd722b85c -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:09 + make test 15:35:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:35:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:35:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.022s coverage: 85.7% of statements 15:35:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.104s coverage: 100.0% of statements 15:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.090s coverage: 45.4% of statements 15:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.108s coverage: 77.8% of statements 15:35:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:35:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.074s coverage: 26.3% of statements 15:35:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.104s coverage: 14.7% of statements 15:35:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.066s coverage: 100.0% of statements 15:35:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.104s coverage: 91.8% of statements 15:35:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:35:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:35:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.051s coverage: 100.0% of statements 15:35:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.018s coverage: 36.7% of statements 15:35:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.038s coverage: 63.0% of statements 15:35:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.018s coverage: 26.3% of statements 15:35:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements 15:35:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.296s coverage: 15.4% of statements 15:35:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.108s coverage: 14.3% of statements 15:35:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:35:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.110s coverage: 84.4% of statements 15:35:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:35:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:35:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:35:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.089s coverage: 49.3% of statements 15:35:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.046s coverage: 94.7% of statements 15:35:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.073s coverage: 87.1% of statements 15:35:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.013s coverage: 100.0% of statements 15:35:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.216s coverage: 69.6% of statements 15:35:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:35:56 gofmt -l . 15:35:56 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:35:57 $ docker stop --time=1 44c63c89c80e4760e4eacef32def6b38ac5410bb8254658e9ef28c1fd722b85c 15:36:00 $ docker rm -f 44c63c89c80e4760e4eacef32def6b38ac5410bb8254658e9ef28c1fd722b85c [Pipeline] // withDockerContainer [Pipeline] sh 15:36:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:36:01 Warning: overwriting stash ‘coverage-report’ 15:36:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:36:03 ---> job-cost.sh 15:36:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ej5r 15:36:09 lf-activate-venv(): INFO: Adding /tmp/venv-O4Gl/bin to PATH 15:36:09 INFO: No Stack... 15:36:09 INFO: Retrieving Pricing Info for: lf-standard-4 15:36:09 INFO: Archiving Costs [Pipeline] sh 15:36:09 + cat /w/workspace/go-mod-core-contracts/175/archives/cost.csv 15:36:09 + cut -d, -f6 [Pipeline] lock 15:36:09 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] 15:36:09 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] did not exist. Created. 15:36:09 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:36:09 + echo total: 0.20999999344348907 [Pipeline] stash 15:36:10 Stashed 1 file(s) [Pipeline] } 15:36:10 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:36:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:37:17 lf-activate-venv(): INFO: Adding /tmp/venv-ej5r/bin to PATH 15:37:17 INFO: No Stack... 15:37:17 INFO: Retrieving Pricing Info for: v1-standard-2 15:37:17 INFO: Archiving Costs [Pipeline] sh 15:37:17 + cat /w/workspace/go-mod-core-contracts/175/archives/cost.csv 15:37:17 + cut -d, -f6 [Pipeline] lock 15:37:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] 15:37:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] did not exist. Created. 15:37:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:37:18 /w/workspace/go-mod-core-contracts/175@tmp/durable-76f9c55d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 15:37:18 + echo total: 0.029999999329447746 [Pipeline] stash 15:37:18 Warning: overwriting stash ‘stack-cost’ 15:37:19 Stashed 1 file(s) [Pipeline] } 15:37:19 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-175-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:37:20 provisioning config files... 15:37:20 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1943913124376080375tmp [Pipeline] { [Pipeline] sh 15:37:20 + set +x 15:37:20 + bash -s -- 15:37:20 + curl -s https://codecov.io/bash 15:37:21 15:37:21 _____ _ 15:37:21 / ____| | | 15:37:21 | | ___ __| | ___ ___ _____ __ 15:37:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:37:21 | |___| (_) | (_| | __/ (_| (_) \ V / 15:37:21 \_____\___/ \__,_|\___|\___\___/ \_/ 15:37:21 Bash-20210309-2b87ace 15:37:21 15:37:21 15:37:21 ==> git version 2.24.3 found 15:37:21 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:37:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:37:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:37:21 ==> Jenkins CI detected. 15:37:21 project root: . 15:37:21 --> token set from env 15:37:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:37:21 ==> Running gcov in . (disable via -X gcov) 15:37:21 ==> Python coveragepy not found 15:37:21 ==> Searching for coverage reports in: 15:37:21 + . 15:37:21 -> Found 1 reports 15:37:21 ==> Detecting git/mercurial file structure 15:37:21 ==> Reading reports 15:37:21 + ./coverage.out bytes=163987 15:37:21 ==> Appending adjustments 15:37:21 https://docs.codecov.io/docs/fixing-reports 15:37:22 + Found adjustments 15:37:22 ==> Gzipping contents 15:37:22 24K /tmp/codecov.ZP86rL.gz 15:37:22 ==> Uploading reports 15:37:22 url: https://codecov.io 15:37:22 query: branch=master&commit=b57004926c49939d739b07cfc440dde20ac82e62&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F175%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:37:22 -> Pinging Codecov 15:37:22 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=b57004926c49939d739b07cfc440dde20ac82e62&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F175%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:37:23 -> Uploading to 15:37:23 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/71470A77251A30514AAF9C0BB2E5B6CE/b57004926c49939d739b07cfc440dde20ac82e62/043a090b-761b-4e15-8ccf-dfc130b15ee7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T153723Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d80a4b1c99d2d6fe737d65a9fedb1267a2b66baf1f409f9825d02f10bb655ba5 15:37:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:37:23 Dload Upload Total Spent Left Speed 15:37:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24494 0 0 100 24494 0 52340 --:--:-- --:--:-- --:--:-- 52449 15:37:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b57004926c49939d739b07cfc440dde20ac82e62 [Pipeline] } 15:37:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:37:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:37:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:37:24 15:37:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:37:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:37:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:37:25 188c0c94c7c5: Pulling fs layer 15:37:25 0ef7d3d256c8: Pulling fs layer 15:37:25 de9db76c5a1d: Pulling fs layer 15:37:25 0eba1c9be4d2: Pulling fs layer 15:37:25 0d57e429df01: Pulling fs layer 15:37:25 4e4be7b47b0d: Pulling fs layer 15:37:25 e1f770b5df2f: Pulling fs layer 15:37:25 85a0685a4137: Pulling fs layer 15:37:25 0eba1c9be4d2: Waiting 15:37:25 0d57e429df01: Waiting 15:37:25 4e4be7b47b0d: Waiting 15:37:25 e1f770b5df2f: Waiting 15:37:25 85a0685a4137: Waiting 15:37:25 de9db76c5a1d: Verifying Checksum 15:37:25 de9db76c5a1d: Download complete 15:37:25 0ef7d3d256c8: Verifying Checksum 15:37:25 0ef7d3d256c8: Download complete 15:37:26 0d57e429df01: Verifying Checksum 15:37:26 0d57e429df01: Download complete 15:37:26 4e4be7b47b0d: Verifying Checksum 15:37:26 4e4be7b47b0d: Download complete 15:37:26 188c0c94c7c5: Verifying Checksum 15:37:26 188c0c94c7c5: Download complete 15:37:27 188c0c94c7c5: Pull complete 15:37:28 0ef7d3d256c8: Pull complete 15:37:28 de9db76c5a1d: Pull complete 15:37:28 e1f770b5df2f: Verifying Checksum 15:37:28 e1f770b5df2f: Download complete 15:37:34 0eba1c9be4d2: Verifying Checksum 15:37:34 0eba1c9be4d2: Download complete 15:37:34 85a0685a4137: Verifying Checksum 15:37:34 85a0685a4137: Download complete 15:37:46 0eba1c9be4d2: Pull complete 15:37:46 0d57e429df01: Pull complete 15:37:46 4e4be7b47b0d: Pull complete 15:37:49 e1f770b5df2f: Pull complete 15:38:01 85a0685a4137: Pull complete 15:38:01 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:38:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:38:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:38:02 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:38:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:38:04 $ docker top 5cd71dd3d5313db81990f063c73bbe94ae18956b38e82ea9f4649436c0f65781 -eo pid,comm [Pipeline] { [Pipeline] echo 15:38:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:38:06 + set -o pipefail 15:38:06 + snyk monitor '--org=edgex-jenkins' 15:38:16 15:38:16 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:38:16 15:38:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/fa4ac837-c6ce-4f2b-9b6f-9e084f967bbf 15:38:16 15:38:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:38:16 15:38:16 [Pipeline] } 15:38:16 $ docker stop --time=1 5cd71dd3d5313db81990f063c73bbe94ae18956b38e82ea9f4649436c0f65781 15:38:19 $ docker rm -f 5cd71dd3d5313db81990f063c73bbe94ae18956b38e82ea9f4649436c0f65781 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:38:21 + git log --format=format:%s -1 b57004926c49939d739b07cfc440dde20ac82e62 [Pipeline] isUnix [Pipeline] sh 15:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:38:22 . [Pipeline] withDockerContainer 15:38:22 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:38:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:38:25 $ docker top ba4e18c451b9e86ece83f29f5c5988e9776fdd51a125154b47b4d44588969947 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:38:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:38:26 [ssh-agent] Looking for ssh-agent implementation... 15:38:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:38:27 $ docker exec ba4e18c451b9e86ece83f29f5c5988e9776fdd51a125154b47b4d44588969947 ssh-agent 15:38:28 SSH_AUTH_SOCK=/tmp/ssh-IoqqL0msnC5g/agent.11 15:38:28 SSH_AGENT_PID=16 15:38:28 Running ssh-add (command line suppressed) 15:38:29 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9115662818444477847.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9115662818444477847.key) 15:38:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:38:29 + git semver tag 15:38:30 # -> Open(): unable to determine branch for HEAD 15:38:30 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:38:30 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:38:30 # $SEMVER_REMOTE_NAME = origin 15:38:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:38:30 # $SEMVER_USER_NAME = edgex-jenkins 15:38:30 # $SEMVER_BRANCH = master 15:38:30 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:38:30 # b57004926c49939d739b07cfc440dde20ac82e62 HEAD 15:38:30 # -> Force: false 15:38:30 # 170d193172474c8aa216683ecd2c1d2ffedee4e6 refs/tags/v2.0.0-dev.56 [Pipeline] } 15:38:30 $ docker exec --env ******** --env ******** ba4e18c451b9e86ece83f29f5c5988e9776fdd51a125154b47b4d44588969947 ssh-agent -k 15:38:30 unset SSH_AUTH_SOCK; 15:38:30 unset SSH_AGENT_PID; 15:38:30 echo Agent pid 16 killed; 15:38:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:38:31 + git semver [Pipeline] } 15:38:32 $ docker stop --time=1 ba4e18c451b9e86ece83f29f5c5988e9776fdd51a125154b47b4d44588969947 15:38:33 $ docker rm -f ba4e18c451b9e86ece83f29f5c5988e9776fdd51a125154b47b4d44588969947 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:38:34 15:38:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:38:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:38:34 0.23.1-centos7: Pulling from edgex-lftools 15:38:34 ab5ef0e58194: Pulling fs layer 15:38:34 9712f1f96733: Pulling fs layer 15:38:34 63f879dbbcfc: Pulling fs layer 15:38:34 0d9ebad4ef96: Pulling fs layer 15:38:34 e9a5061849ea: Pulling fs layer 15:38:34 d747dcd14b5f: Pulling fs layer 15:38:34 2de7ff778b66: Pulling fs layer 15:38:34 0d9ebad4ef96: Waiting 15:38:34 e9a5061849ea: Waiting 15:38:34 d747dcd14b5f: Waiting 15:38:34 2de7ff778b66: Waiting 15:38:34 9712f1f96733: Verifying Checksum 15:38:34 9712f1f96733: Download complete 15:38:36 63f879dbbcfc: Verifying Checksum 15:38:36 63f879dbbcfc: Download complete 15:38:37 e9a5061849ea: Verifying Checksum 15:38:37 e9a5061849ea: Download complete 15:38:37 d747dcd14b5f: Verifying Checksum 15:38:37 d747dcd14b5f: Download complete 15:38:37 2de7ff778b66: Verifying Checksum 15:38:37 2de7ff778b66: Download complete 15:38:38 0d9ebad4ef96: Download complete 15:38:38 ab5ef0e58194: Verifying Checksum 15:38:38 ab5ef0e58194: Download complete 15:38:49 ab5ef0e58194: Pull complete 15:38:49 9712f1f96733: Pull complete 15:38:53 63f879dbbcfc: Pull complete 15:39:08 0d9ebad4ef96: Pull complete 15:39:10 e9a5061849ea: Pull complete 15:39:10 d747dcd14b5f: Pull complete 15:39:15 2de7ff778b66: Pull complete 15:39:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:39:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:39:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:39:15 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:39:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:39:19 $ docker top 8e67e6514fa03340e069e1994ca9a30c00fab7340a1b128d706ce79c46ae7158 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:39:20 provisioning config files... 15:39:20 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3087975834791988593tmp 15:39:20 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4943500245512769021tmp 15:39:20 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6754581480392401283tmp [Pipeline] { [Pipeline] echo 15:39:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:39:21 ---> sigul-configuration.sh 15:39:21 gpg: directory `/root/.gnupg' created 15:39:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:39:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:39:21 gpg: keyring `/root/.gnupg/secring.gpg' created 15:39:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:39:21 gpg: CAST5 encrypted data 15:39:21 gpg: encrypted with 1 passphrase 15:39:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:39:21 + mkdir /home/jenkins 15:39:21 + mkdir /home/jenkins/sigul [Pipeline] sh 15:39:22 + 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 15:39:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:39:22 ---> sigul-install.sh 15:39:32 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:39:33 + git tag --list 15:39:33 v0.0.0 15:39:33 v0.0.1 15:39:33 v0.1.0 15:39:33 v0.1.1 15:39:33 v0.1.10 15:39:33 v0.1.100 15:39:33 v0.1.101 15:39:33 v0.1.102 15:39:33 v0.1.103 15:39:33 v0.1.104 15:39:33 v0.1.105 15:39:33 v0.1.106 15:39:33 v0.1.107 15:39:33 v0.1.108 15:39:33 v0.1.109 15:39:33 v0.1.11 15:39:33 v0.1.110 15:39:33 v0.1.111 15:39:33 v0.1.112 15:39:33 v0.1.113 15:39:33 v0.1.114 15:39:33 v0.1.115 15:39:33 v0.1.116 15:39:33 v0.1.117 15:39:33 v0.1.118 15:39:33 v0.1.119 15:39:33 v0.1.12 15:39:33 v0.1.120 15:39:33 v0.1.121 15:39:33 v0.1.122 15:39:33 v0.1.123 15:39:33 v0.1.124 15:39:33 v0.1.125 15:39:33 v0.1.126 15:39:33 v0.1.127 15:39:33 v0.1.128 15:39:33 v0.1.129 15:39:33 v0.1.13 15:39:33 v0.1.130 15:39:33 v0.1.131 15:39:33 v0.1.132 15:39:33 v0.1.133 15:39:33 v0.1.134 15:39:33 v0.1.135 15:39:33 v0.1.136 15:39:33 v0.1.137 15:39:33 v0.1.138 15:39:33 v0.1.139 15:39:33 v0.1.14 15:39:33 v0.1.140 15:39:33 v0.1.141 15:39:33 v0.1.142 15:39:33 v0.1.143 15:39:33 v0.1.144 15:39:33 v0.1.145 15:39:33 v0.1.146 15:39:33 v0.1.147 15:39:33 v0.1.148 15:39:33 v0.1.149 15:39:33 v0.1.15 15:39:33 v0.1.16 15:39:33 v0.1.17 15:39:33 v0.1.18 15:39:33 v0.1.19 15:39:33 v0.1.2 15:39:33 v0.1.20 15:39:33 v0.1.21 15:39:33 v0.1.22 15:39:33 v0.1.23 15:39:33 v0.1.24 15:39:33 v0.1.25 15:39:33 v0.1.26 15:39:33 v0.1.27 15:39:33 v0.1.28 15:39:33 v0.1.29 15:39:33 v0.1.3 15:39:33 v0.1.30 15:39:33 v0.1.31 15:39:33 v0.1.32 15:39:33 v0.1.33 15:39:33 v0.1.34 15:39:33 v0.1.35 15:39:33 v0.1.36 15:39:33 v0.1.37 15:39:33 v0.1.38 15:39:33 v0.1.39 15:39:33 v0.1.4 15:39:33 v0.1.40 15:39:33 v0.1.41 15:39:33 v0.1.42 15:39:33 v0.1.43 15:39:33 v0.1.44 15:39:33 v0.1.45 15:39:33 v0.1.46 15:39:33 v0.1.47 15:39:33 v0.1.48 15:39:33 v0.1.49 15:39:33 v0.1.5 15:39:33 v0.1.50 15:39:33 v0.1.51 15:39:33 v0.1.52 15:39:33 v0.1.53 15:39:33 v0.1.54 15:39:33 v0.1.55 15:39:33 v0.1.56 15:39:33 v0.1.57 15:39:33 v0.1.58 15:39:33 v0.1.59 15:39:33 v0.1.6 15:39:33 v0.1.60 15:39:33 v0.1.61 15:39:33 v0.1.62 15:39:33 v0.1.63 15:39:33 v0.1.64 15:39:33 v0.1.65 15:39:33 v0.1.66 15:39:33 v0.1.67 15:39:33 v0.1.68 15:39:33 v0.1.69 15:39:33 v0.1.7 15:39:33 v0.1.70 15:39:33 v0.1.71 15:39:33 v0.1.72 15:39:33 v0.1.73 15:39:33 v0.1.74 15:39:33 v0.1.75 15:39:33 v0.1.76 15:39:33 v0.1.77 15:39:33 v0.1.78 15:39:33 v0.1.79 15:39:33 v0.1.8 15:39:33 v0.1.80 15:39:33 v0.1.81 15:39:33 v0.1.82 15:39:33 v0.1.83 15:39:33 v0.1.84 15:39:33 v0.1.85 15:39:33 v0.1.86 15:39:33 v0.1.87 15:39:33 v0.1.88 15:39:33 v0.1.89 15:39:33 v0.1.9 15:39:33 v0.1.90 15:39:33 v0.1.91 15:39:33 v0.1.92 15:39:33 v0.1.93 15:39:33 v0.1.94 15:39:33 v0.1.95 15:39:33 v0.1.96 15:39:33 v0.1.97 15:39:33 v0.1.98 15:39:33 v0.1.99 15:39:33 v2.0.0-dev.1 15:39:33 v2.0.0-dev.10 15:39:33 v2.0.0-dev.11 15:39:33 v2.0.0-dev.12 15:39:33 v2.0.0-dev.13 15:39:33 v2.0.0-dev.14 15:39:33 v2.0.0-dev.15 15:39:33 v2.0.0-dev.16 15:39:33 v2.0.0-dev.17 15:39:33 v2.0.0-dev.18 15:39:33 v2.0.0-dev.19 15:39:33 v2.0.0-dev.2 15:39:33 v2.0.0-dev.20 15:39:33 v2.0.0-dev.21 15:39:33 v2.0.0-dev.22 15:39:33 v2.0.0-dev.23 15:39:33 v2.0.0-dev.24 15:39:33 v2.0.0-dev.25 15:39:33 v2.0.0-dev.26 15:39:33 v2.0.0-dev.27 15:39:33 v2.0.0-dev.28 15:39:33 v2.0.0-dev.29 15:39:33 v2.0.0-dev.3 15:39:33 v2.0.0-dev.30 15:39:33 v2.0.0-dev.31 15:39:33 v2.0.0-dev.32 15:39:33 v2.0.0-dev.33 15:39:33 v2.0.0-dev.34 15:39:33 v2.0.0-dev.35 15:39:33 v2.0.0-dev.36 15:39:33 v2.0.0-dev.37 15:39:33 v2.0.0-dev.38 15:39:33 v2.0.0-dev.39 15:39:33 v2.0.0-dev.4 15:39:33 v2.0.0-dev.40 15:39:33 v2.0.0-dev.41 15:39:33 v2.0.0-dev.42 15:39:33 v2.0.0-dev.43 15:39:33 v2.0.0-dev.44 15:39:33 v2.0.0-dev.45 15:39:33 v2.0.0-dev.46 15:39:33 v2.0.0-dev.47 15:39:33 v2.0.0-dev.48 15:39:33 v2.0.0-dev.49 15:39:33 v2.0.0-dev.5 15:39:33 v2.0.0-dev.50 15:39:33 v2.0.0-dev.51 15:39:33 v2.0.0-dev.52 15:39:33 v2.0.0-dev.53 15:39:33 v2.0.0-dev.54 15:39:33 v2.0.0-dev.55 15:39:33 v2.0.0-dev.56 15:39:33 v2.0.0-dev.6 15:39:33 v2.0.0-dev.7 15:39:33 v2.0.0-dev.8 15:39:33 v2.0.0-dev.9 [Pipeline] sh 15:39:34 + lftools sign git-tag v2.0.0-dev.56 15:39:36 Signing Git tag with Sigul... 15:39:36 Signing v2.0.0-dev.56 [Pipeline] echo 15:39:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:39:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:39:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:39:38 $ docker stop --time=1 8e67e6514fa03340e069e1994ca9a30c00fab7340a1b128d706ce79c46ae7158 15:39:40 $ docker rm -f 8e67e6514fa03340e069e1994ca9a30c00fab7340a1b128d706ce79c46ae7158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:39:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:41 . [Pipeline] withDockerContainer 15:39:41 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:39:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:44 $ docker top 69987c912aed454186177fd76c02b63be41154dc925b32750c57e808d70dc505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:45 [ssh-agent] Looking for ssh-agent implementation... 15:39:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:45 $ docker exec 69987c912aed454186177fd76c02b63be41154dc925b32750c57e808d70dc505 ssh-agent 15:39:46 SSH_AUTH_SOCK=/tmp/ssh-s6ebAWrG82dW/agent.11 15:39:46 SSH_AGENT_PID=16 15:39:46 Running ssh-add (command line suppressed) 15:39:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7725147468740465099.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7725147468740465099.key) 15:39:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:47 + git semver bump pre 15:39:47 # -> Open(): unable to determine branch for HEAD 15:39:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:39:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:39:47 # $SEMVER_REMOTE_NAME = origin 15:39:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:47 # $SEMVER_USER_NAME = edgex-jenkins 15:39:47 # $SEMVER_BRANCH = master 15:39:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:39:47 2.0.0-dev.57 [Pipeline] } 15:39:47 $ docker exec --env ******** --env ******** 69987c912aed454186177fd76c02b63be41154dc925b32750c57e808d70dc505 ssh-agent -k 15:39:47 unset SSH_AUTH_SOCK; 15:39:47 unset SSH_AGENT_PID; 15:39:47 echo Agent pid 16 killed; 15:39:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:39:48 + git semver [Pipeline] } 15:39:48 $ docker stop --time=1 69987c912aed454186177fd76c02b63be41154dc925b32750c57e808d70dc505 15:39:49 $ docker rm -f 69987c912aed454186177fd76c02b63be41154dc925b32750c57e808d70dc505 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:39:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:50 . [Pipeline] withDockerContainer 15:39:50 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:39:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:53 $ docker top b70b538eb4874779de826bd4f1789523d094c2450403a5c880aa76fa59f25dab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:54 [ssh-agent] Looking for ssh-agent implementation... 15:39:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:54 $ docker exec b70b538eb4874779de826bd4f1789523d094c2450403a5c880aa76fa59f25dab ssh-agent 15:39:54 SSH_AUTH_SOCK=/tmp/ssh-PyJOWEILPxme/agent.11 15:39:54 SSH_AGENT_PID=17 15:39:54 Running ssh-add (command line suppressed) 15:39:55 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_747857289528760002.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_747857289528760002.key) 15:39:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:56 + git semver push 15:39:56 # -> Open(): unable to determine branch for HEAD 15:39:56 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:39:56 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:39:56 # $SEMVER_REMOTE_NAME = origin 15:39:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:56 # $SEMVER_USER_NAME = edgex-jenkins 15:39:56 # $SEMVER_BRANCH = master 15:39:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:40:04 $ docker exec --env ******** --env ******** b70b538eb4874779de826bd4f1789523d094c2450403a5c880aa76fa59f25dab ssh-agent -k 15:40:04 unset SSH_AUTH_SOCK; 15:40:04 unset SSH_AGENT_PID; 15:40:04 echo Agent pid 17 killed; 15:40:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:40:05 + git semver [Pipeline] } 15:40:05 $ docker stop --time=1 b70b538eb4874779de826bd4f1789523d094c2450403a5c880aa76fa59f25dab 15:40:08 $ docker rm -f b70b538eb4874779de826bd4f1789523d094c2450403a5c880aa76fa59f25dab [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 15:40:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:40:11 ---> package-listing.sh 15:40:11 ++ facter osfamily 15:40:11 ++ tr '[:upper:]' '[:lower:]' 15:40:11 + OS_FAMILY=redhat 15:40:11 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:40:11 + START_PACKAGES=/tmp/packages_start.txt 15:40:11 + END_PACKAGES=/tmp/packages_end.txt 15:40:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:40:11 + PACKAGES=/tmp/packages_start.txt 15:40:11 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:40:11 + PACKAGES=/tmp/packages_end.txt 15:40:11 + case "${OS_FAMILY}" in 15:40:11 + rpm -qa 15:40:11 + sort 15:40:21 + '[' -f /tmp/packages_start.txt ']' 15:40:21 + '[' -f /tmp/packages_end.txt ']' 15:40:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:40:21 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:40:21 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:40:21 + 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 15:40:21 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 15:40:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:40:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:40:23 15:40:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:40:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:40:23 alpine: Pulling from edgex-lftools-log-publisher 15:40:23 df20fa9351a1: Pulling fs layer 15:40:23 36b3adc4ff6f: Pulling fs layer 15:40:23 8ad3a11d3b57: Pulling fs layer 15:40:23 46f8f816bc3b: Pulling fs layer 15:40:23 93b61091891f: Pulling fs layer 15:40:23 93b9cdb0e59b: Pulling fs layer 15:40:23 5e14af77c1be: Pulling fs layer 15:40:23 01666e4c0597: Pulling fs layer 15:40:23 aa168da1d23b: Pulling fs layer 15:40:23 93b61091891f: Waiting 15:40:23 93b9cdb0e59b: Waiting 15:40:23 5e14af77c1be: Waiting 15:40:23 01666e4c0597: Waiting 15:40:23 46f8f816bc3b: Waiting 15:40:23 aa168da1d23b: Waiting 15:40:24 36b3adc4ff6f: Verifying Checksum 15:40:24 36b3adc4ff6f: Download complete 15:40:24 46f8f816bc3b: Verifying Checksum 15:40:24 46f8f816bc3b: Download complete 15:40:24 df20fa9351a1: Verifying Checksum 15:40:24 df20fa9351a1: Download complete 15:40:24 93b9cdb0e59b: Verifying Checksum 15:40:24 93b9cdb0e59b: Download complete 15:40:24 93b61091891f: Verifying Checksum 15:40:24 93b61091891f: Download complete 15:40:24 5e14af77c1be: Verifying Checksum 15:40:24 5e14af77c1be: Download complete 15:40:24 01666e4c0597: Verifying Checksum 15:40:24 01666e4c0597: Download complete 15:40:25 df20fa9351a1: Pull complete 15:40:25 8ad3a11d3b57: Verifying Checksum 15:40:25 8ad3a11d3b57: Download complete 15:40:25 36b3adc4ff6f: Pull complete 15:40:27 8ad3a11d3b57: Pull complete 15:40:27 46f8f816bc3b: Pull complete 15:40:28 aa168da1d23b: Verifying Checksum 15:40:28 aa168da1d23b: Download complete 15:40:28 93b61091891f: Pull complete 15:40:29 93b9cdb0e59b: Pull complete 15:40:29 5e14af77c1be: Pull complete 15:40:29 01666e4c0597: Pull complete 15:40:48 aa168da1d23b: Pull complete 15:40:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:40:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:40:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:40:48 prd-centos7-docker-4c-2g-31212 does not seem to be running inside a container 15:40:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:40:52 $ docker top 15ba8e587a31158f9a8a4c34c50603be8f182d5b2fd225bf21990aa9a95e6573 -eo pid,comm [Pipeline] { [Pipeline] sh 15:40:53 + touch /tmp/pre-build-complete [Pipeline] sh 15:40:54 + mkdir -p /var/log/sa [Pipeline] sh 15:40:54 + ls /var/log/sa-host 15:40:54 + sadf -c /var/log/sa-host/sa23 15:40:54 file_magic: OK 15:40:54 HZ: Using current value: 100 15:40:54 file_header: OK 15:40:54 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 15:40:54 Statistics: 15:40:54 Hnuu...uuuununununu... 15:40:54 File successfully converted to sysstat format version 12.2.1 15:40:54 + sadf -c /var/log/sa-host/sa24 15:40:54 file_magic: OK 15:40:54 HZ: Using current value: 100 15:40:54 file_header: OK 15:40:54 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 15:40:54 Statistics: 15:40:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:40:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:40:55 provisioning config files... 15:40:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6341588184427922687tmp [Pipeline] { [Pipeline] echo 15:40:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:40:55 ---> create-netrc.sh [Pipeline] } 15:40:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:40:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:40:56 ---> python-tools-install.sh [Pipeline] echo 15:40:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:40:56 ---> sudo-logs.sh 15:40:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:40:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:40:56 ---> job-cost.sh 15:40:57 lf-activate-venv: SKIPPING 15:40:57 DEBUG: total: 0.029999999329447746 15:40:57 INFO: Retrieving Stack Cost... 15:40:57 INFO: Retrieving Pricing Info for: v1-standard-2 15:40:58 INFO: Archiving Costs [Pipeline] echo 15:40:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:40:59 ---> logs-deploy.sh 15:40:59 lf-activate-venv: SKIPPING 15:40:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/175 15:40:59 INFO: archiving workspace using pattern(s): 15:41:02 Archives upload complete. 15:41:02 INFO: archiving logs to Nexus