Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c03d9d3822474c4cba2679e8741b0e2d9c606aa 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 ‘prd-centos7-docker-4c-2g-29478’ is offline Running on prd-centos7-docker-4c-2g-29481 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1c03d9d3822474c4cba2679e8741b0e2d9c606aa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c03d9d3822474c4cba2679e8741b0e2d9c606aa # timeout=10 Commit message: "feat: Implement the re-designed device profile model (#540)" > git rev-list --no-walk b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T06:28:12.720Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T06:28:12.992Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T06:28:13.100Z] ========================================================= [2021-03-11T06:28:13.101Z] EdgeX Global Pipelines Version Info [2021-03-11T06:28:13.101Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:28:16.959Z] ------------------- [2021-03-11T06:28:16.959Z] stable info: [2021-03-11T06:28:16.959Z] ------------------- [2021-03-11T06:28:16.959Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T06:28:16.959Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T06:28:16.959Z] Message: update stable to v1.0.184 [2021-03-11T06:28:17.912Z] ------------------- [2021-03-11T06:28:17.912Z] experimental info: [2021-03-11T06:28:17.912Z] ------------------- [2021-03-11T06:28:17.912Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T06:28:17.912Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T06:28:17.912Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T06:28:18.244Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-11T06:28:18.337Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-11T06:28:18.429Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T06:28:18.519Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T06:28:18.612Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T06:28:18.721Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T06:28:18.811Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T06:28:18.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T06:28:18.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-11T06:28:19.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T06:28:19.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T06:28:19.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-11T06:28:19.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T06:28:19.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T06:28:19.542Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T06:28:19.685Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T06:28:19.775Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T06:28:19.863Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T06:28:19.950Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T06:28:20.032Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-11T06:28:20.133Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-11T06:28:20.228Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-11T06:28:20.337Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-11T06:28:20.475Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-11T06:28:20.611Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-11T06:28:20.718Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T06:28:20.802Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-11T06:28:20.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-11T06:28:20.997Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-11T06:28:21.092Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c03d9d3822474c4cba2679e8741b0e2d9c606aa [Pipeline] echo [2021-03-11T06:28:21.198Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c03d9d [Pipeline] echo [2021-03-11T06:28:21.293Z] [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-11T06:28:21.957Z] + git log --format=format:%s -1 1c03d9d3822474c4cba2679e8741b0e2d9c606aa [Pipeline] echo [2021-03-11T06:28:22.026Z] GIT_COMMIT: 1c03d9d3822474c4cba2679e8741b0e2d9c606aa, Commit Message: feat: Implement the re-designed device profile model (#540) [Pipeline] echo [2021-03-11T06:28:22.088Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:28:22.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T06:28:22.993Z] [2021-03-11T06:28:22.993Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:28:23.371Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T06:28:23.371Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T06:28:23.371Z] 31603596830f: Pulling fs layer [2021-03-11T06:28:23.371Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T06:28:23.371Z] 6ca5941a6612: Pulling fs layer [2021-03-11T06:28:23.371Z] ecc8261a40a4: Pulling fs layer [2021-03-11T06:28:23.371Z] ecc8261a40a4: Waiting [2021-03-11T06:28:23.371Z] 2a8b12db71e7: Download complete [2021-03-11T06:28:23.641Z] 31603596830f: Verifying Checksum [2021-03-11T06:28:23.641Z] 31603596830f: Download complete [2021-03-11T06:28:23.641Z] ecc8261a40a4: Verifying Checksum [2021-03-11T06:28:23.641Z] ecc8261a40a4: Download complete [2021-03-11T06:28:23.641Z] 6ca5941a6612: Verifying Checksum [2021-03-11T06:28:23.641Z] 6ca5941a6612: Download complete [2021-03-11T06:28:23.909Z] 31603596830f: Pull complete [2021-03-11T06:28:24.177Z] 2a8b12db71e7: Pull complete [2021-03-11T06:28:25.124Z] 6ca5941a6612: Pull complete [2021-03-11T06:28:25.124Z] ecc8261a40a4: Pull complete [2021-03-11T06:28:25.124Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T06:28:25.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T06:28:25.124Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T06:28:25.232Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:28:25.286Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T06:28:27.511Z] $ docker top 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T06:28:27.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T06:28:27.805Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T06:28:28.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T06:28:28.043Z] $ docker exec 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 ssh-agent [2021-03-11T06:28:28.207Z] SSH_AUTH_SOCK=/tmp/ssh-d6XUmDRv5VCg/agent.11 [2021-03-11T06:28:28.207Z] SSH_AGENT_PID=17 [2021-03-11T06:28:28.221Z] Running ssh-add (command line suppressed) [2021-03-11T06:28:28.341Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6053469814969993117.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6053469814969993117.key) [2021-03-11T06:28:28.392Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T06:28:28.724Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T06:28:28.747Z] $ docker exec --env ******** --env ******** 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 ssh-agent -k [2021-03-11T06:28:28.873Z] unset SSH_AUTH_SOCK; [2021-03-11T06:28:28.873Z] unset SSH_AGENT_PID; [2021-03-11T06:28:28.873Z] echo Agent pid 17 killed; [2021-03-11T06:28:28.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T06:28:29.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T06:28:29.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T06:28:29.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T06:28:29.326Z] $ docker exec 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 ssh-agent [2021-03-11T06:28:29.490Z] SSH_AUTH_SOCK=/tmp/ssh-Ump7QIPgM2QT/agent.47 [2021-03-11T06:28:29.490Z] SSH_AGENT_PID=52 [2021-03-11T06:28:29.496Z] Running ssh-add (command line suppressed) [2021-03-11T06:28:29.621Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7850019028275484866.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7850019028275484866.key) [2021-03-11T06:28:29.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T06:28:30.012Z] + git semver init [2021-03-11T06:28:30.012Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T06:28:30.012Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-11T06:28:30.012Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-11T06:28:30.012Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T06:28:30.013Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T06:28:30.013Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T06:28:30.013Z] # $SEMVER_BRANCH = master [2021-03-11T06:28:30.013Z] # $SEMVER_TEMP = /tmp/semver-398616313 [2021-03-11T06:28:30.013Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-11T06:28:30.587Z] # '/tmp/semver-398616313' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-03-11T06:28:30.850Z] # -> Force: false [2021-03-11T06:28:30.850Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-11T06:28:30.868Z] $ docker exec --env ******** --env ******** 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 ssh-agent -k [2021-03-11T06:28:30.981Z] unset SSH_AUTH_SOCK; [2021-03-11T06:28:30.981Z] unset SSH_AGENT_PID; [2021-03-11T06:28:30.981Z] echo Agent pid 52 killed; [2021-03-11T06:28:31.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T06:28:31.501Z] + git semver [Pipeline] } [2021-03-11T06:28:31.518Z] $ docker stop --time=1 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 [2021-03-11T06:28:33.400Z] $ docker rm -f 14840c52fdea52755cd6837ec53d74ed1251fed3b25b458d2cf28fc979bfae70 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T06:28:33.933Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T06:28:34.346Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T06:28:34.349Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.47 [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-11T06:28:49.887Z] Still waiting to schedule task [2021-03-11T06:28:49.887Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-11T06:28:49.889Z] Still waiting to schedule task [2021-03-11T06:28:49.890Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-11T06:30:31.480Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29482 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-11T06:30:31.599Z] Running in /w/workspace/go-mod-core-contracts/165 [Pipeline] { [Pipeline] checkout [2021-03-11T06:30:37.107Z] using credential edgex-jenkins-ssh [2021-03-11T06:30:37.180Z] Cloning the remote Git repository [2021-03-11T06:30:37.256Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T06:30:37.374Z] > git init /w/workspace/go-mod-core-contracts/165 # timeout=10 [2021-03-11T06:30:37.469Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T06:30:37.470Z] > git --version # timeout=10 [2021-03-11T06:30:37.487Z] > git --version # 'git version 2.17.1' [2021-03-11T06:30:37.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T06:30:37.558Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T06:30:38.662Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T06:30:38.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T06:30:38.711Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T06:30:38.758Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T06:30:38.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T06:30:38.771Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T06:30:39.341Z] Checking out Revision 1c03d9d3822474c4cba2679e8741b0e2d9c606aa (master) [2021-03-11T06:30:39.372Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T06:30:39.404Z] > git checkout -f 1c03d9d3822474c4cba2679e8741b0e2d9c606aa # timeout=10 [2021-03-11T06:30:43.882Z] Commit message: "feat: Implement the re-designed device profile model (#540)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T06:30:45.475Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T06:30:45.884Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T06:30:46.288Z] + sudo service docker restart [2021-03-11T06:30:46.288Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-11T06:30:49.264Z] ========================================================= [2021-03-11T06:30:49.264Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T06:30:49.264Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:30:49.646Z] + 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-11T06:30:50.634Z] Sending build context to Docker daemon 2.766MB [2021-03-11T06:30:50.634Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-11T06:30:50.634Z] Step 2/7 : FROM ${BASE} [2021-03-11T06:30:50.908Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T06:30:50.908Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T06:30:50.908Z] a4357932f1b6: Pulling fs layer [2021-03-11T06:30:50.908Z] 18c013af1878: Pulling fs layer [2021-03-11T06:30:50.908Z] 00ac8860ef70: Pulling fs layer [2021-03-11T06:30:50.908Z] 63d7cb157983: Pulling fs layer [2021-03-11T06:30:50.909Z] b116817d02f9: Pulling fs layer [2021-03-11T06:30:50.909Z] 745a02a5169b: Pulling fs layer [2021-03-11T06:30:50.909Z] 00ac8860ef70: Waiting [2021-03-11T06:30:50.909Z] 63d7cb157983: Waiting [2021-03-11T06:30:50.909Z] b116817d02f9: Waiting [2021-03-11T06:30:50.909Z] 745a02a5169b: Waiting [2021-03-11T06:30:51.181Z] 18c013af1878: Verifying Checksum [2021-03-11T06:30:51.181Z] 18c013af1878: Download complete [2021-03-11T06:30:51.181Z] a4357932f1b6: Verifying Checksum [2021-03-11T06:30:51.181Z] a4357932f1b6: Download complete [2021-03-11T06:30:51.181Z] 63d7cb157983: Verifying Checksum [2021-03-11T06:30:51.181Z] 63d7cb157983: Download complete [2021-03-11T06:30:51.774Z] b116817d02f9: Verifying Checksum [2021-03-11T06:30:51.774Z] b116817d02f9: Download complete [2021-03-11T06:30:51.774Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T06:30:51.774Z] 5f621e34cdf4: Download complete [2021-03-11T06:30:52.761Z] 5f621e34cdf4: Pull complete [2021-03-11T06:30:53.041Z] a4357932f1b6: Pull complete [2021-03-11T06:30:53.645Z] 18c013af1878: Pull complete [2021-03-11T06:30:54.246Z] 745a02a5169b: Verifying Checksum [2021-03-11T06:30:54.246Z] 745a02a5169b: Download complete [2021-03-11T06:30:55.229Z] 00ac8860ef70: Verifying Checksum [2021-03-11T06:30:55.229Z] 00ac8860ef70: Download complete [2021-03-11T06:31:05.404Z] 00ac8860ef70: Pull complete [2021-03-11T06:31:05.404Z] 63d7cb157983: Pull complete [2021-03-11T06:31:05.675Z] b116817d02f9: Pull complete [2021-03-11T06:31:09.979Z] 745a02a5169b: Pull complete [2021-03-11T06:31:09.979Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T06:31:09.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T06:31:09.979Z] ---> b7e6874047d6 [2021-03-11T06:31:09.979Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-11T06:31:11.957Z] ---> Running in 829c418fad16 [2021-03-11T06:31:12.227Z] Removing intermediate container 829c418fad16 [2021-03-11T06:31:12.227Z] ---> 1019f4940353 [2021-03-11T06:31:12.227Z] Step 4/7 : RUN apk add bash [2021-03-11T06:31:12.509Z] ---> Running in 3eef9797f0d8 [2021-03-11T06:31:13.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T06:31:15.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T06:31:16.917Z] OK: 142 MiB in 39 packages [2021-03-11T06:31:17.897Z] Removing intermediate container 3eef9797f0d8 [2021-03-11T06:31:17.897Z] ---> 087dc00b3842 [2021-03-11T06:31:17.897Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-11T06:31:18.173Z] ---> Running in 46c3c0efbd10 [2021-03-11T06:31:18.767Z] Removing intermediate container 46c3c0efbd10 [2021-03-11T06:31:18.767Z] ---> 19c9fb0ea431 [2021-03-11T06:31:18.767Z] Step 6/7 : COPY go.mod . [2021-03-11T06:31:19.363Z] ---> f2576b2c4232 [2021-03-11T06:31:19.363Z] Step 7/7 : RUN go mod download [2021-03-11T06:31:19.363Z] ---> Running in 56277ebd7300 [2021-03-11T06:31:19.589Z] Running on prd-centos7-docker-4c-2g-29483 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-11T06:31:19.647Z] Running in /w/workspace/go-mod-core-contracts/165 [Pipeline] { [Pipeline] checkout [2021-03-11T06:31:22.215Z] using credential edgex-jenkins-ssh [2021-03-11T06:31:22.280Z] Cloning the remote Git repository [2021-03-11T06:31:22.311Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T06:31:22.380Z] > git init /w/workspace/go-mod-core-contracts/165 # timeout=10 [2021-03-11T06:31:22.458Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T06:31:22.459Z] > git --version # timeout=10 [2021-03-11T06:31:22.467Z] > git --version # 'git version 2.24.3' [2021-03-11T06:31:22.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T06:31:22.493Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T06:31:23.237Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T06:31:23.251Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T06:31:23.271Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T06:31:23.288Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T06:31:23.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T06:31:23.292Z] > 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-11T06:31:23.704Z] Checking out Revision 1c03d9d3822474c4cba2679e8741b0e2d9c606aa (master) [2021-03-11T06:31:23.714Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T06:31:23.721Z] > git checkout -f 1c03d9d3822474c4cba2679e8741b0e2d9c606aa # timeout=10 [2021-03-11T06:31:27.514Z] Commit message: "feat: Implement the re-designed device profile model (#540)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T06:31:28.631Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T06:31:28.962Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T06:31:29.260Z] + sudo service docker restart [2021-03-11T06:31:29.260Z] + true [2021-03-11T06:31:29.260Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-11T06:31:30.344Z] ========================================================= [2021-03-11T06:31:30.344Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T06:31:30.344Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:31:30.691Z] + 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-11T06:31:31.270Z] Sending build context to Docker daemon 2.767MB [2021-03-11T06:31:31.270Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-11T06:31:31.270Z] Step 2/7 : FROM ${BASE} [2021-03-11T06:31:31.270Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T06:31:31.270Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T06:31:31.270Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T06:31:31.270Z] de9db76c5a1d: Pulling fs layer [2021-03-11T06:31:31.270Z] bca2f99d35d6: Pulling fs layer [2021-03-11T06:31:31.270Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T06:31:31.270Z] 7c6f9722023f: Pulling fs layer [2021-03-11T06:31:31.270Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T06:31:31.270Z] 93359f2a8cfa: Waiting [2021-03-11T06:31:31.270Z] 7c6f9722023f: Waiting [2021-03-11T06:31:31.270Z] a35cf1a2eb13: Waiting [2021-03-11T06:31:31.270Z] bca2f99d35d6: Waiting [2021-03-11T06:31:31.270Z] de9db76c5a1d: Verifying Checksum [2021-03-11T06:31:31.270Z] de9db76c5a1d: Download complete [2021-03-11T06:31:31.270Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T06:31:31.270Z] 0ef7d3d256c8: Download complete [2021-03-11T06:31:31.270Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T06:31:31.270Z] 93359f2a8cfa: Download complete [2021-03-11T06:31:31.270Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T06:31:31.270Z] 188c0c94c7c5: Download complete [2021-03-11T06:31:31.270Z] 7c6f9722023f: Verifying Checksum [2021-03-11T06:31:31.270Z] 7c6f9722023f: Download complete [2021-03-11T06:31:31.846Z] 188c0c94c7c5: Pull complete [2021-03-11T06:31:31.846Z] 0ef7d3d256c8: Pull complete [2021-03-11T06:31:32.110Z] de9db76c5a1d: Pull complete [2021-03-11T06:31:33.505Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T06:31:33.505Z] a35cf1a2eb13: Download complete [2021-03-11T06:31:34.087Z] bca2f99d35d6: Verifying Checksum [2021-03-11T06:31:34.087Z] bca2f99d35d6: Download complete [2021-03-11T06:31:34.461Z] Removing intermediate container 56277ebd7300 [2021-03-11T06:31:34.461Z] ---> 4e69ada3324d [2021-03-11T06:31:34.461Z] Successfully built 4e69ada3324d [2021-03-11T06:31:34.461Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:31:34.806Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T06:31:34.806Z] . [Pipeline] withDockerContainer [2021-03-11T06:31:35.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-29482 does not seem to be running inside a container [2021-03-11T06:31:35.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/165 -v /w/workspace/go-mod-core-contracts/165:/w/workspace/go-mod-core-contracts/165:rw,z -v /w/workspace/go-mod-core-contracts/165@tmp:/w/workspace/go-mod-core-contracts/165@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-11T06:31:36.658Z] $ docker top 5e2d2655b301fa011bf2a5d36d9b4a9b5060c07394427e0cdad5932a3f079054 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T06:31:37.682Z] + go version [2021-03-11T06:31:37.682Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T06:31:37.698Z] $ docker stop --time=1 5e2d2655b301fa011bf2a5d36d9b4a9b5060c07394427e0cdad5932a3f079054 [2021-03-11T06:31:39.419Z] bca2f99d35d6: Pull complete [2021-03-11T06:31:39.559Z] $ docker rm -f 5e2d2655b301fa011bf2a5d36d9b4a9b5060c07394427e0cdad5932a3f079054 [2021-03-11T06:31:39.683Z] 93359f2a8cfa: Pull complete [2021-03-11T06:31:39.683Z] 7c6f9722023f: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:31:40.743Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T06:31:40.743Z] . [Pipeline] withDockerContainer [2021-03-11T06:31:41.007Z] prd-ubuntu18.04-docker-arm64-4c-16g-29482 does not seem to be running inside a container [2021-03-11T06:31:41.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/165 -v /w/workspace/go-mod-core-contracts/165:/w/workspace/go-mod-core-contracts/165:rw,z -v /w/workspace/go-mod-core-contracts/165@tmp:/w/workspace/go-mod-core-contracts/165@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-11T06:31:42.523Z] $ docker top f8c1c06331d4a2095d12d09301c63c45f80cc3fd658b8eb2d819860d1c53c0f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T06:31:43.548Z] + make test [2021-03-11T06:31:43.548Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-11T06:31:45.078Z] a35cf1a2eb13: Pull complete [2021-03-11T06:31:45.078Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T06:31:45.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T06:31:45.078Z] ---> a62c8e92a672 [2021-03-11T06:31:45.078Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-11T06:31:45.078Z] ---> Running in 988cf30d7a14 [2021-03-11T06:31:45.078Z] Removing intermediate container 988cf30d7a14 [2021-03-11T06:31:45.078Z] ---> c85bb89702b8 [2021-03-11T06:31:45.078Z] Step 4/7 : RUN apk add bash [2021-03-11T06:31:45.342Z] ---> Running in 99f3706e7492 [2021-03-11T06:31:45.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T06:31:46.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T06:31:47.819Z] OK: 166 MiB in 39 packages [2021-03-11T06:31:48.395Z] Removing intermediate container 99f3706e7492 [2021-03-11T06:31:48.395Z] ---> faa9acfd8cd2 [2021-03-11T06:31:48.395Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-11T06:31:48.395Z] ---> Running in de844be9d4f3 [2021-03-11T06:31:48.659Z] Removing intermediate container de844be9d4f3 [2021-03-11T06:31:48.659Z] ---> 97b072781d9d [2021-03-11T06:31:48.659Z] Step 6/7 : COPY go.mod . [2021-03-11T06:31:48.925Z] ---> 2ffefa2984d8 [2021-03-11T06:31:48.925Z] Step 7/7 : RUN go mod download [2021-03-11T06:31:48.925Z] ---> Running in 73ded7b232a4 [2021-03-11T06:32:01.255Z] Removing intermediate container 73ded7b232a4 [2021-03-11T06:32:01.255Z] ---> 498ca616331d [2021-03-11T06:32:01.255Z] Successfully built 498ca616331d [2021-03-11T06:32:01.255Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:32:01.582Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T06:32:01.582Z] . [Pipeline] withDockerContainer [2021-03-11T06:32:01.702Z] prd-centos7-docker-4c-2g-29483 does not seem to be running inside a container [2021-03-11T06:32:01.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/165 -v /w/workspace/go-mod-core-contracts/165:/w/workspace/go-mod-core-contracts/165:rw,z -v /w/workspace/go-mod-core-contracts/165@tmp:/w/workspace/go-mod-core-contracts/165@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-11T06:32:02.562Z] $ docker top 7c9796e7fe825e4a47636a8db28d16c3b45250b398b572c26526a439d8cb9130 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T06:32:03.065Z] + go version [2021-03-11T06:32:03.065Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T06:32:03.082Z] $ docker stop --time=1 7c9796e7fe825e4a47636a8db28d16c3b45250b398b572c26526a439d8cb9130 [2021-03-11T06:32:04.485Z] $ docker rm -f 7c9796e7fe825e4a47636a8db28d16c3b45250b398b572c26526a439d8cb9130 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:32:05.385Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T06:32:05.385Z] . [Pipeline] withDockerContainer [2021-03-11T06:32:05.494Z] prd-centos7-docker-4c-2g-29483 does not seem to be running inside a container [2021-03-11T06:32:05.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/165 -v /w/workspace/go-mod-core-contracts/165:/w/workspace/go-mod-core-contracts/165:rw,z -v /w/workspace/go-mod-core-contracts/165@tmp:/w/workspace/go-mod-core-contracts/165@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-11T06:32:05.744Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-11T06:32:06.271Z] $ docker top 08b4016b8db13936406f3e396df2d63fabb9ca4cb34e732a608f717eabdad9f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T06:32:06.813Z] + make test [2021-03-11T06:32:06.813Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-11T06:32:07.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.096s coverage: 85.7% of statements [2021-03-11T06:32:07.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.050s coverage: 100.0% of statements [2021-03-11T06:32:09.188Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.072s coverage: 45.4% of statements [2021-03-11T06:32:09.188Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.081s coverage: 77.8% of statements [2021-03-11T06:32:09.189Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-11T06:32:10.661Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements [2021-03-11T06:32:11.269Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.042s coverage: 14.7% of statements [2021-03-11T06:32:11.269Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.039s coverage: 100.0% of statements [2021-03-11T06:32:12.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.082s coverage: 91.8% of statements [2021-03-11T06:32:12.718Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-11T06:32:12.718Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-11T06:32:12.718Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements [2021-03-11T06:32:12.718Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.022s coverage: 36.7% of statements [2021-03-11T06:32:13.527Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-11T06:32:14.119Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements [2021-03-11T06:32:14.119Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.017s coverage: 100.0% of statements [2021-03-11T06:32:14.404Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.024s coverage: 45.4% of statements [2021-03-11T06:32:15.007Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.025s coverage: 77.8% of statements [2021-03-11T06:32:15.007Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-11T06:32:15.280Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements [2021-03-11T06:32:15.876Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.022s coverage: 14.7% of statements [2021-03-11T06:32:15.876Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.034s coverage: 100.0% of statements [2021-03-11T06:32:16.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements [2021-03-11T06:32:16.144Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-11T06:32:16.144Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-11T06:32:16.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.008s coverage: 100.0% of statements [2021-03-11T06:32:16.415Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements [2021-03-11T06:32:17.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.108s coverage: 63.0% of statements [2021-03-11T06:32:17.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.017s coverage: 26.3% of statements [2021-03-11T06:32:17.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.034s coverage: 15.4% of statements [2021-03-11T06:32:17.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.013s coverage: 15.4% of statements [2021-03-11T06:32:17.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.027s coverage: 14.3% of statements [2021-03-11T06:32:17.055Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-11T06:32:18.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.064s coverage: 63.0% of statements [2021-03-11T06:32:18.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements [2021-03-11T06:32:18.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements [2021-03-11T06:32:18.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements [2021-03-11T06:32:18.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements [2021-03-11T06:32:18.645Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-11T06:32:20.643Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.084s coverage: 84.6% of statements [2021-03-11T06:32:20.643Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-11T06:32:20.643Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-11T06:32:20.643Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-11T06:32:20.643Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 47.0% of statements [2021-03-11T06:32:20.643Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 94.7% of statements [2021-03-11T06:32:20.907Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.058s coverage: 89.4% of statements [2021-03-11T06:32:21.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-03-11T06:32:21.170Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-11T06:32:21.170Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-11T06:32:22.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.228s coverage: 84.6% of statements [2021-03-11T06:32:22.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-11T06:32:22.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-11T06:32:22.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-11T06:32:22.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.093s coverage: 47.0% of statements [2021-03-11T06:32:22.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements [2021-03-11T06:32:23.103Z] gofmt -l . [2021-03-11T06:32:23.367Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-11T06:32:23.384Z] $ docker stop --time=1 08b4016b8db13936406f3e396df2d63fabb9ca4cb34e732a608f717eabdad9f1 [2021-03-11T06:32:24.496Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 89.4% of statements [2021-03-11T06:32:24.496Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements [2021-03-11T06:32:24.496Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-11T06:32:24.496Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-11T06:32:25.832Z] $ docker rm -f 08b4016b8db13936406f3e396df2d63fabb9ca4cb34e732a608f717eabdad9f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T06:32:26.531Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-11T06:32:26.957Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:32:28.360Z] ---> job-cost.sh [2021-03-11T06:32:28.360Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RLVC [2021-03-11T06:32:29.926Z] gofmt -l . [2021-03-11T06:32:30.525Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-11T06:32:31.143Z] $ docker stop --time=1 f8c1c06331d4a2095d12d09301c63c45f80cc3fd658b8eb2d819860d1c53c0f8 [2021-03-11T06:32:33.515Z] $ docker rm -f f8c1c06331d4a2095d12d09301c63c45f80cc3fd658b8eb2d819860d1c53c0f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T06:32:34.420Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-11T06:32:34.480Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T06:32:35.416Z] 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-11T06:32:36.427Z] ---> job-cost.sh [2021-03-11T06:32:36.427Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IbSu [2021-03-11T06:32:43.303Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T06:33:15.450Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T06:33:15.470Z] lf-activate-venv(): INFO: Adding /tmp/venv-RLVC/bin to PATH [2021-03-11T06:33:15.470Z] INFO: No Stack... [2021-03-11T06:33:15.470Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T06:33:15.470Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T06:33:15.781Z] + cat /w/workspace/go-mod-core-contracts/165/archives/cost.csv [2021-03-11T06:33:15.781Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T06:33:15.856Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] [2021-03-11T06:33:15.866Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] did not exist. Created. [2021-03-11T06:33:15.866Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T06:33:16.344Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-11T06:33:16.516Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T06:33:16.528Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T06:34:52.205Z] lf-activate-venv(): INFO: Adding /tmp/venv-IbSu/bin to PATH [2021-03-11T06:34:52.206Z] INFO: No Stack... [2021-03-11T06:34:52.206Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T06:34:52.206Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T06:34:52.544Z] + cat /w/workspace/go-mod-core-contracts/165/archives/cost.csv [2021-03-11T06:34:52.544Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T06:34:52.665Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] [2021-03-11T06:34:52.675Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] did not exist. Created. [2021-03-11T06:34:52.675Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T06:34:53.128Z] /w/workspace/go-mod-core-contracts/165@tmp/durable-aee130d4/script.sh: 1: /w/workspace/go-mod-core-contracts/165@tmp/durable-aee130d4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-11T06:34:53.471Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T06:34:53.542Z] Warning: overwriting stash ‘stack-cost’ [2021-03-11T06:34:53.704Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T06:34:53.717Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-165-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-11T06:34:55.213Z] provisioning config files... [2021-03-11T06:34:55.238Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config114886098942730498tmp [Pipeline] { [Pipeline] sh [2021-03-11T06:34:55.676Z] + set +x [2021-03-11T06:34:55.676Z] + curl -s https://codecov.io/bash [2021-03-11T06:34:55.676Z] + bash -s -- [2021-03-11T06:34:55.940Z] [2021-03-11T06:34:55.940Z] _____ _ [2021-03-11T06:34:55.940Z] / ____| | | [2021-03-11T06:34:55.940Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T06:34:55.940Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T06:34:55.940Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T06:34:55.940Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T06:34:55.940Z] Bash-20210309-2b87ace [2021-03-11T06:34:55.940Z] [2021-03-11T06:34:55.940Z] [2021-03-11T06:34:55.940Z] ==> git version 2.24.3 found [2021-03-11T06:34:55.940Z] ==> 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-11T06:34:55.940Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T06:34:55.940Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T06:34:55.940Z] ==> Jenkins CI detected. [2021-03-11T06:34:55.940Z] project root: . [2021-03-11T06:34:55.940Z] --> token set from env [2021-03-11T06:34:55.940Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T06:34:55.940Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T06:34:55.940Z] ==> Python coveragepy not found [2021-03-11T06:34:55.940Z] ==> Searching for coverage reports in: [2021-03-11T06:34:55.940Z] + . [2021-03-11T06:34:55.940Z] -> Found 1 reports [2021-03-11T06:34:55.940Z] ==> Detecting git/mercurial file structure [2021-03-11T06:34:55.940Z] ==> Reading reports [2021-03-11T06:34:55.940Z] + ./coverage.out bytes=157997 [2021-03-11T06:34:55.940Z] ==> Appending adjustments [2021-03-11T06:34:55.940Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T06:34:56.888Z] + Found adjustments [2021-03-11T06:34:56.888Z] ==> Gzipping contents [2021-03-11T06:34:57.151Z] 24K /tmp/codecov.mVony8.gz [2021-03-11T06:34:57.151Z] ==> Uploading reports [2021-03-11T06:34:57.151Z] url: https://codecov.io [2021-03-11T06:34:57.151Z] query: branch=master&commit=1c03d9d3822474c4cba2679e8741b0e2d9c606aa&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-11T06:34:57.151Z] -> Pinging Codecov [2021-03-11T06:34:57.151Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1c03d9d3822474c4cba2679e8741b0e2d9c606aa&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F165%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-11T06:34:57.418Z] -> Uploading to [2021-03-11T06:34:57.418Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/71470A77251A30514AAF9C0BB2E5B6CE/1c03d9d3822474c4cba2679e8741b0e2d9c606aa/76f49b11-8cf4-4f38-ae0e-0481c6524b4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T063457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a65aa947289cb0f8341b4e53dc6f479f1d88fdb5a512c47c451242b475bd80a [2021-03-11T06:34:57.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T06:34:57.418Z] Dload Upload Total Spent Left Speed [2021-03-11T06:34:57.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23745 0 0 100 23745 0 47586 --:--:-- --:--:-- --:--:-- 47585 [2021-03-11T06:34:57.946Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1c03d9d3822474c4cba2679e8741b0e2d9c606aa [Pipeline] } [2021-03-11T06:34:57.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-11T06:34:58.920Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-11T06:34:58.978Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:34:59.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-11T06:34:59.327Z] [2021-03-11T06:34:59.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:34:59.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-11T06:34:59.731Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-11T06:34:59.731Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T06:34:59.731Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T06:34:59.731Z] de9db76c5a1d: Pulling fs layer [2021-03-11T06:34:59.731Z] 0eba1c9be4d2: Pulling fs layer [2021-03-11T06:34:59.731Z] 0d57e429df01: Pulling fs layer [2021-03-11T06:34:59.731Z] 4e4be7b47b0d: Pulling fs layer [2021-03-11T06:34:59.731Z] e1f770b5df2f: Pulling fs layer [2021-03-11T06:34:59.731Z] 85a0685a4137: Pulling fs layer [2021-03-11T06:34:59.731Z] 4e4be7b47b0d: Waiting [2021-03-11T06:34:59.731Z] e1f770b5df2f: Waiting [2021-03-11T06:34:59.731Z] 85a0685a4137: Waiting [2021-03-11T06:34:59.731Z] 0d57e429df01: Waiting [2021-03-11T06:34:59.731Z] 0eba1c9be4d2: Waiting [2021-03-11T06:34:59.731Z] de9db76c5a1d: Verifying Checksum [2021-03-11T06:34:59.731Z] de9db76c5a1d: Download complete [2021-03-11T06:34:59.731Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T06:34:59.731Z] 0ef7d3d256c8: Download complete [2021-03-11T06:35:00.307Z] 0d57e429df01: Download complete [2021-03-11T06:35:00.569Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T06:35:00.569Z] 188c0c94c7c5: Download complete [2021-03-11T06:35:00.569Z] 4e4be7b47b0d: Verifying Checksum [2021-03-11T06:35:00.569Z] 4e4be7b47b0d: Download complete [2021-03-11T06:35:00.832Z] 188c0c94c7c5: Pull complete [2021-03-11T06:35:01.094Z] 0ef7d3d256c8: Pull complete [2021-03-11T06:35:01.365Z] de9db76c5a1d: Pull complete [2021-03-11T06:35:01.947Z] e1f770b5df2f: Verifying Checksum [2021-03-11T06:35:01.947Z] e1f770b5df2f: Download complete [2021-03-11T06:35:03.876Z] 0eba1c9be4d2: Verifying Checksum [2021-03-11T06:35:03.876Z] 0eba1c9be4d2: Download complete [2021-03-11T06:35:03.876Z] 85a0685a4137: Verifying Checksum [2021-03-11T06:35:03.876Z] 85a0685a4137: Download complete [2021-03-11T06:35:10.512Z] 0eba1c9be4d2: Pull complete [2021-03-11T06:35:10.512Z] 0d57e429df01: Pull complete [2021-03-11T06:35:10.512Z] 4e4be7b47b0d: Pull complete [2021-03-11T06:35:12.443Z] e1f770b5df2f: Pull complete [2021-03-11T06:35:20.615Z] 85a0685a4137: Pull complete [2021-03-11T06:35:20.615Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-11T06:35:20.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-11T06:35:20.615Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-11T06:35:20.837Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:35:20.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-11T06:35:22.018Z] $ docker top 968f1676e04a96b25081357b16d196b592c88f55b735be5bf97232d6f4208f6a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T06:35:22.269Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-11T06:35:22.571Z] + set -o pipefail [2021-03-11T06:35:22.571Z] + snyk monitor '--org=edgex-jenkins' [2021-03-11T06:35:27.890Z] [2021-03-11T06:35:27.890Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-03-11T06:35:27.890Z] [2021-03-11T06:35:27.890Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/c6efa4d4-adfa-40b7-ba27-ee1ee7f239c8 [2021-03-11T06:35:27.890Z] [2021-03-11T06:35:27.890Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-11T06:35:27.890Z] [2021-03-11T06:35:27.890Z] [Pipeline] } [2021-03-11T06:35:27.905Z] $ docker stop --time=1 968f1676e04a96b25081357b16d196b592c88f55b735be5bf97232d6f4208f6a [2021-03-11T06:35:30.196Z] $ docker rm -f 968f1676e04a96b25081357b16d196b592c88f55b735be5bf97232d6f4208f6a [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-11T06:35:31.995Z] + git log --format=format:%s -1 1c03d9d3822474c4cba2679e8741b0e2d9c606aa [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:35:32.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T06:35:32.307Z] . [Pipeline] withDockerContainer [2021-03-11T06:35:32.401Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:35:32.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T06:35:33.219Z] $ docker top 16f695a07bfeef3bbfb41ae007600add28b6d6df836122d71bde006153c58c9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T06:35:33.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T06:35:33.575Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T06:35:33.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T06:35:33.818Z] $ docker exec 16f695a07bfeef3bbfb41ae007600add28b6d6df836122d71bde006153c58c9a ssh-agent [2021-03-11T06:35:33.996Z] SSH_AUTH_SOCK=/tmp/ssh-FNMkf0CQMhlz/agent.12 [2021-03-11T06:35:33.996Z] SSH_AGENT_PID=17 [2021-03-11T06:35:34.004Z] Running ssh-add (command line suppressed) [2021-03-11T06:35:34.134Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6288956285005740998.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6288956285005740998.key) [2021-03-11T06:35:34.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T06:35:34.538Z] + git semver tag [2021-03-11T06:35:34.539Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T06:35:34.539Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-11T06:35:34.539Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-11T06:35:34.539Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T06:35:34.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T06:35:34.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T06:35:34.539Z] # $SEMVER_BRANCH = master [2021-03-11T06:35:34.539Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-11T06:35:34.539Z] # 1c03d9d3822474c4cba2679e8741b0e2d9c606aa HEAD [2021-03-11T06:35:34.539Z] # -> Force: false [2021-03-11T06:35:34.539Z] # 49b830ecf80cb701a8aec31f2c513b67105e5c84 refs/tags/v2.0.0-dev.47 [Pipeline] } [2021-03-11T06:35:34.552Z] $ docker exec --env ******** --env ******** 16f695a07bfeef3bbfb41ae007600add28b6d6df836122d71bde006153c58c9a ssh-agent -k [2021-03-11T06:35:34.671Z] unset SSH_AUTH_SOCK; [2021-03-11T06:35:34.671Z] unset SSH_AGENT_PID; [2021-03-11T06:35:34.671Z] echo Agent pid 17 killed; [2021-03-11T06:35:34.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T06:35:35.244Z] + git semver [Pipeline] } [2021-03-11T06:35:35.262Z] $ docker stop --time=1 16f695a07bfeef3bbfb41ae007600add28b6d6df836122d71bde006153c58c9a [2021-03-11T06:35:36.675Z] $ docker rm -f 16f695a07bfeef3bbfb41ae007600add28b6d6df836122d71bde006153c58c9a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:35:37.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-11T06:35:37.356Z] [2021-03-11T06:35:37.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:35:37.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-11T06:35:37.726Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-11T06:35:37.726Z] ab5ef0e58194: Pulling fs layer [2021-03-11T06:35:37.726Z] 9712f1f96733: Pulling fs layer [2021-03-11T06:35:37.726Z] 63f879dbbcfc: Pulling fs layer [2021-03-11T06:35:37.726Z] 0d9ebad4ef96: Pulling fs layer [2021-03-11T06:35:37.726Z] e9a5061849ea: Pulling fs layer [2021-03-11T06:35:37.726Z] d747dcd14b5f: Pulling fs layer [2021-03-11T06:35:37.726Z] 2de7ff778b66: Pulling fs layer [2021-03-11T06:35:37.726Z] e9a5061849ea: Waiting [2021-03-11T06:35:37.726Z] 0d9ebad4ef96: Waiting [2021-03-11T06:35:37.726Z] d747dcd14b5f: Waiting [2021-03-11T06:35:37.726Z] 2de7ff778b66: Waiting [2021-03-11T06:35:37.726Z] 9712f1f96733: Download complete [2021-03-11T06:35:39.692Z] 63f879dbbcfc: Verifying Checksum [2021-03-11T06:35:39.692Z] 63f879dbbcfc: Download complete [2021-03-11T06:35:39.953Z] e9a5061849ea: Verifying Checksum [2021-03-11T06:35:39.953Z] e9a5061849ea: Download complete [2021-03-11T06:35:39.953Z] d747dcd14b5f: Verifying Checksum [2021-03-11T06:35:39.953Z] d747dcd14b5f: Download complete [2021-03-11T06:35:39.953Z] 0d9ebad4ef96: Verifying Checksum [2021-03-11T06:35:39.953Z] 0d9ebad4ef96: Download complete [2021-03-11T06:35:40.216Z] 2de7ff778b66: Download complete [2021-03-11T06:35:40.480Z] ab5ef0e58194: Verifying Checksum [2021-03-11T06:35:40.480Z] ab5ef0e58194: Download complete [2021-03-11T06:35:45.801Z] ab5ef0e58194: Pull complete [2021-03-11T06:35:45.801Z] 9712f1f96733: Pull complete [2021-03-11T06:35:47.724Z] 63f879dbbcfc: Pull complete [2021-03-11T06:35:54.686Z] 0d9ebad4ef96: Pull complete [2021-03-11T06:35:56.087Z] e9a5061849ea: Pull complete [2021-03-11T06:35:56.087Z] d747dcd14b5f: Pull complete [2021-03-11T06:35:58.661Z] 2de7ff778b66: Pull complete [2021-03-11T06:35:58.661Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-11T06:35:58.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-11T06:35:58.661Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-11T06:35:58.846Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:35:58.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-11T06:36:02.554Z] $ docker top b44a738baa413b45e952b139ae1649161188f028a951767396e5431628ac17d5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-11T06:36:02.797Z] provisioning config files... [2021-03-11T06:36:02.807Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7641562245147444783tmp [2021-03-11T06:36:02.821Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5923926576675378630tmp [2021-03-11T06:36:02.835Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1640788845026589653tmp [Pipeline] { [Pipeline] echo [2021-03-11T06:36:02.893Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:36:03.198Z] ---> sigul-configuration.sh [2021-03-11T06:36:03.198Z] gpg: directory `/root/.gnupg' created [2021-03-11T06:36:03.198Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-11T06:36:03.198Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-11T06:36:03.198Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-11T06:36:03.198Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-11T06:36:03.198Z] gpg: CAST5 encrypted data [2021-03-11T06:36:03.460Z] gpg: encrypted with 1 passphrase [2021-03-11T06:36:03.460Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-11T06:36:03.759Z] + mkdir /home/jenkins [2021-03-11T06:36:03.759Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-11T06:36:04.060Z] + 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-11T06:36:04.071Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:36:04.369Z] ---> sigul-install.sh [2021-03-11T06:36:14.390Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-11T06:36:14.691Z] + git tag --list [2021-03-11T06:36:14.691Z] v0.0.0 [2021-03-11T06:36:14.691Z] v0.0.1 [2021-03-11T06:36:14.691Z] v0.1.0 [2021-03-11T06:36:14.691Z] v0.1.1 [2021-03-11T06:36:14.691Z] v0.1.10 [2021-03-11T06:36:14.691Z] v0.1.100 [2021-03-11T06:36:14.691Z] v0.1.101 [2021-03-11T06:36:14.691Z] v0.1.102 [2021-03-11T06:36:14.691Z] v0.1.103 [2021-03-11T06:36:14.691Z] v0.1.104 [2021-03-11T06:36:14.691Z] v0.1.105 [2021-03-11T06:36:14.691Z] v0.1.106 [2021-03-11T06:36:14.691Z] v0.1.107 [2021-03-11T06:36:14.691Z] v0.1.108 [2021-03-11T06:36:14.691Z] v0.1.109 [2021-03-11T06:36:14.691Z] v0.1.11 [2021-03-11T06:36:14.691Z] v0.1.110 [2021-03-11T06:36:14.691Z] v0.1.111 [2021-03-11T06:36:14.691Z] v0.1.112 [2021-03-11T06:36:14.691Z] v0.1.113 [2021-03-11T06:36:14.691Z] v0.1.114 [2021-03-11T06:36:14.691Z] v0.1.115 [2021-03-11T06:36:14.691Z] v0.1.116 [2021-03-11T06:36:14.691Z] v0.1.117 [2021-03-11T06:36:14.691Z] v0.1.118 [2021-03-11T06:36:14.691Z] v0.1.119 [2021-03-11T06:36:14.691Z] v0.1.12 [2021-03-11T06:36:14.691Z] v0.1.120 [2021-03-11T06:36:14.691Z] v0.1.121 [2021-03-11T06:36:14.691Z] v0.1.122 [2021-03-11T06:36:14.691Z] v0.1.123 [2021-03-11T06:36:14.691Z] v0.1.124 [2021-03-11T06:36:14.691Z] v0.1.125 [2021-03-11T06:36:14.691Z] v0.1.126 [2021-03-11T06:36:14.691Z] v0.1.127 [2021-03-11T06:36:14.691Z] v0.1.128 [2021-03-11T06:36:14.691Z] v0.1.129 [2021-03-11T06:36:14.691Z] v0.1.13 [2021-03-11T06:36:14.691Z] v0.1.130 [2021-03-11T06:36:14.691Z] v0.1.131 [2021-03-11T06:36:14.691Z] v0.1.132 [2021-03-11T06:36:14.691Z] v0.1.133 [2021-03-11T06:36:14.691Z] v0.1.134 [2021-03-11T06:36:14.691Z] v0.1.135 [2021-03-11T06:36:14.691Z] v0.1.136 [2021-03-11T06:36:14.691Z] v0.1.137 [2021-03-11T06:36:14.691Z] v0.1.138 [2021-03-11T06:36:14.691Z] v0.1.139 [2021-03-11T06:36:14.691Z] v0.1.14 [2021-03-11T06:36:14.691Z] v0.1.140 [2021-03-11T06:36:14.691Z] v0.1.141 [2021-03-11T06:36:14.691Z] v0.1.142 [2021-03-11T06:36:14.691Z] v0.1.143 [2021-03-11T06:36:14.691Z] v0.1.144 [2021-03-11T06:36:14.691Z] v0.1.145 [2021-03-11T06:36:14.691Z] v0.1.146 [2021-03-11T06:36:14.691Z] v0.1.147 [2021-03-11T06:36:14.691Z] v0.1.148 [2021-03-11T06:36:14.691Z] v0.1.149 [2021-03-11T06:36:14.691Z] v0.1.15 [2021-03-11T06:36:14.691Z] v0.1.16 [2021-03-11T06:36:14.691Z] v0.1.17 [2021-03-11T06:36:14.691Z] v0.1.18 [2021-03-11T06:36:14.691Z] v0.1.19 [2021-03-11T06:36:14.691Z] v0.1.2 [2021-03-11T06:36:14.691Z] v0.1.20 [2021-03-11T06:36:14.691Z] v0.1.21 [2021-03-11T06:36:14.691Z] v0.1.22 [2021-03-11T06:36:14.691Z] v0.1.23 [2021-03-11T06:36:14.691Z] v0.1.24 [2021-03-11T06:36:14.691Z] v0.1.25 [2021-03-11T06:36:14.691Z] v0.1.26 [2021-03-11T06:36:14.691Z] v0.1.27 [2021-03-11T06:36:14.691Z] v0.1.28 [2021-03-11T06:36:14.691Z] v0.1.29 [2021-03-11T06:36:14.691Z] v0.1.3 [2021-03-11T06:36:14.691Z] v0.1.30 [2021-03-11T06:36:14.691Z] v0.1.31 [2021-03-11T06:36:14.691Z] v0.1.32 [2021-03-11T06:36:14.691Z] v0.1.33 [2021-03-11T06:36:14.691Z] v0.1.34 [2021-03-11T06:36:14.691Z] v0.1.35 [2021-03-11T06:36:14.691Z] v0.1.36 [2021-03-11T06:36:14.691Z] v0.1.37 [2021-03-11T06:36:14.691Z] v0.1.38 [2021-03-11T06:36:14.691Z] v0.1.39 [2021-03-11T06:36:14.691Z] v0.1.4 [2021-03-11T06:36:14.691Z] v0.1.40 [2021-03-11T06:36:14.691Z] v0.1.41 [2021-03-11T06:36:14.691Z] v0.1.42 [2021-03-11T06:36:14.691Z] v0.1.43 [2021-03-11T06:36:14.691Z] v0.1.44 [2021-03-11T06:36:14.691Z] v0.1.45 [2021-03-11T06:36:14.691Z] v0.1.46 [2021-03-11T06:36:14.691Z] v0.1.47 [2021-03-11T06:36:14.691Z] v0.1.48 [2021-03-11T06:36:14.691Z] v0.1.49 [2021-03-11T06:36:14.691Z] v0.1.5 [2021-03-11T06:36:14.691Z] v0.1.50 [2021-03-11T06:36:14.691Z] v0.1.51 [2021-03-11T06:36:14.691Z] v0.1.52 [2021-03-11T06:36:14.691Z] v0.1.53 [2021-03-11T06:36:14.691Z] v0.1.54 [2021-03-11T06:36:14.691Z] v0.1.55 [2021-03-11T06:36:14.691Z] v0.1.56 [2021-03-11T06:36:14.691Z] v0.1.57 [2021-03-11T06:36:14.691Z] v0.1.58 [2021-03-11T06:36:14.691Z] v0.1.59 [2021-03-11T06:36:14.691Z] v0.1.6 [2021-03-11T06:36:14.691Z] v0.1.60 [2021-03-11T06:36:14.691Z] v0.1.61 [2021-03-11T06:36:14.691Z] v0.1.62 [2021-03-11T06:36:14.691Z] v0.1.63 [2021-03-11T06:36:14.691Z] v0.1.64 [2021-03-11T06:36:14.691Z] v0.1.65 [2021-03-11T06:36:14.691Z] v0.1.66 [2021-03-11T06:36:14.691Z] v0.1.67 [2021-03-11T06:36:14.691Z] v0.1.68 [2021-03-11T06:36:14.691Z] v0.1.69 [2021-03-11T06:36:14.691Z] v0.1.7 [2021-03-11T06:36:14.691Z] v0.1.70 [2021-03-11T06:36:14.691Z] v0.1.71 [2021-03-11T06:36:14.692Z] v0.1.72 [2021-03-11T06:36:14.692Z] v0.1.73 [2021-03-11T06:36:14.692Z] v0.1.74 [2021-03-11T06:36:14.692Z] v0.1.75 [2021-03-11T06:36:14.692Z] v0.1.76 [2021-03-11T06:36:14.692Z] v0.1.77 [2021-03-11T06:36:14.692Z] v0.1.78 [2021-03-11T06:36:14.692Z] v0.1.79 [2021-03-11T06:36:14.692Z] v0.1.8 [2021-03-11T06:36:14.692Z] v0.1.80 [2021-03-11T06:36:14.692Z] v0.1.81 [2021-03-11T06:36:14.692Z] v0.1.82 [2021-03-11T06:36:14.692Z] v0.1.83 [2021-03-11T06:36:14.692Z] v0.1.84 [2021-03-11T06:36:14.692Z] v0.1.85 [2021-03-11T06:36:14.692Z] v0.1.86 [2021-03-11T06:36:14.692Z] v0.1.87 [2021-03-11T06:36:14.692Z] v0.1.88 [2021-03-11T06:36:14.692Z] v0.1.89 [2021-03-11T06:36:14.692Z] v0.1.9 [2021-03-11T06:36:14.692Z] v0.1.90 [2021-03-11T06:36:14.692Z] v0.1.91 [2021-03-11T06:36:14.692Z] v0.1.92 [2021-03-11T06:36:14.692Z] v0.1.93 [2021-03-11T06:36:14.692Z] v0.1.94 [2021-03-11T06:36:14.692Z] v0.1.95 [2021-03-11T06:36:14.692Z] v0.1.96 [2021-03-11T06:36:14.692Z] v0.1.97 [2021-03-11T06:36:14.692Z] v0.1.98 [2021-03-11T06:36:14.692Z] v0.1.99 [2021-03-11T06:36:14.692Z] v2.0.0-dev.1 [2021-03-11T06:36:14.692Z] v2.0.0-dev.10 [2021-03-11T06:36:14.692Z] v2.0.0-dev.11 [2021-03-11T06:36:14.692Z] v2.0.0-dev.12 [2021-03-11T06:36:14.692Z] v2.0.0-dev.13 [2021-03-11T06:36:14.692Z] v2.0.0-dev.14 [2021-03-11T06:36:14.692Z] v2.0.0-dev.15 [2021-03-11T06:36:14.692Z] v2.0.0-dev.16 [2021-03-11T06:36:14.692Z] v2.0.0-dev.17 [2021-03-11T06:36:14.692Z] v2.0.0-dev.18 [2021-03-11T06:36:14.692Z] v2.0.0-dev.19 [2021-03-11T06:36:14.692Z] v2.0.0-dev.2 [2021-03-11T06:36:14.692Z] v2.0.0-dev.20 [2021-03-11T06:36:14.692Z] v2.0.0-dev.21 [2021-03-11T06:36:14.692Z] v2.0.0-dev.22 [2021-03-11T06:36:14.692Z] v2.0.0-dev.23 [2021-03-11T06:36:14.692Z] v2.0.0-dev.24 [2021-03-11T06:36:14.692Z] v2.0.0-dev.25 [2021-03-11T06:36:14.692Z] v2.0.0-dev.26 [2021-03-11T06:36:14.692Z] v2.0.0-dev.27 [2021-03-11T06:36:14.692Z] v2.0.0-dev.28 [2021-03-11T06:36:14.692Z] v2.0.0-dev.29 [2021-03-11T06:36:14.692Z] v2.0.0-dev.3 [2021-03-11T06:36:14.692Z] v2.0.0-dev.30 [2021-03-11T06:36:14.692Z] v2.0.0-dev.31 [2021-03-11T06:36:14.692Z] v2.0.0-dev.32 [2021-03-11T06:36:14.692Z] v2.0.0-dev.33 [2021-03-11T06:36:14.692Z] v2.0.0-dev.34 [2021-03-11T06:36:14.692Z] v2.0.0-dev.35 [2021-03-11T06:36:14.692Z] v2.0.0-dev.36 [2021-03-11T06:36:14.692Z] v2.0.0-dev.37 [2021-03-11T06:36:14.692Z] v2.0.0-dev.38 [2021-03-11T06:36:14.692Z] v2.0.0-dev.39 [2021-03-11T06:36:14.692Z] v2.0.0-dev.4 [2021-03-11T06:36:14.692Z] v2.0.0-dev.40 [2021-03-11T06:36:14.692Z] v2.0.0-dev.41 [2021-03-11T06:36:14.692Z] v2.0.0-dev.42 [2021-03-11T06:36:14.692Z] v2.0.0-dev.43 [2021-03-11T06:36:14.692Z] v2.0.0-dev.44 [2021-03-11T06:36:14.692Z] v2.0.0-dev.45 [2021-03-11T06:36:14.692Z] v2.0.0-dev.46 [2021-03-11T06:36:14.692Z] v2.0.0-dev.47 [2021-03-11T06:36:14.692Z] v2.0.0-dev.5 [2021-03-11T06:36:14.692Z] v2.0.0-dev.6 [2021-03-11T06:36:14.692Z] v2.0.0-dev.7 [2021-03-11T06:36:14.692Z] v2.0.0-dev.8 [2021-03-11T06:36:14.692Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-11T06:36:14.998Z] + lftools sign git-tag v2.0.0-dev.47 [2021-03-11T06:36:16.391Z] Signing Git tag with Sigul... [2021-03-11T06:36:16.391Z] Signing v2.0.0-dev.47 [Pipeline] echo [2021-03-11T06:36:17.350Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:36:17.652Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-11T06:36:17.663Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-11T06:36:17.783Z] $ docker stop --time=1 b44a738baa413b45e952b139ae1649161188f028a951767396e5431628ac17d5 [2021-03-11T06:36:19.930Z] $ docker rm -f b44a738baa413b45e952b139ae1649161188f028a951767396e5431628ac17d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:36:21.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T06:36:21.197Z] . [Pipeline] withDockerContainer [2021-03-11T06:36:21.301Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:36:21.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T06:36:22.147Z] $ docker top 6a0f05c1f9a188344816ecf74722b106af2b7d92eab05f0689a0d05690d17bbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T06:36:22.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T06:36:22.474Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T06:36:22.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T06:36:22.693Z] $ docker exec 6a0f05c1f9a188344816ecf74722b106af2b7d92eab05f0689a0d05690d17bbe ssh-agent [2021-03-11T06:36:22.871Z] SSH_AUTH_SOCK=/tmp/ssh-E5IfilTDkEuG/agent.12 [2021-03-11T06:36:22.871Z] SSH_AGENT_PID=17 [2021-03-11T06:36:22.879Z] Running ssh-add (command line suppressed) [2021-03-11T06:36:23.002Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6886061178359776820.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6886061178359776820.key) [2021-03-11T06:36:23.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T06:36:23.632Z] + git semver bump pre [2021-03-11T06:36:23.632Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T06:36:23.632Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-11T06:36:23.632Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-11T06:36:23.632Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T06:36:23.632Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T06:36:23.632Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T06:36:23.632Z] # $SEMVER_BRANCH = master [2021-03-11T06:36:23.632Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-11T06:36:23.632Z] 2.0.0-dev.48 [Pipeline] } [2021-03-11T06:36:23.645Z] $ docker exec --env ******** --env ******** 6a0f05c1f9a188344816ecf74722b106af2b7d92eab05f0689a0d05690d17bbe ssh-agent -k [2021-03-11T06:36:23.773Z] unset SSH_AUTH_SOCK; [2021-03-11T06:36:23.773Z] unset SSH_AGENT_PID; [2021-03-11T06:36:23.773Z] echo Agent pid 17 killed; [2021-03-11T06:36:23.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T06:36:24.303Z] + git semver [Pipeline] } [2021-03-11T06:36:24.320Z] $ docker stop --time=1 6a0f05c1f9a188344816ecf74722b106af2b7d92eab05f0689a0d05690d17bbe [2021-03-11T06:36:25.676Z] $ docker rm -f 6a0f05c1f9a188344816ecf74722b106af2b7d92eab05f0689a0d05690d17bbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:36:26.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T06:36:26.199Z] . [Pipeline] withDockerContainer [2021-03-11T06:36:26.302Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:36:26.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T06:36:26.964Z] $ docker top 67ad0c0cedef0014402decc34051bb49ba783eec1459b2d736e8300d8650127f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T06:36:27.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T06:36:27.265Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T06:36:27.456Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T06:36:27.460Z] $ docker exec 67ad0c0cedef0014402decc34051bb49ba783eec1459b2d736e8300d8650127f ssh-agent [2021-03-11T06:36:27.636Z] SSH_AUTH_SOCK=/tmp/ssh-46t4e7rSN8gF/agent.11 [2021-03-11T06:36:27.636Z] SSH_AGENT_PID=16 [2021-03-11T06:36:27.643Z] Running ssh-add (command line suppressed) [2021-03-11T06:36:27.769Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3404742650459070505.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3404742650459070505.key) [2021-03-11T06:36:27.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T06:36:28.161Z] + git semver push [2021-03-11T06:36:28.161Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T06:36:28.161Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-11T06:36:28.161Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-11T06:36:28.161Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T06:36:28.161Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T06:36:28.161Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T06:36:28.161Z] # $SEMVER_BRANCH = master [2021-03-11T06:36:28.161Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-11T06:36:32.397Z] $ docker exec --env ******** --env ******** 67ad0c0cedef0014402decc34051bb49ba783eec1459b2d736e8300d8650127f ssh-agent -k [2021-03-11T06:36:32.562Z] unset SSH_AUTH_SOCK; [2021-03-11T06:36:32.565Z] unset SSH_AGENT_PID; [2021-03-11T06:36:32.565Z] echo Agent pid 16 killed; [2021-03-11T06:36:32.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T06:36:33.102Z] + git semver [Pipeline] } [2021-03-11T06:36:33.122Z] $ docker stop --time=1 67ad0c0cedef0014402decc34051bb49ba783eec1459b2d736e8300d8650127f [2021-03-11T06:36:34.486Z] $ docker rm -f 67ad0c0cedef0014402decc34051bb49ba783eec1459b2d736e8300d8650127f [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-11T06:36:36.097Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:36:36.668Z] ---> package-listing.sh [2021-03-11T06:36:36.668Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T06:36:36.668Z] ++ facter osfamily [2021-03-11T06:36:36.668Z] + OS_FAMILY=redhat [2021-03-11T06:36:36.668Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-03-11T06:36:36.668Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T06:36:36.668Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T06:36:36.668Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T06:36:36.668Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T06:36:36.668Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-11T06:36:36.668Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T06:36:36.668Z] + case "${OS_FAMILY}" in [2021-03-11T06:36:36.668Z] + rpm -qa [2021-03-11T06:36:36.668Z] + sort [2021-03-11T06:36:41.976Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T06:36:41.976Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T06:36:41.976Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T06:36:41.976Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-11T06:36:41.976Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-03-11T06:36:41.976Z] + 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-11T06:36:41.990Z] 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-11T06:36:42.312Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:36:42.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T06:36:42.732Z] [2021-03-11T06:36:42.732Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T06:36:43.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T06:36:43.080Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T06:36:43.080Z] df20fa9351a1: Pulling fs layer [2021-03-11T06:36:43.080Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T06:36:43.080Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T06:36:43.080Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T06:36:43.080Z] 93b61091891f: Pulling fs layer [2021-03-11T06:36:43.080Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T06:36:43.080Z] 5e14af77c1be: Pulling fs layer [2021-03-11T06:36:43.080Z] 01666e4c0597: Pulling fs layer [2021-03-11T06:36:43.080Z] aa168da1d23b: Pulling fs layer [2021-03-11T06:36:43.080Z] 93b9cdb0e59b: Waiting [2021-03-11T06:36:43.080Z] 01666e4c0597: Waiting [2021-03-11T06:36:43.080Z] 46f8f816bc3b: Waiting [2021-03-11T06:36:43.080Z] 93b61091891f: Waiting [2021-03-11T06:36:43.080Z] aa168da1d23b: Waiting [2021-03-11T06:36:43.080Z] 5e14af77c1be: Waiting [2021-03-11T06:36:43.080Z] 36b3adc4ff6f: Download complete [2021-03-11T06:36:43.080Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T06:36:43.080Z] 46f8f816bc3b: Download complete [2021-03-11T06:36:43.346Z] df20fa9351a1: Download complete [2021-03-11T06:36:43.346Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T06:36:43.346Z] 93b9cdb0e59b: Download complete [2021-03-11T06:36:43.346Z] 5e14af77c1be: Verifying Checksum [2021-03-11T06:36:43.346Z] 5e14af77c1be: Download complete [2021-03-11T06:36:43.346Z] 93b61091891f: Verifying Checksum [2021-03-11T06:36:43.346Z] 93b61091891f: Download complete [2021-03-11T06:36:43.346Z] 01666e4c0597: Download complete [2021-03-11T06:36:43.610Z] df20fa9351a1: Pull complete [2021-03-11T06:36:43.873Z] 36b3adc4ff6f: Pull complete [2021-03-11T06:36:43.873Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T06:36:43.873Z] 8ad3a11d3b57: Download complete [2021-03-11T06:36:45.803Z] 8ad3a11d3b57: Pull complete [2021-03-11T06:36:45.803Z] aa168da1d23b: Verifying Checksum [2021-03-11T06:36:45.803Z] aa168da1d23b: Download complete [2021-03-11T06:36:46.066Z] 46f8f816bc3b: Pull complete [2021-03-11T06:36:46.644Z] 93b61091891f: Pull complete [2021-03-11T06:36:46.644Z] 93b9cdb0e59b: Pull complete [2021-03-11T06:36:46.906Z] 5e14af77c1be: Pull complete [2021-03-11T06:36:46.906Z] 01666e4c0597: Pull complete [2021-03-11T06:36:55.122Z] aa168da1d23b: Pull complete [2021-03-11T06:36:55.122Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T06:36:55.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T06:36:55.122Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T06:36:55.301Z] prd-centos7-docker-4c-2g-29481 does not seem to be running inside a container [2021-03-11T06:36:55.345Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T06:36:58.111Z] $ docker top f4086ba621b9068ef657b92748b8c36e82e29abac4bc13aa8b97382dea9f7953 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T06:36:58.701Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T06:36:59.001Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T06:36:59.298Z] + ls /var/log/sa-host [2021-03-11T06:36:59.298Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T06:36:59.298Z] file_magic: OK [2021-03-11T06:36:59.298Z] HZ: Using current value: 100 [2021-03-11T06:36:59.298Z] file_header: OK [2021-03-11T06:36:59.298Z] 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-11T06:36:59.298Z] Statistics: [2021-03-11T06:36:59.298Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T06:36:59.298Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T06:36:59.298Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T06:36:59.298Z] file_magic: OK [2021-03-11T06:36:59.298Z] HZ: Using current value: 100 [2021-03-11T06:36:59.298Z] file_header: OK [2021-03-11T06:36:59.298Z] 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-11T06:36:59.298Z] Statistics: [2021-03-11T06:36:59.298Z] Hnuu...uuuununununu... [2021-03-11T06:36:59.298Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T06:36:59.521Z] provisioning config files... [2021-03-11T06:36:59.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3911511826183692510tmp [Pipeline] { [Pipeline] echo [2021-03-11T06:36:59.622Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:36:59.919Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T06:36:59.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T06:37:00.072Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:37:00.369Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T06:37:00.384Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:37:00.679Z] ---> sudo-logs.sh [2021-03-11T06:37:00.680Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T06:37:00.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:37:01.062Z] ---> job-cost.sh [2021-03-11T06:37:01.062Z] lf-activate-venv: SKIPPING [2021-03-11T06:37:01.063Z] DEBUG: total: 0.20999999344348907 [2021-03-11T06:37:01.063Z] INFO: Retrieving Stack Cost... [2021-03-11T06:37:02.454Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T06:37:02.716Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T06:37:02.731Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T06:37:03.032Z] ---> logs-deploy.sh [2021-03-11T06:37:03.032Z] lf-activate-venv: SKIPPING [2021-03-11T06:37:03.032Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/165 [2021-03-11T06:37:03.032Z] INFO: archiving workspace using pattern(s): [2021-03-11T06:37:04.422Z] Archives upload complete. [2021-03-11T06:37:04.684Z] INFO: archiving logs to Nexus [2021-03-11T06:37:05.630Z] ---> uname -a: [2021-03-11T06:37:05.630Z] Linux prd-centos7-docker-4c-2g-29481.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-11T06:37:05.630Z] [2021-03-11T06:37:05.630Z] [2021-03-11T06:37:05.630Z] ---> lscpu: [2021-03-11T06:37:05.630Z] Architecture: x86_64 [2021-03-11T06:37:05.630Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-11T06:37:05.630Z] Byte Order: Little Endian [2021-03-11T06:37:05.630Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-11T06:37:05.630Z] CPU(s): 4 [2021-03-11T06:37:05.630Z] On-line CPU(s) list: 0-3 [2021-03-11T06:37:05.630Z] Thread(s) per core: 1 [2021-03-11T06:37:05.630Z] Core(s) per socket: 1 [2021-03-11T06:37:05.630Z] Socket(s): 4 [2021-03-11T06:37:05.630Z] NUMA node(s): 1 [2021-03-11T06:37:05.630Z] Vendor ID: GenuineIntel [2021-03-11T06:37:05.630Z] CPU family: 6 [2021-03-11T06:37:05.630Z] Model: 44 [2021-03-11T06:37:05.630Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-11T06:37:05.630Z] Stepping: 1 [2021-03-11T06:37:05.630Z] CPU MHz: 2933.438 [2021-03-11T06:37:05.630Z] BogoMIPS: 5866.87 [2021-03-11T06:37:05.630Z] Virtualization: VT-x [2021-03-11T06:37:05.630Z] Hypervisor vendor: KVM [2021-03-11T06:37:05.630Z] Virtualization type: full [2021-03-11T06:37:05.630Z] L1d cache: 128 KiB [2021-03-11T06:37:05.630Z] L1i cache: 128 KiB [2021-03-11T06:37:05.630Z] L2 cache: 16 MiB [2021-03-11T06:37:05.630Z] L3 cache: 64 MiB [2021-03-11T06:37:05.630Z] NUMA node0 CPU(s): 0-3 [2021-03-11T06:37:05.630Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-11T06:37:05.630Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-11T06:37:05.630Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-11T06:37:05.630Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-11T06:37:05.630Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-11T06:37:05.630Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-11T06:37:05.630Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-11T06:37:05.630Z] Vulnerability Srbds: Not affected [2021-03-11T06:37:05.630Z] Vulnerability Tsx async abort: Not affected [2021-03-11T06:37:05.630Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-11T06:37:05.630Z] [2021-03-11T06:37:05.630Z] [2021-03-11T06:37:05.630Z] ---> nproc: [2021-03-11T06:37:05.630Z] 4 [2021-03-11T06:37:05.630Z] [2021-03-11T06:37:05.630Z]