Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c0e349fb4299bf449335fb3569ee365a1b383ad 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30469’ Running on prd-centos7-docker-4c-2g-30471 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 1c0e349fb4299bf449335fb3569ee365a1b383ad (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 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 Commit message: "Merge pull request #552 from FelixTing/issue-551" > git rev-list --no-walk 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T03:30:42.005Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T03:30:42.301Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T03:30:42.422Z] ========================================================= [2021-03-19T03:30:42.422Z] EdgeX Global Pipelines Version Info [2021-03-19T03:30:42.422Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:30:45.039Z] ------------------- [2021-03-19T03:30:45.040Z] stable info: [2021-03-19T03:30:45.040Z] ------------------- [2021-03-19T03:30:45.040Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T03:30:45.040Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-19T03:30:45.040Z] Message: update stable to v1.0.184 [2021-03-19T03:30:46.214Z] ------------------- [2021-03-19T03:30:46.214Z] experimental info: [2021-03-19T03:30:46.214Z] ------------------- [2021-03-19T03:30:46.214Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T03:30:46.214Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T03:30:46.214Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T03:30:46.579Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-19T03:30:46.687Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-19T03:30:46.795Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T03:30:46.897Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T03:30:47.024Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T03:30:47.124Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T03:30:47.228Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T03:30:47.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T03:30:47.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-19T03:30:47.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T03:30:47.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T03:30:47.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-19T03:30:47.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T03:30:48.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T03:30:48.246Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T03:30:48.354Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T03:30:48.458Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T03:30:48.557Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T03:30:48.655Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T03:30:48.751Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-19T03:30:48.850Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-19T03:30:48.949Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-19T03:30:49.051Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-19T03:30:49.175Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-19T03:30:49.276Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-19T03:30:49.376Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T03:30:49.474Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-19T03:30:49.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-19T03:30:49.669Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-19T03:30:49.770Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] echo [2021-03-19T03:30:49.888Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c0e349 [Pipeline] echo [2021-03-19T03:30:49.990Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T03:30:50.818Z] + git log --format=format:%s -1 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] echo [2021-03-19T03:30:51.076Z] GIT_COMMIT: 1c0e349fb4299bf449335fb3569ee365a1b383ad, Commit Message: Merge pull request #552 from FelixTing/issue-551 [Pipeline] echo [2021-03-19T03:30:51.137Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:30:51.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T03:30:52.368Z] [2021-03-19T03:30:52.368Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:30:53.177Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T03:30:53.466Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T03:30:53.466Z] 31603596830f: Pulling fs layer [2021-03-19T03:30:53.466Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T03:30:53.466Z] 6ca5941a6612: Pulling fs layer [2021-03-19T03:30:53.466Z] ecc8261a40a4: Pulling fs layer [2021-03-19T03:30:53.466Z] ecc8261a40a4: Waiting [2021-03-19T03:30:53.466Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T03:30:53.466Z] 2a8b12db71e7: Download complete [2021-03-19T03:30:53.466Z] 31603596830f: Verifying Checksum [2021-03-19T03:30:53.466Z] 31603596830f: Download complete [2021-03-19T03:30:54.113Z] ecc8261a40a4: Verifying Checksum [2021-03-19T03:30:54.113Z] ecc8261a40a4: Download complete [2021-03-19T03:30:54.113Z] 6ca5941a6612: Verifying Checksum [2021-03-19T03:30:54.113Z] 6ca5941a6612: Download complete [2021-03-19T03:30:54.113Z] 31603596830f: Pull complete [2021-03-19T03:30:54.381Z] 2a8b12db71e7: Pull complete [2021-03-19T03:30:56.424Z] 6ca5941a6612: Pull complete [2021-03-19T03:30:57.040Z] ecc8261a40a4: Pull complete [2021-03-19T03:30:57.040Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T03:30:57.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T03:30:57.337Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T03:30:57.503Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:30:57.567Z] $ 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 [2021-03-19T03:31:00.900Z] $ docker top 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T03:31:01.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T03:31:01.801Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T03:31:02.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T03:31:02.745Z] $ docker exec 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent [2021-03-19T03:31:03.288Z] SSH_AUTH_SOCK=/tmp/ssh-J9iF8VPAUUHP/agent.11 [2021-03-19T03:31:03.288Z] SSH_AGENT_PID=16 [2021-03-19T03:31:03.303Z] Running ssh-add (command line suppressed) [2021-03-19T03:31:03.660Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2505617795465168877.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2505617795465168877.key) [2021-03-19T03:31:03.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T03:31:04.525Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T03:31:04.696Z] $ docker exec --env ******** --env ******** 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent -k [2021-03-19T03:31:05.411Z] unset SSH_AUTH_SOCK; [2021-03-19T03:31:05.412Z] unset SSH_AGENT_PID; [2021-03-19T03:31:05.412Z] echo Agent pid 16 killed; [2021-03-19T03:31:05.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T03:31:05.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T03:31:05.777Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T03:31:06.107Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T03:31:06.109Z] $ docker exec 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent [2021-03-19T03:31:06.829Z] SSH_AUTH_SOCK=/tmp/ssh-7jacGBdt7f2Q/agent.45 [2021-03-19T03:31:06.829Z] SSH_AGENT_PID=50 [2021-03-19T03:31:06.838Z] Running ssh-add (command line suppressed) [2021-03-19T03:31:07.148Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5945452487792412032.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5945452487792412032.key) [2021-03-19T03:31:07.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T03:31:07.922Z] + git semver init [2021-03-19T03:31:07.922Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T03:31:07.922Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-19T03:31:07.922Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-19T03:31:07.922Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T03:31:07.922Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T03:31:07.922Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T03:31:07.922Z] # $SEMVER_BRANCH = master [2021-03-19T03:31:07.922Z] # $SEMVER_TEMP = /tmp/semver-509954894 [2021-03-19T03:31:07.922Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-19T03:31:08.889Z] # '/tmp/semver-509954894' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-03-19T03:31:08.889Z] # -> Force: false [2021-03-19T03:31:08.889Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-19T03:31:08.909Z] $ docker exec --env ******** --env ******** 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 ssh-agent -k [2021-03-19T03:31:09.505Z] unset SSH_AUTH_SOCK; [2021-03-19T03:31:09.505Z] unset SSH_AGENT_PID; [2021-03-19T03:31:09.506Z] echo Agent pid 50 killed; [2021-03-19T03:31:10.319Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T03:31:11.085Z] + git semver [Pipeline] } [2021-03-19T03:31:11.146Z] $ docker stop --time=1 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 [2021-03-19T03:31:13.015Z] $ docker rm -f 26cc8d678380d454787364e24cef84d2f8fe0c8fa539a65d404f1fadd51c0dc5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T03:31:14.048Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T03:31:15.552Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T03:31:15.555Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.54 [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 [2021-03-19T03:31:31.147Z] Still waiting to schedule task [2021-03-19T03:31:31.147Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-19T03:31:31.149Z] Still waiting to schedule task [2021-03-19T03:31:31.150Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-19T03:34:29.274Z] Running on prd-centos7-docker-4c-2g-30473 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-19T03:34:29.344Z] Running in /w/workspace/go-mod-core-contracts/173 [Pipeline] { [Pipeline] checkout [2021-03-19T03:34:32.077Z] using credential edgex-jenkins-ssh [2021-03-19T03:34:32.147Z] Cloning the remote Git repository [2021-03-19T03:34:31.961Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-19T03:34:32.040Z] > git init /w/workspace/go-mod-core-contracts/173 # timeout=10 [2021-03-19T03:34:32.109Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-19T03:34:32.109Z] > git --version # timeout=10 [2021-03-19T03:34:32.118Z] > git --version # 'git version 2.24.3' [2021-03-19T03:34:32.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T03:34:32.186Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T03:34:33.613Z] Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) [2021-03-19T03:34:32.932Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-19T03:34:32.941Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T03:34:32.956Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-19T03:34:32.968Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-19T03:34:32.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T03:34:32.973Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T03:34:33.510Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T03:34:33.515Z] > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 [2021-03-19T03:34:37.209Z] Commit message: "Merge pull request #552 from FelixTing/issue-551" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T03:34:38.566Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T03:34:38.894Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T03:34:39.204Z] + true [2021-03-19T03:34:39.204Z] + sudo service docker restart [2021-03-19T03:34:39.204Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-19T03:34:40.340Z] ========================================================= [2021-03-19T03:34:40.340Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T03:34:40.340Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:34:40.712Z] + 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 . [2021-03-19T03:34:41.294Z] Sending build context to Docker daemon 2.806MB [2021-03-19T03:34:41.294Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-19T03:34:41.294Z] Step 2/7 : FROM ${BASE} [2021-03-19T03:34:41.294Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T03:34:41.294Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T03:34:41.294Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T03:34:41.294Z] de9db76c5a1d: Pulling fs layer [2021-03-19T03:34:41.294Z] bca2f99d35d6: Pulling fs layer [2021-03-19T03:34:41.294Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T03:34:41.294Z] 7c6f9722023f: Pulling fs layer [2021-03-19T03:34:41.294Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T03:34:41.294Z] bca2f99d35d6: Waiting [2021-03-19T03:34:41.294Z] 93359f2a8cfa: Waiting [2021-03-19T03:34:41.294Z] a35cf1a2eb13: Waiting [2021-03-19T03:34:41.294Z] 7c6f9722023f: Waiting [2021-03-19T03:34:41.555Z] de9db76c5a1d: Download complete [2021-03-19T03:34:41.555Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T03:34:41.555Z] 0ef7d3d256c8: Download complete [2021-03-19T03:34:41.818Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T03:34:41.818Z] 93359f2a8cfa: Download complete [2021-03-19T03:34:42.086Z] 7c6f9722023f: Download complete [2021-03-19T03:34:42.086Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T03:34:42.086Z] 188c0c94c7c5: Download complete [2021-03-19T03:34:42.351Z] 188c0c94c7c5: Pull complete [2021-03-19T03:34:42.618Z] 0ef7d3d256c8: Pull complete [2021-03-19T03:34:42.618Z] de9db76c5a1d: Pull complete [2021-03-19T03:34:44.554Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T03:34:44.554Z] a35cf1a2eb13: Download complete [2021-03-19T03:34:45.141Z] bca2f99d35d6: Verifying Checksum [2021-03-19T03:34:45.141Z] bca2f99d35d6: Download complete [2021-03-19T03:34:51.808Z] bca2f99d35d6: Pull complete [2021-03-19T03:34:51.808Z] 93359f2a8cfa: Pull complete [2021-03-19T03:34:51.808Z] 7c6f9722023f: Pull complete [2021-03-19T03:34:55.131Z] a35cf1a2eb13: Pull complete [2021-03-19T03:34:55.131Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T03:34:55.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T03:34:55.131Z] ---> a62c8e92a672 [2021-03-19T03:34:55.131Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-19T03:34:55.410Z] ---> Running in c5761bddbcf8 [2021-03-19T03:34:55.410Z] Removing intermediate container c5761bddbcf8 [2021-03-19T03:34:55.410Z] ---> 211e44d3d5b4 [2021-03-19T03:34:55.410Z] Step 4/7 : RUN apk add bash [2021-03-19T03:34:55.411Z] ---> Running in cdb8cec9613b [2021-03-19T03:34:56.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T03:34:57.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T03:34:58.275Z] OK: 166 MiB in 39 packages [2021-03-19T03:34:58.855Z] Removing intermediate container cdb8cec9613b [2021-03-19T03:34:58.855Z] ---> 9bc7624ccd61 [2021-03-19T03:34:58.855Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-19T03:34:58.855Z] ---> Running in 316dcaab2c0d [2021-03-19T03:34:58.855Z] Removing intermediate container 316dcaab2c0d [2021-03-19T03:34:58.855Z] ---> 53fe12f1b253 [2021-03-19T03:34:58.855Z] Step 6/7 : COPY go.mod . [2021-03-19T03:34:59.438Z] ---> 5268ee489e6e [2021-03-19T03:34:59.438Z] Step 7/7 : RUN go mod download [2021-03-19T03:34:59.438Z] ---> Running in 9eaa1a7760bb [2021-03-19T03:35:02.292Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30472 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-19T03:35:02.531Z] Running in /w/workspace/go-mod-core-contracts/173 [Pipeline] { [Pipeline] checkout [2021-03-19T03:35:08.443Z] using credential edgex-jenkins-ssh [2021-03-19T03:35:08.513Z] Cloning the remote Git repository [2021-03-19T03:35:08.580Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-19T03:35:08.717Z] > git init /w/workspace/go-mod-core-contracts/173 # timeout=10 [2021-03-19T03:35:08.824Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-19T03:35:08.825Z] > git --version # timeout=10 [2021-03-19T03:35:08.846Z] > git --version # 'git version 2.17.1' [2021-03-19T03:35:08.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T03:35:08.957Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T03:35:10.239Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-19T03:35:10.269Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T03:35:10.311Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-19T03:35:11.004Z] Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) [2021-03-19T03:35:10.375Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-19T03:35:10.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T03:35:10.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T03:35:11.029Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T03:35:11.051Z] > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 [2021-03-19T03:35:11.779Z] Removing intermediate container 9eaa1a7760bb [2021-03-19T03:35:11.779Z] ---> 4c89c8465669 [2021-03-19T03:35:11.779Z] Successfully built 4c89c8465669 [2021-03-19T03:35:11.779Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:35:12.101Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T03:35:12.101Z] . [Pipeline] withDockerContainer [2021-03-19T03:35:12.228Z] prd-centos7-docker-4c-2g-30473 does not seem to be running inside a container [2021-03-19T03:35:12.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T03:35:13.002Z] $ docker top 4f1f163f1ab7d8c3d66e9ec17c25dd195b45cf85f6003807b4ae3e3409467f7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T03:35:13.509Z] + go version [2021-03-19T03:35:13.509Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T03:35:13.524Z] $ docker stop --time=1 4f1f163f1ab7d8c3d66e9ec17c25dd195b45cf85f6003807b4ae3e3409467f7f [2021-03-19T03:35:14.856Z] $ docker rm -f 4f1f163f1ab7d8c3d66e9ec17c25dd195b45cf85f6003807b4ae3e3409467f7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:35:15.599Z] Commit message: "Merge pull request #552 from FelixTing/issue-551" [2021-03-19T03:35:15.807Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T03:35:15.807Z] . [Pipeline] withDockerContainer [2021-03-19T03:35:15.909Z] prd-centos7-docker-4c-2g-30473 does not seem to be running inside a container [2021-03-19T03:35:15.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T03:35:16.685Z] $ docker top d75537675d3ad3a4f0fbfe7479cbaf907e5d0443221f3c95d57d507588ea819d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-03-19T03:35:17.240Z] + make test [2021-03-19T03:35:17.240Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T03:35:18.362Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T03:35:18.817Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T03:35:19.176Z] + true [2021-03-19T03:35:19.176Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-19T03:35:22.158Z] ========================================================= [2021-03-19T03:35:22.158Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T03:35:22.158Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:35:22.566Z] + 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 . [2021-03-19T03:35:23.558Z] Sending build context to Docker daemon 2.805MB [2021-03-19T03:35:23.558Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-19T03:35:23.558Z] Step 2/7 : FROM ${BASE} [2021-03-19T03:35:24.159Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T03:35:24.159Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T03:35:24.159Z] a4357932f1b6: Pulling fs layer [2021-03-19T03:35:24.159Z] 18c013af1878: Pulling fs layer [2021-03-19T03:35:24.159Z] 00ac8860ef70: Pulling fs layer [2021-03-19T03:35:24.159Z] 63d7cb157983: Pulling fs layer [2021-03-19T03:35:24.159Z] b116817d02f9: Pulling fs layer [2021-03-19T03:35:24.159Z] 745a02a5169b: Pulling fs layer [2021-03-19T03:35:24.159Z] 00ac8860ef70: Waiting [2021-03-19T03:35:24.159Z] 63d7cb157983: Waiting [2021-03-19T03:35:24.159Z] b116817d02f9: Waiting [2021-03-19T03:35:24.159Z] 745a02a5169b: Waiting [2021-03-19T03:35:24.159Z] 18c013af1878: Verifying Checksum [2021-03-19T03:35:24.159Z] 18c013af1878: Download complete [2021-03-19T03:35:24.159Z] a4357932f1b6: Download complete [2021-03-19T03:35:24.159Z] 63d7cb157983: Verifying Checksum [2021-03-19T03:35:24.159Z] 63d7cb157983: Download complete [2021-03-19T03:35:24.159Z] b116817d02f9: Download complete [2021-03-19T03:35:24.159Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T03:35:24.159Z] 5f621e34cdf4: Download complete [2021-03-19T03:35:25.163Z] 5f621e34cdf4: Pull complete [2021-03-19T03:35:25.505Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-19T03:35:25.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements [2021-03-19T03:35:25.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.034s coverage: 100.0% of statements [2021-03-19T03:35:25.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.038s coverage: 45.4% of statements [2021-03-19T03:35:25.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.029s coverage: 77.8% of statements [2021-03-19T03:35:25.505Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-19T03:35:25.785Z] a4357932f1b6: Pull complete [2021-03-19T03:35:26.063Z] 18c013af1878: Pull complete [2021-03-19T03:35:26.496Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements [2021-03-19T03:35:26.496Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.033s coverage: 14.7% of statements [2021-03-19T03:35:26.496Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements [2021-03-19T03:35:26.666Z] 745a02a5169b: Verifying Checksum [2021-03-19T03:35:26.666Z] 745a02a5169b: Download complete [2021-03-19T03:35:26.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements [2021-03-19T03:35:26.762Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-19T03:35:26.762Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-19T03:35:26.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.022s coverage: 100.0% of statements [2021-03-19T03:35:27.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements [2021-03-19T03:35:27.652Z] 00ac8860ef70: Verifying Checksum [2021-03-19T03:35:27.652Z] 00ac8860ef70: Download complete [2021-03-19T03:35:29.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements [2021-03-19T03:35:29.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements [2021-03-19T03:35:29.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements [2021-03-19T03:35:29.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-03-19T03:35:29.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.004s coverage: 14.3% of statements [2021-03-19T03:35:29.003Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-19T03:35:30.961Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.099s coverage: 83.8% of statements [2021-03-19T03:35:30.961Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-19T03:35:30.961Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-19T03:35:30.961Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-19T03:35:30.961Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.024s coverage: 49.3% of statements [2021-03-19T03:35:31.224Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements [2021-03-19T03:35:31.224Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.050s coverage: 91.9% of statements [2021-03-19T03:35:31.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-03-19T03:35:31.802Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-19T03:35:31.802Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-19T03:35:33.766Z] gofmt -l . [2021-03-19T03:35:33.766Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-19T03:35:34.074Z] $ docker stop --time=1 d75537675d3ad3a4f0fbfe7479cbaf907e5d0443221f3c95d57d507588ea819d [2021-03-19T03:35:36.294Z] $ docker rm -f d75537675d3ad3a4f0fbfe7479cbaf907e5d0443221f3c95d57d507588ea819d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T03:35:36.890Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-19T03:35:37.303Z] 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) [2021-03-19T03:35:37.830Z] 00ac8860ef70: Pull complete Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2021-03-19T03:35:38.106Z] 63d7cb157983: Pull complete [Pipeline] // stage Post stage [2021-03-19T03:35:38.383Z] b116817d02f9: Pull complete [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:35:38.764Z] ---> job-cost.sh [2021-03-19T03:35:38.764Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3LVe [2021-03-19T03:35:42.730Z] 745a02a5169b: Pull complete [2021-03-19T03:35:42.730Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T03:35:42.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T03:35:42.730Z] ---> b7e6874047d6 [2021-03-19T03:35:42.730Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-19T03:35:45.378Z] ---> Running in 312e14ee8cc8 [2021-03-19T03:35:45.652Z] Removing intermediate container 312e14ee8cc8 [2021-03-19T03:35:45.652Z] ---> 86a62fcb1ce2 [2021-03-19T03:35:45.652Z] Step 4/7 : RUN apk add bash [2021-03-19T03:35:45.926Z] ---> Running in 2d7ba441c46a [2021-03-19T03:35:46.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T03:35:47.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T03:35:49.339Z] OK: 142 MiB in 39 packages [2021-03-19T03:35:50.781Z] Removing intermediate container 2d7ba441c46a [2021-03-19T03:35:50.781Z] ---> c9ddf678559a [2021-03-19T03:35:50.781Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-19T03:35:50.781Z] ---> Running in 01ffa154bd5f [2021-03-19T03:35:51.055Z] Removing intermediate container 01ffa154bd5f [2021-03-19T03:35:51.055Z] ---> 512a1557527a [2021-03-19T03:35:51.055Z] Step 6/7 : COPY go.mod . [2021-03-19T03:35:52.034Z] ---> 123ebcb1ed84 [2021-03-19T03:35:52.034Z] Step 7/7 : RUN go mod download [2021-03-19T03:35:52.034Z] ---> Running in ef6a45a6f5b5 [2021-03-19T03:35:53.714Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T03:36:07.171Z] Removing intermediate container ef6a45a6f5b5 [2021-03-19T03:36:07.171Z] ---> 9402c0e705ad [2021-03-19T03:36:07.171Z] Successfully built 9402c0e705ad [2021-03-19T03:36:07.171Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:36:07.514Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T03:36:07.514Z] . [Pipeline] withDockerContainer [2021-03-19T03:36:07.801Z] prd-ubuntu18.04-docker-arm64-4c-16g-30472 does not seem to be running inside a container [2021-03-19T03:36:07.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@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 [2021-03-19T03:36:09.612Z] $ docker top 6eb5f8e2e6232d0eaac8c15d8d48bdae1223c7867852b346bc8b8ace6bfcd357 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T03:36:10.821Z] + go version [2021-03-19T03:36:10.821Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T03:36:10.845Z] $ docker stop --time=1 6eb5f8e2e6232d0eaac8c15d8d48bdae1223c7867852b346bc8b8ace6bfcd357 [2021-03-19T03:36:12.849Z] $ docker rm -f 6eb5f8e2e6232d0eaac8c15d8d48bdae1223c7867852b346bc8b8ace6bfcd357 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:36:14.024Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T03:36:14.024Z] . [Pipeline] withDockerContainer [2021-03-19T03:36:14.296Z] prd-ubuntu18.04-docker-arm64-4c-16g-30472 does not seem to be running inside a container [2021-03-19T03:36:14.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/173 -v /w/workspace/go-mod-core-contracts/173:/w/workspace/go-mod-core-contracts/173:rw,z -v /w/workspace/go-mod-core-contracts/173@tmp:/w/workspace/go-mod-core-contracts/173@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 [2021-03-19T03:36:15.825Z] $ docker top 1f05ef3c1df1326e4abf53358479241f0c18eabb8ef3ae12932685119c780951 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T03:36:16.876Z] + make test [2021-03-19T03:36:16.876Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-19T03:36:20.395Z] lf-activate-venv(): INFO: Adding /tmp/venv-3LVe/bin to PATH [2021-03-19T03:36:20.395Z] INFO: No Stack... [2021-03-19T03:36:21.343Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T03:36:22.289Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T03:36:22.610Z] + cat /w/workspace/go-mod-core-contracts/173/archives/cost.csv [2021-03-19T03:36:22.610Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T03:36:22.682Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [2021-03-19T03:36:22.693Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] did not exist. Created. [2021-03-19T03:36:22.693Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T03:36:23.111Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-19T03:36:23.329Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T03:36:23.342Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T03:36:43.714Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-19T03:36:43.714Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.061s coverage: 85.7% of statements [2021-03-19T03:36:43.714Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.047s coverage: 100.0% of statements [2021-03-19T03:36:43.714Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements [2021-03-19T03:36:43.714Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements [2021-03-19T03:36:43.714Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-19T03:36:45.715Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.025s coverage: 26.3% of statements [2021-03-19T03:36:47.185Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.052s coverage: 14.7% of statements [2021-03-19T03:36:47.185Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements [2021-03-19T03:36:47.804Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements [2021-03-19T03:36:47.804Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-19T03:36:47.804Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-19T03:36:47.804Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements [2021-03-19T03:36:48.084Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.035s coverage: 36.7% of statements [2021-03-19T03:36:54.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.196s coverage: 63.0% of statements [2021-03-19T03:36:54.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-03-19T03:36:54.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.031s coverage: 15.4% of statements [2021-03-19T03:36:54.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.040s coverage: 15.4% of statements [2021-03-19T03:36:54.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.012s coverage: 14.3% of statements [2021-03-19T03:36:54.855Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-19T03:36:58.301Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.230s coverage: 83.8% of statements [2021-03-19T03:36:58.301Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-19T03:36:58.301Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-19T03:36:58.301Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-19T03:36:58.301Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.060s coverage: 49.3% of statements [2021-03-19T03:36:58.301Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.065s coverage: 94.7% of statements [2021-03-19T03:37:00.284Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.176s coverage: 91.9% of statements [2021-03-19T03:37:00.284Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements [2021-03-19T03:37:00.284Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-19T03:37:00.887Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-19T03:37:06.317Z] gofmt -l . [2021-03-19T03:37:06.590Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-19T03:37:07.590Z] $ docker stop --time=1 1f05ef3c1df1326e4abf53358479241f0c18eabb8ef3ae12932685119c780951 [2021-03-19T03:37:10.047Z] $ docker rm -f 1f05ef3c1df1326e4abf53358479241f0c18eabb8ef3ae12932685119c780951 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T03:37:11.018Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-19T03:37:11.097Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T03:37:12.203Z] 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 [2021-03-19T03:37:13.295Z] ---> job-cost.sh [2021-03-19T03:37:13.295Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OPCJ [2021-03-19T03:38:00.317Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T03:40:07.166Z] lf-activate-venv(): INFO: Adding /tmp/venv-OPCJ/bin to PATH [2021-03-19T03:40:07.166Z] INFO: No Stack... [2021-03-19T03:40:07.166Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T03:40:07.166Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T03:40:07.540Z] + cat /w/workspace/go-mod-core-contracts/173/archives/cost.csv [2021-03-19T03:40:07.540Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T03:40:07.683Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [2021-03-19T03:40:07.691Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] did not exist. Created. [2021-03-19T03:40:07.691Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-173-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T03:40:08.174Z] /w/workspace/go-mod-core-contracts/173@tmp/durable-a2d95a1b/script.sh: 1: /w/workspace/go-mod-core-contracts/173@tmp/durable-a2d95a1b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-19T03:40:08.530Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T03:40:08.618Z] Warning: overwriting stash ‘stack-cost’ [2021-03-19T03:40:08.792Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T03:40:08.807Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-173-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 [2021-03-19T03:40:10.777Z] provisioning config files... [2021-03-19T03:40:10.798Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1742575021148458512tmp [Pipeline] { [Pipeline] sh [2021-03-19T03:40:11.251Z] + set +x [2021-03-19T03:40:11.251Z] + curl -s https://codecov.io/bash [2021-03-19T03:40:11.251Z] + bash -s -- [2021-03-19T03:40:11.552Z] [2021-03-19T03:40:11.552Z] _____ _ [2021-03-19T03:40:11.552Z] / ____| | | [2021-03-19T03:40:11.552Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T03:40:11.552Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T03:40:11.552Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T03:40:11.552Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T03:40:11.552Z] Bash-20210309-2b87ace [2021-03-19T03:40:11.552Z] [2021-03-19T03:40:11.552Z] [2021-03-19T03:40:11.553Z] ==> git version 2.24.3 found [2021-03-19T03:40:11.553Z] ==> 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 [2021-03-19T03:40:11.553Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T03:40:11.553Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T03:40:11.553Z] ==> Jenkins CI detected. [2021-03-19T03:40:11.553Z] project root: . [2021-03-19T03:40:11.553Z] --> token set from env [2021-03-19T03:40:11.553Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T03:40:11.879Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T03:40:11.879Z] ==> Python coveragepy not found [2021-03-19T03:40:11.879Z] ==> Searching for coverage reports in: [2021-03-19T03:40:11.879Z] + . [2021-03-19T03:40:11.879Z] -> Found 1 reports [2021-03-19T03:40:11.879Z] ==> Detecting git/mercurial file structure [2021-03-19T03:40:11.879Z] ==> Reading reports [2021-03-19T03:40:11.879Z] + ./coverage.out bytes=160267 [2021-03-19T03:40:11.879Z] ==> Appending adjustments [2021-03-19T03:40:11.879Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T03:40:14.609Z] + Found adjustments [2021-03-19T03:40:14.609Z] ==> Gzipping contents [2021-03-19T03:40:14.610Z] 24K /tmp/codecov.T6kgYH.gz [2021-03-19T03:40:14.610Z] ==> Uploading reports [2021-03-19T03:40:14.610Z] url: https://codecov.io [2021-03-19T03:40:14.610Z] query: branch=master&commit=1c0e349fb4299bf449335fb3569ee365a1b383ad&build=173&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F173%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T03:40:14.610Z] -> Pinging Codecov [2021-03-19T03:40:14.610Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1c0e349fb4299bf449335fb3569ee365a1b383ad&build=173&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F173%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T03:40:15.310Z] -> Uploading to [2021-03-19T03:40:15.310Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/71470A77251A30514AAF9C0BB2E5B6CE/1c0e349fb4299bf449335fb3569ee365a1b383ad/0c94bd20-b581-4afd-95a7-40024f2812c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T034014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43f8be2c73d85734b6b8be7eeb85845a522770f68822f39408967b1016f37f8b [2021-03-19T03:40:15.310Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T03:40:15.310Z] Dload Upload Total Spent Left Speed [2021-03-19T03:40:15.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24059 0 0 100 24059 0 47725 --:--:-- --:--:-- --:--:-- 47736 [2021-03-19T03:40:15.584Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] } [2021-03-19T03:40:15.602Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-19T03:40:16.552Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-19T03:40:16.659Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:40:17.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T03:40:17.057Z] [2021-03-19T03:40:17.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:40:17.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T03:40:17.446Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-19T03:40:17.446Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T03:40:17.446Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T03:40:17.446Z] de9db76c5a1d: Pulling fs layer [2021-03-19T03:40:17.446Z] 0eba1c9be4d2: Pulling fs layer [2021-03-19T03:40:17.446Z] 0d57e429df01: Pulling fs layer [2021-03-19T03:40:17.446Z] 4e4be7b47b0d: Pulling fs layer [2021-03-19T03:40:17.446Z] e1f770b5df2f: Pulling fs layer [2021-03-19T03:40:17.446Z] 85a0685a4137: Pulling fs layer [2021-03-19T03:40:17.446Z] 4e4be7b47b0d: Waiting [2021-03-19T03:40:17.446Z] e1f770b5df2f: Waiting [2021-03-19T03:40:17.446Z] 85a0685a4137: Waiting [2021-03-19T03:40:17.446Z] 0eba1c9be4d2: Waiting [2021-03-19T03:40:17.446Z] 0d57e429df01: Waiting [2021-03-19T03:40:17.446Z] de9db76c5a1d: Verifying Checksum [2021-03-19T03:40:17.446Z] de9db76c5a1d: Download complete [2021-03-19T03:40:17.446Z] 0ef7d3d256c8: Download complete [2021-03-19T03:40:17.715Z] 0d57e429df01: Verifying Checksum [2021-03-19T03:40:17.715Z] 0d57e429df01: Download complete [2021-03-19T03:40:17.715Z] 4e4be7b47b0d: Verifying Checksum [2021-03-19T03:40:17.715Z] 4e4be7b47b0d: Download complete [2021-03-19T03:40:18.370Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T03:40:18.370Z] 188c0c94c7c5: Download complete [2021-03-19T03:40:19.117Z] 188c0c94c7c5: Pull complete [2021-03-19T03:40:20.290Z] 0ef7d3d256c8: Pull complete [2021-03-19T03:40:20.581Z] e1f770b5df2f: Verifying Checksum [2021-03-19T03:40:20.581Z] e1f770b5df2f: Download complete [2021-03-19T03:40:20.862Z] de9db76c5a1d: Pull complete [2021-03-19T03:40:25.382Z] 0eba1c9be4d2: Verifying Checksum [2021-03-19T03:40:25.382Z] 0eba1c9be4d2: Download complete [2021-03-19T03:40:27.414Z] 85a0685a4137: Verifying Checksum [2021-03-19T03:40:27.414Z] 85a0685a4137: Download complete [2021-03-19T03:40:42.851Z] 0eba1c9be4d2: Pull complete [2021-03-19T03:40:42.851Z] 0d57e429df01: Pull complete [2021-03-19T03:40:42.851Z] 4e4be7b47b0d: Pull complete [2021-03-19T03:40:44.330Z] e1f770b5df2f: Pull complete [2021-03-19T03:40:59.818Z] 85a0685a4137: Pull complete [2021-03-19T03:40:59.818Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-19T03:40:59.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T03:40:59.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-19T03:41:00.266Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:41:00.343Z] $ 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 [2021-03-19T03:41:02.361Z] $ docker top ee9b5b20b6ff9752ef7d0b11d62c979050dcbc5b41b598067151091b41344ac5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T03:41:02.792Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-19T03:41:03.587Z] + set -o pipefail [2021-03-19T03:41:03.587Z] + snyk monitor '--org=edgex-jenkins' [2021-03-19T03:41:25.955Z] [2021-03-19T03:41:25.955Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-03-19T03:41:25.955Z] [2021-03-19T03:41:25.955Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/21933ce9-9d24-4ff7-9b50-31068daf2185 [2021-03-19T03:41:25.955Z] [2021-03-19T03:41:25.955Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-19T03:41:25.955Z] [2021-03-19T03:41:26.226Z] [Pipeline] } [2021-03-19T03:41:26.255Z] $ docker stop --time=1 ee9b5b20b6ff9752ef7d0b11d62c979050dcbc5b41b598067151091b41344ac5 [2021-03-19T03:41:28.828Z] $ docker rm -f ee9b5b20b6ff9752ef7d0b11d62c979050dcbc5b41b598067151091b41344ac5 [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 [2021-03-19T03:41:31.357Z] + git log --format=format:%s -1 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:41:31.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T03:41:31.698Z] . [Pipeline] withDockerContainer [2021-03-19T03:41:31.888Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:41:31.970Z] $ 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 [2021-03-19T03:41:34.369Z] $ docker top 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T03:41:34.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T03:41:34.898Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T03:41:35.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T03:41:35.625Z] $ docker exec 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 ssh-agent [2021-03-19T03:41:36.446Z] SSH_AUTH_SOCK=/tmp/ssh-p0k6KWrA8r8c/agent.11 [2021-03-19T03:41:36.446Z] SSH_AGENT_PID=17 [2021-03-19T03:41:36.486Z] Running ssh-add (command line suppressed) [2021-03-19T03:41:37.055Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7893357708556947867.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7893357708556947867.key) [2021-03-19T03:41:37.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T03:41:38.285Z] + git semver tag [2021-03-19T03:41:38.553Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T03:41:38.553Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-19T03:41:38.553Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-19T03:41:38.553Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T03:41:38.553Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T03:41:38.553Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T03:41:38.553Z] # $SEMVER_BRANCH = master [2021-03-19T03:41:38.553Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-19T03:41:38.553Z] # 1c0e349fb4299bf449335fb3569ee365a1b383ad HEAD [2021-03-19T03:41:38.553Z] # -> Force: false [2021-03-19T03:41:38.553Z] # 3319540317c939ac43309543f311fd8c6e0a13a5 refs/tags/v2.0.0-dev.54 [Pipeline] } [2021-03-19T03:41:38.571Z] $ docker exec --env ******** --env ******** 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 ssh-agent -k [2021-03-19T03:41:38.812Z] unset SSH_AUTH_SOCK; [2021-03-19T03:41:38.812Z] unset SSH_AGENT_PID; [2021-03-19T03:41:38.812Z] echo Agent pid 17 killed; [2021-03-19T03:41:38.961Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T03:41:39.513Z] + git semver [Pipeline] } [2021-03-19T03:41:39.537Z] $ docker stop --time=1 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 [2021-03-19T03:41:41.298Z] $ docker rm -f 9fd60270178de25a496acd026f6ea82eb77801ab8b4e09ab581dd2e0796c0159 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:41:42.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T03:41:42.660Z] [2021-03-19T03:41:42.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:41:43.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T03:41:43.613Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-19T03:41:43.614Z] ab5ef0e58194: Pulling fs layer [2021-03-19T03:41:43.614Z] 9712f1f96733: Pulling fs layer [2021-03-19T03:41:43.614Z] 63f879dbbcfc: Pulling fs layer [2021-03-19T03:41:43.614Z] 0d9ebad4ef96: Pulling fs layer [2021-03-19T03:41:43.614Z] e9a5061849ea: Pulling fs layer [2021-03-19T03:41:43.614Z] d747dcd14b5f: Pulling fs layer [2021-03-19T03:41:43.614Z] 2de7ff778b66: Pulling fs layer [2021-03-19T03:41:43.614Z] 0d9ebad4ef96: Waiting [2021-03-19T03:41:43.614Z] e9a5061849ea: Waiting [2021-03-19T03:41:43.614Z] d747dcd14b5f: Waiting [2021-03-19T03:41:43.614Z] 2de7ff778b66: Waiting [2021-03-19T03:41:43.614Z] 9712f1f96733: Verifying Checksum [2021-03-19T03:41:43.614Z] 9712f1f96733: Download complete [2021-03-19T03:41:46.317Z] 63f879dbbcfc: Verifying Checksum [2021-03-19T03:41:46.317Z] 63f879dbbcfc: Download complete [2021-03-19T03:41:46.594Z] e9a5061849ea: Verifying Checksum [2021-03-19T03:41:46.594Z] e9a5061849ea: Download complete [2021-03-19T03:41:46.594Z] d747dcd14b5f: Verifying Checksum [2021-03-19T03:41:46.594Z] d747dcd14b5f: Download complete [2021-03-19T03:41:47.192Z] 0d9ebad4ef96: Verifying Checksum [2021-03-19T03:41:47.192Z] 0d9ebad4ef96: Download complete [2021-03-19T03:41:47.469Z] 2de7ff778b66: Verifying Checksum [2021-03-19T03:41:47.469Z] 2de7ff778b66: Download complete [2021-03-19T03:41:47.742Z] ab5ef0e58194: Verifying Checksum [2021-03-19T03:41:47.742Z] ab5ef0e58194: Download complete [2021-03-19T03:42:00.396Z] ab5ef0e58194: Pull complete [2021-03-19T03:42:00.396Z] 9712f1f96733: Pull complete [2021-03-19T03:42:03.974Z] 63f879dbbcfc: Pull complete [2021-03-19T03:42:19.703Z] 0d9ebad4ef96: Pull complete [2021-03-19T03:42:21.784Z] e9a5061849ea: Pull complete [2021-03-19T03:42:22.086Z] d747dcd14b5f: Pull complete [2021-03-19T03:42:27.570Z] 2de7ff778b66: Pull complete [2021-03-19T03:42:27.570Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-19T03:42:27.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T03:42:27.570Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-19T03:42:28.427Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:42:28.548Z] $ 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 [2021-03-19T03:42:33.006Z] $ docker top 692b44ea1543a7d637c8b285920d8fa2eb30472d25fd760775982255ce105372 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-19T03:42:33.423Z] provisioning config files... [2021-03-19T03:42:33.493Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3660197306533913621tmp [2021-03-19T03:42:33.610Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config893519165860945194tmp [2021-03-19T03:42:33.686Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4037793815198718247tmp [Pipeline] { [Pipeline] echo [2021-03-19T03:42:33.800Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:42:34.122Z] ---> sigul-configuration.sh [2021-03-19T03:42:34.439Z] gpg: directory `/root/.gnupg' created [2021-03-19T03:42:34.439Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-19T03:42:34.439Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-19T03:42:34.439Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-19T03:42:34.439Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-19T03:42:34.439Z] gpg: CAST5 encrypted data [2021-03-19T03:42:34.869Z] gpg: encrypted with 1 passphrase [2021-03-19T03:42:34.869Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-19T03:42:35.971Z] + mkdir /home/jenkins [2021-03-19T03:42:35.971Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-19T03:42:36.658Z] + 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 [2021-03-19T03:42:36.938Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:42:37.265Z] ---> sigul-install.sh [2021-03-19T03:42:47.648Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-19T03:42:49.004Z] + git tag --list [2021-03-19T03:42:49.004Z] v0.0.0 [2021-03-19T03:42:49.004Z] v0.0.1 [2021-03-19T03:42:49.004Z] v0.1.0 [2021-03-19T03:42:49.004Z] v0.1.1 [2021-03-19T03:42:49.004Z] v0.1.10 [2021-03-19T03:42:49.004Z] v0.1.100 [2021-03-19T03:42:49.004Z] v0.1.101 [2021-03-19T03:42:49.004Z] v0.1.102 [2021-03-19T03:42:49.004Z] v0.1.103 [2021-03-19T03:42:49.004Z] v0.1.104 [2021-03-19T03:42:49.004Z] v0.1.105 [2021-03-19T03:42:49.004Z] v0.1.106 [2021-03-19T03:42:49.004Z] v0.1.107 [2021-03-19T03:42:49.004Z] v0.1.108 [2021-03-19T03:42:49.004Z] v0.1.109 [2021-03-19T03:42:49.004Z] v0.1.11 [2021-03-19T03:42:49.004Z] v0.1.110 [2021-03-19T03:42:49.004Z] v0.1.111 [2021-03-19T03:42:49.004Z] v0.1.112 [2021-03-19T03:42:49.004Z] v0.1.113 [2021-03-19T03:42:49.004Z] v0.1.114 [2021-03-19T03:42:49.004Z] v0.1.115 [2021-03-19T03:42:49.004Z] v0.1.116 [2021-03-19T03:42:49.004Z] v0.1.117 [2021-03-19T03:42:49.004Z] v0.1.118 [2021-03-19T03:42:49.004Z] v0.1.119 [2021-03-19T03:42:49.004Z] v0.1.12 [2021-03-19T03:42:49.004Z] v0.1.120 [2021-03-19T03:42:49.004Z] v0.1.121 [2021-03-19T03:42:49.004Z] v0.1.122 [2021-03-19T03:42:49.004Z] v0.1.123 [2021-03-19T03:42:49.004Z] v0.1.124 [2021-03-19T03:42:49.004Z] v0.1.125 [2021-03-19T03:42:49.004Z] v0.1.126 [2021-03-19T03:42:49.004Z] v0.1.127 [2021-03-19T03:42:49.004Z] v0.1.128 [2021-03-19T03:42:49.004Z] v0.1.129 [2021-03-19T03:42:49.004Z] v0.1.13 [2021-03-19T03:42:49.004Z] v0.1.130 [2021-03-19T03:42:49.004Z] v0.1.131 [2021-03-19T03:42:49.004Z] v0.1.132 [2021-03-19T03:42:49.004Z] v0.1.133 [2021-03-19T03:42:49.004Z] v0.1.134 [2021-03-19T03:42:49.004Z] v0.1.135 [2021-03-19T03:42:49.004Z] v0.1.136 [2021-03-19T03:42:49.004Z] v0.1.137 [2021-03-19T03:42:49.004Z] v0.1.138 [2021-03-19T03:42:49.004Z] v0.1.139 [2021-03-19T03:42:49.004Z] v0.1.14 [2021-03-19T03:42:49.004Z] v0.1.140 [2021-03-19T03:42:49.004Z] v0.1.141 [2021-03-19T03:42:49.004Z] v0.1.142 [2021-03-19T03:42:49.004Z] v0.1.143 [2021-03-19T03:42:49.004Z] v0.1.144 [2021-03-19T03:42:49.004Z] v0.1.145 [2021-03-19T03:42:49.004Z] v0.1.146 [2021-03-19T03:42:49.004Z] v0.1.147 [2021-03-19T03:42:49.004Z] v0.1.148 [2021-03-19T03:42:49.004Z] v0.1.149 [2021-03-19T03:42:49.004Z] v0.1.15 [2021-03-19T03:42:49.004Z] v0.1.16 [2021-03-19T03:42:49.004Z] v0.1.17 [2021-03-19T03:42:49.004Z] v0.1.18 [2021-03-19T03:42:49.004Z] v0.1.19 [2021-03-19T03:42:49.004Z] v0.1.2 [2021-03-19T03:42:49.004Z] v0.1.20 [2021-03-19T03:42:49.004Z] v0.1.21 [2021-03-19T03:42:49.004Z] v0.1.22 [2021-03-19T03:42:49.004Z] v0.1.23 [2021-03-19T03:42:49.004Z] v0.1.24 [2021-03-19T03:42:49.004Z] v0.1.25 [2021-03-19T03:42:49.004Z] v0.1.26 [2021-03-19T03:42:49.004Z] v0.1.27 [2021-03-19T03:42:49.004Z] v0.1.28 [2021-03-19T03:42:49.004Z] v0.1.29 [2021-03-19T03:42:49.004Z] v0.1.3 [2021-03-19T03:42:49.004Z] v0.1.30 [2021-03-19T03:42:49.004Z] v0.1.31 [2021-03-19T03:42:49.004Z] v0.1.32 [2021-03-19T03:42:49.004Z] v0.1.33 [2021-03-19T03:42:49.004Z] v0.1.34 [2021-03-19T03:42:49.004Z] v0.1.35 [2021-03-19T03:42:49.004Z] v0.1.36 [2021-03-19T03:42:49.004Z] v0.1.37 [2021-03-19T03:42:49.004Z] v0.1.38 [2021-03-19T03:42:49.004Z] v0.1.39 [2021-03-19T03:42:49.004Z] v0.1.4 [2021-03-19T03:42:49.004Z] v0.1.40 [2021-03-19T03:42:49.004Z] v0.1.41 [2021-03-19T03:42:49.004Z] v0.1.42 [2021-03-19T03:42:49.004Z] v0.1.43 [2021-03-19T03:42:49.004Z] v0.1.44 [2021-03-19T03:42:49.004Z] v0.1.45 [2021-03-19T03:42:49.004Z] v0.1.46 [2021-03-19T03:42:49.004Z] v0.1.47 [2021-03-19T03:42:49.004Z] v0.1.48 [2021-03-19T03:42:49.004Z] v0.1.49 [2021-03-19T03:42:49.004Z] v0.1.5 [2021-03-19T03:42:49.004Z] v0.1.50 [2021-03-19T03:42:49.004Z] v0.1.51 [2021-03-19T03:42:49.004Z] v0.1.52 [2021-03-19T03:42:49.004Z] v0.1.53 [2021-03-19T03:42:49.004Z] v0.1.54 [2021-03-19T03:42:49.004Z] v0.1.55 [2021-03-19T03:42:49.004Z] v0.1.56 [2021-03-19T03:42:49.004Z] v0.1.57 [2021-03-19T03:42:49.004Z] v0.1.58 [2021-03-19T03:42:49.004Z] v0.1.59 [2021-03-19T03:42:49.004Z] v0.1.6 [2021-03-19T03:42:49.004Z] v0.1.60 [2021-03-19T03:42:49.004Z] v0.1.61 [2021-03-19T03:42:49.004Z] v0.1.62 [2021-03-19T03:42:49.004Z] v0.1.63 [2021-03-19T03:42:49.004Z] v0.1.64 [2021-03-19T03:42:49.004Z] v0.1.65 [2021-03-19T03:42:49.004Z] v0.1.66 [2021-03-19T03:42:49.004Z] v0.1.67 [2021-03-19T03:42:49.004Z] v0.1.68 [2021-03-19T03:42:49.004Z] v0.1.69 [2021-03-19T03:42:49.004Z] v0.1.7 [2021-03-19T03:42:49.004Z] v0.1.70 [2021-03-19T03:42:49.004Z] v0.1.71 [2021-03-19T03:42:49.004Z] v0.1.72 [2021-03-19T03:42:49.004Z] v0.1.73 [2021-03-19T03:42:49.004Z] v0.1.74 [2021-03-19T03:42:49.004Z] v0.1.75 [2021-03-19T03:42:49.004Z] v0.1.76 [2021-03-19T03:42:49.004Z] v0.1.77 [2021-03-19T03:42:49.004Z] v0.1.78 [2021-03-19T03:42:49.004Z] v0.1.79 [2021-03-19T03:42:49.004Z] v0.1.8 [2021-03-19T03:42:49.004Z] v0.1.80 [2021-03-19T03:42:49.004Z] v0.1.81 [2021-03-19T03:42:49.004Z] v0.1.82 [2021-03-19T03:42:49.004Z] v0.1.83 [2021-03-19T03:42:49.004Z] v0.1.84 [2021-03-19T03:42:49.004Z] v0.1.85 [2021-03-19T03:42:49.004Z] v0.1.86 [2021-03-19T03:42:49.004Z] v0.1.87 [2021-03-19T03:42:49.004Z] v0.1.88 [2021-03-19T03:42:49.004Z] v0.1.89 [2021-03-19T03:42:49.004Z] v0.1.9 [2021-03-19T03:42:49.004Z] v0.1.90 [2021-03-19T03:42:49.004Z] v0.1.91 [2021-03-19T03:42:49.004Z] v0.1.92 [2021-03-19T03:42:49.004Z] v0.1.93 [2021-03-19T03:42:49.004Z] v0.1.94 [2021-03-19T03:42:49.004Z] v0.1.95 [2021-03-19T03:42:49.004Z] v0.1.96 [2021-03-19T03:42:49.004Z] v0.1.97 [2021-03-19T03:42:49.005Z] v0.1.98 [2021-03-19T03:42:49.005Z] v0.1.99 [2021-03-19T03:42:49.005Z] v2.0.0-dev.1 [2021-03-19T03:42:49.005Z] v2.0.0-dev.10 [2021-03-19T03:42:49.005Z] v2.0.0-dev.11 [2021-03-19T03:42:49.005Z] v2.0.0-dev.12 [2021-03-19T03:42:49.005Z] v2.0.0-dev.13 [2021-03-19T03:42:49.005Z] v2.0.0-dev.14 [2021-03-19T03:42:49.005Z] v2.0.0-dev.15 [2021-03-19T03:42:49.005Z] v2.0.0-dev.16 [2021-03-19T03:42:49.005Z] v2.0.0-dev.17 [2021-03-19T03:42:49.005Z] v2.0.0-dev.18 [2021-03-19T03:42:49.005Z] v2.0.0-dev.19 [2021-03-19T03:42:49.005Z] v2.0.0-dev.2 [2021-03-19T03:42:49.005Z] v2.0.0-dev.20 [2021-03-19T03:42:49.005Z] v2.0.0-dev.21 [2021-03-19T03:42:49.005Z] v2.0.0-dev.22 [2021-03-19T03:42:49.005Z] v2.0.0-dev.23 [2021-03-19T03:42:49.005Z] v2.0.0-dev.24 [2021-03-19T03:42:49.005Z] v2.0.0-dev.25 [2021-03-19T03:42:49.005Z] v2.0.0-dev.26 [2021-03-19T03:42:49.005Z] v2.0.0-dev.27 [2021-03-19T03:42:49.005Z] v2.0.0-dev.28 [2021-03-19T03:42:49.005Z] v2.0.0-dev.29 [2021-03-19T03:42:49.005Z] v2.0.0-dev.3 [2021-03-19T03:42:49.005Z] v2.0.0-dev.30 [2021-03-19T03:42:49.005Z] v2.0.0-dev.31 [2021-03-19T03:42:49.005Z] v2.0.0-dev.32 [2021-03-19T03:42:49.005Z] v2.0.0-dev.33 [2021-03-19T03:42:49.005Z] v2.0.0-dev.34 [2021-03-19T03:42:49.005Z] v2.0.0-dev.35 [2021-03-19T03:42:49.005Z] v2.0.0-dev.36 [2021-03-19T03:42:49.005Z] v2.0.0-dev.37 [2021-03-19T03:42:49.005Z] v2.0.0-dev.38 [2021-03-19T03:42:49.005Z] v2.0.0-dev.39 [2021-03-19T03:42:49.005Z] v2.0.0-dev.4 [2021-03-19T03:42:49.005Z] v2.0.0-dev.40 [2021-03-19T03:42:49.005Z] v2.0.0-dev.41 [2021-03-19T03:42:49.005Z] v2.0.0-dev.42 [2021-03-19T03:42:49.005Z] v2.0.0-dev.43 [2021-03-19T03:42:49.005Z] v2.0.0-dev.44 [2021-03-19T03:42:49.005Z] v2.0.0-dev.45 [2021-03-19T03:42:49.005Z] v2.0.0-dev.46 [2021-03-19T03:42:49.005Z] v2.0.0-dev.47 [2021-03-19T03:42:49.005Z] v2.0.0-dev.48 [2021-03-19T03:42:49.005Z] v2.0.0-dev.49 [2021-03-19T03:42:49.005Z] v2.0.0-dev.5 [2021-03-19T03:42:49.005Z] v2.0.0-dev.50 [2021-03-19T03:42:49.005Z] v2.0.0-dev.51 [2021-03-19T03:42:49.005Z] v2.0.0-dev.52 [2021-03-19T03:42:49.005Z] v2.0.0-dev.53 [2021-03-19T03:42:49.005Z] v2.0.0-dev.54 [2021-03-19T03:42:49.005Z] v2.0.0-dev.6 [2021-03-19T03:42:49.005Z] v2.0.0-dev.7 [2021-03-19T03:42:49.005Z] v2.0.0-dev.8 [2021-03-19T03:42:49.005Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-19T03:42:50.129Z] + lftools sign git-tag v2.0.0-dev.54 [2021-03-19T03:42:52.768Z] Signing Git tag with Sigul... [2021-03-19T03:42:52.768Z] Signing v2.0.0-dev.54 [Pipeline] echo [2021-03-19T03:42:54.841Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:42:55.535Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-19T03:42:55.549Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-19T03:42:55.670Z] $ docker stop --time=1 692b44ea1543a7d637c8b285920d8fa2eb30472d25fd760775982255ce105372 [2021-03-19T03:42:57.841Z] $ docker rm -f 692b44ea1543a7d637c8b285920d8fa2eb30472d25fd760775982255ce105372 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:42:59.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T03:42:59.017Z] . [Pipeline] withDockerContainer [2021-03-19T03:42:59.199Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:42:59.287Z] $ 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 [2021-03-19T03:43:01.682Z] $ docker top b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T03:43:02.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T03:43:02.318Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T03:43:02.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T03:43:02.931Z] $ docker exec b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e ssh-agent [2021-03-19T03:43:03.227Z] SSH_AUTH_SOCK=/tmp/ssh-t8aJSXQhrDAO/agent.12 [2021-03-19T03:43:03.227Z] SSH_AGENT_PID=17 [2021-03-19T03:43:03.239Z] Running ssh-add (command line suppressed) [2021-03-19T03:43:03.506Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5488765310970890306.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5488765310970890306.key) [2021-03-19T03:43:03.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T03:43:04.002Z] + git semver bump pre [2021-03-19T03:43:04.276Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T03:43:04.276Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-19T03:43:04.276Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-19T03:43:04.276Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T03:43:04.276Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T03:43:04.276Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T03:43:04.276Z] # $SEMVER_BRANCH = master [2021-03-19T03:43:04.276Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-19T03:43:04.276Z] 2.0.0-dev.55 [Pipeline] } [2021-03-19T03:43:04.296Z] $ docker exec --env ******** --env ******** b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e ssh-agent -k [2021-03-19T03:43:04.560Z] unset SSH_AUTH_SOCK; [2021-03-19T03:43:04.562Z] unset SSH_AGENT_PID; [2021-03-19T03:43:04.562Z] echo Agent pid 17 killed; [2021-03-19T03:43:04.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T03:43:05.292Z] + git semver [Pipeline] } [2021-03-19T03:43:05.334Z] $ docker stop --time=1 b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e [2021-03-19T03:43:07.620Z] $ docker rm -f b3b891125ca5457b0e4ecefae3d2638dbb887734aee23e7dbf3ffd285062fe1e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:43:08.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T03:43:09.323Z] . [Pipeline] withDockerContainer [2021-03-19T03:43:09.546Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:43:09.626Z] $ 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 [2021-03-19T03:43:10.645Z] $ docker top c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T03:43:11.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T03:43:11.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T03:43:11.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T03:43:11.332Z] $ docker exec c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c ssh-agent [2021-03-19T03:43:12.201Z] SSH_AUTH_SOCK=/tmp/ssh-EwPcNX2Mbfl5/agent.13 [2021-03-19T03:43:12.201Z] SSH_AGENT_PID=18 [2021-03-19T03:43:12.212Z] Running ssh-add (command line suppressed) [2021-03-19T03:43:12.539Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5649590758527337639.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5649590758527337639.key) [2021-03-19T03:43:12.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T03:43:13.190Z] + git semver push [2021-03-19T03:43:13.469Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T03:43:13.469Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-19T03:43:13.469Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-19T03:43:13.469Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T03:43:13.469Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T03:43:13.469Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T03:43:13.469Z] # $SEMVER_BRANCH = master [2021-03-19T03:43:13.469Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-19T03:43:20.310Z] $ docker exec --env ******** --env ******** c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c ssh-agent -k [2021-03-19T03:43:21.413Z] unset SSH_AUTH_SOCK; [2021-03-19T03:43:21.413Z] unset SSH_AGENT_PID; [2021-03-19T03:43:21.413Z] echo Agent pid 18 killed; [2021-03-19T03:43:22.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T03:43:22.730Z] + git semver [Pipeline] } [2021-03-19T03:43:22.760Z] $ docker stop --time=1 c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c [2021-03-19T03:43:24.488Z] $ docker rm -f c4c2339c41a6c21de1adda2ddcc193e7477ab87bd49e4340706506245976ab4c [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 [2021-03-19T03:43:26.953Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:43:28.441Z] ---> package-listing.sh [2021-03-19T03:43:28.441Z] ++ facter osfamily [2021-03-19T03:43:28.441Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T03:43:28.778Z] + OS_FAMILY=redhat [2021-03-19T03:43:28.778Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-03-19T03:43:28.778Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T03:43:28.778Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T03:43:28.814Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T03:43:28.814Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T03:43:28.814Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-19T03:43:28.814Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T03:43:28.814Z] + case "${OS_FAMILY}" in [2021-03-19T03:43:28.814Z] + rpm -qa [2021-03-19T03:43:28.814Z] + sort [2021-03-19T03:43:39.211Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T03:43:39.211Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T03:43:39.211Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T03:43:39.211Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-19T03:43:39.211Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-03-19T03:43:39.211Z] + 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 [2021-03-19T03:43:39.229Z] 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 [2021-03-19T03:43:39.543Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:43:40.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T03:43:40.192Z] [2021-03-19T03:43:40.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T03:43:40.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T03:43:40.601Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T03:43:40.601Z] df20fa9351a1: Pulling fs layer [2021-03-19T03:43:40.601Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T03:43:40.601Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T03:43:40.601Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T03:43:40.601Z] 93b61091891f: Pulling fs layer [2021-03-19T03:43:40.601Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T03:43:40.601Z] 5e14af77c1be: Pulling fs layer [2021-03-19T03:43:40.601Z] 01666e4c0597: Pulling fs layer [2021-03-19T03:43:40.601Z] aa168da1d23b: Pulling fs layer [2021-03-19T03:43:40.601Z] 5e14af77c1be: Waiting [2021-03-19T03:43:40.601Z] 01666e4c0597: Waiting [2021-03-19T03:43:40.601Z] 46f8f816bc3b: Waiting [2021-03-19T03:43:40.601Z] aa168da1d23b: Waiting [2021-03-19T03:43:40.601Z] 93b61091891f: Waiting [2021-03-19T03:43:40.601Z] 93b9cdb0e59b: Waiting [2021-03-19T03:43:40.601Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T03:43:40.601Z] 36b3adc4ff6f: Download complete [2021-03-19T03:43:40.601Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T03:43:40.601Z] 46f8f816bc3b: Download complete [2021-03-19T03:43:40.879Z] df20fa9351a1: Verifying Checksum [2021-03-19T03:43:40.879Z] df20fa9351a1: Download complete [2021-03-19T03:43:40.879Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T03:43:40.879Z] 93b9cdb0e59b: Download complete [2021-03-19T03:43:40.879Z] 93b61091891f: Verifying Checksum [2021-03-19T03:43:40.879Z] 93b61091891f: Download complete [2021-03-19T03:43:40.879Z] 5e14af77c1be: Verifying Checksum [2021-03-19T03:43:40.879Z] 5e14af77c1be: Download complete [2021-03-19T03:43:40.879Z] 01666e4c0597: Verifying Checksum [2021-03-19T03:43:40.879Z] 01666e4c0597: Download complete [2021-03-19T03:43:41.477Z] df20fa9351a1: Pull complete [2021-03-19T03:43:41.762Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T03:43:41.762Z] 8ad3a11d3b57: Download complete [2021-03-19T03:43:41.762Z] 36b3adc4ff6f: Pull complete [2021-03-19T03:43:44.511Z] 8ad3a11d3b57: Pull complete [2021-03-19T03:43:44.511Z] 46f8f816bc3b: Pull complete [2021-03-19T03:43:45.510Z] 93b61091891f: Pull complete [2021-03-19T03:43:46.129Z] aa168da1d23b: Verifying Checksum [2021-03-19T03:43:46.129Z] aa168da1d23b: Download complete [2021-03-19T03:43:46.404Z] 93b9cdb0e59b: Pull complete [2021-03-19T03:43:46.676Z] 5e14af77c1be: Pull complete [2021-03-19T03:43:46.989Z] 01666e4c0597: Pull complete [2021-03-19T03:44:09.644Z] aa168da1d23b: Pull complete [2021-03-19T03:44:09.644Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T03:44:09.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T03:44:09.644Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T03:44:10.088Z] prd-centos7-docker-4c-2g-30471 does not seem to be running inside a container [2021-03-19T03:44:10.167Z] $ 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 [2021-03-19T03:44:14.239Z] $ docker top 17087bd9248b401df6706c75ae9fbbaebef9693b4a03e67d9da13136ddc154ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T03:44:14.878Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T03:44:15.261Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T03:44:15.580Z] + ls /var/log/sa-host [2021-03-19T03:44:15.580Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T03:44:15.580Z] file_magic: OK [2021-03-19T03:44:15.580Z] HZ: Using current value: 100 [2021-03-19T03:44:15.580Z] file_header: OK [2021-03-19T03:44:15.580Z] 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 [2021-03-19T03:44:15.580Z] Statistics: [2021-03-19T03:44:15.580Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-19T03:44:15.580Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T03:44:15.580Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T03:44:15.580Z] file_magic: OK [2021-03-19T03:44:15.580Z] HZ: Using current value: 100 [2021-03-19T03:44:15.580Z] file_header: OK [2021-03-19T03:44:15.580Z] 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 [2021-03-19T03:44:15.580Z] Statistics: [2021-03-19T03:44:15.580Z] Hnuu...uuuununununu... [2021-03-19T03:44:15.580Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T03:44:16.307Z] provisioning config files... [2021-03-19T03:44:16.338Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4198670744984142229tmp [Pipeline] { [Pipeline] echo [2021-03-19T03:44:16.426Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:44:16.747Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T03:44:16.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T03:44:16.881Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:44:17.202Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T03:44:17.222Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:44:17.617Z] ---> sudo-logs.sh [2021-03-19T03:44:17.617Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T03:44:17.981Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:44:18.296Z] ---> job-cost.sh [2021-03-19T03:44:18.297Z] lf-activate-venv: SKIPPING [2021-03-19T03:44:18.297Z] DEBUG: total: 0.20999999344348907 [2021-03-19T03:44:18.297Z] INFO: Retrieving Stack Cost... [2021-03-19T03:44:19.701Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T03:44:19.966Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T03:44:19.983Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T03:44:20.287Z] ---> logs-deploy.sh [2021-03-19T03:44:20.288Z] lf-activate-venv: SKIPPING [2021-03-19T03:44:20.288Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/173 [2021-03-19T03:44:20.288Z] INFO: archiving workspace using pattern(s): [2021-03-19T03:44:23.950Z] Archives upload complete. [2021-03-19T03:44:23.950Z] INFO: archiving logs to Nexus