Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2df9cfada3d4ed283aafad06b2eb07b69331e229 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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-4663 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2df9cfada3d4ed283aafad06b2eb07b69331e229 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 Commit message: "Merge pull request #610 from hahattan/v2-general" > git rev-list --no-walk 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:59:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:59:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:59:43 ========================================================= 07:59:43 EdgeX Global Pipelines Version Info 07:59:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:59:45 ------------------- 07:59:45 stable info: 07:59:45 ------------------- 07:59:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:59:45 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:59:45 Message: update stable to v1.0.192 07:59:46 ------------------- 07:59:46 experimental info: 07:59:46 ------------------- 07:59:46 Commited By: **** collab-it+edgex@linuxfoundation.org 07:59:46 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:59:46 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:59:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:59:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:59:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2df9cfada3d4ed283aafad06b2eb07b69331e229 [Pipeline] echo 07:59:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2df9cfa [Pipeline] echo 07:59:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:59:47 + git log --format=format:%s -1 2df9cfada3d4ed283aafad06b2eb07b69331e229 [Pipeline] echo 07:59:47 GIT_COMMIT: 2df9cfada3d4ed283aafad06b2eb07b69331e229, Commit Message: Merge pull request #610 from hahattan/v2-general [Pipeline] echo 07:59:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:59:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:59:48 07:59:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:59:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:59:49 latest: Pulling from edgex-devops/git-semver 07:59:49 31603596830f: Pulling fs layer 07:59:49 54011a49482f: Pulling fs layer 07:59:49 a6820b24f6d8: Pulling fs layer 07:59:49 f581987b2513: Pulling fs layer 07:59:49 f581987b2513: Waiting 07:59:49 54011a49482f: Download complete 07:59:49 31603596830f: Verifying Checksum 07:59:49 31603596830f: Download complete 07:59:49 a6820b24f6d8: Verifying Checksum 07:59:49 a6820b24f6d8: Download complete 07:59:49 f581987b2513: Verifying Checksum 07:59:49 f581987b2513: Download complete 07:59:49 31603596830f: Pull complete 07:59:50 54011a49482f: Pull complete 07:59:51 a6820b24f6d8: Pull complete 07:59:51 f581987b2513: Pull complete 07:59:51 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:59:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:59:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:59:51 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 07:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:59:53 $ docker top aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:59:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:59:54 [ssh-agent] Looking for ssh-agent implementation... 07:59:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:59:54 $ docker exec aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e ssh-agent 07:59:54 SSH_AUTH_SOCK=/tmp/ssh-KypfhF8kcxq5/agent.11 07:59:54 SSH_AGENT_PID=16 07:59:54 Running ssh-add (command line suppressed) 07:59:54 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6994885098598450068.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6994885098598450068.key) 07:59:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:59:54 + git tag --points-at HEAD [Pipeline] } 07:59:54 $ docker exec --env ******** --env ******** aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e ssh-agent -k 07:59:55 unset SSH_AUTH_SOCK; 07:59:55 unset SSH_AGENT_PID; 07:59:55 echo Agent pid 16 killed; 07:59:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:59:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:59:55 [ssh-agent] Looking for ssh-agent implementation... 07:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:59:55 $ docker exec aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e ssh-agent 07:59:55 SSH_AUTH_SOCK=/tmp/ssh-8bmMHoCTtoIL/agent.44 07:59:55 SSH_AGENT_PID=49 07:59:55 Running ssh-add (command line suppressed) 07:59:55 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1805095767463195502.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1805095767463195502.key) 07:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:59:55 + git semver init 07:59:55 # -> Open(): unable to determine branch for HEAD 07:59:55 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 07:59:55 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 07:59:55 # $SEMVER_REMOTE_NAME = origin 07:59:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:59:55 # $SEMVER_USER_NAME = edgex-jenkins 07:59:55 # $SEMVER_BRANCH = master 07:59:55 # $SEMVER_TEMP = /tmp/semver-589861602 07:59:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:59:56 # '/tmp/semver-589861602' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 07:59:56 # -> Force: false 07:59:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 07:59:56 $ docker exec --env ******** --env ******** aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e ssh-agent -k 07:59:57 unset SSH_AUTH_SOCK; 07:59:57 unset SSH_AGENT_PID; 07:59:57 echo Agent pid 49 killed; 07:59:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:59:57 + git semver [Pipeline] } 07:59:57 $ docker stop --time=1 aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e 07:59:59 $ docker rm -f aec9740f62597a6c03f2987902f4805f6942bef6421dfd4a4f3039df0719fa5e [Pipeline] // withDockerContainer [Pipeline] sh 07:59:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:00:00 Stashed 1 file(s) [Pipeline] echo 08:00:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.85 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 08:00:15 Still waiting to schedule task 08:00:15 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4663’ 08:00:15 Still waiting to schedule task 08:00:15 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 08:02:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4664 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:02:14 Running in /w/workspace/go-mod-core-contracts/204 [Pipeline] { [Pipeline] checkout 08:02:20 using credential edgex-jenkins-ssh 08:02:20 Cloning the remote Git repository 08:02:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:21 > git init /w/workspace/go-mod-core-contracts/204 # timeout=10 08:02:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:21 > git --version # timeout=10 08:02:21 > git --version # 'git version 2.17.1' 08:02:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:23 Checking out Revision 2df9cfada3d4ed283aafad06b2eb07b69331e229 (master) 08:02:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:02:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:02:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:02:23 > git config core.sparsecheckout # timeout=10 08:02:23 > git checkout -f 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 08:02:27 Commit message: "Merge pull request #610 from hahattan/v2-general" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:02:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:02:29 + true 08:02:29 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 08:02:32 ========================================================= 08:02:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:02:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:02:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 08:02:33 Sending build context to Docker daemon 3.137MB 08:02:33 Step 1/7 : ARG BASE=golang:1.16-alpine 08:02:33 Step 2/7 : FROM ${BASE} 08:02:34 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:02:34 595b0fe564bb: Pulling fs layer 08:02:34 7186ed65a4f7: Pulling fs layer 08:02:34 316046926c0a: Pulling fs layer 08:02:34 4ebd0625c992: Pulling fs layer 08:02:34 207e8628e3a3: Pulling fs layer 08:02:34 c791037a9be2: Pulling fs layer 08:02:34 ffd874e62e21: Pulling fs layer 08:02:34 4ebd0625c992: Waiting 08:02:34 c791037a9be2: Waiting 08:02:34 ffd874e62e21: Waiting 08:02:34 207e8628e3a3: Waiting 08:02:34 316046926c0a: Verifying Checksum 08:02:34 316046926c0a: Download complete 08:02:34 207e8628e3a3: Download complete 08:02:34 c791037a9be2: Verifying Checksum 08:02:34 c791037a9be2: Download complete 08:02:34 595b0fe564bb: Verifying Checksum 08:02:34 595b0fe564bb: Download complete 08:02:35 595b0fe564bb: Pull complete 08:02:35 7186ed65a4f7: Pull complete 08:02:36 316046926c0a: Pull complete 08:02:36 ffd874e62e21: Verifying Checksum 08:02:36 ffd874e62e21: Download complete 08:02:38 4ebd0625c992: Verifying Checksum 08:02:38 4ebd0625c992: Download complete 08:02:48 4ebd0625c992: Pull complete 08:02:48 207e8628e3a3: Pull complete 08:02:48 c791037a9be2: Pull complete 08:02:53 ffd874e62e21: Pull complete 08:02:53 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:02:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:02:53 ---> cfc18b08335c 08:02:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:02:55 ---> Running in b99d1b9eb83c 08:02:55 Removing intermediate container b99d1b9eb83c 08:02:55 ---> 945c19a18ed5 08:02:55 Step 4/7 : RUN apk add bash 08:02:55 ---> Running in 91144231cccb 08:02:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:02:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:02:58 OK: 138 MiB in 40 packages 08:03:00 Removing intermediate container 91144231cccb 08:03:00 ---> 5182bd09c73b 08:03:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:03:00 ---> Running in c979d9ce4275 08:03:00 Removing intermediate container c979d9ce4275 08:03:00 ---> 73e0bc73c3e6 08:03:00 Step 6/7 : COPY go.mod . 08:03:01 ---> 1cda40f4feba 08:03:01 Step 7/7 : RUN go mod download 08:03:01 ---> Running in 3f49a693abf4 08:03:02 Running on prd-centos7-docker-4c-2g-4665 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:03:02 Running in /w/workspace/go-mod-core-contracts/204 [Pipeline] { [Pipeline] checkout 08:03:05 using credential edgex-jenkins-ssh 08:03:05 Cloning the remote Git repository 08:03:05 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:03:05 > git init /w/workspace/go-mod-core-contracts/204 # timeout=10 08:03:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:03:05 > git --version # timeout=10 08:03:05 > git --version # 'git version 2.24.3' 08:03:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:03:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:03:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:03:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:03:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:03:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:03:06 using GIT_SSH to set credentials SSH Credentials for GitHub 08:03:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:03:07 Checking out Revision 2df9cfada3d4ed283aafad06b2eb07b69331e229 (master) 08:03:07 > git config core.sparsecheckout # timeout=10 08:03:07 > git checkout -f 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 08:03:11 Commit message: "Merge pull request #610 from hahattan/v2-general" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:03:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:03:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:03:13 + sudo service docker restart 08:03:13 + true 08:03:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:03:14 ========================================================= 08:03:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:03:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:03:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:03:15 Sending build context to Docker daemon 3.139MB 08:03:15 Step 1/7 : ARG BASE=golang:1.16-alpine 08:03:15 Step 2/7 : FROM ${BASE} 08:03:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:03:15 540db60ca938: Pulling fs layer 08:03:15 adcc1eea9eea: Pulling fs layer 08:03:15 4c4ab2625f07: Pulling fs layer 08:03:15 0510c868ecb4: Pulling fs layer 08:03:15 afea3b2eda06: Pulling fs layer 08:03:15 7809a108b3ef: Pulling fs layer 08:03:15 f706445af74f: Pulling fs layer 08:03:15 afea3b2eda06: Waiting 08:03:15 7809a108b3ef: Waiting 08:03:15 f706445af74f: Waiting 08:03:15 0510c868ecb4: Waiting 08:03:15 4c4ab2625f07: Verifying Checksum 08:03:15 4c4ab2625f07: Download complete 08:03:15 adcc1eea9eea: Download complete 08:03:16 afea3b2eda06: Verifying Checksum 08:03:16 afea3b2eda06: Download complete 08:03:16 7809a108b3ef: Verifying Checksum 08:03:16 7809a108b3ef: Download complete 08:03:16 540db60ca938: Verifying Checksum 08:03:16 540db60ca938: Download complete 08:03:16 540db60ca938: Pull complete 08:03:16 adcc1eea9eea: Pull complete 08:03:16 4c4ab2625f07: Pull complete 08:03:18 f706445af74f: Verifying Checksum 08:03:18 f706445af74f: Download complete 08:03:19 0510c868ecb4: Verifying Checksum 08:03:19 0510c868ecb4: Download complete 08:03:19 Removing intermediate container 3f49a693abf4 08:03:19 ---> d54cd069e4de 08:03:19 Successfully built d54cd069e4de 08:03:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:03:20 + docker inspect -f . ci-base-image-arm64 08:03:20 . [Pipeline] withDockerContainer 08:03:20 prd-ubuntu18.04-docker-arm64-4c-16g-4664 does not seem to be running inside a container 08:03:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/204 -v /w/workspace/go-mod-core-contracts/204:/w/workspace/go-mod-core-contracts/204:rw,z -v /w/workspace/go-mod-core-contracts/204@tmp:/w/workspace/go-mod-core-contracts/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:03:22 $ docker top 40fe0a439938c8325de6039228aff9c182df72e9d4d69f84dcfbb97b6969d071 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:23 + go version 08:03:23 go version go1.16.3 linux/arm64 [Pipeline] } 08:03:23 $ docker stop --time=1 40fe0a439938c8325de6039228aff9c182df72e9d4d69f84dcfbb97b6969d071 08:03:25 $ docker rm -f 40fe0a439938c8325de6039228aff9c182df72e9d4d69f84dcfbb97b6969d071 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:25 + docker inspect -f . ci-base-image-arm64 08:03:25 . [Pipeline] withDockerContainer 08:03:26 prd-ubuntu18.04-docker-arm64-4c-16g-4664 does not seem to be running inside a container 08:03:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/204 -v /w/workspace/go-mod-core-contracts/204:/w/workspace/go-mod-core-contracts/204:rw,z -v /w/workspace/go-mod-core-contracts/204@tmp:/w/workspace/go-mod-core-contracts/204@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:03:27 $ docker top 4afc07e674857d4449385fa07537dcc0c7d54b4a11bd00917788e419828abf9d -eo pid,comm 08:03:27 0510c868ecb4: Pull complete 08:03:27 afea3b2eda06: Pull complete 08:03:27 7809a108b3ef: Pull complete [Pipeline] { [Pipeline] sh 08:03:28 + go mod tidy [Pipeline] sh 08:03:29 + make test 08:03:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:03:34 f706445af74f: Pull complete 08:03:34 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:03:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:03:34 ---> b068be0155e3 08:03:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:03:34 ---> Running in ea6253b919b6 08:03:34 Removing intermediate container ea6253b919b6 08:03:34 ---> b80fa1548e0f 08:03:34 Step 4/7 : RUN apk add bash 08:03:34 ---> Running in 728e51a1f579 08:03:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:03:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:03:37 OK: 149 MiB in 40 packages 08:03:38 Removing intermediate container 728e51a1f579 08:03:38 ---> 20c740c17a78 08:03:38 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:03:38 ---> Running in 4f5b139adc17 08:03:38 Removing intermediate container 4f5b139adc17 08:03:38 ---> cbd0cfb4cd7a 08:03:38 Step 6/7 : COPY go.mod . 08:03:38 ---> 71ed068e1440 08:03:38 Step 7/7 : RUN go mod download 08:03:38 ---> Running in bbac661ef435 08:03:53 Removing intermediate container bbac661ef435 08:03:53 ---> e533c61420f5 08:03:53 Successfully built e533c61420f5 08:03:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:03:54 + docker inspect -f . ci-base-image-x86_64 08:03:54 . [Pipeline] withDockerContainer 08:03:54 prd-centos7-docker-4c-2g-4665 does not seem to be running inside a container 08:03:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/204 -v /w/workspace/go-mod-core-contracts/204:/w/workspace/go-mod-core-contracts/204:rw,z -v /w/workspace/go-mod-core-contracts/204@tmp:/w/workspace/go-mod-core-contracts/204@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 08:03:55 $ docker top d45ecf4b2bfd0a5eb8a751c6301902e30629c48a9aa487d32447f2ffb378a18b -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:55 + go version 08:03:55 go version go1.16.3 linux/amd64 [Pipeline] } 08:03:55 $ docker stop --time=1 d45ecf4b2bfd0a5eb8a751c6301902e30629c48a9aa487d32447f2ffb378a18b 08:03:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.033s coverage: 85.7% of statements 08:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.018s coverage: 100.0% of statements 08:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.045s coverage: 45.4% of statements 08:03:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 08:03:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:03:57 $ docker rm -f d45ecf4b2bfd0a5eb8a751c6301902e30629c48a9aa487d32447f2ffb378a18b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:57 + docker inspect -f . ci-base-image-x86_64 08:03:57 . [Pipeline] withDockerContainer 08:03:57 prd-centos7-docker-4c-2g-4665 does not seem to be running inside a container 08:03:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/204 -v /w/workspace/go-mod-core-contracts/204:/w/workspace/go-mod-core-contracts/204:rw,z -v /w/workspace/go-mod-core-contracts/204@tmp:/w/workspace/go-mod-core-contracts/204@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 08:03:58 $ docker top 92206b01e5c3a4726b25c183d0cdb8621a8398bdb99ad62d5fb36b748054ef07 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.031s coverage: 26.3% of statements 08:03:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.061s coverage: 14.7% of statements 08:03:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.028s coverage: 100.0% of statements 08:03:59 + go mod tidy 08:04:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.092s coverage: 91.8% of statements 08:04:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:04:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:04:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.062s coverage: 100.0% of statements [Pipeline] sh 08:04:00 + make test 08:04:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:04:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.020s coverage: 35.5% of statements 08:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.089s coverage: 63.0% of statements 08:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.017s coverage: 26.3% of statements 08:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.013s coverage: 15.4% of statements 08:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.013s coverage: 15.4% of statements 08:04:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 08:04:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:04:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 08:04:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.274s coverage: 82.9% of statements 08:04:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:04:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:04:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:04:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.100s coverage: 45.4% of statements 08:04:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.080s coverage: 95.2% of statements 08:04:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:04:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.066s coverage: 85.7% of statements 08:04:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 08:04:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.030s coverage: 45.4% of statements 08:04:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.014s coverage: 77.8% of statements 08:04:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:04:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements 08:04:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.029s coverage: 14.7% of statements 08:04:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.201s coverage: 86.3% of statements 08:04:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.028s coverage: 60.5% of statements 08:04:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.026s coverage: 58.2% of statements 08:04:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 08:04:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.089s coverage: 91.8% of statements 08:04:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:04:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:04:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:04:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.016s coverage: 100.0% of statements 08:04:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 35.5% of statements 08:04:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.088s coverage: 63.0% of statements 08:04:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.014s coverage: 26.3% of statements 08:04:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements 08:04:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements 08:04:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.006s coverage: 14.3% of statements 08:04:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:04:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 08:04:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.293s coverage: 82.9% of statements 08:04:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:04:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:04:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:04:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.057s coverage: 45.4% of statements 08:04:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 95.2% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.097s coverage: 86.3% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.015s coverage: 60.5% of statements 08:04:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.066s coverage: 58.2% of statements 08:04:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:04:41 gofmt -l . 08:04:41 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:04:41 $ docker stop --time=1 92206b01e5c3a4726b25c183d0cdb8621a8398bdb99ad62d5fb36b748054ef07 08:04:42 gofmt -l . 08:04:42 [ "`gofmt -l .`" = "" ] 08:04:44 $ docker rm -f 92206b01e5c3a4726b25c183d0cdb8621a8398bdb99ad62d5fb36b748054ef07 [Pipeline] // withDockerContainer [Pipeline] } 08:04:44 $ docker stop --time=1 4afc07e674857d4449385fa07537dcc0c7d54b4a11bd00917788e419828abf9d 08:04:46 $ docker rm -f 4afc07e674857d4449385fa07537dcc0c7d54b4a11bd00917788e419828abf9d [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 08:04:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:04:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:04:47 Warning: overwriting stash ‘coverage-report’ 08:04:48 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 08:04:48 Stashed 1 file(s) [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:04:49 ---> job-cost.sh 08:04:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-erQV 08:04:49 ---> job-cost.sh 08:04:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PLxH 08:05:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:05:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:05:39 lf-activate-venv(): INFO: Adding /tmp/venv-erQV/bin to PATH 08:05:39 INFO: No Stack... 08:05:39 INFO: Retrieving Pricing Info for: v1-standard-2 08:05:39 INFO: Archiving Costs [Pipeline] sh 08:05:39 + cat /w/workspace/go-mod-core-contracts/204/archives/cost.csv 08:05:39 + cut -d, -f6 [Pipeline] lock 08:05:40 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] 08:05:40 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] did not exist. Created. 08:05:40 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:05:40 + echo total: 0.029999999329447746 [Pipeline] stash 08:05:40 Stashed 1 file(s) [Pipeline] } 08:05:40 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:06:50 lf-activate-venv(): INFO: Adding /tmp/venv-PLxH/bin to PATH 08:06:50 INFO: No Stack... 08:06:50 INFO: Retrieving Pricing Info for: lf-standard-4 08:06:50 INFO: Archiving Costs [Pipeline] sh 08:06:50 + + cat /w/workspace/go-mod-core-contracts/204/archives/cost.csvcut 08:06:50 -d, -f6 [Pipeline] lock 08:06:50 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] 08:06:50 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] did not exist. Created. 08:06:50 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:06:51 /w/workspace/go-mod-core-contracts/204@tmp/durable-d6d20920/script.sh: 1: /w/workspace/go-mod-core-contracts/204@tmp/durable-d6d20920/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:06:51 + echo total: 0.20999999344348907 [Pipeline] stash 08:06:51 Warning: overwriting stash ‘stack-cost’ 08:06:51 Stashed 1 file(s) [Pipeline] } 08:06:51 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-204-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:06:52 provisioning config files... 08:06:52 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5688609984799450140tmp [Pipeline] { [Pipeline] sh 08:06:52 + set +x 08:06:52 + curl -s https://codecov.io/bash 08:06:52 + bash -s -- 08:06:52 08:06:52 _____ _ 08:06:52 / ____| | | 08:06:52 | | ___ __| | ___ ___ _____ __ 08:06:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:06:52 | |___| (_) | (_| | __/ (_| (_) \ V / 08:06:52 \_____\___/ \__,_|\___|\___\___/ \_/ 08:06:52 Bash-1.0.2 08:06:52 08:06:52 08:06:52 ==> git version 2.24.3 found 08:06:52 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:06:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:06:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:06:52 ==> Jenkins CI detected. 08:06:52 project root: . 08:06:52 --> token set from env 08:06:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:06:52 ==> Running gcov in . (disable via -X gcov) 08:06:52 ==> Python coveragepy not found 08:06:52 ==> Searching for coverage reports in: 08:06:52 + . 08:06:52 -> Found 1 reports 08:06:52 ==> Detecting git/mercurial file structure 08:06:52 ==> Reading reports 08:06:52 + ./coverage.out bytes=177064 08:06:52 ==> Appending adjustments 08:06:52 https://docs.codecov.io/docs/fixing-reports 08:06:54 + Found adjustments 08:06:54 ==> Gzipping contents 08:06:54 28K /tmp/codecov.cuRnjo.gz 08:06:54 ==> Uploading reports 08:06:54 url: https://codecov.io 08:06:54 query: branch=master&commit=2df9cfada3d4ed283aafad06b2eb07b69331e229&build=204&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F204%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:06:54 -> Pinging Codecov 08:06:54 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=2df9cfada3d4ed283aafad06b2eb07b69331e229&build=204&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F204%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:06:54 -> Uploading to 08:06:54 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/71470A77251A30514AAF9C0BB2E5B6CE/2df9cfada3d4ed283aafad06b2eb07b69331e229/c4a63c6a-f4bc-4abe-b745-0428e5623178.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T080654Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81019dee3801e4540da0cf3d4e40df16680e43f976bf97af667c3fe3db92cf42 08:06:54 % Total % Received % Xferd Average Speed Time Time Time Current 08:06:54 Dload Upload Total Spent Left Speed 08:06:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25955 0 0 100 25955 0 54806 --:--:-- --:--:-- --:--:-- 54757 08:06:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2df9cfada3d4ed283aafad06b2eb07b69331e229 [Pipeline] } 08:06:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:06:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:06:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:06:56 08:06:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:06:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:06:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:06:56 188c0c94c7c5: Pulling fs layer 08:06:56 0ef7d3d256c8: Pulling fs layer 08:06:56 de9db76c5a1d: Pulling fs layer 08:06:56 0eba1c9be4d2: Pulling fs layer 08:06:56 0d57e429df01: Pulling fs layer 08:06:56 4e4be7b47b0d: Pulling fs layer 08:06:56 e1f770b5df2f: Pulling fs layer 08:06:56 85a0685a4137: Pulling fs layer 08:06:56 4e4be7b47b0d: Waiting 08:06:56 0eba1c9be4d2: Waiting 08:06:56 e1f770b5df2f: Waiting 08:06:56 0d57e429df01: Waiting 08:06:56 85a0685a4137: Waiting 08:06:56 de9db76c5a1d: Verifying Checksum 08:06:56 de9db76c5a1d: Download complete 08:06:56 0ef7d3d256c8: Verifying Checksum 08:06:56 0ef7d3d256c8: Download complete 08:06:56 0d57e429df01: Verifying Checksum 08:06:56 0d57e429df01: Download complete 08:06:56 4e4be7b47b0d: Verifying Checksum 08:06:56 4e4be7b47b0d: Download complete 08:06:56 188c0c94c7c5: Verifying Checksum 08:06:56 188c0c94c7c5: Download complete 08:06:57 188c0c94c7c5: Pull complete 08:06:57 0ef7d3d256c8: Pull complete 08:06:57 de9db76c5a1d: Pull complete 08:06:58 e1f770b5df2f: Verifying Checksum 08:06:58 e1f770b5df2f: Download complete 08:07:00 0eba1c9be4d2: Verifying Checksum 08:07:00 0eba1c9be4d2: Download complete 08:07:00 85a0685a4137: Verifying Checksum 08:07:06 0eba1c9be4d2: Pull complete 08:07:06 0d57e429df01: Pull complete 08:07:06 4e4be7b47b0d: Pull complete 08:07:08 e1f770b5df2f: Pull complete 08:07:15 85a0685a4137: Pull complete 08:07:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:07:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:07:15 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 08:07:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:07:16 $ docker top 62619a1e51b194d80649e584416ae24c88475cc9d61af63e4a16657b2b0e936f -eo pid,comm [Pipeline] { [Pipeline] echo 08:07:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:07:17 + set -o pipefail 08:07:17 + snyk monitor '--org=edgex-jenkins' 08:07:23 08:07:23 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 08:07:23 08:07:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/3b738990-69f7-410b-b824-a41df0740099 08:07:23 08:07:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:07:23 08:07:23 [Pipeline] } 08:07:23 $ docker stop --time=1 62619a1e51b194d80649e584416ae24c88475cc9d61af63e4a16657b2b0e936f 08:07:26 $ docker rm -f 62619a1e51b194d80649e584416ae24c88475cc9d61af63e4a16657b2b0e936f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:07:27 + git log --format=format:%s -1 2df9cfada3d4ed283aafad06b2eb07b69331e229 [Pipeline] isUnix [Pipeline] sh 08:07:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:27 . [Pipeline] withDockerContainer 08:07:27 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 08:07:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:07:28 $ docker top 9cd631701092b030b2c06dc72c453a07983a578abe7e6123d3e40b244f57f820 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:28 [ssh-agent] Looking for ssh-agent implementation... 08:07:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:29 $ docker exec 9cd631701092b030b2c06dc72c453a07983a578abe7e6123d3e40b244f57f820 ssh-agent 08:07:29 SSH_AUTH_SOCK=/tmp/ssh-G078BzEy0XRB/agent.11 08:07:29 SSH_AGENT_PID=16 08:07:29 Running ssh-add (command line suppressed) 08:07:29 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3689073478468008759.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3689073478468008759.key) 08:07:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:29 + git semver tag 08:07:29 # -> Open(): unable to determine branch for HEAD 08:07:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:07:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:07:29 # $SEMVER_REMOTE_NAME = origin 08:07:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:07:29 # $SEMVER_USER_NAME = edgex-jenkins 08:07:29 # $SEMVER_BRANCH = master 08:07:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:07:29 # 2df9cfada3d4ed283aafad06b2eb07b69331e229 HEAD 08:07:29 # -> Force: false 08:07:29 # 9580652a670f20c932e9bd60918dadb11be18cb1 refs/tags/v2.0.0-dev.85 [Pipeline] } 08:07:29 $ docker exec --env ******** --env ******** 9cd631701092b030b2c06dc72c453a07983a578abe7e6123d3e40b244f57f820 ssh-agent -k 08:07:30 unset SSH_AUTH_SOCK; 08:07:30 unset SSH_AGENT_PID; 08:07:30 echo Agent pid 16 killed; 08:07:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:30 + git semver [Pipeline] } 08:07:30 $ docker stop --time=1 9cd631701092b030b2c06dc72c453a07983a578abe7e6123d3e40b244f57f820 08:07:31 $ docker rm -f 9cd631701092b030b2c06dc72c453a07983a578abe7e6123d3e40b244f57f820 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:07:32 08:07:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:07:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:07:32 0.23.1-centos7: Pulling from edgex-lftools 08:07:32 ab5ef0e58194: Pulling fs layer 08:07:32 9712f1f96733: Pulling fs layer 08:07:32 63f879dbbcfc: Pulling fs layer 08:07:32 0d9ebad4ef96: Pulling fs layer 08:07:32 e9a5061849ea: Pulling fs layer 08:07:32 d747dcd14b5f: Pulling fs layer 08:07:32 2de7ff778b66: Pulling fs layer 08:07:32 e9a5061849ea: Waiting 08:07:32 d747dcd14b5f: Waiting 08:07:32 2de7ff778b66: Waiting 08:07:32 0d9ebad4ef96: Waiting 08:07:32 9712f1f96733: Verifying Checksum 08:07:32 9712f1f96733: Download complete 08:07:34 63f879dbbcfc: Verifying Checksum 08:07:34 63f879dbbcfc: Download complete 08:07:34 e9a5061849ea: Verifying Checksum 08:07:34 e9a5061849ea: Download complete 08:07:34 d747dcd14b5f: Verifying Checksum 08:07:34 d747dcd14b5f: Download complete 08:07:35 2de7ff778b66: Verifying Checksum 08:07:35 2de7ff778b66: Download complete 08:07:35 0d9ebad4ef96: Verifying Checksum 08:07:35 0d9ebad4ef96: Download complete 08:07:35 ab5ef0e58194: Verifying Checksum 08:07:35 ab5ef0e58194: Download complete 08:07:40 ab5ef0e58194: Pull complete 08:07:40 9712f1f96733: Pull complete 08:07:43 63f879dbbcfc: Pull complete 08:07:49 0d9ebad4ef96: Pull complete 08:07:51 e9a5061849ea: Pull complete 08:07:51 d747dcd14b5f: Pull complete 08:07:53 2de7ff778b66: Pull complete 08:07:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:07:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:07:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:07:53 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 08:07:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:07:57 $ docker top d6a67f406be16609e0bddf6035ac8620fd3b4a48da40451d63a54b99f2e50384 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:07:57 provisioning config files... 08:07:57 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4126017149213529860tmp 08:07:57 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6389177242701518588tmp 08:07:58 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2972731240970061952tmp [Pipeline] { [Pipeline] echo 08:07:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:07:58 ---> sigul-configuration.sh 08:07:58 gpg: directory `/root/.gnupg' created 08:07:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:07:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:07:58 gpg: keyring `/root/.gnupg/secring.gpg' created 08:07:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:07:58 gpg: CAST5 encrypted data 08:07:58 gpg: encrypted with 1 passphrase 08:07:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:07:58 + mkdir /home/jenkins 08:07:58 + mkdir /home/jenkins/sigul [Pipeline] sh 08:07:59 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:07:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:07:59 ---> sigul-install.sh 08:08:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:08:06 + git tag --list 08:08:06 v0.0.0 08:08:06 v0.0.1 08:08:06 v0.1.0 08:08:06 v0.1.1 08:08:06 v0.1.10 08:08:06 v0.1.100 08:08:06 v0.1.101 08:08:06 v0.1.102 08:08:06 v0.1.103 08:08:06 v0.1.104 08:08:06 v0.1.105 08:08:06 v0.1.106 08:08:06 v0.1.107 08:08:06 v0.1.108 08:08:06 v0.1.109 08:08:06 v0.1.11 08:08:06 v0.1.110 08:08:06 v0.1.111 08:08:06 v0.1.112 08:08:06 v0.1.113 08:08:06 v0.1.114 08:08:06 v0.1.115 08:08:06 v0.1.116 08:08:06 v0.1.117 08:08:06 v0.1.118 08:08:06 v0.1.119 08:08:06 v0.1.12 08:08:06 v0.1.120 08:08:06 v0.1.121 08:08:06 v0.1.122 08:08:06 v0.1.123 08:08:06 v0.1.124 08:08:06 v0.1.125 08:08:06 v0.1.126 08:08:06 v0.1.127 08:08:06 v0.1.128 08:08:06 v0.1.129 08:08:06 v0.1.13 08:08:06 v0.1.130 08:08:06 v0.1.131 08:08:06 v0.1.132 08:08:06 v0.1.133 08:08:06 v0.1.134 08:08:06 v0.1.135 08:08:06 v0.1.136 08:08:06 v0.1.137 08:08:06 v0.1.138 08:08:06 v0.1.139 08:08:06 v0.1.14 08:08:06 v0.1.140 08:08:06 v0.1.141 08:08:06 v0.1.142 08:08:06 v0.1.143 08:08:06 v0.1.144 08:08:06 v0.1.145 08:08:06 v0.1.146 08:08:06 v0.1.147 08:08:06 v0.1.148 08:08:06 v0.1.149 08:08:06 v0.1.15 08:08:06 v0.1.16 08:08:06 v0.1.17 08:08:06 v0.1.18 08:08:06 v0.1.19 08:08:06 v0.1.2 08:08:06 v0.1.20 08:08:06 v0.1.21 08:08:06 v0.1.22 08:08:06 v0.1.23 08:08:06 v0.1.24 08:08:06 v0.1.25 08:08:06 v0.1.26 08:08:06 v0.1.27 08:08:06 v0.1.28 08:08:06 v0.1.29 08:08:06 v0.1.3 08:08:06 v0.1.30 08:08:06 v0.1.31 08:08:06 v0.1.32 08:08:06 v0.1.33 08:08:06 v0.1.34 08:08:06 v0.1.35 08:08:06 v0.1.36 08:08:06 v0.1.37 08:08:06 v0.1.38 08:08:06 v0.1.39 08:08:06 v0.1.4 08:08:06 v0.1.40 08:08:06 v0.1.41 08:08:06 v0.1.42 08:08:06 v0.1.43 08:08:06 v0.1.44 08:08:06 v0.1.45 08:08:06 v0.1.46 08:08:06 v0.1.47 08:08:06 v0.1.48 08:08:06 v0.1.49 08:08:06 v0.1.5 08:08:06 v0.1.50 08:08:06 v0.1.51 08:08:06 v0.1.52 08:08:06 v0.1.53 08:08:06 v0.1.54 08:08:06 v0.1.55 08:08:06 v0.1.56 08:08:06 v0.1.57 08:08:06 v0.1.58 08:08:06 v0.1.59 08:08:06 v0.1.6 08:08:06 v0.1.60 08:08:06 v0.1.61 08:08:06 v0.1.62 08:08:06 v0.1.63 08:08:06 v0.1.64 08:08:06 v0.1.65 08:08:06 v0.1.66 08:08:06 v0.1.67 08:08:06 v0.1.68 08:08:06 v0.1.69 08:08:06 v0.1.7 08:08:06 v0.1.70 08:08:06 v0.1.71 08:08:06 v0.1.72 08:08:06 v0.1.73 08:08:06 v0.1.74 08:08:06 v0.1.75 08:08:06 v0.1.76 08:08:06 v0.1.77 08:08:06 v0.1.78 08:08:06 v0.1.79 08:08:06 v0.1.8 08:08:06 v0.1.80 08:08:06 v0.1.81 08:08:06 v0.1.82 08:08:06 v0.1.83 08:08:06 v0.1.84 08:08:06 v0.1.85 08:08:06 v0.1.86 08:08:06 v0.1.87 08:08:06 v0.1.88 08:08:06 v0.1.89 08:08:06 v0.1.9 08:08:06 v0.1.90 08:08:06 v0.1.91 08:08:06 v0.1.92 08:08:06 v0.1.93 08:08:06 v0.1.94 08:08:06 v0.1.95 08:08:06 v0.1.96 08:08:06 v0.1.97 08:08:06 v0.1.98 08:08:06 v0.1.99 08:08:06 v2.0.0-dev.1 08:08:06 v2.0.0-dev.10 08:08:06 v2.0.0-dev.11 08:08:06 v2.0.0-dev.12 08:08:06 v2.0.0-dev.13 08:08:06 v2.0.0-dev.14 08:08:06 v2.0.0-dev.15 08:08:06 v2.0.0-dev.16 08:08:06 v2.0.0-dev.17 08:08:06 v2.0.0-dev.18 08:08:06 v2.0.0-dev.19 08:08:06 v2.0.0-dev.2 08:08:06 v2.0.0-dev.20 08:08:06 v2.0.0-dev.21 08:08:06 v2.0.0-dev.22 08:08:06 v2.0.0-dev.23 08:08:06 v2.0.0-dev.24 08:08:06 v2.0.0-dev.25 08:08:06 v2.0.0-dev.26 08:08:06 v2.0.0-dev.27 08:08:06 v2.0.0-dev.28 08:08:06 v2.0.0-dev.29 08:08:06 v2.0.0-dev.3 08:08:06 v2.0.0-dev.30 08:08:06 v2.0.0-dev.31 08:08:06 v2.0.0-dev.32 08:08:06 v2.0.0-dev.33 08:08:06 v2.0.0-dev.34 08:08:06 v2.0.0-dev.35 08:08:06 v2.0.0-dev.36 08:08:06 v2.0.0-dev.37 08:08:06 v2.0.0-dev.38 08:08:06 v2.0.0-dev.39 08:08:06 v2.0.0-dev.4 08:08:06 v2.0.0-dev.40 08:08:06 v2.0.0-dev.41 08:08:06 v2.0.0-dev.42 08:08:06 v2.0.0-dev.43 08:08:06 v2.0.0-dev.44 08:08:06 v2.0.0-dev.45 08:08:06 v2.0.0-dev.46 08:08:06 v2.0.0-dev.47 08:08:06 v2.0.0-dev.48 08:08:06 v2.0.0-dev.49 08:08:06 v2.0.0-dev.5 08:08:06 v2.0.0-dev.50 08:08:06 v2.0.0-dev.51 08:08:06 v2.0.0-dev.52 08:08:06 v2.0.0-dev.53 08:08:06 v2.0.0-dev.54 08:08:06 v2.0.0-dev.55 08:08:06 v2.0.0-dev.56 08:08:06 v2.0.0-dev.57 08:08:06 v2.0.0-dev.58 08:08:06 v2.0.0-dev.59 08:08:06 v2.0.0-dev.6 08:08:06 v2.0.0-dev.60 08:08:06 v2.0.0-dev.61 08:08:06 v2.0.0-dev.62 08:08:06 v2.0.0-dev.63 08:08:06 v2.0.0-dev.64 08:08:06 v2.0.0-dev.65 08:08:06 v2.0.0-dev.66 08:08:06 v2.0.0-dev.67 08:08:06 v2.0.0-dev.68 08:08:06 v2.0.0-dev.69 08:08:06 v2.0.0-dev.7 08:08:06 v2.0.0-dev.70 08:08:06 v2.0.0-dev.71 08:08:06 v2.0.0-dev.72 08:08:06 v2.0.0-dev.73 08:08:06 v2.0.0-dev.74 08:08:06 v2.0.0-dev.75 08:08:06 v2.0.0-dev.76 08:08:06 v2.0.0-dev.77 08:08:06 v2.0.0-dev.78 08:08:06 v2.0.0-dev.79 08:08:06 v2.0.0-dev.8 08:08:06 v2.0.0-dev.80 08:08:06 v2.0.0-dev.81 08:08:06 v2.0.0-dev.82 08:08:06 v2.0.0-dev.83 08:08:06 v2.0.0-dev.84 08:08:06 v2.0.0-dev.85 08:08:06 v2.0.0-dev.9 [Pipeline] sh 08:08:06 + lftools sign git-tag v2.0.0-dev.85 08:08:08 Signing Git tag with Sigul... 08:08:08 Signing v2.0.0-dev.85 [Pipeline] echo 08:08:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:08:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:08:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:08:09 $ docker stop --time=1 d6a67f406be16609e0bddf6035ac8620fd3b4a48da40451d63a54b99f2e50384 08:08:11 $ docker rm -f d6a67f406be16609e0bddf6035ac8620fd3b4a48da40451d63a54b99f2e50384 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:08:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:11 . [Pipeline] withDockerContainer 08:08:12 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 08:08:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:12 $ docker top 6592397b1367f1692b59594fd7e93477e81ff1d7c7e14a98333ebc7b74747f83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:13 [ssh-agent] Looking for ssh-agent implementation... 08:08:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:13 $ docker exec 6592397b1367f1692b59594fd7e93477e81ff1d7c7e14a98333ebc7b74747f83 ssh-agent 08:08:13 SSH_AUTH_SOCK=/tmp/ssh-WnM8Ex9mhkNo/agent.12 08:08:13 SSH_AGENT_PID=17 08:08:13 Running ssh-add (command line suppressed) 08:08:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4688443593614478668.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4688443593614478668.key) 08:08:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:13 + git semver bump pre 08:08:13 # -> Open(): unable to determine branch for HEAD 08:08:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:08:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:08:13 # $SEMVER_REMOTE_NAME = origin 08:08:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:13 # $SEMVER_USER_NAME = edgex-jenkins 08:08:13 # $SEMVER_BRANCH = master 08:08:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:08:13 2.0.0-dev.86 [Pipeline] } 08:08:13 $ docker exec --env ******** --env ******** 6592397b1367f1692b59594fd7e93477e81ff1d7c7e14a98333ebc7b74747f83 ssh-agent -k 08:08:14 unset SSH_AUTH_SOCK; 08:08:14 unset SSH_AGENT_PID; 08:08:14 echo Agent pid 17 killed; 08:08:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:14 + git semver [Pipeline] } 08:08:14 $ docker stop --time=1 6592397b1367f1692b59594fd7e93477e81ff1d7c7e14a98333ebc7b74747f83 08:08:15 $ docker rm -f 6592397b1367f1692b59594fd7e93477e81ff1d7c7e14a98333ebc7b74747f83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:08:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:16 . [Pipeline] withDockerContainer 08:08:16 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 08:08:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:17 $ docker top d191ccafbba67e3a1c0fcbfb6f1359ddf88b28f70f86a967a2c1d26bf971f43e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:17 [ssh-agent] Looking for ssh-agent implementation... 08:08:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:17 $ docker exec d191ccafbba67e3a1c0fcbfb6f1359ddf88b28f70f86a967a2c1d26bf971f43e ssh-agent 08:08:17 SSH_AUTH_SOCK=/tmp/ssh-G0yc3L5vqoax/agent.11 08:08:17 SSH_AGENT_PID=17 08:08:17 Running ssh-add (command line suppressed) 08:08:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6246132008745021289.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6246132008745021289.key) 08:08:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:18 + git semver push 08:08:18 # -> Open(): unable to determine branch for HEAD 08:08:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:08:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:08:18 # $SEMVER_REMOTE_NAME = origin 08:08:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:18 # $SEMVER_USER_NAME = edgex-jenkins 08:08:18 # $SEMVER_BRANCH = master 08:08:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:08:23 $ docker exec --env ******** --env ******** d191ccafbba67e3a1c0fcbfb6f1359ddf88b28f70f86a967a2c1d26bf971f43e ssh-agent -k 08:08:23 unset SSH_AUTH_SOCK; 08:08:23 unset SSH_AGENT_PID; 08:08:23 echo Agent pid 17 killed; 08:08:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:24 + git semver [Pipeline] } 08:08:24 $ docker stop --time=1 d191ccafbba67e3a1c0fcbfb6f1359ddf88b28f70f86a967a2c1d26bf971f43e 08:08:25 $ docker rm -f d191ccafbba67e3a1c0fcbfb6f1359ddf88b28f70f86a967a2c1d26bf971f43e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:08:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:08:27 ---> package-listing.sh 08:08:27 ++ facter osfamily 08:08:27 ++ tr '[:upper:]' '[:lower:]' 08:08:27 + OS_FAMILY=redhat 08:08:27 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:08:27 + START_PACKAGES=/tmp/packages_start.txt 08:08:27 + END_PACKAGES=/tmp/packages_end.txt 08:08:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:08:27 + PACKAGES=/tmp/packages_start.txt 08:08:27 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:08:27 + PACKAGES=/tmp/packages_end.txt 08:08:27 + case "${OS_FAMILY}" in 08:08:27 + rpm -qa 08:08:27 + sort 08:08:32 + '[' -f /tmp/packages_start.txt ']' 08:08:32 + '[' -f /tmp/packages_end.txt ']' 08:08:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:08:32 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:08:32 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:08:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 08:08:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:08:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:08:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:08:33 08:08:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:08:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:08:33 alpine: Pulling from edgex-lftools-log-publisher 08:08:33 df20fa9351a1: Pulling fs layer 08:08:33 36b3adc4ff6f: Pulling fs layer 08:08:33 8ad3a11d3b57: Pulling fs layer 08:08:33 46f8f816bc3b: Pulling fs layer 08:08:33 93b61091891f: Pulling fs layer 08:08:33 93b9cdb0e59b: Pulling fs layer 08:08:33 5e14af77c1be: Pulling fs layer 08:08:33 01666e4c0597: Pulling fs layer 08:08:33 aa168da1d23b: Pulling fs layer 08:08:33 46f8f816bc3b: Waiting 08:08:33 93b61091891f: Waiting 08:08:33 93b9cdb0e59b: Waiting 08:08:33 5e14af77c1be: Waiting 08:08:33 01666e4c0597: Waiting 08:08:33 36b3adc4ff6f: Download complete 08:08:33 46f8f816bc3b: Verifying Checksum 08:08:33 46f8f816bc3b: Download complete 08:08:33 df20fa9351a1: Verifying Checksum 08:08:33 93b9cdb0e59b: Verifying Checksum 08:08:33 93b9cdb0e59b: Download complete 08:08:33 5e14af77c1be: Verifying Checksum 08:08:33 5e14af77c1be: Download complete 08:08:33 01666e4c0597: Verifying Checksum 08:08:33 01666e4c0597: Download complete 08:08:33 93b61091891f: Verifying Checksum 08:08:33 93b61091891f: Download complete 08:08:33 8ad3a11d3b57: Verifying Checksum 08:08:33 8ad3a11d3b57: Download complete 08:08:34 df20fa9351a1: Pull complete 08:08:34 36b3adc4ff6f: Pull complete 08:08:35 aa168da1d23b: Verifying Checksum 08:08:35 aa168da1d23b: Download complete 08:08:36 8ad3a11d3b57: Pull complete 08:08:36 46f8f816bc3b: Pull complete 08:08:37 93b61091891f: Pull complete 08:08:37 93b9cdb0e59b: Pull complete 08:08:37 5e14af77c1be: Pull complete 08:08:37 01666e4c0597: Pull complete 08:08:45 aa168da1d23b: Pull complete 08:08:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:08:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:08:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:08:45 prd-centos7-docker-4c-2g-4663 does not seem to be running inside a container 08:08:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:08:48 $ docker top a03f78090f1fa8d9dc596bef66ff0a1866edafeeb33bdb5212cbac547781e066 -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:48 + touch /tmp/pre-build-complete [Pipeline] sh 08:08:49 + mkdir -p /var/log/sa [Pipeline] sh 08:08:49 + ls /var/log/sa-host 08:08:49 + sadf -c /var/log/sa-host/sa12 08:08:49 file_magic: OK 08:08:49 HZ: Using current value: 100 08:08:49 file_header: OK 08:08:49 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:08:49 Statistics: 08:08:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:08:49 File successfully converted to sysstat format version 12.2.1 08:08:49 + sadf -c /var/log/sa-host/sa23 08:08:49 file_magic: OK 08:08:49 HZ: Using current value: 100 08:08:49 file_header: OK 08:08:49 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:08:49 Statistics: 08:08:49 Hnuu...uuuununununu... 08:08:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:08:50 provisioning config files... 08:08:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config769073126559940429tmp [Pipeline] { [Pipeline] echo 08:08:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:08:50 ---> create-netrc.sh [Pipeline] } 08:08:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:08:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:08:50 ---> python-tools-install.sh [Pipeline] echo 08:08:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:08:51 ---> sudo-logs.sh 08:08:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:08:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:08:51 ---> job-cost.sh 08:08:51 lf-activate-venv: SKIPPING 08:08:51 DEBUG: total: 0.20999999344348907 08:08:51 INFO: Retrieving Stack Cost... 08:08:53 INFO: Retrieving Pricing Info for: v1-standard-2 08:08:54 INFO: Archiving Costs [Pipeline] echo 08:08:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:08:54 ---> logs-deploy.sh 08:08:54 lf-activate-venv: SKIPPING 08:08:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/204 08:08:54 INFO: archiving workspace using pattern(s): 08:08:56 Archives upload complete. 08:08:56 INFO: archiving logs to Nexus