Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1f67ff77e3c2facde0dd2b94e473a250c3c5168 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31385 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Checking out Revision d1f67ff77e3c2facde0dd2b94e473a250c3c5168 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1f67ff77e3c2facde0dd2b94e473a250c3c5168 # timeout=10 Commit message: "Merge pull request #561 from weichou1229/issue-560" > git rev-list --no-walk 8edfeb68251031320c8ba1f36a7ee57ab2657207 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T16:08:28.163Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T16:08:28.430Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T16:08:28.535Z] ========================================================= [2021-03-25T16:08:28.535Z] EdgeX Global Pipelines Version Info [2021-03-25T16:08:28.535Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:08:30.659Z] ------------------- [2021-03-25T16:08:30.660Z] stable info: [2021-03-25T16:08:30.660Z] ------------------- [2021-03-25T16:08:30.660Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T16:08:30.660Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T16:08:30.660Z] Message: update stable to v1.0.186 [2021-03-25T16:08:32.144Z] ------------------- [2021-03-25T16:08:32.144Z] experimental info: [2021-03-25T16:08:32.144Z] ------------------- [2021-03-25T16:08:32.144Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T16:08:32.144Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T16:08:32.144Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T16:08:32.511Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-25T16:08:32.607Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-25T16:08:32.706Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T16:08:32.810Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T16:08:32.916Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T16:08:33.047Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T16:08:33.166Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T16:08:33.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T16:08:33.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-25T16:08:33.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T16:08:33.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T16:08:33.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-25T16:08:33.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T16:08:34.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T16:08:34.155Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T16:08:34.289Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T16:08:34.394Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T16:08:34.496Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T16:08:34.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T16:08:34.719Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T16:08:34.858Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-25T16:08:34.973Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-25T16:08:35.088Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T16:08:35.203Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T16:08:35.354Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-25T16:08:35.502Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T16:08:35.596Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T16:08:35.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T16:08:35.787Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T16:08:35.882Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] echo [2021-03-25T16:08:35.982Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1f67ff [Pipeline] echo [2021-03-25T16:08:36.071Z] [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-25T16:08:36.838Z] + git log --format=format:%s -1 d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] echo [2021-03-25T16:08:36.999Z] GIT_COMMIT: d1f67ff77e3c2facde0dd2b94e473a250c3c5168, Commit Message: Merge pull request #561 from weichou1229/issue-560 [Pipeline] echo [2021-03-25T16:08:37.047Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:08:38.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T16:08:39.870Z] [2021-03-25T16:08:39.870Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:08:40.330Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T16:08:40.330Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T16:08:40.330Z] 31603596830f: Pulling fs layer [2021-03-25T16:08:40.330Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T16:08:40.330Z] 6ca5941a6612: Pulling fs layer [2021-03-25T16:08:40.330Z] ecc8261a40a4: Pulling fs layer [2021-03-25T16:08:40.330Z] ecc8261a40a4: Waiting [2021-03-25T16:08:40.607Z] 2a8b12db71e7: Download complete [2021-03-25T16:08:40.607Z] 31603596830f: Verifying Checksum [2021-03-25T16:08:40.607Z] 31603596830f: Download complete [2021-03-25T16:08:40.881Z] ecc8261a40a4: Verifying Checksum [2021-03-25T16:08:40.881Z] ecc8261a40a4: Download complete [2021-03-25T16:08:40.881Z] 6ca5941a6612: Verifying Checksum [2021-03-25T16:08:40.881Z] 6ca5941a6612: Download complete [2021-03-25T16:08:41.149Z] 31603596830f: Pull complete [2021-03-25T16:08:41.728Z] 2a8b12db71e7: Pull complete [2021-03-25T16:08:43.167Z] 6ca5941a6612: Pull complete [2021-03-25T16:08:43.750Z] ecc8261a40a4: Pull complete [2021-03-25T16:08:43.750Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T16:08:43.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T16:08:43.750Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T16:08:43.922Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:08:44.015Z] $ 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-25T16:08:48.145Z] $ docker top 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T16:08:48.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T16:08:48.588Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T16:08:49.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T16:08:49.728Z] $ docker exec 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent [2021-03-25T16:08:50.964Z] SSH_AUTH_SOCK=/tmp/ssh-3VfoIKDsOYvH/agent.11 [2021-03-25T16:08:50.964Z] SSH_AGENT_PID=16 [2021-03-25T16:08:51.035Z] Running ssh-add (command line suppressed) [2021-03-25T16:08:51.244Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2595239366645562499.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2595239366645562499.key) [2021-03-25T16:08:51.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T16:08:51.700Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T16:08:51.742Z] $ docker exec --env ******** --env ******** 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent -k [2021-03-25T16:08:51.927Z] unset SSH_AUTH_SOCK; [2021-03-25T16:08:51.932Z] unset SSH_AGENT_PID; [2021-03-25T16:08:51.932Z] echo Agent pid 16 killed; [2021-03-25T16:08:52.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T16:08:52.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T16:08:52.171Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T16:08:52.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T16:08:52.505Z] $ docker exec 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent [2021-03-25T16:08:52.801Z] SSH_AUTH_SOCK=/tmp/ssh-tNkgMNEQ6Mdh/agent.46 [2021-03-25T16:08:52.801Z] SSH_AGENT_PID=51 [2021-03-25T16:08:52.811Z] Running ssh-add (command line suppressed) [2021-03-25T16:08:53.045Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3688873024034230769.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3688873024034230769.key) [2021-03-25T16:08:53.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T16:08:53.485Z] + git semver init [2021-03-25T16:08:53.485Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T16:08:53.485Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T16:08:53.485Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T16:08:53.485Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T16:08:53.485Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T16:08:53.485Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T16:08:53.485Z] # $SEMVER_BRANCH = master [2021-03-25T16:08:53.485Z] # $SEMVER_TEMP = /tmp/semver-926988192 [2021-03-25T16:08:53.485Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-25T16:08:54.457Z] # '/tmp/semver-926988192' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-03-25T16:08:54.457Z] # -> Force: false [2021-03-25T16:08:54.457Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-25T16:08:54.481Z] $ docker exec --env ******** --env ******** 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e ssh-agent -k [2021-03-25T16:08:54.837Z] unset SSH_AUTH_SOCK; [2021-03-25T16:08:54.838Z] unset SSH_AGENT_PID; [2021-03-25T16:08:54.838Z] echo Agent pid 51 killed; [2021-03-25T16:08:55.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T16:08:55.959Z] + git semver [Pipeline] } [2021-03-25T16:08:55.988Z] $ docker stop --time=1 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e [2021-03-25T16:08:57.916Z] $ docker rm -f 9170f9a8db6479490c8315bcc1f14c05cc32122ec22b4fe877e834d53380ad7e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T16:08:58.629Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T16:08:59.849Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T16:08:59.852Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.59 [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-25T16:09:15.574Z] Still waiting to schedule task [2021-03-25T16:09:15.575Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31385’ [2021-03-25T16:09:15.607Z] Still waiting to schedule task [2021-03-25T16:09:15.608Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T16:10:59.916Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31386 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-25T16:11:00.033Z] Running in /w/workspace/go-mod-core-contracts/178 [Pipeline] { [Pipeline] checkout [2021-03-25T16:11:05.610Z] using credential edgex-jenkins-ssh [2021-03-25T16:11:05.669Z] Cloning the remote Git repository [2021-03-25T16:11:05.734Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T16:11:05.852Z] > git init /w/workspace/go-mod-core-contracts/178 # timeout=10 [2021-03-25T16:11:05.940Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T16:11:05.941Z] > git --version # timeout=10 [2021-03-25T16:11:05.965Z] > git --version # 'git version 2.17.1' [2021-03-25T16:11:05.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T16:11:06.024Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T16:11:07.258Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T16:11:07.278Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T16:11:07.325Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T16:11:07.360Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T16:11:07.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T16:11:07.373Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T16:11:07.963Z] Checking out Revision d1f67ff77e3c2facde0dd2b94e473a250c3c5168 (master) [2021-03-25T16:11:07.990Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T16:11:08.012Z] > git checkout -f d1f67ff77e3c2facde0dd2b94e473a250c3c5168 # timeout=10 [2021-03-25T16:11:12.453Z] Commit message: "Merge pull request #561 from weichou1229/issue-560" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T16:11:14.006Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T16:11:14.415Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T16:11:14.762Z] + true [2021-03-25T16:11:14.762Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-25T16:11:17.673Z] ========================================================= [2021-03-25T16:11:17.674Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T16:11:17.674Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:11:18.068Z] + 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-25T16:11:19.050Z] Sending build context to Docker daemon 2.881MB [2021-03-25T16:11:19.050Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T16:11:19.050Z] Step 2/7 : FROM ${BASE} [2021-03-25T16:11:19.329Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T16:11:19.329Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T16:11:19.329Z] a4357932f1b6: Pulling fs layer [2021-03-25T16:11:19.329Z] 18c013af1878: Pulling fs layer [2021-03-25T16:11:19.329Z] 00ac8860ef70: Pulling fs layer [2021-03-25T16:11:19.329Z] 63d7cb157983: Pulling fs layer [2021-03-25T16:11:19.329Z] b116817d02f9: Pulling fs layer [2021-03-25T16:11:19.329Z] 745a02a5169b: Pulling fs layer [2021-03-25T16:11:19.329Z] 00ac8860ef70: Waiting [2021-03-25T16:11:19.329Z] 63d7cb157983: Waiting [2021-03-25T16:11:19.329Z] b116817d02f9: Waiting [2021-03-25T16:11:19.329Z] 745a02a5169b: Waiting [2021-03-25T16:11:19.329Z] 18c013af1878: Verifying Checksum [2021-03-25T16:11:19.329Z] 18c013af1878: Download complete [2021-03-25T16:11:19.329Z] a4357932f1b6: Verifying Checksum [2021-03-25T16:11:19.329Z] a4357932f1b6: Download complete [2021-03-25T16:11:19.606Z] 63d7cb157983: Verifying Checksum [2021-03-25T16:11:19.606Z] 63d7cb157983: Download complete [2021-03-25T16:11:19.606Z] b116817d02f9: Verifying Checksum [2021-03-25T16:11:19.606Z] b116817d02f9: Download complete [2021-03-25T16:11:19.891Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T16:11:19.891Z] 5f621e34cdf4: Download complete [2021-03-25T16:11:20.890Z] 5f621e34cdf4: Pull complete [2021-03-25T16:11:21.499Z] a4357932f1b6: Pull complete [2021-03-25T16:11:21.774Z] 18c013af1878: Pull complete [2021-03-25T16:11:23.212Z] 00ac8860ef70: Download complete [2021-03-25T16:11:23.484Z] 745a02a5169b: Verifying Checksum [2021-03-25T16:11:23.484Z] 745a02a5169b: Download complete [2021-03-25T16:11:29.473Z] Running on prd-centos7-docker-4c-2g-31387 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-25T16:11:29.532Z] Running in /w/workspace/go-mod-core-contracts/178 [Pipeline] { [Pipeline] checkout [2021-03-25T16:11:31.752Z] using credential edgex-jenkins-ssh [2021-03-25T16:11:31.809Z] Cloning the remote Git repository [2021-03-25T16:11:31.500Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T16:11:31.573Z] > git init /w/workspace/go-mod-core-contracts/178 # timeout=10 [2021-03-25T16:11:31.637Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T16:11:31.638Z] > git --version # timeout=10 [2021-03-25T16:11:31.645Z] > git --version # 'git version 2.24.3' [2021-03-25T16:11:31.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T16:11:31.672Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T16:11:32.382Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T16:11:32.389Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T16:11:32.404Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T16:11:32.417Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T16:11:32.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T16:11:32.421Z] > 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-25T16:11:33.093Z] Checking out Revision d1f67ff77e3c2facde0dd2b94e473a250c3c5168 (master) [2021-03-25T16:11:32.868Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T16:11:32.873Z] > git checkout -f d1f67ff77e3c2facde0dd2b94e473a250c3c5168 # timeout=10 [2021-03-25T16:11:34.789Z] 00ac8860ef70: Pull complete [2021-03-25T16:11:34.790Z] 63d7cb157983: Pull complete [2021-03-25T16:11:34.790Z] b116817d02f9: Pull complete [2021-03-25T16:11:36.532Z] Commit message: "Merge pull request #561 from weichou1229/issue-560" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T16:11:37.421Z] 745a02a5169b: Pull complete [2021-03-25T16:11:37.421Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T16:11:37.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T16:11:37.421Z] ---> b7e6874047d6 [2021-03-25T16:11:37.421Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T16:11:37.805Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T16:11:38.134Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T16:11:38.431Z] + sudo service docker restart [2021-03-25T16:11:38.431Z] + true [2021-03-25T16:11:38.431Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-25T16:11:39.582Z] ========================================================= [2021-03-25T16:11:39.582Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T16:11:39.582Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:11:39.928Z] + 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-25T16:11:40.032Z] ---> Running in aa7975dd99f6 [2021-03-25T16:11:40.519Z] Sending build context to Docker daemon 2.882MB [2021-03-25T16:11:40.519Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T16:11:40.519Z] Step 2/7 : FROM ${BASE} [2021-03-25T16:11:40.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T16:11:40.519Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T16:11:40.519Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T16:11:40.519Z] de9db76c5a1d: Pulling fs layer [2021-03-25T16:11:40.519Z] bca2f99d35d6: Pulling fs layer [2021-03-25T16:11:40.519Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T16:11:40.519Z] 7c6f9722023f: Pulling fs layer [2021-03-25T16:11:40.519Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T16:11:40.519Z] 93359f2a8cfa: Waiting [2021-03-25T16:11:40.519Z] 7c6f9722023f: Waiting [2021-03-25T16:11:40.519Z] a35cf1a2eb13: Waiting [2021-03-25T16:11:40.519Z] bca2f99d35d6: Waiting [2021-03-25T16:11:40.519Z] de9db76c5a1d: Verifying Checksum [2021-03-25T16:11:40.519Z] de9db76c5a1d: Download complete [2021-03-25T16:11:40.519Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T16:11:40.519Z] 0ef7d3d256c8: Download complete [2021-03-25T16:11:40.519Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T16:11:40.519Z] 93359f2a8cfa: Download complete [2021-03-25T16:11:40.519Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T16:11:40.519Z] 188c0c94c7c5: Download complete [2021-03-25T16:11:40.646Z] Removing intermediate container aa7975dd99f6 [2021-03-25T16:11:40.647Z] ---> 71d5be231c73 [2021-03-25T16:11:40.647Z] Step 4/7 : RUN apk add bash [2021-03-25T16:11:40.647Z] ---> Running in 7e8728b6d0cd [2021-03-25T16:11:40.787Z] 7c6f9722023f: Verifying Checksum [2021-03-25T16:11:40.787Z] 7c6f9722023f: Download complete [2021-03-25T16:11:40.787Z] 188c0c94c7c5: Pull complete [2021-03-25T16:11:41.067Z] 0ef7d3d256c8: Pull complete [2021-03-25T16:11:41.333Z] de9db76c5a1d: Pull complete [2021-03-25T16:11:42.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T16:11:42.282Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T16:11:42.283Z] a35cf1a2eb13: Download complete [2021-03-25T16:11:42.869Z] bca2f99d35d6: Verifying Checksum [2021-03-25T16:11:42.869Z] bca2f99d35d6: Download complete [2021-03-25T16:11:43.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T16:11:44.522Z] OK: 142 MiB in 39 packages [2021-03-25T16:11:45.960Z] Removing intermediate container 7e8728b6d0cd [2021-03-25T16:11:45.960Z] ---> 96b4f2d8548d [2021-03-25T16:11:45.960Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T16:11:45.960Z] ---> Running in 0254c3b9e6e9 [2021-03-25T16:11:46.554Z] Removing intermediate container 0254c3b9e6e9 [2021-03-25T16:11:46.554Z] ---> 0e568d09fcd2 [2021-03-25T16:11:46.554Z] Step 6/7 : COPY go.mod . [2021-03-25T16:11:47.152Z] ---> 75b96499adea [2021-03-25T16:11:47.152Z] Step 7/7 : RUN go mod download [2021-03-25T16:11:47.152Z] ---> Running in 32eab369fbf7 [2021-03-25T16:11:48.193Z] bca2f99d35d6: Pull complete [2021-03-25T16:11:48.193Z] 93359f2a8cfa: Pull complete [2021-03-25T16:11:48.193Z] 7c6f9722023f: Pull complete [2021-03-25T16:11:58.224Z] a35cf1a2eb13: Pull complete [2021-03-25T16:11:58.224Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T16:11:58.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T16:11:58.224Z] ---> a62c8e92a672 [2021-03-25T16:11:58.224Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T16:11:58.225Z] ---> Running in 5310b5824807 [2021-03-25T16:11:58.225Z] Removing intermediate container 5310b5824807 [2021-03-25T16:11:58.225Z] ---> d2b719a8b518 [2021-03-25T16:11:58.225Z] Step 4/7 : RUN apk add bash [2021-03-25T16:11:58.225Z] ---> Running in 6c29b0e04c35 [2021-03-25T16:11:58.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T16:11:58.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T16:11:59.380Z] OK: 166 MiB in 39 packages [2021-03-25T16:11:59.954Z] Removing intermediate container 6c29b0e04c35 [2021-03-25T16:11:59.954Z] ---> 83ccfe9cd4f7 [2021-03-25T16:11:59.954Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T16:11:59.954Z] ---> Running in f3239731c5e8 [2021-03-25T16:12:00.217Z] Removing intermediate container f3239731c5e8 [2021-03-25T16:12:00.217Z] ---> 85659573e18c [2021-03-25T16:12:00.217Z] Step 6/7 : COPY go.mod . [2021-03-25T16:12:00.483Z] ---> 89ec84525ebb [2021-03-25T16:12:00.483Z] Step 7/7 : RUN go mod download [2021-03-25T16:12:00.483Z] ---> Running in c4f11f8b3e1e [2021-03-25T16:12:05.504Z] Removing intermediate container 32eab369fbf7 [2021-03-25T16:12:05.504Z] ---> dd77f215b5d5 [2021-03-25T16:12:05.504Z] Successfully built dd77f215b5d5 [2021-03-25T16:12:05.504Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:12:05.845Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T16:12:05.845Z] . [Pipeline] withDockerContainer [2021-03-25T16:12:06.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-31386 does not seem to be running inside a container [2021-03-25T16:12:06.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@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-25T16:12:07.732Z] $ docker top 4bcf305c2f145336ab2ffca55957f40b649bb77ba12840a8ca151d38cfca0999 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T16:12:08.751Z] + go version [2021-03-25T16:12:08.751Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T16:12:08.775Z] $ docker stop --time=1 4bcf305c2f145336ab2ffca55957f40b649bb77ba12840a8ca151d38cfca0999 [2021-03-25T16:12:10.715Z] $ docker rm -f 4bcf305c2f145336ab2ffca55957f40b649bb77ba12840a8ca151d38cfca0999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:12:11.671Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T16:12:11.671Z] . [Pipeline] withDockerContainer [2021-03-25T16:12:11.899Z] prd-ubuntu18.04-docker-arm64-4c-16g-31386 does not seem to be running inside a container [2021-03-25T16:12:11.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@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-25T16:12:13.523Z] $ docker top 8daedb2a3ef5d6764fd3447fb558fa3e0e1d7cee53db0f1ad84bd3264f1d2be2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T16:12:14.547Z] + make test [2021-03-25T16:12:14.547Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T16:12:15.466Z] Removing intermediate container c4f11f8b3e1e [2021-03-25T16:12:15.466Z] ---> 3d9775c22ed0 [2021-03-25T16:12:15.466Z] Successfully built 3d9775c22ed0 [2021-03-25T16:12:15.466Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:12:15.784Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T16:12:15.784Z] . [Pipeline] withDockerContainer [2021-03-25T16:12:15.911Z] prd-centos7-docker-4c-2g-31387 does not seem to be running inside a container [2021-03-25T16:12:15.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T16:12:16.659Z] $ docker top 47a9b8a6ba89d374e809367d9fb7cce0217d12943f39c90c03d2c1dfed20d48e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T16:12:17.158Z] + go version [2021-03-25T16:12:17.158Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T16:12:17.173Z] $ docker stop --time=1 47a9b8a6ba89d374e809367d9fb7cce0217d12943f39c90c03d2c1dfed20d48e [2021-03-25T16:12:18.513Z] $ docker rm -f 47a9b8a6ba89d374e809367d9fb7cce0217d12943f39c90c03d2c1dfed20d48e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:12:19.417Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T16:12:19.418Z] . [Pipeline] withDockerContainer [2021-03-25T16:12:19.513Z] prd-centos7-docker-4c-2g-31387 does not seem to be running inside a container [2021-03-25T16:12:19.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/178 -v /w/workspace/go-mod-core-contracts/178:/w/workspace/go-mod-core-contracts/178:rw,z -v /w/workspace/go-mod-core-contracts/178@tmp:/w/workspace/go-mod-core-contracts/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T16:12:20.219Z] $ docker top 0a57e75ca5e047ec111b2e8d456d3ceb51f5d393196bdccf5c51ef6c43a7e32b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T16:12:20.739Z] + make test [2021-03-25T16:12:20.739Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T16:12:29.019Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-25T16:12:29.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements [2021-03-25T16:12:29.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.009s coverage: 100.0% of statements [2021-03-25T16:12:29.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.048s coverage: 45.4% of statements [2021-03-25T16:12:29.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements [2021-03-25T16:12:29.019Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-25T16:12:29.619Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements [2021-03-25T16:12:29.898Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.034s coverage: 14.7% of statements [2021-03-25T16:12:29.898Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [2021-03-25T16:12:30.163Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements [2021-03-25T16:12:30.163Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-25T16:12:30.163Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-25T16:12:30.163Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements [2021-03-25T16:12:30.163Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements [2021-03-25T16:12:32.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.028s coverage: 63.0% of statements [2021-03-25T16:12:32.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements [2021-03-25T16:12:32.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements [2021-03-25T16:12:32.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements [2021-03-25T16:12:32.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.013s coverage: 14.3% of statements [2021-03-25T16:12:32.138Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-25T16:12:33.107Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.059s coverage: 84.4% of statements [2021-03-25T16:12:33.107Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-25T16:12:33.107Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-25T16:12:33.107Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-25T16:12:34.324Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 49.7% of statements [2021-03-25T16:12:34.324Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements [2021-03-25T16:12:34.324Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.054s coverage: 87.7% of statements [2021-03-25T16:12:34.324Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-03-25T16:12:34.324Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements [2021-03-25T16:12:34.648Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T16:12:36.588Z] gofmt -l . [2021-03-25T16:12:36.588Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T16:12:36.604Z] $ docker stop --time=1 0a57e75ca5e047ec111b2e8d456d3ceb51f5d393196bdccf5c51ef6c43a7e32b [2021-03-25T16:12:36.738Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-25T16:12:37.727Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements [2021-03-25T16:12:37.728Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.043s coverage: 100.0% of statements [2021-03-25T16:12:39.090Z] $ docker rm -f 0a57e75ca5e047ec111b2e8d456d3ceb51f5d393196bdccf5c51ef6c43a7e32b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T16:12:39.741Z] + sudo chown -R jenkins:jenkins . [2021-03-25T16:12:39.742Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.062s coverage: 45.4% of statements [Pipeline] stash [2021-03-25T16:12:40.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.018s coverage: 77.8% of statements [2021-03-25T16:12:40.019Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-25T16:12:40.128Z] 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-25T16:12:41.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.039s coverage: 26.3% of statements [2021-03-25T16:12:41.599Z] ---> job-cost.sh [2021-03-25T16:12:41.599Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-h2fy [2021-03-25T16:12:43.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.041s coverage: 14.7% of statements [2021-03-25T16:12:43.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements [2021-03-25T16:12:43.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.101s coverage: 91.8% of statements [2021-03-25T16:12:43.459Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-25T16:12:43.459Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-25T16:12:43.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.016s coverage: 100.0% of statements [2021-03-25T16:12:44.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 36.7% of statements [2021-03-25T16:12:49.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.134s coverage: 63.0% of statements [2021-03-25T16:12:49.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.042s coverage: 26.3% of statements [2021-03-25T16:12:49.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.027s coverage: 15.4% of statements [2021-03-25T16:12:49.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.036s coverage: 15.4% of statements [2021-03-25T16:12:49.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements [2021-03-25T16:12:49.909Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-25T16:12:54.257Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.241s coverage: 84.4% of statements [2021-03-25T16:12:54.257Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-25T16:12:54.257Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-25T16:12:54.257Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-25T16:12:54.257Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.146s coverage: 49.7% of statements [2021-03-25T16:12:54.257Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.056s coverage: 94.7% of statements [2021-03-25T16:12:56.245Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.184s coverage: 87.7% of statements [2021-03-25T16:12:56.245Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-03-25T16:12:56.516Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.026s coverage: 69.6% of statements [2021-03-25T16:12:56.533Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T16:12:56.788Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T16:13:02.232Z] gofmt -l . [2021-03-25T16:13:03.206Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T16:13:03.820Z] $ docker stop --time=1 8daedb2a3ef5d6764fd3447fb558fa3e0e1d7cee53db0f1ad84bd3264f1d2be2 [2021-03-25T16:13:06.105Z] $ docker rm -f 8daedb2a3ef5d6764fd3447fb558fa3e0e1d7cee53db0f1ad84bd3264f1d2be2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T16:13:07.023Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T16:13:07.097Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T16:13:08.005Z] 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-25T16:13:08.956Z] ---> job-cost.sh [2021-03-25T16:13:08.956Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PbWb [2021-03-25T16:13:23.192Z] lf-activate-venv(): INFO: Adding /tmp/venv-h2fy/bin to PATH [2021-03-25T16:13:23.192Z] INFO: No Stack... [2021-03-25T16:13:23.192Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T16:13:23.192Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T16:13:23.743Z] + cut -d, -f6 [2021-03-25T16:13:23.743Z] + cat /w/workspace/go-mod-core-contracts/178/archives/cost.csv [Pipeline] lock [2021-03-25T16:13:23.845Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [2021-03-25T16:13:23.854Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] did not exist. Created. [2021-03-25T16:13:23.854Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T16:13:24.804Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T16:13:24.974Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T16:13:24.984Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T16:13:47.952Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T16:15:09.696Z] lf-activate-venv(): INFO: Adding /tmp/venv-PbWb/bin to PATH [2021-03-25T16:15:09.696Z] INFO: No Stack... [2021-03-25T16:15:10.667Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T16:15:11.639Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T16:15:11.977Z] + + cut -d,cat -f6 /w/workspace/go-mod-core-contracts/178/archives/cost.csv [2021-03-25T16:15:11.978Z] [Pipeline] lock [2021-03-25T16:15:12.081Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [2021-03-25T16:15:12.090Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] did not exist. Created. [2021-03-25T16:15:12.090Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-178-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T16:15:12.535Z] /w/workspace/go-mod-core-contracts/178@tmp/durable-16e0ce01/script.sh: 1: /w/workspace/go-mod-core-contracts/178@tmp/durable-16e0ce01/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-25T16:15:12.887Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T16:15:12.908Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T16:15:13.097Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T16:15:13.108Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-178-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-25T16:15:14.572Z] provisioning config files... [2021-03-25T16:15:14.592Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5372469410219438564tmp [Pipeline] { [Pipeline] sh [2021-03-25T16:15:15.029Z] + set +x [2021-03-25T16:15:15.030Z] + curl -s https://codecov.io/bash [2021-03-25T16:15:15.030Z] + bash -s -- [2021-03-25T16:15:15.316Z] [2021-03-25T16:15:15.316Z] _____ _ [2021-03-25T16:15:15.316Z] / ____| | | [2021-03-25T16:15:15.316Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T16:15:15.316Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T16:15:15.316Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T16:15:15.316Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T16:15:15.316Z] Bash-20210309-2b87ace [2021-03-25T16:15:15.316Z] [2021-03-25T16:15:15.316Z] [2021-03-25T16:15:15.316Z] ==> git version 2.24.3 found [2021-03-25T16:15:15.316Z] ==> 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-25T16:15:15.316Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T16:15:15.316Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T16:15:15.316Z] ==> Jenkins CI detected. [2021-03-25T16:15:15.316Z] project root: . [2021-03-25T16:15:15.316Z] --> token set from env [2021-03-25T16:15:15.586Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T16:15:15.586Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T16:15:15.586Z] ==> Python coveragepy not found [2021-03-25T16:15:15.586Z] ==> Searching for coverage reports in: [2021-03-25T16:15:15.586Z] + . [2021-03-25T16:15:15.586Z] -> Found 1 reports [2021-03-25T16:15:15.586Z] ==> Detecting git/mercurial file structure [2021-03-25T16:15:15.586Z] ==> Reading reports [2021-03-25T16:15:15.586Z] + ./coverage.out bytes=164238 [2021-03-25T16:15:15.586Z] ==> Appending adjustments [2021-03-25T16:15:15.586Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T16:15:18.222Z] + Found adjustments [2021-03-25T16:15:18.222Z] ==> Gzipping contents [2021-03-25T16:15:18.222Z] 24K /tmp/codecov.gde3sw.gz [2021-03-25T16:15:18.222Z] ==> Uploading reports [2021-03-25T16:15:18.222Z] url: https://codecov.io [2021-03-25T16:15:18.222Z] query: branch=master&commit=d1f67ff77e3c2facde0dd2b94e473a250c3c5168&build=178&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F178%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T16:15:18.222Z] -> Pinging Codecov [2021-03-25T16:15:18.222Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d1f67ff77e3c2facde0dd2b94e473a250c3c5168&build=178&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F178%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T16:15:18.803Z] -> Uploading to [2021-03-25T16:15:18.803Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/71470A77251A30514AAF9C0BB2E5B6CE/d1f67ff77e3c2facde0dd2b94e473a250c3c5168/830e47d7-821a-4c26-a5b5-cb30cb62b635.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T161518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6da7b5e9e91d9feebee91ee367024b2edf45e795bf224b12adb506eb62c29924 [2021-03-25T16:15:18.803Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T16:15:18.803Z] Dload Upload Total Spent Left Speed [2021-03-25T16:15:19.382Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24504 0 0 100 24504 0 50797 --:--:-- --:--:-- --:--:-- 50838 [2021-03-25T16:15:19.382Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] } [2021-03-25T16:15:19.393Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-25T16:15:20.445Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T16:15:20.543Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:15:20.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T16:15:21.250Z] [2021-03-25T16:15:21.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:15:21.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T16:15:21.691Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T16:15:21.691Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T16:15:21.691Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T16:15:21.691Z] de9db76c5a1d: Pulling fs layer [2021-03-25T16:15:21.691Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T16:15:21.691Z] 0d57e429df01: Pulling fs layer [2021-03-25T16:15:21.691Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T16:15:21.691Z] e1f770b5df2f: Pulling fs layer [2021-03-25T16:15:21.691Z] 85a0685a4137: Pulling fs layer [2021-03-25T16:15:21.691Z] 0eba1c9be4d2: Waiting [2021-03-25T16:15:21.691Z] 0d57e429df01: Waiting [2021-03-25T16:15:21.691Z] 4e4be7b47b0d: Waiting [2021-03-25T16:15:21.691Z] e1f770b5df2f: Waiting [2021-03-25T16:15:21.691Z] 85a0685a4137: Waiting [2021-03-25T16:15:22.006Z] de9db76c5a1d: Verifying Checksum [2021-03-25T16:15:22.006Z] de9db76c5a1d: Download complete [2021-03-25T16:15:22.006Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T16:15:22.006Z] 0ef7d3d256c8: Download complete [2021-03-25T16:15:22.006Z] 0d57e429df01: Verifying Checksum [2021-03-25T16:15:22.006Z] 0d57e429df01: Download complete [2021-03-25T16:15:22.007Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T16:15:22.007Z] 4e4be7b47b0d: Download complete [2021-03-25T16:15:22.007Z] 188c0c94c7c5: Download complete [2021-03-25T16:15:22.610Z] 188c0c94c7c5: Pull complete [2021-03-25T16:15:22.880Z] 0ef7d3d256c8: Pull complete [2021-03-25T16:15:23.149Z] de9db76c5a1d: Pull complete [2021-03-25T16:15:24.140Z] e1f770b5df2f: Verifying Checksum [2021-03-25T16:15:24.140Z] e1f770b5df2f: Download complete [2021-03-25T16:15:27.566Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T16:15:27.566Z] 0eba1c9be4d2: Download complete [2021-03-25T16:15:29.618Z] 85a0685a4137: Verifying Checksum [2021-03-25T16:15:29.618Z] 85a0685a4137: Download complete [2021-03-25T16:15:38.016Z] 0eba1c9be4d2: Pull complete [2021-03-25T16:15:38.306Z] 0d57e429df01: Pull complete [2021-03-25T16:15:39.034Z] 4e4be7b47b0d: Pull complete [2021-03-25T16:15:44.489Z] e1f770b5df2f: Pull complete [2021-03-25T16:16:00.303Z] 85a0685a4137: Pull complete [2021-03-25T16:16:00.303Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T16:16:00.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T16:16:00.303Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T16:16:00.823Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:16:00.900Z] $ 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-25T16:16:03.277Z] $ docker top 75bed6491bbf206364c37e88cf2e1aa38d23b4c01773ada88aa17e1ac939f402 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T16:16:04.161Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T16:16:05.168Z] + set -o pipefail [2021-03-25T16:16:05.169Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T16:16:21.669Z] [2021-03-25T16:16:21.669Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-03-25T16:16:21.669Z] [2021-03-25T16:16:21.669Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/4ec5cce6-1a79-4d33-a2a7-96790e5fa4eb [2021-03-25T16:16:21.669Z] [2021-03-25T16:16:21.669Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T16:16:21.669Z] [2021-03-25T16:16:21.669Z] [Pipeline] } [2021-03-25T16:16:21.689Z] $ docker stop --time=1 75bed6491bbf206364c37e88cf2e1aa38d23b4c01773ada88aa17e1ac939f402 [2021-03-25T16:16:24.289Z] $ docker rm -f 75bed6491bbf206364c37e88cf2e1aa38d23b4c01773ada88aa17e1ac939f402 [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-25T16:16:26.081Z] + git log --format=format:%s -1 d1f67ff77e3c2facde0dd2b94e473a250c3c5168 [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:16:26.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T16:16:26.408Z] . [Pipeline] withDockerContainer [2021-03-25T16:16:26.558Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:16:26.624Z] $ 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-25T16:16:27.619Z] $ docker top 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T16:16:28.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T16:16:28.004Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T16:16:28.340Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T16:16:28.345Z] $ docker exec 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f ssh-agent [2021-03-25T16:16:28.675Z] SSH_AUTH_SOCK=/tmp/ssh-1MBf8MrQw6ra/agent.11 [2021-03-25T16:16:28.675Z] SSH_AGENT_PID=16 [2021-03-25T16:16:28.685Z] Running ssh-add (command line suppressed) [2021-03-25T16:16:28.939Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7920724670543397549.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7920724670543397549.key) [2021-03-25T16:16:29.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T16:16:29.412Z] + git semver tag [2021-03-25T16:16:29.704Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T16:16:29.704Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T16:16:29.704Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T16:16:29.704Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T16:16:29.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T16:16:29.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T16:16:29.704Z] # $SEMVER_BRANCH = master [2021-03-25T16:16:29.704Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-25T16:16:29.704Z] # d1f67ff77e3c2facde0dd2b94e473a250c3c5168 HEAD [2021-03-25T16:16:29.989Z] # -> Force: false [2021-03-25T16:16:29.989Z] # ae042ebdade7814efd899e92dac7921f51fd802a refs/tags/v2.0.0-dev.59 [Pipeline] } [2021-03-25T16:16:30.003Z] $ docker exec --env ******** --env ******** 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f ssh-agent -k [2021-03-25T16:16:30.160Z] unset SSH_AUTH_SOCK; [2021-03-25T16:16:30.161Z] unset SSH_AGENT_PID; [2021-03-25T16:16:30.161Z] echo Agent pid 16 killed; [2021-03-25T16:16:30.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T16:16:31.114Z] + git semver [Pipeline] } [2021-03-25T16:16:31.449Z] $ docker stop --time=1 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f [2021-03-25T16:16:33.794Z] $ docker rm -f 76781b74a6cb47464c044758b6bcd145517137c0a20cb0212fcc2bb1b69da31f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:16:34.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T16:16:34.551Z] [2021-03-25T16:16:34.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:16:34.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T16:16:34.913Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T16:16:34.913Z] ab5ef0e58194: Pulling fs layer [2021-03-25T16:16:34.913Z] 9712f1f96733: Pulling fs layer [2021-03-25T16:16:34.913Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T16:16:34.913Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T16:16:34.913Z] e9a5061849ea: Pulling fs layer [2021-03-25T16:16:34.913Z] d747dcd14b5f: Pulling fs layer [2021-03-25T16:16:34.913Z] 2de7ff778b66: Pulling fs layer [2021-03-25T16:16:34.913Z] e9a5061849ea: Waiting [2021-03-25T16:16:34.913Z] d747dcd14b5f: Waiting [2021-03-25T16:16:34.913Z] 2de7ff778b66: Waiting [2021-03-25T16:16:34.913Z] 0d9ebad4ef96: Waiting [2021-03-25T16:16:34.913Z] 9712f1f96733: Verifying Checksum [2021-03-25T16:16:34.913Z] 9712f1f96733: Download complete [2021-03-25T16:16:37.561Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T16:16:37.561Z] 63f879dbbcfc: Download complete [2021-03-25T16:16:38.185Z] e9a5061849ea: Verifying Checksum [2021-03-25T16:16:38.185Z] e9a5061849ea: Download complete [2021-03-25T16:16:38.185Z] d747dcd14b5f: Verifying Checksum [2021-03-25T16:16:38.185Z] d747dcd14b5f: Download complete [2021-03-25T16:16:38.456Z] ab5ef0e58194: Verifying Checksum [2021-03-25T16:16:38.456Z] ab5ef0e58194: Download complete [2021-03-25T16:16:38.731Z] 2de7ff778b66: Verifying Checksum [2021-03-25T16:16:38.731Z] 2de7ff778b66: Download complete [2021-03-25T16:16:38.731Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T16:16:38.731Z] 0d9ebad4ef96: Download complete [2021-03-25T16:16:52.920Z] ab5ef0e58194: Pull complete [2021-03-25T16:16:52.920Z] 9712f1f96733: Pull complete [2021-03-25T16:16:55.712Z] 63f879dbbcfc: Pull complete [2021-03-25T16:17:14.224Z] 0d9ebad4ef96: Pull complete [2021-03-25T16:17:17.723Z] e9a5061849ea: Pull complete [2021-03-25T16:17:17.723Z] d747dcd14b5f: Pull complete [2021-03-25T16:17:20.391Z] 2de7ff778b66: Pull complete [2021-03-25T16:17:20.391Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T16:17:20.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T16:17:20.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T16:17:21.380Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:17:21.557Z] $ 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-25T16:17:25.865Z] $ docker top 32023fb3ba7f86937ca34955e749d680a2b4ea2d35fb05d39bb023c339eb04d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T16:17:26.290Z] provisioning config files... [2021-03-25T16:17:26.305Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7058747678259506161tmp [2021-03-25T16:17:26.329Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5366631029903536040tmp [2021-03-25T16:17:26.350Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config183181286590539639tmp [Pipeline] { [Pipeline] echo [2021-03-25T16:17:26.429Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:17:27.127Z] ---> sigul-configuration.sh [2021-03-25T16:17:27.127Z] gpg: directory `/root/.gnupg' created [2021-03-25T16:17:27.127Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T16:17:27.127Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T16:17:27.127Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T16:17:27.127Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T16:17:27.127Z] gpg: CAST5 encrypted data [2021-03-25T16:17:27.452Z] gpg: encrypted with 1 passphrase [2021-03-25T16:17:27.452Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T16:17:28.200Z] + mkdir /home/jenkins [2021-03-25T16:17:28.200Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T16:17:28.560Z] + 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-25T16:17:28.579Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:17:28.904Z] ---> sigul-install.sh [2021-03-25T16:17:41.723Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T16:17:42.505Z] + git tag --list [2021-03-25T16:17:42.505Z] v0.0.0 [2021-03-25T16:17:42.505Z] v0.0.1 [2021-03-25T16:17:42.505Z] v0.1.0 [2021-03-25T16:17:42.505Z] v0.1.1 [2021-03-25T16:17:42.505Z] v0.1.10 [2021-03-25T16:17:42.505Z] v0.1.100 [2021-03-25T16:17:42.505Z] v0.1.101 [2021-03-25T16:17:42.505Z] v0.1.102 [2021-03-25T16:17:42.505Z] v0.1.103 [2021-03-25T16:17:42.505Z] v0.1.104 [2021-03-25T16:17:42.505Z] v0.1.105 [2021-03-25T16:17:42.505Z] v0.1.106 [2021-03-25T16:17:42.505Z] v0.1.107 [2021-03-25T16:17:42.505Z] v0.1.108 [2021-03-25T16:17:42.505Z] v0.1.109 [2021-03-25T16:17:42.505Z] v0.1.11 [2021-03-25T16:17:42.505Z] v0.1.110 [2021-03-25T16:17:42.505Z] v0.1.111 [2021-03-25T16:17:42.505Z] v0.1.112 [2021-03-25T16:17:42.505Z] v0.1.113 [2021-03-25T16:17:42.505Z] v0.1.114 [2021-03-25T16:17:42.505Z] v0.1.115 [2021-03-25T16:17:42.505Z] v0.1.116 [2021-03-25T16:17:42.505Z] v0.1.117 [2021-03-25T16:17:42.505Z] v0.1.118 [2021-03-25T16:17:42.505Z] v0.1.119 [2021-03-25T16:17:42.505Z] v0.1.12 [2021-03-25T16:17:42.505Z] v0.1.120 [2021-03-25T16:17:42.505Z] v0.1.121 [2021-03-25T16:17:42.505Z] v0.1.122 [2021-03-25T16:17:42.505Z] v0.1.123 [2021-03-25T16:17:42.505Z] v0.1.124 [2021-03-25T16:17:42.505Z] v0.1.125 [2021-03-25T16:17:42.505Z] v0.1.126 [2021-03-25T16:17:42.505Z] v0.1.127 [2021-03-25T16:17:42.505Z] v0.1.128 [2021-03-25T16:17:42.505Z] v0.1.129 [2021-03-25T16:17:42.505Z] v0.1.13 [2021-03-25T16:17:42.505Z] v0.1.130 [2021-03-25T16:17:42.505Z] v0.1.131 [2021-03-25T16:17:42.505Z] v0.1.132 [2021-03-25T16:17:42.505Z] v0.1.133 [2021-03-25T16:17:42.505Z] v0.1.134 [2021-03-25T16:17:42.505Z] v0.1.135 [2021-03-25T16:17:42.505Z] v0.1.136 [2021-03-25T16:17:42.505Z] v0.1.137 [2021-03-25T16:17:42.505Z] v0.1.138 [2021-03-25T16:17:42.505Z] v0.1.139 [2021-03-25T16:17:42.505Z] v0.1.14 [2021-03-25T16:17:42.505Z] v0.1.140 [2021-03-25T16:17:42.505Z] v0.1.141 [2021-03-25T16:17:42.505Z] v0.1.142 [2021-03-25T16:17:42.505Z] v0.1.143 [2021-03-25T16:17:42.505Z] v0.1.144 [2021-03-25T16:17:42.505Z] v0.1.145 [2021-03-25T16:17:42.505Z] v0.1.146 [2021-03-25T16:17:42.505Z] v0.1.147 [2021-03-25T16:17:42.505Z] v0.1.148 [2021-03-25T16:17:42.505Z] v0.1.149 [2021-03-25T16:17:42.505Z] v0.1.15 [2021-03-25T16:17:42.505Z] v0.1.16 [2021-03-25T16:17:42.505Z] v0.1.17 [2021-03-25T16:17:42.505Z] v0.1.18 [2021-03-25T16:17:42.505Z] v0.1.19 [2021-03-25T16:17:42.505Z] v0.1.2 [2021-03-25T16:17:42.505Z] v0.1.20 [2021-03-25T16:17:42.505Z] v0.1.21 [2021-03-25T16:17:42.505Z] v0.1.22 [2021-03-25T16:17:42.505Z] v0.1.23 [2021-03-25T16:17:42.505Z] v0.1.24 [2021-03-25T16:17:42.505Z] v0.1.25 [2021-03-25T16:17:42.505Z] v0.1.26 [2021-03-25T16:17:42.505Z] v0.1.27 [2021-03-25T16:17:42.505Z] v0.1.28 [2021-03-25T16:17:42.505Z] v0.1.29 [2021-03-25T16:17:42.505Z] v0.1.3 [2021-03-25T16:17:42.505Z] v0.1.30 [2021-03-25T16:17:42.505Z] v0.1.31 [2021-03-25T16:17:42.505Z] v0.1.32 [2021-03-25T16:17:42.505Z] v0.1.33 [2021-03-25T16:17:42.505Z] v0.1.34 [2021-03-25T16:17:42.505Z] v0.1.35 [2021-03-25T16:17:42.505Z] v0.1.36 [2021-03-25T16:17:42.505Z] v0.1.37 [2021-03-25T16:17:42.505Z] v0.1.38 [2021-03-25T16:17:42.505Z] v0.1.39 [2021-03-25T16:17:42.505Z] v0.1.4 [2021-03-25T16:17:42.505Z] v0.1.40 [2021-03-25T16:17:42.505Z] v0.1.41 [2021-03-25T16:17:42.505Z] v0.1.42 [2021-03-25T16:17:42.505Z] v0.1.43 [2021-03-25T16:17:42.505Z] v0.1.44 [2021-03-25T16:17:42.505Z] v0.1.45 [2021-03-25T16:17:42.505Z] v0.1.46 [2021-03-25T16:17:42.505Z] v0.1.47 [2021-03-25T16:17:42.505Z] v0.1.48 [2021-03-25T16:17:42.505Z] v0.1.49 [2021-03-25T16:17:42.505Z] v0.1.5 [2021-03-25T16:17:42.505Z] v0.1.50 [2021-03-25T16:17:42.505Z] v0.1.51 [2021-03-25T16:17:42.505Z] v0.1.52 [2021-03-25T16:17:42.505Z] v0.1.53 [2021-03-25T16:17:42.505Z] v0.1.54 [2021-03-25T16:17:42.505Z] v0.1.55 [2021-03-25T16:17:42.505Z] v0.1.56 [2021-03-25T16:17:42.505Z] v0.1.57 [2021-03-25T16:17:42.505Z] v0.1.58 [2021-03-25T16:17:42.505Z] v0.1.59 [2021-03-25T16:17:42.505Z] v0.1.6 [2021-03-25T16:17:42.505Z] v0.1.60 [2021-03-25T16:17:42.505Z] v0.1.61 [2021-03-25T16:17:42.505Z] v0.1.62 [2021-03-25T16:17:42.505Z] v0.1.63 [2021-03-25T16:17:42.505Z] v0.1.64 [2021-03-25T16:17:42.505Z] v0.1.65 [2021-03-25T16:17:42.505Z] v0.1.66 [2021-03-25T16:17:42.505Z] v0.1.67 [2021-03-25T16:17:42.505Z] v0.1.68 [2021-03-25T16:17:42.505Z] v0.1.69 [2021-03-25T16:17:42.505Z] v0.1.7 [2021-03-25T16:17:42.505Z] v0.1.70 [2021-03-25T16:17:42.505Z] v0.1.71 [2021-03-25T16:17:42.505Z] v0.1.72 [2021-03-25T16:17:42.505Z] v0.1.73 [2021-03-25T16:17:42.505Z] v0.1.74 [2021-03-25T16:17:42.505Z] v0.1.75 [2021-03-25T16:17:42.505Z] v0.1.76 [2021-03-25T16:17:42.505Z] v0.1.77 [2021-03-25T16:17:42.505Z] v0.1.78 [2021-03-25T16:17:42.505Z] v0.1.79 [2021-03-25T16:17:42.505Z] v0.1.8 [2021-03-25T16:17:42.505Z] v0.1.80 [2021-03-25T16:17:42.505Z] v0.1.81 [2021-03-25T16:17:42.505Z] v0.1.82 [2021-03-25T16:17:42.505Z] v0.1.83 [2021-03-25T16:17:42.505Z] v0.1.84 [2021-03-25T16:17:42.505Z] v0.1.85 [2021-03-25T16:17:42.505Z] v0.1.86 [2021-03-25T16:17:42.505Z] v0.1.87 [2021-03-25T16:17:42.505Z] v0.1.88 [2021-03-25T16:17:42.505Z] v0.1.89 [2021-03-25T16:17:42.505Z] v0.1.9 [2021-03-25T16:17:42.505Z] v0.1.90 [2021-03-25T16:17:42.505Z] v0.1.91 [2021-03-25T16:17:42.505Z] v0.1.92 [2021-03-25T16:17:42.505Z] v0.1.93 [2021-03-25T16:17:42.505Z] v0.1.94 [2021-03-25T16:17:42.505Z] v0.1.95 [2021-03-25T16:17:42.505Z] v0.1.96 [2021-03-25T16:17:42.505Z] v0.1.97 [2021-03-25T16:17:42.505Z] v0.1.98 [2021-03-25T16:17:42.505Z] v0.1.99 [2021-03-25T16:17:42.505Z] v2.0.0-dev.1 [2021-03-25T16:17:42.505Z] v2.0.0-dev.10 [2021-03-25T16:17:42.505Z] v2.0.0-dev.11 [2021-03-25T16:17:42.505Z] v2.0.0-dev.12 [2021-03-25T16:17:42.505Z] v2.0.0-dev.13 [2021-03-25T16:17:42.505Z] v2.0.0-dev.14 [2021-03-25T16:17:42.505Z] v2.0.0-dev.15 [2021-03-25T16:17:42.505Z] v2.0.0-dev.16 [2021-03-25T16:17:42.505Z] v2.0.0-dev.17 [2021-03-25T16:17:42.505Z] v2.0.0-dev.18 [2021-03-25T16:17:42.505Z] v2.0.0-dev.19 [2021-03-25T16:17:42.505Z] v2.0.0-dev.2 [2021-03-25T16:17:42.505Z] v2.0.0-dev.20 [2021-03-25T16:17:42.505Z] v2.0.0-dev.21 [2021-03-25T16:17:42.505Z] v2.0.0-dev.22 [2021-03-25T16:17:42.505Z] v2.0.0-dev.23 [2021-03-25T16:17:42.505Z] v2.0.0-dev.24 [2021-03-25T16:17:42.505Z] v2.0.0-dev.25 [2021-03-25T16:17:42.505Z] v2.0.0-dev.26 [2021-03-25T16:17:42.505Z] v2.0.0-dev.27 [2021-03-25T16:17:42.505Z] v2.0.0-dev.28 [2021-03-25T16:17:42.505Z] v2.0.0-dev.29 [2021-03-25T16:17:42.505Z] v2.0.0-dev.3 [2021-03-25T16:17:42.505Z] v2.0.0-dev.30 [2021-03-25T16:17:42.505Z] v2.0.0-dev.31 [2021-03-25T16:17:42.505Z] v2.0.0-dev.32 [2021-03-25T16:17:42.505Z] v2.0.0-dev.33 [2021-03-25T16:17:42.505Z] v2.0.0-dev.34 [2021-03-25T16:17:42.505Z] v2.0.0-dev.35 [2021-03-25T16:17:42.505Z] v2.0.0-dev.36 [2021-03-25T16:17:42.505Z] v2.0.0-dev.37 [2021-03-25T16:17:42.505Z] v2.0.0-dev.38 [2021-03-25T16:17:42.505Z] v2.0.0-dev.39 [2021-03-25T16:17:42.505Z] v2.0.0-dev.4 [2021-03-25T16:17:42.505Z] v2.0.0-dev.40 [2021-03-25T16:17:42.505Z] v2.0.0-dev.41 [2021-03-25T16:17:42.506Z] v2.0.0-dev.42 [2021-03-25T16:17:42.506Z] v2.0.0-dev.43 [2021-03-25T16:17:42.506Z] v2.0.0-dev.44 [2021-03-25T16:17:42.506Z] v2.0.0-dev.45 [2021-03-25T16:17:42.506Z] v2.0.0-dev.46 [2021-03-25T16:17:42.506Z] v2.0.0-dev.47 [2021-03-25T16:17:42.506Z] v2.0.0-dev.48 [2021-03-25T16:17:42.506Z] v2.0.0-dev.49 [2021-03-25T16:17:42.506Z] v2.0.0-dev.5 [2021-03-25T16:17:42.506Z] v2.0.0-dev.50 [2021-03-25T16:17:42.506Z] v2.0.0-dev.51 [2021-03-25T16:17:42.506Z] v2.0.0-dev.52 [2021-03-25T16:17:42.506Z] v2.0.0-dev.53 [2021-03-25T16:17:42.506Z] v2.0.0-dev.54 [2021-03-25T16:17:42.506Z] v2.0.0-dev.55 [2021-03-25T16:17:42.506Z] v2.0.0-dev.56 [2021-03-25T16:17:42.506Z] v2.0.0-dev.57 [2021-03-25T16:17:42.506Z] v2.0.0-dev.58 [2021-03-25T16:17:42.506Z] v2.0.0-dev.59 [2021-03-25T16:17:42.506Z] v2.0.0-dev.6 [2021-03-25T16:17:42.506Z] v2.0.0-dev.7 [2021-03-25T16:17:42.506Z] v2.0.0-dev.8 [2021-03-25T16:17:42.506Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-25T16:17:42.856Z] + lftools sign git-tag v2.0.0-dev.59 [2021-03-25T16:17:45.462Z] Signing Git tag with Sigul... [2021-03-25T16:17:45.462Z] Signing v2.0.0-dev.59 [Pipeline] echo [2021-03-25T16:17:46.431Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:17:46.759Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T16:17:46.771Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T16:17:46.913Z] $ docker stop --time=1 32023fb3ba7f86937ca34955e749d680a2b4ea2d35fb05d39bb023c339eb04d2 [2021-03-25T16:17:49.161Z] $ docker rm -f 32023fb3ba7f86937ca34955e749d680a2b4ea2d35fb05d39bb023c339eb04d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:17:50.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T16:17:50.834Z] . [Pipeline] withDockerContainer [2021-03-25T16:17:50.989Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:17:51.060Z] $ 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-25T16:17:52.402Z] $ docker top 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T16:17:52.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T16:17:52.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T16:17:53.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T16:17:53.045Z] $ docker exec 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 ssh-agent [2021-03-25T16:17:54.049Z] SSH_AUTH_SOCK=/tmp/ssh-isVcv878ux1c/agent.12 [2021-03-25T16:17:54.050Z] SSH_AGENT_PID=18 [2021-03-25T16:17:54.063Z] Running ssh-add (command line suppressed) [2021-03-25T16:17:54.256Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7357558418927865344.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7357558418927865344.key) [2021-03-25T16:17:54.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T16:17:54.711Z] + git semver bump pre [2021-03-25T16:17:54.711Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T16:17:54.711Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T16:17:54.711Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T16:17:54.711Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T16:17:54.711Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T16:17:54.711Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T16:17:54.711Z] # $SEMVER_BRANCH = master [2021-03-25T16:17:54.711Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-25T16:17:54.711Z] 2.0.0-dev.60 [Pipeline] } [2021-03-25T16:17:54.728Z] $ docker exec --env ******** --env ******** 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 ssh-agent -k [2021-03-25T16:17:54.898Z] unset SSH_AUTH_SOCK; [2021-03-25T16:17:54.899Z] unset SSH_AGENT_PID; [2021-03-25T16:17:54.899Z] echo Agent pid 18 killed; [2021-03-25T16:17:54.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T16:17:55.808Z] + git semver [Pipeline] } [2021-03-25T16:17:55.834Z] $ docker stop --time=1 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 [2021-03-25T16:17:57.377Z] $ docker rm -f 0b7680b7096f302d20ebb1dcb9c6de8660b13df8cea673b02e43d18b95cf1261 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:17:58.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T16:17:58.050Z] . [Pipeline] withDockerContainer [2021-03-25T16:17:58.475Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:17:58.582Z] $ 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-25T16:18:00.705Z] $ docker top 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T16:18:01.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T16:18:01.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T16:18:03.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T16:18:03.145Z] $ docker exec 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f ssh-agent [2021-03-25T16:18:03.447Z] SSH_AUTH_SOCK=/tmp/ssh-oWgXjNSxX6Td/agent.11 [2021-03-25T16:18:03.447Z] SSH_AGENT_PID=17 [2021-03-25T16:18:03.459Z] Running ssh-add (command line suppressed) [2021-03-25T16:18:03.724Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3555681656268500356.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3555681656268500356.key) [2021-03-25T16:18:03.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T16:18:04.258Z] + git semver push [2021-03-25T16:18:04.258Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T16:18:04.258Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T16:18:04.258Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T16:18:04.258Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T16:18:04.258Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T16:18:04.258Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T16:18:04.258Z] # $SEMVER_BRANCH = master [2021-03-25T16:18:04.258Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-25T16:18:11.169Z] $ docker exec --env ******** --env ******** 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f ssh-agent -k [2021-03-25T16:18:11.632Z] unset SSH_AUTH_SOCK; [2021-03-25T16:18:11.633Z] unset SSH_AGENT_PID; [2021-03-25T16:18:11.633Z] echo Agent pid 17 killed; [2021-03-25T16:18:12.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T16:18:13.438Z] + git semver [Pipeline] } [2021-03-25T16:18:13.462Z] $ docker stop --time=1 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f [2021-03-25T16:18:15.100Z] $ docker rm -f 88a720056703ec508a82b1e48b0a782dd75ac84bf7f546a3ebbca2727f461b2f [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-25T16:18:17.653Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:18:18.974Z] ---> package-listing.sh [2021-03-25T16:18:18.974Z] ++ facter osfamily [2021-03-25T16:18:18.974Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T16:18:19.244Z] + OS_FAMILY=redhat [2021-03-25T16:18:19.244Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-03-25T16:18:19.244Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T16:18:19.244Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T16:18:19.245Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T16:18:19.245Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T16:18:19.245Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-25T16:18:19.245Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T16:18:19.245Z] + case "${OS_FAMILY}" in [2021-03-25T16:18:19.245Z] + rpm -qa [2021-03-25T16:18:19.245Z] + sort [2021-03-25T16:18:27.739Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T16:18:27.739Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T16:18:27.739Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T16:18:27.739Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-25T16:18:27.739Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-03-25T16:18:27.739Z] + 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-25T16:18:27.754Z] 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-25T16:18:28.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:18:28.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T16:18:28.638Z] [2021-03-25T16:18:28.638Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T16:18:29.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T16:18:29.016Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T16:18:29.016Z] df20fa9351a1: Pulling fs layer [2021-03-25T16:18:29.016Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T16:18:29.016Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T16:18:29.016Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T16:18:29.017Z] 93b61091891f: Pulling fs layer [2021-03-25T16:18:29.017Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T16:18:29.017Z] 5e14af77c1be: Pulling fs layer [2021-03-25T16:18:29.017Z] 01666e4c0597: Pulling fs layer [2021-03-25T16:18:29.017Z] aa168da1d23b: Pulling fs layer [2021-03-25T16:18:29.017Z] 93b9cdb0e59b: Waiting [2021-03-25T16:18:29.017Z] 5e14af77c1be: Waiting [2021-03-25T16:18:29.017Z] 01666e4c0597: Waiting [2021-03-25T16:18:29.017Z] 46f8f816bc3b: Waiting [2021-03-25T16:18:29.017Z] aa168da1d23b: Waiting [2021-03-25T16:18:29.017Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T16:18:29.017Z] 36b3adc4ff6f: Download complete [2021-03-25T16:18:29.017Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T16:18:29.017Z] 46f8f816bc3b: Download complete [2021-03-25T16:18:29.285Z] df20fa9351a1: Verifying Checksum [2021-03-25T16:18:29.285Z] df20fa9351a1: Download complete [2021-03-25T16:18:29.285Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T16:18:29.285Z] 93b9cdb0e59b: Download complete [2021-03-25T16:18:29.285Z] 5e14af77c1be: Verifying Checksum [2021-03-25T16:18:29.285Z] 5e14af77c1be: Download complete [2021-03-25T16:18:29.285Z] 01666e4c0597: Verifying Checksum [2021-03-25T16:18:29.285Z] 01666e4c0597: Download complete [2021-03-25T16:18:29.285Z] 93b61091891f: Download complete [2021-03-25T16:18:29.938Z] df20fa9351a1: Pull complete [2021-03-25T16:18:30.609Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T16:18:30.609Z] 8ad3a11d3b57: Download complete [2021-03-25T16:18:30.609Z] 36b3adc4ff6f: Pull complete [2021-03-25T16:18:33.300Z] 8ad3a11d3b57: Pull complete [2021-03-25T16:18:33.670Z] 46f8f816bc3b: Pull complete [2021-03-25T16:18:34.289Z] aa168da1d23b: Verifying Checksum [2021-03-25T16:18:34.289Z] aa168da1d23b: Download complete [2021-03-25T16:18:34.558Z] 93b61091891f: Pull complete [2021-03-25T16:18:34.847Z] 93b9cdb0e59b: Pull complete [2021-03-25T16:18:35.464Z] 5e14af77c1be: Pull complete [2021-03-25T16:18:35.464Z] 01666e4c0597: Pull complete [2021-03-25T16:18:57.948Z] aa168da1d23b: Pull complete [2021-03-25T16:18:57.948Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T16:18:57.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T16:18:57.948Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T16:18:58.249Z] prd-centos7-docker-4c-2g-31385 does not seem to be running inside a container [2021-03-25T16:18:58.312Z] $ 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-25T16:19:02.178Z] $ docker top 926af1d7880e64787bc22bf36db97690b396c483d00a8282054585c5099327a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T16:19:02.922Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T16:19:03.255Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T16:19:03.573Z] + ls /var/log/sa-host [2021-03-25T16:19:03.573Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T16:19:03.573Z] file_magic: OK [2021-03-25T16:19:03.573Z] HZ: Using current value: 100 [2021-03-25T16:19:03.573Z] file_header: OK [2021-03-25T16:19:03.573Z] 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-25T16:19:03.573Z] Statistics: [2021-03-25T16:19:03.573Z] Hnuu...uuuununununu... [2021-03-25T16:19:03.573Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T16:19:03.573Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T16:19:03.573Z] file_magic: OK [2021-03-25T16:19:03.573Z] HZ: Using current value: 100 [2021-03-25T16:19:03.573Z] file_header: OK [2021-03-25T16:19:03.573Z] 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-25T16:19:03.573Z] Statistics: [2021-03-25T16:19:03.573Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T16:19:03.573Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T16:19:04.255Z] provisioning config files... [2021-03-25T16:19:04.327Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2419427298200347059tmp [Pipeline] { [Pipeline] echo [2021-03-25T16:19:04.396Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:19:04.725Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T16:19:05.053Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T16:19:05.248Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:19:06.478Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T16:19:06.544Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:19:08.323Z] ---> sudo-logs.sh [2021-03-25T16:19:08.323Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T16:19:08.446Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:19:08.948Z] ---> job-cost.sh [2021-03-25T16:19:08.948Z] lf-activate-venv: SKIPPING [2021-03-25T16:19:08.948Z] DEBUG: total: 0.20999999344348907 [2021-03-25T16:19:08.948Z] INFO: Retrieving Stack Cost... [2021-03-25T16:19:09.905Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T16:19:10.485Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T16:19:10.501Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T16:19:10.807Z] ---> logs-deploy.sh [2021-03-25T16:19:10.807Z] lf-activate-venv: SKIPPING [2021-03-25T16:19:10.807Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/178 [2021-03-25T16:19:10.807Z] INFO: archiving workspace using pattern(s): [2021-03-25T16:19:14.180Z] Archives upload complete. [2021-03-25T16:19:14.180Z] INFO: archiving logs to Nexus [2021-03-25T16:19:15.663Z] ---> uname -a: [2021-03-25T16:19:15.663Z] Linux prd-centos7-docker-4c-2g-31385.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-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] ---> lscpu: [2021-03-25T16:19:15.663Z] Architecture: x86_64 [2021-03-25T16:19:15.663Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T16:19:15.663Z] Byte Order: Little Endian [2021-03-25T16:19:15.663Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T16:19:15.663Z] CPU(s): 4 [2021-03-25T16:19:15.663Z] On-line CPU(s) list: 0-3 [2021-03-25T16:19:15.663Z] Thread(s) per core: 1 [2021-03-25T16:19:15.663Z] Core(s) per socket: 1 [2021-03-25T16:19:15.663Z] Socket(s): 4 [2021-03-25T16:19:15.663Z] NUMA node(s): 1 [2021-03-25T16:19:15.663Z] Vendor ID: GenuineIntel [2021-03-25T16:19:15.663Z] CPU family: 6 [2021-03-25T16:19:15.663Z] Model: 44 [2021-03-25T16:19:15.663Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T16:19:15.663Z] Stepping: 1 [2021-03-25T16:19:15.663Z] CPU MHz: 2933.438 [2021-03-25T16:19:15.663Z] BogoMIPS: 5866.87 [2021-03-25T16:19:15.663Z] Virtualization: VT-x [2021-03-25T16:19:15.663Z] Hypervisor vendor: KVM [2021-03-25T16:19:15.663Z] Virtualization type: full [2021-03-25T16:19:15.663Z] L1d cache: 128 KiB [2021-03-25T16:19:15.663Z] L1i cache: 128 KiB [2021-03-25T16:19:15.663Z] L2 cache: 16 MiB [2021-03-25T16:19:15.663Z] L3 cache: 64 MiB [2021-03-25T16:19:15.663Z] NUMA node0 CPU(s): 0-3 [2021-03-25T16:19:15.663Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T16:19:15.663Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T16:19:15.663Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T16:19:15.663Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T16:19:15.663Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T16:19:15.663Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T16:19:15.663Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T16:19:15.663Z] Vulnerability Srbds: Not affected [2021-03-25T16:19:15.663Z] Vulnerability Tsx async abort: Not affected [2021-03-25T16:19:15.663Z] 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-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] ---> nproc: [2021-03-25T16:19:15.663Z] 4 [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] ---> df -h: [2021-03-25T16:19:15.663Z] Filesystem Size Used Available Use% Mounted on [2021-03-25T16:19:15.663Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-25T16:19:15.663Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-25T16:19:15.663Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-25T16:19:15.663Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-25T16:19:15.663Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] ---> free -m: [2021-03-25T16:19:15.663Z] total used free shared buff/cache available [2021-03-25T16:19:15.663Z] Mem: 1837 837 154 0 844 933 [2021-03-25T16:19:15.663Z] Swap: 1023 2 1021 [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] [2021-03-25T16:19:15.663Z] ---> ip addr: [2021-03-25T16:19:15.663Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-25T16:19:15.663Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-25T16:19:15.663Z] inet 127.0.0.1/8 scope host lo [2021-03-25T16:19:15.663Z] valid_lft forever preferred_lft forever [2021-03-25T16:19:15.664Z] inet6 ::1/128 scope host [2021-03-25T16:19:15.664Z] valid_lft forever preferred_lft forever [2021-03-25T16:19:15.664Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-25T16:19:15.664Z] link/ether fa:16:3e:a2:03:d1 brd ff:ff:ff:ff:ff:ff [2021-03-25T16:19:15.664Z] inet 10.30.122.166/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-25T16:19:15.664Z] valid_lft 85663sec preferred_lft 85663sec [2021-03-25T16:19:15.664Z] inet6 fe80::f816:3eff:fea2:3d1/64 scope link [2021-03-25T16:19:15.664Z] valid_lft forever preferred_lft forever [2021-03-25T16:19:15.664Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-25T16:19:15.664Z] link/ether 02:42:10:48:d9:8d brd ff:ff:ff:ff:ff:ff [2021-03-25T16:19:15.664Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-25T16:19:15.664Z] valid_lft forever preferred_lft forever [2021-03-25T16:19:15.664Z] inet6 fe80::42:10ff:fe48:d98d/64 scope link [2021-03-25T16:19:15.664Z] valid_lft forever preferred_lft forever [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] ---> sar -b -r -n DEV: [2021-03-25T16:19:15.664Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] 16:06:44 LINUX RESTART (4 CPU) [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] 16:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-25T16:19:15.664Z] 16:09:01 67.83 20.75 47.08 0.00 5303.16 3971.44 0.00 [2021-03-25T16:19:15.664Z] 16:10:01 3.96 0.00 3.96 0.00 0.00 135.31 0.00 [2021-03-25T16:19:15.664Z] 16:11:01 0.38 0.00 0.38 0.00 0.00 5.54 0.00 [2021-03-25T16:19:15.664Z] 16:12:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 [2021-03-25T16:19:15.664Z] 16:13:01 0.38 0.00 0.38 0.00 0.00 5.99 0.00 [2021-03-25T16:19:15.664Z] 16:14:01 0.32 0.00 0.32 0.00 0.00 3.50 0.00 [2021-03-25T16:19:15.664Z] 16:15:01 0.28 0.00 0.28 0.00 0.00 2.71 0.00 [2021-03-25T16:19:15.664Z] 16:16:02 223.75 132.71 91.03 0.00 6287.70 33224.31 0.00 [2021-03-25T16:19:15.664Z] 16:17:01 146.26 56.02 90.24 0.00 2921.42 20828.01 0.00 [2021-03-25T16:19:15.664Z] 16:18:01 159.21 65.14 94.07 0.00 4038.59 15096.65 0.00 [2021-03-25T16:19:15.664Z] 16:19:01 154.93 65.20 89.72 0.00 5072.45 19635.86 0.00 [2021-03-25T16:19:15.664Z] Average: 68.78 30.89 37.89 0.00 2141.22 8438.29 0.00 [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] 16:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-25T16:19:15.664Z] 16:09:01 147616 0 604684 32.14 2620 1126624 1147668 39.17 412336 1119396 132 [2021-03-25T16:19:15.664Z] 16:10:01 172556 0 579740 30.81 2620 1126628 1075064 36.69 399172 1110156 20 [2021-03-25T16:19:15.664Z] 16:11:01 172108 0 580184 30.84 2620 1126632 1069924 36.51 399912 1109732 8 [2021-03-25T16:19:15.664Z] 16:12:01 171240 0 581048 30.88 2620 1126636 1070152 36.52 411768 1099284 8 [2021-03-25T16:19:15.664Z] 16:13:01 172332 0 579952 30.82 2620 1126640 1069924 36.51 410652 1099276 12 [2021-03-25T16:19:15.664Z] 16:14:01 169800 0 582476 30.96 2620 1126648 1070020 36.52 426908 1085972 8 [2021-03-25T16:19:15.664Z] 16:15:01 170036 0 582240 30.94 2620 1126648 1069924 36.51 426268 1085972 8 [2021-03-25T16:19:15.664Z] 16:16:02 167052 0 692060 36.78 2620 1019812 1536648 52.44 448780 1015472 40 [2021-03-25T16:19:15.664Z] 16:17:01 74064 0 786000 41.77 2596 1018884 1625592 55.48 638844 894796 89224 [2021-03-25T16:19:15.664Z] 16:18:01 231252 0 809968 43.05 1556 838768 1433448 48.92 540048 766812 40 [2021-03-25T16:19:15.664Z] 16:19:01 186424 0 859744 45.69 1552 833824 1545972 52.76 524320 806732 8 [2021-03-25T16:19:15.664Z] Average: 166771 0 658009 34.97 2424 1054340 1246758 42.55 458092 1017600 8137 [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] 16:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-25T16:19:15.664Z] 16:09:01 eth0 226.81 170.78 933.43 80.01 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:09:01 docker0 8.71 5.95 1.94 21.79 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:10:01 eth0 0.65 0.17 0.05 0.03 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:11:01 eth0 0.72 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:12:01 eth0 1.01 0.63 0.54 0.40 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:13:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:14:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:15:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:16:02 veth63beda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:16:02 eth0 409.53 339.61 4066.58 32.88 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:16:02 veth0ef3754 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:17:01 eth0 393.76 353.42 3418.30 92.82 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:17:01 docker0 31.37 29.39 3.70 183.31 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:18:01 eth0 139.78 68.01 283.24 20.29 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:18:01 veth8767a8c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:18:01 docker0 37.11 68.99 2.03 234.27 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:19:01 eth0 227.88 182.64 2213.17 70.34 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] 16:19:01 docker0 2.57 2.02 0.78 0.96 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] Average: eth0 126.86 101.01 989.10 26.79 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] Average: docker0 6.45 9.14 0.59 38.02 0.00 0.00 0.00 0.00 [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] ---> sar -P ALL: [2021-03-25T16:19:15.664Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] 16:06:44 LINUX RESTART (4 CPU) [2021-03-25T16:19:15.664Z] [2021-03-25T16:19:15.664Z] 16:08:02 CPU %user %nice %system %iowait %steal %idle [2021-03-25T16:19:15.664Z] 16:09:01 all 12.14 0.00 4.78 1.89 24.51 56.67 [2021-03-25T16:19:15.664Z] 16:09:01 0 12.85 0.00 4.62 1.17 24.42 56.94 [2021-03-25T16:19:15.664Z] 16:09:01 1 10.72 0.00 4.19 1.70 24.13 59.27 [2021-03-25T16:19:15.664Z] 16:09:01 2 13.70 0.00 5.44 2.61 24.13 54.12 [2021-03-25T16:19:15.664Z] 16:09:01 3 11.34 0.00 4.90 2.09 25.37 56.30 [2021-03-25T16:19:15.664Z] 16:10:01 all 0.12 0.00 0.08 0.00 0.40 99.40 [2021-03-25T16:19:15.664Z] 16:10:01 0 0.28 0.00 0.07 0.00 0.35 99.30 [2021-03-25T16:19:15.664Z] 16:10:01 1 0.05 0.00 0.12 0.00 0.43 99.40 [2021-03-25T16:19:15.664Z] 16:10:01 2 0.10 0.00 0.07 0.00 0.71 99.12 [2021-03-25T16:19:15.664Z] 16:10:01 3 0.03 0.00 0.07 0.00 0.12 99.78 [2021-03-25T16:19:15.664Z] 16:11:01 all 0.12 0.00 0.07 0.00 0.34 99.47 [2021-03-25T16:19:15.664Z] 16:11:01 0 0.03 0.00 0.08 0.00 0.32 99.57 [2021-03-25T16:19:15.664Z] 16:11:01 1 0.03 0.00 0.03 0.00 0.17 99.77 [2021-03-25T16:19:15.664Z] 16:11:01 2 0.07 0.00 0.10 0.00 0.45 99.38 [2021-03-25T16:19:15.664Z] 16:11:01 3 0.33 0.00 0.07 0.00 0.43 99.17 [2021-03-25T16:19:15.664Z] 16:12:01 all 0.11 0.00 0.06 0.00 0.32 99.52 [2021-03-25T16:19:15.664Z] 16:12:01 0 0.03 0.00 0.03 0.00 0.12 99.82 [2021-03-25T16:19:15.664Z] 16:12:01 1 0.05 0.00 0.10 0.00 0.18 99.67 [2021-03-25T16:19:15.664Z] 16:12:01 2 0.33 0.00 0.07 0.00 0.60 99.00 [2021-03-25T16:19:15.664Z] 16:12:01 3 0.02 0.00 0.03 0.00 0.37 99.58 [2021-03-25T16:19:15.664Z] 16:13:01 all 0.09 0.00 0.05 0.00 0.30 99.56 [2021-03-25T16:19:15.664Z] 16:13:01 0 0.00 0.00 0.03 0.00 0.28 99.68 [2021-03-25T16:19:15.664Z] 16:13:01 1 0.27 0.00 0.07 0.00 0.23 99.43 [2021-03-25T16:19:15.664Z] 16:13:01 2 0.07 0.00 0.05 0.00 0.43 99.45 [2021-03-25T16:19:15.664Z] 16:13:01 3 0.02 0.00 0.07 0.00 0.25 99.67 [2021-03-25T16:19:15.664Z] 16:14:01 all 0.12 0.00 0.14 0.00 0.29 99.45 [2021-03-25T16:19:15.664Z] 16:14:01 0 0.28 0.00 0.10 0.00 0.28 99.33 [2021-03-25T16:19:15.664Z] 16:14:01 1 0.08 0.00 0.22 0.00 0.23 99.47 [2021-03-25T16:19:15.664Z] 16:14:01 2 0.07 0.00 0.12 0.00 0.47 99.35 [2021-03-25T16:19:15.664Z] 16:14:01 3 0.03 0.00 0.12 0.00 0.18 99.67 [2021-03-25T16:19:15.664Z] 16:15:01 all 0.13 0.00 0.02 0.00 0.22 99.62 [2021-03-25T16:19:15.664Z] 16:15:01 0 0.02 0.00 0.02 0.00 0.15 99.82 [2021-03-25T16:19:15.664Z] 16:15:01 1 0.18 0.00 0.00 0.00 0.33 99.49 [2021-03-25T16:19:15.664Z] 16:15:01 2 0.30 0.00 0.07 0.00 0.30 99.33 [2021-03-25T16:19:15.664Z] 16:15:01 3 0.02 0.00 0.02 0.00 0.12 99.85 [2021-03-25T16:19:15.664Z] 16:16:02 all 4.63 0.00 4.44 1.70 20.13 69.09 [2021-03-25T16:19:15.664Z] 16:16:02 0 4.64 0.00 5.00 1.49 20.05 68.82 [2021-03-25T16:19:15.664Z] 16:16:02 1 4.34 0.00 4.93 1.02 19.16 70.56 [2021-03-25T16:19:15.664Z] 16:16:02 2 4.36 0.00 3.75 1.83 20.16 69.90 [2021-03-25T16:19:15.664Z] 16:16:02 3 5.19 0.00 4.10 2.47 21.16 67.09 [2021-03-25T16:19:15.664Z] 16:17:01 all 5.02 0.00 4.82 3.56 29.48 57.11 [2021-03-25T16:19:15.664Z] 16:17:01 0 3.67 0.00 4.42 2.70 30.26 58.95 [2021-03-25T16:19:15.664Z] 16:17:01 1 4.84 0.00 4.20 4.07 28.10 58.79 [2021-03-25T16:19:15.664Z] 16:17:01 2 5.56 0.00 5.94 4.23 29.11 55.15 [2021-03-25T16:19:15.664Z] 16:17:01 3 6.09 0.00 4.73 3.29 30.42 55.48 [2021-03-25T16:19:15.664Z] 16:18:01 all 5.58 0.00 5.41 1.96 20.81 66.25 [2021-03-25T16:19:15.664Z] 16:18:01 0 3.05 0.00 4.31 0.94 20.73 70.96 [2021-03-25T16:19:15.664Z] 16:18:01 1 5.19 0.00 6.66 3.93 20.83 63.39 [2021-03-25T16:19:15.664Z] 16:18:01 2 10.37 0.00 5.55 1.33 20.78 61.96 [2021-03-25T16:19:15.664Z] 16:18:01 3 3.83 0.00 5.15 1.64 20.92 68.46 [2021-03-25T16:19:15.664Z] 16:19:01 all 4.57 0.00 4.77 3.13 22.01 65.51 [2021-03-25T16:19:15.664Z] 16:19:01 0 3.81 0.00 4.24 2.26 23.16 66.53 [2021-03-25T16:19:15.664Z] 16:19:01 1 5.84 0.00 5.10 7.05 22.37 59.64 [2021-03-25T16:19:15.664Z] 16:19:01 2 4.11 0.00 4.46 1.00 21.37 69.06 [2021-03-25T16:19:15.665Z] 16:19:01 3 4.55 0.00 5.32 2.28 21.13 66.72 [2021-03-25T16:19:15.665Z] [2021-03-25T16:19:15.665Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-25T16:19:15.665Z] Average: all 3.04 0.00 2.32 1.16 11.19 82.30 [2021-03-25T16:19:15.665Z] Average: 0 2.67 0.00 2.17 0.82 11.42 82.93 [2021-03-25T16:19:15.665Z] Average: 1 2.95 0.00 2.40 1.68 10.91 82.06 [2021-03-25T16:19:15.665Z] Average: 2 3.61 0.00 2.40 1.04 11.12 81.84 [2021-03-25T16:19:15.665Z] Average: 3 2.93 0.00 2.31 1.11 11.31 82.35 [2021-03-25T16:19:15.665Z] [2021-03-25T16:19:15.665Z] [2021-03-25T16:19:15.665Z]