Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5e57747caa5f199a1759cb4e8490db6eac6544c3 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-206 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5e57747caa5f199a1759cb4e8490db6eac6544c3 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 Commit message: "Merge pull request #582 from weichou1229/issue-581" > git rev-list --no-walk 205e078090c85c2987ffa64a69d75c76dffd8e81 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-15T05:36:11.806Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-15T05:36:11.893Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-15T05:36:11.920Z] ========================================================= [2021-04-15T05:36:11.920Z] EdgeX Global Pipelines Version Info [2021-04-15T05:36:11.920Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:36:13.889Z] ------------------- [2021-04-15T05:36:13.889Z] stable info: [2021-04-15T05:36:13.889Z] ------------------- [2021-04-15T05:36:13.889Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-15T05:36:13.889Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-15T05:36:13.889Z] Message: update stable to v1.0.186 [2021-04-15T05:36:14.466Z] ------------------- [2021-04-15T05:36:14.466Z] experimental info: [2021-04-15T05:36:14.466Z] ------------------- [2021-04-15T05:36:14.466Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-15T05:36:14.466Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-15T05:36:14.466Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-15T05:36:14.603Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-04-15T05:36:14.626Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-04-15T05:36:14.649Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-15T05:36:14.673Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-15T05:36:14.696Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-15T05:36:14.718Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-15T05:36:14.745Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-15T05:36:14.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-15T05:36:14.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-15T05:36:14.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-15T05:36:14.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-15T05:36:14.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-04-15T05:36:14.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-15T05:36:14.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-15T05:36:14.945Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T05:36:14.968Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T05:36:14.991Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T05:36:15.014Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T05:36:15.037Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-15T05:36:15.059Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-15T05:36:15.082Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-15T05:36:15.106Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-15T05:36:15.129Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-15T05:36:15.152Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-15T05:36:15.203Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-15T05:36:15.226Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-15T05:36:15.248Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-15T05:36:15.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-15T05:36:15.293Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-15T05:36:15.317Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] echo [2021-04-15T05:36:15.341Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e57747 [Pipeline] echo [2021-04-15T05:36:15.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T05:36:15.796Z] + git log --format=format:%s -1 5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] echo [2021-04-15T05:36:15.864Z] GIT_COMMIT: 5e57747caa5f199a1759cb4e8490db6eac6544c3, Commit Message: Merge pull request #582 from weichou1229/issue-581 [Pipeline] echo [2021-04-15T05:36:15.882Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:36:16.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T05:36:17.089Z] [2021-04-15T05:36:17.089Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:36:17.427Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T05:36:17.427Z] latest: Pulling from edgex-devops/git-semver [2021-04-15T05:36:17.427Z] 31603596830f: Pulling fs layer [2021-04-15T05:36:17.427Z] 2a8b12db71e7: Pulling fs layer [2021-04-15T05:36:17.427Z] 6ca5941a6612: Pulling fs layer [2021-04-15T05:36:17.427Z] ecc8261a40a4: Pulling fs layer [2021-04-15T05:36:17.427Z] ecc8261a40a4: Waiting [2021-04-15T05:36:17.427Z] 2a8b12db71e7: Verifying Checksum [2021-04-15T05:36:17.427Z] 2a8b12db71e7: Download complete [2021-04-15T05:36:17.696Z] 31603596830f: Verifying Checksum [2021-04-15T05:36:17.696Z] 31603596830f: Download complete [2021-04-15T05:36:17.696Z] ecc8261a40a4: Verifying Checksum [2021-04-15T05:36:17.696Z] ecc8261a40a4: Download complete [2021-04-15T05:36:17.960Z] 6ca5941a6612: Verifying Checksum [2021-04-15T05:36:17.960Z] 6ca5941a6612: Download complete [2021-04-15T05:36:17.960Z] 31603596830f: Pull complete [2021-04-15T05:36:18.223Z] 2a8b12db71e7: Pull complete [2021-04-15T05:36:19.177Z] 6ca5941a6612: Pull complete [2021-04-15T05:36:19.441Z] ecc8261a40a4: Pull complete [2021-04-15T05:36:19.441Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-15T05:36:19.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T05:36:19.441Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-15T05:36:19.555Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:36:19.610Z] $ 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-04-15T05:36:21.633Z] $ docker top cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T05:36:21.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T05:36:21.804Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T05:36:22.039Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T05:36:22.045Z] $ docker exec cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent [2021-04-15T05:36:22.222Z] SSH_AUTH_SOCK=/tmp/ssh-OKL13zzS3qEO/agent.11 [2021-04-15T05:36:22.222Z] SSH_AGENT_PID=16 [2021-04-15T05:36:22.232Z] Running ssh-add (command line suppressed) [2021-04-15T05:36:22.364Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7147408428251660410.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7147408428251660410.key) [2021-04-15T05:36:22.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T05:36:22.737Z] + git tag --points-at HEAD [Pipeline] } [2021-04-15T05:36:22.761Z] $ docker exec --env ******** --env ******** cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent -k [2021-04-15T05:36:22.907Z] unset SSH_AUTH_SOCK; [2021-04-15T05:36:22.907Z] unset SSH_AGENT_PID; [2021-04-15T05:36:22.907Z] echo Agent pid 16 killed; [2021-04-15T05:36:22.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-15T05:36:23.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T05:36:23.009Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T05:36:23.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T05:36:23.192Z] $ docker exec cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent [2021-04-15T05:36:23.366Z] SSH_AUTH_SOCK=/tmp/ssh-Pu1l4LTnfuaN/agent.44 [2021-04-15T05:36:23.366Z] SSH_AGENT_PID=50 [2021-04-15T05:36:23.373Z] Running ssh-add (command line suppressed) [2021-04-15T05:36:23.514Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5700813303163980316.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5700813303163980316.key) [2021-04-15T05:36:23.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T05:36:23.904Z] + git semver init [2021-04-15T05:36:23.904Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T05:36:23.904Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-15T05:36:23.904Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-15T05:36:23.904Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T05:36:23.904Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T05:36:23.904Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T05:36:23.904Z] # $SEMVER_BRANCH = master [2021-04-15T05:36:23.904Z] # $SEMVER_TEMP = /tmp/semver-567001155 [2021-04-15T05:36:23.904Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-04-15T05:36:24.860Z] # '/tmp/semver-567001155' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-04-15T05:36:24.860Z] # -> Force: false [2021-04-15T05:36:24.860Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-04-15T05:36:24.875Z] $ docker exec --env ******** --env ******** cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 ssh-agent -k [2021-04-15T05:36:25.026Z] unset SSH_AUTH_SOCK; [2021-04-15T05:36:25.027Z] unset SSH_AGENT_PID; [2021-04-15T05:36:25.027Z] echo Agent pid 50 killed; [2021-04-15T05:36:25.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T05:36:25.415Z] + git semver [Pipeline] } [2021-04-15T05:36:25.436Z] $ docker stop --time=1 cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 [2021-04-15T05:36:27.288Z] $ docker rm -f cca96b2f1a114306aa54373c58012d5cc983abff4153c1f278676ee5cc5b8a93 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T05:36:27.711Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-15T05:36:28.088Z] Stashed 1 file(s) [Pipeline] echo [2021-04-15T05:36:28.092Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.67 [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-04-15T05:36:43.260Z] Still waiting to schedule task [2021-04-15T05:36:43.260Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-15T05:36:43.263Z] Still waiting to schedule task [2021-04-15T05:36:43.263Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-15T05:38:27.565Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-207 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-04-15T05:38:27.584Z] Running in /w/workspace/go-mod-core-contracts/186 [Pipeline] { [Pipeline] checkout [2021-04-15T05:38:33.239Z] using credential edgex-jenkins-ssh [2021-04-15T05:38:33.256Z] Cloning the remote Git repository [2021-04-15T05:38:33.322Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T05:38:33.493Z] > git init /w/workspace/go-mod-core-contracts/186 # timeout=10 [2021-04-15T05:38:33.630Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T05:38:33.633Z] > git --version # timeout=10 [2021-04-15T05:38:33.702Z] > git --version # 'git version 2.17.1' [2021-04-15T05:38:33.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T05:38:33.834Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T05:38:35.094Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T05:38:35.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T05:38:35.137Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T05:38:35.798Z] Checking out Revision 5e57747caa5f199a1759cb4e8490db6eac6544c3 (master) [2021-04-15T05:38:35.183Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T05:38:35.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T05:38:35.198Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T05:38:35.832Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T05:38:35.852Z] > git checkout -f 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 [2021-04-15T05:38:40.211Z] Commit message: "Merge pull request #582 from weichou1229/issue-581" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T05:38:41.803Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-15T05:38:42.210Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T05:38:42.550Z] + sudo service docker restart [2021-04-15T05:38:42.550Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-15T05:38:45.468Z] ========================================================= [2021-04-15T05:38:45.468Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-15T05:38:45.468Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:38:45.836Z] + 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-04-15T05:38:46.823Z] Sending build context to Docker daemon 2.928MB [2021-04-15T05:38:46.823Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-15T05:38:46.823Z] Step 2/7 : FROM ${BASE} [2021-04-15T05:38:47.425Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-15T05:38:47.425Z] 5f621e34cdf4: Pulling fs layer [2021-04-15T05:38:47.425Z] a4357932f1b6: Pulling fs layer [2021-04-15T05:38:47.425Z] 18c013af1878: Pulling fs layer [2021-04-15T05:38:47.425Z] 00ac8860ef70: Pulling fs layer [2021-04-15T05:38:47.425Z] 63d7cb157983: Pulling fs layer [2021-04-15T05:38:47.425Z] b116817d02f9: Pulling fs layer [2021-04-15T05:38:47.425Z] 745a02a5169b: Pulling fs layer [2021-04-15T05:38:47.425Z] 00ac8860ef70: Waiting [2021-04-15T05:38:47.425Z] 63d7cb157983: Waiting [2021-04-15T05:38:47.425Z] 745a02a5169b: Waiting [2021-04-15T05:38:47.425Z] b116817d02f9: Waiting [2021-04-15T05:38:47.425Z] 18c013af1878: Verifying Checksum [2021-04-15T05:38:47.425Z] 18c013af1878: Download complete [2021-04-15T05:38:47.425Z] a4357932f1b6: Verifying Checksum [2021-04-15T05:38:47.425Z] a4357932f1b6: Download complete [2021-04-15T05:38:47.425Z] 63d7cb157983: Verifying Checksum [2021-04-15T05:38:47.425Z] 63d7cb157983: Download complete [2021-04-15T05:38:47.425Z] b116817d02f9: Download complete [2021-04-15T05:38:47.425Z] 5f621e34cdf4: Verifying Checksum [2021-04-15T05:38:47.425Z] 5f621e34cdf4: Download complete [2021-04-15T05:38:48.034Z] 5f621e34cdf4: Pull complete [2021-04-15T05:38:48.639Z] a4357932f1b6: Pull complete [2021-04-15T05:38:48.914Z] 18c013af1878: Pull complete [2021-04-15T05:38:49.901Z] 745a02a5169b: Verifying Checksum [2021-04-15T05:38:49.901Z] 745a02a5169b: Download complete [2021-04-15T05:38:51.341Z] 00ac8860ef70: Verifying Checksum [2021-04-15T05:38:51.341Z] 00ac8860ef70: Download complete [2021-04-15T05:39:01.564Z] 00ac8860ef70: Pull complete [2021-04-15T05:39:01.838Z] 63d7cb157983: Pull complete [2021-04-15T05:39:02.111Z] b116817d02f9: Pull complete [2021-04-15T05:39:05.517Z] 745a02a5169b: Pull complete [2021-04-15T05:39:05.517Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-15T05:39:05.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-15T05:39:05.517Z] ---> b7e6874047d6 [2021-04-15T05:39:05.517Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-15T05:39:08.152Z] ---> Running in 2adc4d228629 [2021-04-15T05:39:08.747Z] Removing intermediate container 2adc4d228629 [2021-04-15T05:39:08.747Z] ---> b1503aadda5b [2021-04-15T05:39:08.747Z] Step 4/7 : RUN apk add bash [2021-04-15T05:39:08.747Z] ---> Running in b3b9df617dc1 [2021-04-15T05:39:10.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T05:39:10.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T05:39:12.209Z] OK: 142 MiB in 39 packages [2021-04-15T05:39:13.645Z] Removing intermediate container b3b9df617dc1 [2021-04-15T05:39:13.645Z] ---> 8b78458bad13 [2021-04-15T05:39:13.645Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-15T05:39:13.645Z] ---> Running in fb5bbff0d868 [2021-04-15T05:39:13.945Z] Removing intermediate container fb5bbff0d868 [2021-04-15T05:39:13.945Z] ---> 83042e17f0de [2021-04-15T05:39:13.945Z] Step 6/7 : COPY go.mod . [2021-04-15T05:39:14.942Z] ---> f12d77677190 [2021-04-15T05:39:14.942Z] Step 7/7 : RUN go mod download [2021-04-15T05:39:14.942Z] ---> Running in 314b0976d56a [2021-04-15T05:39:15.625Z] Running on prd-centos7-docker-4c-2g-208 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-04-15T05:39:15.645Z] Running in /w/workspace/go-mod-core-contracts/186 [Pipeline] { [Pipeline] checkout [2021-04-15T05:39:18.159Z] using credential edgex-jenkins-ssh [2021-04-15T05:39:18.173Z] Cloning the remote Git repository [2021-04-15T05:39:18.019Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T05:39:18.093Z] > git init /w/workspace/go-mod-core-contracts/186 # timeout=10 [2021-04-15T05:39:18.163Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T05:39:18.163Z] > git --version # timeout=10 [2021-04-15T05:39:18.170Z] > git --version # 'git version 2.24.3' [2021-04-15T05:39:18.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T05:39:18.225Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T05:39:19.551Z] Checking out Revision 5e57747caa5f199a1759cb4e8490db6eac6544c3 (master) [2021-04-15T05:39:18.987Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T05:39:18.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T05:39:19.010Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T05:39:19.024Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T05:39:19.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T05:39:19.031Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T05:39:19.495Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T05:39:19.500Z] > git checkout -f 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 [2021-04-15T05:39:23.280Z] Commit message: "Merge pull request #582 from weichou1229/issue-581" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T05:39:24.309Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-15T05:39:24.636Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T05:39:24.930Z] + sudo service docker restart [2021-04-15T05:39:24.930Z] + true [2021-04-15T05:39:24.930Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-15T05:39:26.482Z] ========================================================= [2021-04-15T05:39:26.482Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-15T05:39:26.482Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:39:26.791Z] + 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-04-15T05:39:27.054Z] Sending build context to Docker daemon 2.93MB [2021-04-15T05:39:27.054Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-15T05:39:27.054Z] Step 2/7 : FROM ${BASE} [2021-04-15T05:39:27.318Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-15T05:39:27.318Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T05:39:27.318Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T05:39:27.318Z] de9db76c5a1d: Pulling fs layer [2021-04-15T05:39:27.318Z] bca2f99d35d6: Pulling fs layer [2021-04-15T05:39:27.318Z] 93359f2a8cfa: Pulling fs layer [2021-04-15T05:39:27.318Z] 7c6f9722023f: Pulling fs layer [2021-04-15T05:39:27.318Z] a35cf1a2eb13: Pulling fs layer [2021-04-15T05:39:27.318Z] 93359f2a8cfa: Waiting [2021-04-15T05:39:27.318Z] 7c6f9722023f: Waiting [2021-04-15T05:39:27.318Z] a35cf1a2eb13: Waiting [2021-04-15T05:39:27.318Z] bca2f99d35d6: Waiting [2021-04-15T05:39:27.318Z] de9db76c5a1d: Verifying Checksum [2021-04-15T05:39:27.318Z] de9db76c5a1d: Download complete [2021-04-15T05:39:27.318Z] 0ef7d3d256c8: Download complete [2021-04-15T05:39:27.318Z] 93359f2a8cfa: Verifying Checksum [2021-04-15T05:39:27.318Z] 93359f2a8cfa: Download complete [2021-04-15T05:39:27.318Z] 7c6f9722023f: Verifying Checksum [2021-04-15T05:39:27.318Z] 7c6f9722023f: Download complete [2021-04-15T05:39:27.318Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T05:39:27.318Z] 188c0c94c7c5: Download complete [2021-04-15T05:39:27.584Z] 188c0c94c7c5: Pull complete [2021-04-15T05:39:27.857Z] 0ef7d3d256c8: Pull complete [2021-04-15T05:39:28.124Z] de9db76c5a1d: Pull complete [2021-04-15T05:39:29.530Z] a35cf1a2eb13: Verifying Checksum [2021-04-15T05:39:29.530Z] a35cf1a2eb13: Download complete [2021-04-15T05:39:29.804Z] bca2f99d35d6: Download complete [2021-04-15T05:39:33.254Z] Removing intermediate container 314b0976d56a [2021-04-15T05:39:33.255Z] ---> 2ff94b033926 [2021-04-15T05:39:33.255Z] Successfully built 2ff94b033926 [2021-04-15T05:39:33.255Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:39:33.597Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T05:39:33.597Z] . [Pipeline] withDockerContainer [2021-04-15T05:39:33.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-207 does not seem to be running inside a container [2021-04-15T05:39:33.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@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-04-15T05:39:35.150Z] bca2f99d35d6: Pull complete [2021-04-15T05:39:35.150Z] 93359f2a8cfa: Pull complete [2021-04-15T05:39:35.417Z] 7c6f9722023f: Pull complete [2021-04-15T05:39:35.431Z] $ docker top e3b459cadd99da604034d7174931ebc5bce04d8a6801a6ac74c8eaef7d39fafb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T05:39:36.410Z] + go version [2021-04-15T05:39:36.410Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-15T05:39:36.444Z] $ docker stop --time=1 e3b459cadd99da604034d7174931ebc5bce04d8a6801a6ac74c8eaef7d39fafb [2021-04-15T05:39:38.372Z] $ docker rm -f e3b459cadd99da604034d7174931ebc5bce04d8a6801a6ac74c8eaef7d39fafb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:39:39.041Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T05:39:39.041Z] . [Pipeline] withDockerContainer [2021-04-15T05:39:39.305Z] prd-ubuntu18.04-docker-arm64-4c-16g-207 does not seem to be running inside a container [2021-04-15T05:39:39.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@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-04-15T05:39:40.829Z] $ docker top d86b850f8d8df3340284ab0f9cd250af8d71151e4aab1a56d6d2475cb50d0bc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T05:39:41.768Z] + make test [2021-04-15T05:39:41.768Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-15T05:39:45.464Z] a35cf1a2eb13: Pull complete [2021-04-15T05:39:45.464Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-15T05:39:45.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-15T05:39:45.464Z] ---> a62c8e92a672 [2021-04-15T05:39:45.464Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-15T05:39:45.464Z] ---> Running in e4b95a23f91f [2021-04-15T05:39:45.464Z] Removing intermediate container e4b95a23f91f [2021-04-15T05:39:45.464Z] ---> 14ddb84c0ec4 [2021-04-15T05:39:45.464Z] Step 4/7 : RUN apk add bash [2021-04-15T05:39:45.464Z] ---> Running in a7aaeab36633 [2021-04-15T05:39:45.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T05:39:45.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T05:39:46.041Z] OK: 166 MiB in 39 packages [2021-04-15T05:39:46.633Z] Removing intermediate container a7aaeab36633 [2021-04-15T05:39:46.633Z] ---> c5ffba2d2acd [2021-04-15T05:39:46.633Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-15T05:39:46.633Z] ---> Running in 99b56d32001f [2021-04-15T05:39:46.900Z] Removing intermediate container 99b56d32001f [2021-04-15T05:39:46.900Z] ---> 44602f893f7d [2021-04-15T05:39:46.900Z] Step 6/7 : COPY go.mod . [2021-04-15T05:39:47.177Z] ---> 59c571fd2148 [2021-04-15T05:39:47.177Z] Step 7/7 : RUN go mod download [2021-04-15T05:39:47.177Z] ---> Running in 9455948addfc [2021-04-15T05:40:02.166Z] Removing intermediate container 9455948addfc [2021-04-15T05:40:02.167Z] ---> 90d1d2295657 [2021-04-15T05:40:02.167Z] Successfully built 90d1d2295657 [2021-04-15T05:40:02.167Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:40:02.483Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T05:40:02.483Z] . [Pipeline] withDockerContainer [2021-04-15T05:40:02.596Z] prd-centos7-docker-4c-2g-208 does not seem to be running inside a container [2021-04-15T05:40:02.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-15T05:40:03.271Z] $ docker top 7fc8e613908bbc94ebc912da68c90071f185ea3098679c1e457f67b418be82ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T05:40:03.688Z] + go version [2021-04-15T05:40:03.688Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-15T05:40:03.705Z] $ docker stop --time=1 7fc8e613908bbc94ebc912da68c90071f185ea3098679c1e457f67b418be82ec [2021-04-15T05:40:03.969Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-15T05:40:05.052Z] $ docker rm -f 7fc8e613908bbc94ebc912da68c90071f185ea3098679c1e457f67b418be82ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:40:05.616Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T05:40:05.616Z] . [Pipeline] withDockerContainer [2021-04-15T05:40:05.725Z] prd-centos7-docker-4c-2g-208 does not seem to be running inside a container [2021-04-15T05:40:05.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/186 -v /w/workspace/go-mod-core-contracts/186:/w/workspace/go-mod-core-contracts/186:rw,z -v /w/workspace/go-mod-core-contracts/186@tmp:/w/workspace/go-mod-core-contracts/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-15T05:40:05.983Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.036s coverage: 85.7% of statements [2021-04-15T05:40:06.455Z] $ docker top de9cd2779fde281af771e741323958523081d2d0716487fdfd651e3942a750a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T05:40:06.888Z] + make test [2021-04-15T05:40:06.888Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-15T05:40:07.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.063s coverage: 100.0% of statements [2021-04-15T05:40:07.733Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.054s coverage: 45.4% of statements [2021-04-15T05:40:08.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.070s coverage: 77.8% of statements [2021-04-15T05:40:08.010Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-15T05:40:10.649Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements [2021-04-15T05:40:10.649Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements [2021-04-15T05:40:11.253Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements [2021-04-15T05:40:11.862Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.104s coverage: 91.8% of statements [2021-04-15T05:40:11.862Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-15T05:40:11.862Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-15T05:40:11.862Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.033s coverage: 100.0% of statements [2021-04-15T05:40:12.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 35.5% of statements [2021-04-15T05:40:13.586Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-15T05:40:13.586Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements [2021-04-15T05:40:13.586Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.019s coverage: 100.0% of statements [2021-04-15T05:40:14.182Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.022s coverage: 45.4% of statements [2021-04-15T05:40:14.182Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.057s coverage: 77.8% of statements [2021-04-15T05:40:14.182Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-15T05:40:14.765Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements [2021-04-15T05:40:15.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.013s coverage: 14.7% of statements [2021-04-15T05:40:15.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements [2021-04-15T05:40:15.306Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements [2021-04-15T05:40:15.306Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-15T05:40:15.306Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-15T05:40:15.306Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements [2021-04-15T05:40:15.583Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 35.5% of statements [2021-04-15T05:40:17.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 63.0% of statements [2021-04-15T05:40:17.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements [2021-04-15T05:40:17.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements [2021-04-15T05:40:17.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements [2021-04-15T05:40:17.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.031s coverage: 14.3% of statements [2021-04-15T05:40:18.146Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-15T05:40:19.195Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.127s coverage: 63.0% of statements [2021-04-15T05:40:19.196Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements [2021-04-15T05:40:19.196Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements [2021-04-15T05:40:19.196Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.010s coverage: 15.4% of statements [2021-04-15T05:40:19.196Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.034s coverage: 14.3% of statements [2021-04-15T05:40:19.196Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-15T05:40:20.090Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.104s coverage: 84.4% of statements [2021-04-15T05:40:20.090Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-15T05:40:20.090Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-15T05:40:20.090Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-15T05:40:20.090Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.034s coverage: 49.7% of statements [2021-04-15T05:40:20.090Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.7% of statements [2021-04-15T05:40:20.644Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.261s coverage: 84.4% of statements [2021-04-15T05:40:20.644Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-15T05:40:20.644Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-15T05:40:20.644Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-15T05:40:20.673Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.046s coverage: 87.1% of statements [2021-04-15T05:40:20.673Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-04-15T05:40:20.673Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements [2021-04-15T05:40:20.923Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.063s coverage: 49.7% of statements [2021-04-15T05:40:20.937Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-15T05:40:21.523Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.047s coverage: 94.7% of statements [2021-04-15T05:40:22.902Z] gofmt -l . [2021-04-15T05:40:22.902Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-15T05:40:23.178Z] $ docker stop --time=1 de9cd2779fde281af771e741323958523081d2d0716487fdfd651e3942a750a4 [2021-04-15T05:40:24.154Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.176s coverage: 87.1% of statements [2021-04-15T05:40:24.154Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.031s coverage: 100.0% of statements [2021-04-15T05:40:24.154Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.036s coverage: 69.6% of statements [2021-04-15T05:40:24.154Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-15T05:40:25.591Z] $ docker rm -f de9cd2779fde281af771e741323958523081d2d0716487fdfd651e3942a750a4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T05:40:26.093Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T05:40:26.681Z] 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-04-15T05:40:27.356Z] ---> job-cost.sh [2021-04-15T05:40:27.356Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZKCT [2021-04-15T05:40:30.878Z] gofmt -l . [2021-04-15T05:40:30.878Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-15T05:40:31.524Z] $ docker stop --time=1 d86b850f8d8df3340284ab0f9cd250af8d71151e4aab1a56d6d2475cb50d0bc5 [2021-04-15T05:40:33.788Z] $ docker rm -f d86b850f8d8df3340284ab0f9cd250af8d71151e4aab1a56d6d2475cb50d0bc5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T05:40:34.564Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T05:40:34.597Z] Warning: overwriting stash ‘coverage-report’ [2021-04-15T05:40:35.610Z] 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-04-15T05:40:36.118Z] ---> job-cost.sh [2021-04-15T05:40:36.118Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2NqL [2021-04-15T05:40:42.290Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T05:41:08.934Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZKCT/bin to PATH [2021-04-15T05:41:08.934Z] INFO: No Stack... [2021-04-15T05:41:08.934Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T05:41:09.210Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T05:41:09.538Z] + cut -d, -f6 [2021-04-15T05:41:09.538Z] + cat /w/workspace/go-mod-core-contracts/186/archives/cost.csv [Pipeline] lock [2021-04-15T05:41:09.626Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [2021-04-15T05:41:09.635Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] did not exist. Created. [2021-04-15T05:41:09.635Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T05:41:09.970Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-15T05:41:10.104Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T05:41:10.118Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-15T05:41:15.157Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T05:42:36.916Z] lf-activate-venv(): INFO: Adding /tmp/venv-2NqL/bin to PATH [2021-04-15T05:42:36.917Z] INFO: No Stack... [2021-04-15T05:42:38.340Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-15T05:42:38.610Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T05:42:38.954Z] + cut -d, -f6 [2021-04-15T05:42:38.954Z] + cat /w/workspace/go-mod-core-contracts/186/archives/cost.csv [Pipeline] lock [2021-04-15T05:42:39.065Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [2021-04-15T05:42:39.072Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] did not exist. Created. [2021-04-15T05:42:39.072Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-186-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T05:42:39.437Z] /w/workspace/go-mod-core-contracts/186@tmp/durable-be7ec10c/script.sh: 1: /w/workspace/go-mod-core-contracts/186@tmp/durable-be7ec10c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-15T05:42:39.780Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-15T05:42:39.812Z] Warning: overwriting stash ‘stack-cost’ [2021-04-15T05:42:39.996Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T05:42:40.013Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-186-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-04-15T05:42:40.577Z] provisioning config files... [2021-04-15T05:42:40.592Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6961395776391920842tmp [Pipeline] { [Pipeline] sh [2021-04-15T05:42:40.926Z] + set +x [2021-04-15T05:42:40.926Z] + curl -s https://codecov.io/bash [2021-04-15T05:42:40.926Z] + bash -s -- [2021-04-15T05:42:41.191Z] [2021-04-15T05:42:41.191Z] _____ _ [2021-04-15T05:42:41.191Z] / ____| | | [2021-04-15T05:42:41.191Z] | | ___ __| | ___ ___ _____ __ [2021-04-15T05:42:41.191Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-15T05:42:41.191Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-15T05:42:41.191Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-15T05:42:41.191Z] Bash-1.0.1 [2021-04-15T05:42:41.191Z] [2021-04-15T05:42:41.191Z] [2021-04-15T05:42:41.191Z] ==> git version 2.24.3 found [2021-04-15T05:42:41.191Z] ==> 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-04-15T05:42:41.191Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-15T05:42:41.191Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-15T05:42:41.191Z] ==> Jenkins CI detected. [2021-04-15T05:42:41.191Z] project root: . [2021-04-15T05:42:41.191Z] --> token set from env [2021-04-15T05:42:41.191Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-15T05:42:41.191Z] ==> Running gcov in . (disable via -X gcov) [2021-04-15T05:42:41.191Z] ==> Python coveragepy not found [2021-04-15T05:42:41.191Z] ==> Searching for coverage reports in: [2021-04-15T05:42:41.191Z] + . [2021-04-15T05:42:41.191Z] -> Found 1 reports [2021-04-15T05:42:41.191Z] ==> Detecting git/mercurial file structure [2021-04-15T05:42:41.191Z] ==> Reading reports [2021-04-15T05:42:41.191Z] + ./coverage.out bytes=165729 [2021-04-15T05:42:41.191Z] ==> Appending adjustments [2021-04-15T05:42:41.191Z] https://docs.codecov.io/docs/fixing-reports [2021-04-15T05:42:42.590Z] + Found adjustments [2021-04-15T05:42:42.590Z] ==> Gzipping contents [2021-04-15T05:42:42.590Z] 24K /tmp/codecov.VJYBtS.gz [2021-04-15T05:42:42.590Z] ==> Uploading reports [2021-04-15T05:42:42.590Z] url: https://codecov.io [2021-04-15T05:42:42.590Z] query: branch=master&commit=5e57747caa5f199a1759cb4e8490db6eac6544c3&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F186%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-15T05:42:42.590Z] -> Pinging Codecov [2021-04-15T05:42:42.590Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=5e57747caa5f199a1759cb4e8490db6eac6544c3&build=186&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F186%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-15T05:42:42.852Z] -> Uploading to [2021-04-15T05:42:42.852Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-15/71470A77251A30514AAF9C0BB2E5B6CE/5e57747caa5f199a1759cb4e8490db6eac6544c3/6cdc5cf5-3d44-4d82-a4d3-3aeec4774770.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T054242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=682fefd33a584c956e220a6ab7b409abf6021dccb328d9f8edb80006e0726a49 [2021-04-15T05:42:42.852Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T05:42:42.852Z] Dload Upload Total Spent Left Speed [2021-04-15T05:42:43.427Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24568 0 0 100 24568 0 43753 --:--:-- --:--:-- --:--:-- 43793 [2021-04-15T05:42:43.427Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] } [2021-04-15T05:42:43.438Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-15T05:42:44.118Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-15T05:42:44.140Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:42:44.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-15T05:42:44.457Z] [2021-04-15T05:42:44.457Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:42:44.787Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-15T05:42:44.787Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-15T05:42:44.787Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T05:42:44.787Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T05:42:44.787Z] de9db76c5a1d: Pulling fs layer [2021-04-15T05:42:44.787Z] 0eba1c9be4d2: Pulling fs layer [2021-04-15T05:42:44.787Z] 0d57e429df01: Pulling fs layer [2021-04-15T05:42:44.787Z] 4e4be7b47b0d: Pulling fs layer [2021-04-15T05:42:44.787Z] e1f770b5df2f: Pulling fs layer [2021-04-15T05:42:44.787Z] 85a0685a4137: Pulling fs layer [2021-04-15T05:42:44.787Z] 0d57e429df01: Waiting [2021-04-15T05:42:44.787Z] 4e4be7b47b0d: Waiting [2021-04-15T05:42:44.787Z] e1f770b5df2f: Waiting [2021-04-15T05:42:44.787Z] 0eba1c9be4d2: Waiting [2021-04-15T05:42:44.787Z] 85a0685a4137: Waiting [2021-04-15T05:42:44.787Z] de9db76c5a1d: Download complete [2021-04-15T05:42:44.787Z] 0ef7d3d256c8: Verifying Checksum [2021-04-15T05:42:44.787Z] 0ef7d3d256c8: Download complete [2021-04-15T05:42:44.787Z] 0d57e429df01: Verifying Checksum [2021-04-15T05:42:44.787Z] 0d57e429df01: Download complete [2021-04-15T05:42:44.787Z] 4e4be7b47b0d: Download complete [2021-04-15T05:42:45.056Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T05:42:45.327Z] 188c0c94c7c5: Pull complete [2021-04-15T05:42:45.590Z] 0ef7d3d256c8: Pull complete [2021-04-15T05:42:45.590Z] de9db76c5a1d: Pull complete [2021-04-15T05:42:46.547Z] e1f770b5df2f: Verifying Checksum [2021-04-15T05:42:46.547Z] e1f770b5df2f: Download complete [2021-04-15T05:42:49.275Z] 0eba1c9be4d2: Verifying Checksum [2021-04-15T05:42:49.275Z] 0eba1c9be4d2: Download complete [2021-04-15T05:42:49.857Z] 85a0685a4137: Verifying Checksum [2021-04-15T05:42:49.857Z] 85a0685a4137: Download complete [2021-04-15T05:42:55.208Z] 0eba1c9be4d2: Pull complete [2021-04-15T05:42:55.472Z] 0d57e429df01: Pull complete [2021-04-15T05:42:55.472Z] 4e4be7b47b0d: Pull complete [2021-04-15T05:42:58.030Z] e1f770b5df2f: Pull complete [2021-04-15T05:43:06.215Z] 85a0685a4137: Pull complete [2021-04-15T05:43:06.215Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-15T05:43:06.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-15T05:43:06.215Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-15T05:43:06.478Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:43:06.529Z] $ 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-04-15T05:43:07.703Z] $ docker top bbbaf5027e39afb8890f64dcd4ccb85d665171dc476afa75aca888fb45d18c39 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-15T05:43:07.936Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-15T05:43:08.235Z] + set -o pipefail [2021-04-15T05:43:08.235Z] + snyk monitor '--org=edgex-jenkins' [2021-04-15T05:43:14.859Z] [2021-04-15T05:43:14.860Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-04-15T05:43:14.860Z] [2021-04-15T05:43:14.860Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/e6793625-6926-4aaf-a659-ab71dc6e840b [2021-04-15T05:43:14.860Z] [2021-04-15T05:43:14.860Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-15T05:43:14.860Z] [2021-04-15T05:43:14.860Z] [2021-04-15T05:43:14.860Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-15T05:43:14.860Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-15T05:43:14.878Z] $ docker stop --time=1 bbbaf5027e39afb8890f64dcd4ccb85d665171dc476afa75aca888fb45d18c39 [2021-04-15T05:43:17.791Z] $ docker rm -f bbbaf5027e39afb8890f64dcd4ccb85d665171dc476afa75aca888fb45d18c39 [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-04-15T05:43:18.743Z] + git log --format=format:%s -1 5e57747caa5f199a1759cb4e8490db6eac6544c3 [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:43:19.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T05:43:19.069Z] . [Pipeline] withDockerContainer [2021-04-15T05:43:19.182Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:43:19.232Z] $ 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-04-15T05:43:20.098Z] $ docker top e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T05:43:20.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T05:43:20.296Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T05:43:20.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T05:43:20.560Z] $ docker exec e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf ssh-agent [2021-04-15T05:43:20.748Z] SSH_AUTH_SOCK=/tmp/ssh-XRtcKzoWpj07/agent.12 [2021-04-15T05:43:20.748Z] SSH_AGENT_PID=17 [2021-04-15T05:43:20.756Z] Running ssh-add (command line suppressed) [2021-04-15T05:43:20.894Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9069200412488688855.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9069200412488688855.key) [2021-04-15T05:43:20.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T05:43:21.280Z] + git semver tag [2021-04-15T05:43:21.280Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T05:43:21.280Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-15T05:43:21.280Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-15T05:43:21.280Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T05:43:21.280Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T05:43:21.280Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T05:43:21.280Z] # $SEMVER_BRANCH = master [2021-04-15T05:43:21.280Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-04-15T05:43:21.280Z] # 5e57747caa5f199a1759cb4e8490db6eac6544c3 HEAD [2021-04-15T05:43:21.544Z] # -> Force: false [2021-04-15T05:43:21.544Z] # 32f4cd071b873be46d76b6fb12a94d4570fa443c refs/tags/v2.0.0-dev.67 [Pipeline] } [2021-04-15T05:43:21.558Z] $ docker exec --env ******** --env ******** e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf ssh-agent -k [2021-04-15T05:43:21.734Z] unset SSH_AUTH_SOCK; [2021-04-15T05:43:21.735Z] unset SSH_AGENT_PID; [2021-04-15T05:43:21.735Z] echo Agent pid 17 killed; [2021-04-15T05:43:21.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T05:43:22.155Z] + git semver [Pipeline] } [2021-04-15T05:43:22.177Z] $ docker stop --time=1 e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf [2021-04-15T05:43:23.614Z] $ docker rm -f e7f28e619d33e5d821fcb00cc2b21724b8cfeb105ba3f27cadd8f09e16be7faf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:43:24.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-15T05:43:24.157Z] [2021-04-15T05:43:24.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:43:24.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-15T05:43:24.480Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-15T05:43:24.480Z] ab5ef0e58194: Pulling fs layer [2021-04-15T05:43:24.480Z] 9712f1f96733: Pulling fs layer [2021-04-15T05:43:24.480Z] 63f879dbbcfc: Pulling fs layer [2021-04-15T05:43:24.480Z] 0d9ebad4ef96: Pulling fs layer [2021-04-15T05:43:24.480Z] e9a5061849ea: Pulling fs layer [2021-04-15T05:43:24.480Z] d747dcd14b5f: Pulling fs layer [2021-04-15T05:43:24.480Z] 2de7ff778b66: Pulling fs layer [2021-04-15T05:43:24.480Z] e9a5061849ea: Waiting [2021-04-15T05:43:24.480Z] d747dcd14b5f: Waiting [2021-04-15T05:43:24.480Z] 2de7ff778b66: Waiting [2021-04-15T05:43:24.480Z] 0d9ebad4ef96: Waiting [2021-04-15T05:43:24.480Z] 9712f1f96733: Verifying Checksum [2021-04-15T05:43:24.480Z] 9712f1f96733: Download complete [2021-04-15T05:43:26.416Z] 63f879dbbcfc: Verifying Checksum [2021-04-15T05:43:26.416Z] 63f879dbbcfc: Download complete [2021-04-15T05:43:26.416Z] e9a5061849ea: Verifying Checksum [2021-04-15T05:43:26.416Z] e9a5061849ea: Download complete [2021-04-15T05:43:26.680Z] d747dcd14b5f: Verifying Checksum [2021-04-15T05:43:26.680Z] d747dcd14b5f: Download complete [2021-04-15T05:43:27.259Z] 0d9ebad4ef96: Verifying Checksum [2021-04-15T05:43:27.259Z] 0d9ebad4ef96: Download complete [2021-04-15T05:43:27.259Z] 2de7ff778b66: Verifying Checksum [2021-04-15T05:43:27.259Z] 2de7ff778b66: Download complete [2021-04-15T05:43:27.527Z] ab5ef0e58194: Verifying Checksum [2021-04-15T05:43:27.527Z] ab5ef0e58194: Download complete [2021-04-15T05:43:32.867Z] ab5ef0e58194: Pull complete [2021-04-15T05:43:32.867Z] 9712f1f96733: Pull complete [2021-04-15T05:43:35.437Z] 63f879dbbcfc: Pull complete [2021-04-15T05:43:42.194Z] 0d9ebad4ef96: Pull complete [2021-04-15T05:43:43.154Z] e9a5061849ea: Pull complete [2021-04-15T05:43:43.154Z] d747dcd14b5f: Pull complete [2021-04-15T05:43:46.488Z] 2de7ff778b66: Pull complete [2021-04-15T05:43:46.488Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-15T05:43:46.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-15T05:43:46.488Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-15T05:43:46.715Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:43:46.771Z] $ 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-04-15T05:43:50.173Z] $ docker top 0d57c9c3264678c2355103e54f46baf15dd3c1301d5194887091f6f3dc9ce4a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-15T05:43:50.326Z] provisioning config files... [2021-04-15T05:43:50.336Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7001048991394896111tmp [2021-04-15T05:43:50.353Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3134705081059770002tmp [2021-04-15T05:43:50.370Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1477557772694378253tmp [Pipeline] { [Pipeline] echo [2021-04-15T05:43:50.393Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:43:50.697Z] ---> sigul-configuration.sh [2021-04-15T05:43:50.697Z] gpg: directory `/root/.gnupg' created [2021-04-15T05:43:50.697Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-15T05:43:50.697Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-15T05:43:50.697Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-15T05:43:50.697Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-15T05:43:50.697Z] gpg: CAST5 encrypted data [2021-04-15T05:43:50.960Z] gpg: encrypted with 1 passphrase [2021-04-15T05:43:50.961Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-15T05:43:51.263Z] + mkdir /home/jenkins [2021-04-15T05:43:51.263Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-15T05:43:51.567Z] + 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-04-15T05:43:51.578Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:43:51.880Z] ---> sigul-install.sh [2021-04-15T05:43:58.497Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-15T05:43:58.800Z] + git tag --list [2021-04-15T05:43:58.800Z] v0.0.0 [2021-04-15T05:43:58.800Z] v0.0.1 [2021-04-15T05:43:58.800Z] v0.1.0 [2021-04-15T05:43:58.800Z] v0.1.1 [2021-04-15T05:43:58.800Z] v0.1.10 [2021-04-15T05:43:58.800Z] v0.1.100 [2021-04-15T05:43:58.800Z] v0.1.101 [2021-04-15T05:43:58.800Z] v0.1.102 [2021-04-15T05:43:58.800Z] v0.1.103 [2021-04-15T05:43:58.800Z] v0.1.104 [2021-04-15T05:43:58.800Z] v0.1.105 [2021-04-15T05:43:58.800Z] v0.1.106 [2021-04-15T05:43:58.800Z] v0.1.107 [2021-04-15T05:43:58.800Z] v0.1.108 [2021-04-15T05:43:58.800Z] v0.1.109 [2021-04-15T05:43:58.800Z] v0.1.11 [2021-04-15T05:43:58.800Z] v0.1.110 [2021-04-15T05:43:58.800Z] v0.1.111 [2021-04-15T05:43:58.800Z] v0.1.112 [2021-04-15T05:43:58.800Z] v0.1.113 [2021-04-15T05:43:58.800Z] v0.1.114 [2021-04-15T05:43:58.800Z] v0.1.115 [2021-04-15T05:43:58.800Z] v0.1.116 [2021-04-15T05:43:58.800Z] v0.1.117 [2021-04-15T05:43:58.800Z] v0.1.118 [2021-04-15T05:43:58.800Z] v0.1.119 [2021-04-15T05:43:58.800Z] v0.1.12 [2021-04-15T05:43:58.800Z] v0.1.120 [2021-04-15T05:43:58.800Z] v0.1.121 [2021-04-15T05:43:58.800Z] v0.1.122 [2021-04-15T05:43:58.800Z] v0.1.123 [2021-04-15T05:43:58.800Z] v0.1.124 [2021-04-15T05:43:58.800Z] v0.1.125 [2021-04-15T05:43:58.800Z] v0.1.126 [2021-04-15T05:43:58.800Z] v0.1.127 [2021-04-15T05:43:58.800Z] v0.1.128 [2021-04-15T05:43:58.800Z] v0.1.129 [2021-04-15T05:43:58.800Z] v0.1.13 [2021-04-15T05:43:58.800Z] v0.1.130 [2021-04-15T05:43:58.800Z] v0.1.131 [2021-04-15T05:43:58.800Z] v0.1.132 [2021-04-15T05:43:58.800Z] v0.1.133 [2021-04-15T05:43:58.800Z] v0.1.134 [2021-04-15T05:43:58.800Z] v0.1.135 [2021-04-15T05:43:58.800Z] v0.1.136 [2021-04-15T05:43:58.800Z] v0.1.137 [2021-04-15T05:43:58.800Z] v0.1.138 [2021-04-15T05:43:58.800Z] v0.1.139 [2021-04-15T05:43:58.800Z] v0.1.14 [2021-04-15T05:43:58.800Z] v0.1.140 [2021-04-15T05:43:58.800Z] v0.1.141 [2021-04-15T05:43:58.800Z] v0.1.142 [2021-04-15T05:43:58.800Z] v0.1.143 [2021-04-15T05:43:58.800Z] v0.1.144 [2021-04-15T05:43:58.800Z] v0.1.145 [2021-04-15T05:43:58.800Z] v0.1.146 [2021-04-15T05:43:58.800Z] v0.1.147 [2021-04-15T05:43:58.800Z] v0.1.148 [2021-04-15T05:43:58.800Z] v0.1.149 [2021-04-15T05:43:58.800Z] v0.1.15 [2021-04-15T05:43:58.800Z] v0.1.16 [2021-04-15T05:43:58.800Z] v0.1.17 [2021-04-15T05:43:58.800Z] v0.1.18 [2021-04-15T05:43:58.800Z] v0.1.19 [2021-04-15T05:43:58.800Z] v0.1.2 [2021-04-15T05:43:58.800Z] v0.1.20 [2021-04-15T05:43:58.800Z] v0.1.21 [2021-04-15T05:43:58.800Z] v0.1.22 [2021-04-15T05:43:58.800Z] v0.1.23 [2021-04-15T05:43:58.800Z] v0.1.24 [2021-04-15T05:43:58.800Z] v0.1.25 [2021-04-15T05:43:58.800Z] v0.1.26 [2021-04-15T05:43:58.800Z] v0.1.27 [2021-04-15T05:43:58.800Z] v0.1.28 [2021-04-15T05:43:58.800Z] v0.1.29 [2021-04-15T05:43:58.800Z] v0.1.3 [2021-04-15T05:43:58.800Z] v0.1.30 [2021-04-15T05:43:58.800Z] v0.1.31 [2021-04-15T05:43:58.800Z] v0.1.32 [2021-04-15T05:43:58.800Z] v0.1.33 [2021-04-15T05:43:58.800Z] v0.1.34 [2021-04-15T05:43:58.800Z] v0.1.35 [2021-04-15T05:43:58.800Z] v0.1.36 [2021-04-15T05:43:58.800Z] v0.1.37 [2021-04-15T05:43:58.800Z] v0.1.38 [2021-04-15T05:43:58.800Z] v0.1.39 [2021-04-15T05:43:58.800Z] v0.1.4 [2021-04-15T05:43:58.800Z] v0.1.40 [2021-04-15T05:43:58.800Z] v0.1.41 [2021-04-15T05:43:58.800Z] v0.1.42 [2021-04-15T05:43:58.800Z] v0.1.43 [2021-04-15T05:43:58.800Z] v0.1.44 [2021-04-15T05:43:58.800Z] v0.1.45 [2021-04-15T05:43:58.800Z] v0.1.46 [2021-04-15T05:43:58.800Z] v0.1.47 [2021-04-15T05:43:58.800Z] v0.1.48 [2021-04-15T05:43:58.800Z] v0.1.49 [2021-04-15T05:43:58.800Z] v0.1.5 [2021-04-15T05:43:58.800Z] v0.1.50 [2021-04-15T05:43:58.800Z] v0.1.51 [2021-04-15T05:43:58.800Z] v0.1.52 [2021-04-15T05:43:58.800Z] v0.1.53 [2021-04-15T05:43:58.800Z] v0.1.54 [2021-04-15T05:43:58.800Z] v0.1.55 [2021-04-15T05:43:58.800Z] v0.1.56 [2021-04-15T05:43:58.800Z] v0.1.57 [2021-04-15T05:43:58.800Z] v0.1.58 [2021-04-15T05:43:58.800Z] v0.1.59 [2021-04-15T05:43:58.800Z] v0.1.6 [2021-04-15T05:43:58.800Z] v0.1.60 [2021-04-15T05:43:58.800Z] v0.1.61 [2021-04-15T05:43:58.800Z] v0.1.62 [2021-04-15T05:43:58.800Z] v0.1.63 [2021-04-15T05:43:58.800Z] v0.1.64 [2021-04-15T05:43:58.800Z] v0.1.65 [2021-04-15T05:43:58.800Z] v0.1.66 [2021-04-15T05:43:58.800Z] v0.1.67 [2021-04-15T05:43:58.800Z] v0.1.68 [2021-04-15T05:43:58.800Z] v0.1.69 [2021-04-15T05:43:58.800Z] v0.1.7 [2021-04-15T05:43:58.800Z] v0.1.70 [2021-04-15T05:43:58.800Z] v0.1.71 [2021-04-15T05:43:58.800Z] v0.1.72 [2021-04-15T05:43:58.800Z] v0.1.73 [2021-04-15T05:43:58.800Z] v0.1.74 [2021-04-15T05:43:58.800Z] v0.1.75 [2021-04-15T05:43:58.800Z] v0.1.76 [2021-04-15T05:43:58.800Z] v0.1.77 [2021-04-15T05:43:58.800Z] v0.1.78 [2021-04-15T05:43:58.800Z] v0.1.79 [2021-04-15T05:43:58.800Z] v0.1.8 [2021-04-15T05:43:58.800Z] v0.1.80 [2021-04-15T05:43:58.800Z] v0.1.81 [2021-04-15T05:43:58.800Z] v0.1.82 [2021-04-15T05:43:58.800Z] v0.1.83 [2021-04-15T05:43:58.800Z] v0.1.84 [2021-04-15T05:43:58.800Z] v0.1.85 [2021-04-15T05:43:58.800Z] v0.1.86 [2021-04-15T05:43:58.800Z] v0.1.87 [2021-04-15T05:43:58.800Z] v0.1.88 [2021-04-15T05:43:58.800Z] v0.1.89 [2021-04-15T05:43:58.800Z] v0.1.9 [2021-04-15T05:43:58.800Z] v0.1.90 [2021-04-15T05:43:58.800Z] v0.1.91 [2021-04-15T05:43:58.800Z] v0.1.92 [2021-04-15T05:43:58.800Z] v0.1.93 [2021-04-15T05:43:58.800Z] v0.1.94 [2021-04-15T05:43:58.800Z] v0.1.95 [2021-04-15T05:43:58.800Z] v0.1.96 [2021-04-15T05:43:58.800Z] v0.1.97 [2021-04-15T05:43:58.800Z] v0.1.98 [2021-04-15T05:43:58.800Z] v0.1.99 [2021-04-15T05:43:58.800Z] v2.0.0-dev.1 [2021-04-15T05:43:58.800Z] v2.0.0-dev.10 [2021-04-15T05:43:58.800Z] v2.0.0-dev.11 [2021-04-15T05:43:58.800Z] v2.0.0-dev.12 [2021-04-15T05:43:58.800Z] v2.0.0-dev.13 [2021-04-15T05:43:58.800Z] v2.0.0-dev.14 [2021-04-15T05:43:58.800Z] v2.0.0-dev.15 [2021-04-15T05:43:58.800Z] v2.0.0-dev.16 [2021-04-15T05:43:58.800Z] v2.0.0-dev.17 [2021-04-15T05:43:58.800Z] v2.0.0-dev.18 [2021-04-15T05:43:58.800Z] v2.0.0-dev.19 [2021-04-15T05:43:58.800Z] v2.0.0-dev.2 [2021-04-15T05:43:58.800Z] v2.0.0-dev.20 [2021-04-15T05:43:58.800Z] v2.0.0-dev.21 [2021-04-15T05:43:58.800Z] v2.0.0-dev.22 [2021-04-15T05:43:58.800Z] v2.0.0-dev.23 [2021-04-15T05:43:58.800Z] v2.0.0-dev.24 [2021-04-15T05:43:58.800Z] v2.0.0-dev.25 [2021-04-15T05:43:58.800Z] v2.0.0-dev.26 [2021-04-15T05:43:58.800Z] v2.0.0-dev.27 [2021-04-15T05:43:58.800Z] v2.0.0-dev.28 [2021-04-15T05:43:58.800Z] v2.0.0-dev.29 [2021-04-15T05:43:58.800Z] v2.0.0-dev.3 [2021-04-15T05:43:58.800Z] v2.0.0-dev.30 [2021-04-15T05:43:58.800Z] v2.0.0-dev.31 [2021-04-15T05:43:58.800Z] v2.0.0-dev.32 [2021-04-15T05:43:58.800Z] v2.0.0-dev.33 [2021-04-15T05:43:58.800Z] v2.0.0-dev.34 [2021-04-15T05:43:58.800Z] v2.0.0-dev.35 [2021-04-15T05:43:58.800Z] v2.0.0-dev.36 [2021-04-15T05:43:58.800Z] v2.0.0-dev.37 [2021-04-15T05:43:58.800Z] v2.0.0-dev.38 [2021-04-15T05:43:58.800Z] v2.0.0-dev.39 [2021-04-15T05:43:58.800Z] v2.0.0-dev.4 [2021-04-15T05:43:58.800Z] v2.0.0-dev.40 [2021-04-15T05:43:58.800Z] v2.0.0-dev.41 [2021-04-15T05:43:58.800Z] v2.0.0-dev.42 [2021-04-15T05:43:58.800Z] v2.0.0-dev.43 [2021-04-15T05:43:58.800Z] v2.0.0-dev.44 [2021-04-15T05:43:58.800Z] v2.0.0-dev.45 [2021-04-15T05:43:58.800Z] v2.0.0-dev.46 [2021-04-15T05:43:58.800Z] v2.0.0-dev.47 [2021-04-15T05:43:58.800Z] v2.0.0-dev.48 [2021-04-15T05:43:58.800Z] v2.0.0-dev.49 [2021-04-15T05:43:58.800Z] v2.0.0-dev.5 [2021-04-15T05:43:58.800Z] v2.0.0-dev.50 [2021-04-15T05:43:58.800Z] v2.0.0-dev.51 [2021-04-15T05:43:58.800Z] v2.0.0-dev.52 [2021-04-15T05:43:58.800Z] v2.0.0-dev.53 [2021-04-15T05:43:58.800Z] v2.0.0-dev.54 [2021-04-15T05:43:58.800Z] v2.0.0-dev.55 [2021-04-15T05:43:58.800Z] v2.0.0-dev.56 [2021-04-15T05:43:58.800Z] v2.0.0-dev.57 [2021-04-15T05:43:58.800Z] v2.0.0-dev.58 [2021-04-15T05:43:58.800Z] v2.0.0-dev.59 [2021-04-15T05:43:58.800Z] v2.0.0-dev.6 [2021-04-15T05:43:58.800Z] v2.0.0-dev.60 [2021-04-15T05:43:58.800Z] v2.0.0-dev.61 [2021-04-15T05:43:58.800Z] v2.0.0-dev.62 [2021-04-15T05:43:58.800Z] v2.0.0-dev.63 [2021-04-15T05:43:58.800Z] v2.0.0-dev.64 [2021-04-15T05:43:58.800Z] v2.0.0-dev.65 [2021-04-15T05:43:58.800Z] v2.0.0-dev.66 [2021-04-15T05:43:58.800Z] v2.0.0-dev.67 [2021-04-15T05:43:58.800Z] v2.0.0-dev.7 [2021-04-15T05:43:58.800Z] v2.0.0-dev.8 [2021-04-15T05:43:58.800Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-15T05:43:59.109Z] + lftools sign git-tag v2.0.0-dev.67 [2021-04-15T05:44:00.507Z] Signing Git tag with Sigul... [2021-04-15T05:44:00.507Z] Signing v2.0.0-dev.67 [Pipeline] echo [2021-04-15T05:44:01.466Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:01.826Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-15T05:44:01.844Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-15T05:44:01.882Z] $ docker stop --time=1 0d57c9c3264678c2355103e54f46baf15dd3c1301d5194887091f6f3dc9ce4a7 [2021-04-15T05:44:04.229Z] $ docker rm -f 0d57c9c3264678c2355103e54f46baf15dd3c1301d5194887091f6f3dc9ce4a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:44:04.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T05:44:04.837Z] . [Pipeline] withDockerContainer [2021-04-15T05:44:04.948Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:44:04.995Z] $ 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-04-15T05:44:05.872Z] $ docker top 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T05:44:06.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T05:44:06.048Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T05:44:06.292Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T05:44:06.297Z] $ docker exec 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee ssh-agent [2021-04-15T05:44:06.505Z] SSH_AUTH_SOCK=/tmp/ssh-v4Asrl3P9HRF/agent.11 [2021-04-15T05:44:06.505Z] SSH_AGENT_PID=17 [2021-04-15T05:44:06.512Z] Running ssh-add (command line suppressed) [2021-04-15T05:44:06.657Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3218748257576615063.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3218748257576615063.key) [2021-04-15T05:44:06.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T05:44:07.023Z] + git semver bump pre [2021-04-15T05:44:07.023Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T05:44:07.023Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-15T05:44:07.023Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-15T05:44:07.023Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T05:44:07.023Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T05:44:07.023Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T05:44:07.023Z] # $SEMVER_BRANCH = master [2021-04-15T05:44:07.023Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-04-15T05:44:07.023Z] 2.0.0-dev.68 [Pipeline] } [2021-04-15T05:44:07.036Z] $ docker exec --env ******** --env ******** 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee ssh-agent -k [2021-04-15T05:44:07.173Z] unset SSH_AUTH_SOCK; [2021-04-15T05:44:07.174Z] unset SSH_AGENT_PID; [2021-04-15T05:44:07.174Z] echo Agent pid 17 killed; [2021-04-15T05:44:07.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T05:44:07.574Z] + git semver [Pipeline] } [2021-04-15T05:44:07.594Z] $ docker stop --time=1 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee [2021-04-15T05:44:08.972Z] $ docker rm -f 5b921c32625a158d1ba8346cd682bac4708086e296ae0d2ef6a70a5ee68b58ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:44:09.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T05:44:09.405Z] . [Pipeline] withDockerContainer [2021-04-15T05:44:09.513Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:44:09.561Z] $ 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-04-15T05:44:10.268Z] $ docker top 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T05:44:10.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T05:44:10.464Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T05:44:10.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T05:44:10.705Z] $ docker exec 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc ssh-agent [2021-04-15T05:44:10.927Z] SSH_AUTH_SOCK=/tmp/ssh-j0NzWaOXhpoY/agent.12 [2021-04-15T05:44:10.927Z] SSH_AGENT_PID=18 [2021-04-15T05:44:10.935Z] Running ssh-add (command line suppressed) [2021-04-15T05:44:11.096Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4639503340166179056.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4639503340166179056.key) [2021-04-15T05:44:11.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T05:44:11.495Z] + git semver push [2021-04-15T05:44:11.495Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T05:44:11.495Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-15T05:44:11.495Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-15T05:44:11.495Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T05:44:11.495Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T05:44:11.495Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T05:44:11.495Z] # $SEMVER_BRANCH = master [2021-04-15T05:44:11.495Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-04-15T05:44:15.735Z] $ docker exec --env ******** --env ******** 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc ssh-agent -k [2021-04-15T05:44:15.905Z] unset SSH_AUTH_SOCK; [2021-04-15T05:44:15.907Z] unset SSH_AGENT_PID; [2021-04-15T05:44:15.907Z] echo Agent pid 18 killed; [2021-04-15T05:44:15.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T05:44:16.310Z] + git semver [Pipeline] } [2021-04-15T05:44:16.327Z] $ docker stop --time=1 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc [2021-04-15T05:44:17.730Z] $ docker rm -f 0c2746c43abf196cd22fc53dbf2359cac7e09bce5bf7faded8b378d7e6f154bc [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-04-15T05:44:18.663Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:19.242Z] ---> package-listing.sh [2021-04-15T05:44:19.242Z] ++ facter osfamily [2021-04-15T05:44:19.242Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-15T05:44:19.242Z] + OS_FAMILY=redhat [2021-04-15T05:44:19.242Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-04-15T05:44:19.242Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-15T05:44:19.242Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-15T05:44:19.242Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-15T05:44:19.242Z] + PACKAGES=/tmp/packages_start.txt [2021-04-15T05:44:19.242Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-04-15T05:44:19.242Z] + PACKAGES=/tmp/packages_end.txt [2021-04-15T05:44:19.242Z] + case "${OS_FAMILY}" in [2021-04-15T05:44:19.242Z] + rpm -qa [2021-04-15T05:44:19.242Z] + sort [2021-04-15T05:44:24.566Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-15T05:44:24.566Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-15T05:44:24.566Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-15T05:44:24.566Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-04-15T05:44:24.566Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-04-15T05:44:24.566Z] + 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-04-15T05:44:24.579Z] 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-04-15T05:44:24.868Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:44:25.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T05:44:25.175Z] [2021-04-15T05:44:25.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-15T05:44:25.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T05:44:25.489Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-15T05:44:25.489Z] df20fa9351a1: Pulling fs layer [2021-04-15T05:44:25.489Z] 36b3adc4ff6f: Pulling fs layer [2021-04-15T05:44:25.489Z] 8ad3a11d3b57: Pulling fs layer [2021-04-15T05:44:25.489Z] 46f8f816bc3b: Pulling fs layer [2021-04-15T05:44:25.489Z] 93b61091891f: Pulling fs layer [2021-04-15T05:44:25.489Z] 93b9cdb0e59b: Pulling fs layer [2021-04-15T05:44:25.489Z] 5e14af77c1be: Pulling fs layer [2021-04-15T05:44:25.489Z] 01666e4c0597: Pulling fs layer [2021-04-15T05:44:25.489Z] aa168da1d23b: Pulling fs layer [2021-04-15T05:44:25.489Z] 93b9cdb0e59b: Waiting [2021-04-15T05:44:25.489Z] 5e14af77c1be: Waiting [2021-04-15T05:44:25.489Z] 46f8f816bc3b: Waiting [2021-04-15T05:44:25.489Z] 93b61091891f: Waiting [2021-04-15T05:44:25.489Z] aa168da1d23b: Waiting [2021-04-15T05:44:25.489Z] 36b3adc4ff6f: Verifying Checksum [2021-04-15T05:44:25.489Z] 36b3adc4ff6f: Download complete [2021-04-15T05:44:25.489Z] 46f8f816bc3b: Verifying Checksum [2021-04-15T05:44:25.489Z] 46f8f816bc3b: Download complete [2021-04-15T05:44:25.754Z] df20fa9351a1: Verifying Checksum [2021-04-15T05:44:25.754Z] df20fa9351a1: Download complete [2021-04-15T05:44:25.754Z] 93b9cdb0e59b: Verifying Checksum [2021-04-15T05:44:25.754Z] 93b9cdb0e59b: Download complete [2021-04-15T05:44:25.754Z] 5e14af77c1be: Verifying Checksum [2021-04-15T05:44:25.754Z] 5e14af77c1be: Download complete [2021-04-15T05:44:25.754Z] 01666e4c0597: Download complete [2021-04-15T05:44:25.754Z] 93b61091891f: Verifying Checksum [2021-04-15T05:44:25.754Z] 93b61091891f: Download complete [2021-04-15T05:44:25.754Z] 8ad3a11d3b57: Verifying Checksum [2021-04-15T05:44:25.754Z] 8ad3a11d3b57: Download complete [2021-04-15T05:44:26.024Z] df20fa9351a1: Pull complete [2021-04-15T05:44:26.289Z] 36b3adc4ff6f: Pull complete [2021-04-15T05:44:27.257Z] 8ad3a11d3b57: Pull complete [2021-04-15T05:44:27.519Z] 46f8f816bc3b: Pull complete [2021-04-15T05:44:28.100Z] 93b61091891f: Pull complete [2021-04-15T05:44:28.100Z] 93b9cdb0e59b: Pull complete [2021-04-15T05:44:28.100Z] aa168da1d23b: Verifying Checksum [2021-04-15T05:44:28.100Z] aa168da1d23b: Download complete [2021-04-15T05:44:28.100Z] 5e14af77c1be: Pull complete [2021-04-15T05:44:28.363Z] 01666e4c0597: Pull complete [2021-04-15T05:44:36.549Z] aa168da1d23b: Pull complete [2021-04-15T05:44:36.549Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-15T05:44:36.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T05:44:36.549Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-15T05:44:37.023Z] prd-centos7-docker-4c-2g-206 does not seem to be running inside a container [2021-04-15T05:44:37.069Z] $ 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-04-15T05:44:39.927Z] $ docker top 5328875a2a913a402599d5feefaeb07d1c88f13fa43989c7d1f8531b62d17706 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T05:44:40.364Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-15T05:44:40.819Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-15T05:44:41.159Z] + ls /var/log/sa-host [2021-04-15T05:44:41.159Z] + sadf -c /var/log/sa-host/sa15 [2021-04-15T05:44:41.159Z] file_magic: OK [2021-04-15T05:44:41.159Z] HZ: Using current value: 100 [2021-04-15T05:44:41.159Z] file_header: OK [2021-04-15T05:44:41.159Z] 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-04-15T05:44:41.159Z] Statistics: [2021-04-15T05:44:41.159Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-15T05:44:41.159Z] File successfully converted to sysstat format version 12.2.1 [2021-04-15T05:44:41.159Z] + sadf -c /var/log/sa-host/sa23 [2021-04-15T05:44:41.159Z] file_magic: OK [2021-04-15T05:44:41.159Z] HZ: Using current value: 100 [2021-04-15T05:44:41.159Z] file_header: OK [2021-04-15T05:44:41.159Z] 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-04-15T05:44:41.159Z] Statistics: [2021-04-15T05:44:41.159Z] Hnuu...uuuununununu... [2021-04-15T05:44:41.159Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-15T05:44:41.774Z] provisioning config files... [2021-04-15T05:44:41.798Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4030596708444158710tmp [Pipeline] { [Pipeline] echo [2021-04-15T05:44:41.821Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:42.127Z] ---> create-netrc.sh [Pipeline] } [2021-04-15T05:44:42.137Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-15T05:44:42.165Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:42.464Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-15T05:44:42.478Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:42.782Z] ---> sudo-logs.sh [2021-04-15T05:44:42.782Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-15T05:44:42.809Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:43.114Z] ---> job-cost.sh [2021-04-15T05:44:43.114Z] lf-activate-venv: SKIPPING [2021-04-15T05:44:43.114Z] DEBUG: total: 0.20999999344348907 [2021-04-15T05:44:43.114Z] INFO: Retrieving Stack Cost... [2021-04-15T05:44:44.064Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T05:44:44.638Z] INFO: Archiving Costs [Pipeline] echo [2021-04-15T05:44:44.653Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T05:44:44.953Z] ---> logs-deploy.sh [2021-04-15T05:44:44.953Z] lf-activate-venv: SKIPPING [2021-04-15T05:44:44.953Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/186 [2021-04-15T05:44:44.953Z] INFO: archiving workspace using pattern(s): [2021-04-15T05:44:46.880Z] Archives upload complete. [2021-04-15T05:44:46.880Z] INFO: archiving logs to Nexus [2021-04-15T05:44:47.828Z] ---> uname -a: [2021-04-15T05:44:47.828Z] Linux prd-centos7-docker-4c-2g-206.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-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] ---> lscpu: [2021-04-15T05:44:47.828Z] Architecture: x86_64 [2021-04-15T05:44:47.828Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-15T05:44:47.828Z] Byte Order: Little Endian [2021-04-15T05:44:47.828Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-15T05:44:47.828Z] CPU(s): 4 [2021-04-15T05:44:47.828Z] On-line CPU(s) list: 0-3 [2021-04-15T05:44:47.828Z] Thread(s) per core: 1 [2021-04-15T05:44:47.828Z] Core(s) per socket: 1 [2021-04-15T05:44:47.828Z] Socket(s): 4 [2021-04-15T05:44:47.828Z] NUMA node(s): 1 [2021-04-15T05:44:47.828Z] Vendor ID: GenuineIntel [2021-04-15T05:44:47.828Z] CPU family: 6 [2021-04-15T05:44:47.828Z] Model: 44 [2021-04-15T05:44:47.828Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-15T05:44:47.828Z] Stepping: 1 [2021-04-15T05:44:47.828Z] CPU MHz: 2933.436 [2021-04-15T05:44:47.828Z] BogoMIPS: 5866.87 [2021-04-15T05:44:47.828Z] Virtualization: VT-x [2021-04-15T05:44:47.828Z] Hypervisor vendor: KVM [2021-04-15T05:44:47.828Z] Virtualization type: full [2021-04-15T05:44:47.828Z] L1d cache: 128 KiB [2021-04-15T05:44:47.828Z] L1i cache: 128 KiB [2021-04-15T05:44:47.828Z] L2 cache: 16 MiB [2021-04-15T05:44:47.828Z] L3 cache: 64 MiB [2021-04-15T05:44:47.828Z] NUMA node0 CPU(s): 0-3 [2021-04-15T05:44:47.828Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-15T05:44:47.828Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-15T05:44:47.828Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-15T05:44:47.828Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-15T05:44:47.828Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-15T05:44:47.828Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-15T05:44:47.828Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-15T05:44:47.828Z] Vulnerability Srbds: Not affected [2021-04-15T05:44:47.828Z] Vulnerability Tsx async abort: Not affected [2021-04-15T05:44:47.828Z] 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-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] ---> nproc: [2021-04-15T05:44:47.828Z] 4 [2021-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] ---> df -h: [2021-04-15T05:44:47.828Z] Filesystem Size Used Available Use% Mounted on [2021-04-15T05:44:47.828Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-15T05:44:47.828Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-15T05:44:47.828Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-15T05:44:47.828Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-15T05:44:47.828Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] [2021-04-15T05:44:47.828Z] ---> free -m: [2021-04-15T05:44:47.829Z] total used free shared buff/cache available [2021-04-15T05:44:47.829Z] Mem: 1837 813 145 0 879 960 [2021-04-15T05:44:47.829Z] Swap: 1023 2 1021 [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] ---> ip addr: [2021-04-15T05:44:47.829Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-15T05:44:47.829Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-15T05:44:47.829Z] inet 127.0.0.1/8 scope host lo [2021-04-15T05:44:47.829Z] valid_lft forever preferred_lft forever [2021-04-15T05:44:47.829Z] inet6 ::1/128 scope host [2021-04-15T05:44:47.829Z] valid_lft forever preferred_lft forever [2021-04-15T05:44:47.829Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-15T05:44:47.829Z] link/ether fa:16:3e:70:f9:ff brd ff:ff:ff:ff:ff:ff [2021-04-15T05:44:47.829Z] inet 10.30.122.213/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-15T05:44:47.829Z] valid_lft 85849sec preferred_lft 85849sec [2021-04-15T05:44:47.829Z] inet6 fe80::f816:3eff:fe70:f9ff/64 scope link [2021-04-15T05:44:47.829Z] valid_lft forever preferred_lft forever [2021-04-15T05:44:47.829Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-15T05:44:47.829Z] link/ether 02:42:ee:a5:85:11 brd ff:ff:ff:ff:ff:ff [2021-04-15T05:44:47.829Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-15T05:44:47.829Z] valid_lft forever preferred_lft forever [2021-04-15T05:44:47.829Z] inet6 fe80::42:eeff:fea5:8511/64 scope link [2021-04-15T05:44:47.829Z] valid_lft forever preferred_lft forever [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] ---> sar -b -r -n DEV: [2021-04-15T05:44:47.829Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] 05:35:22 LINUX RESTART (4 CPU) [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] 05:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-15T05:44:47.829Z] 05:37:01 58.59 15.99 42.60 0.00 4966.53 3158.25 0.00 [2021-04-15T05:44:47.829Z] 05:38:01 0.85 0.00 0.85 0.00 0.00 21.20 0.00 [2021-04-15T05:44:47.829Z] 05:39:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 [2021-04-15T05:44:47.829Z] 05:40:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-04-15T05:44:47.829Z] 05:41:01 0.13 0.00 0.13 0.00 0.00 1.55 0.00 [2021-04-15T05:44:47.829Z] 05:42:01 0.35 0.00 0.35 0.00 0.00 4.70 0.00 [2021-04-15T05:44:47.829Z] 05:43:01 130.85 67.19 63.67 0.00 2847.82 23890.32 0.00 [2021-04-15T05:44:47.829Z] 05:44:01 347.43 170.78 176.65 0.00 9600.80 43639.96 0.00 [2021-04-15T05:44:47.829Z] Average: 67.43 31.81 35.61 0.00 2172.74 8862.59 0.00 [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] 05:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-15T05:44:47.829Z] 05:37:01 167940 0 612252 32.54 2620 1098732 1108632 37.84 423992 1088980 132 [2021-04-15T05:44:47.829Z] 05:38:01 173900 0 606232 32.22 2620 1098792 1080492 36.88 423052 1084640 16 [2021-04-15T05:44:47.829Z] 05:39:01 171336 0 608844 32.36 2620 1098744 1080636 36.88 424968 1085388 8 [2021-04-15T05:44:47.829Z] 05:40:01 171500 0 608680 32.35 2620 1098744 1080576 36.88 438672 1071220 8 [2021-04-15T05:44:47.829Z] 05:41:01 170520 0 609652 32.40 2620 1098752 1080576 36.88 438728 1072364 8 [2021-04-15T05:44:47.829Z] 05:42:01 171404 0 608764 32.35 2620 1098756 1080432 36.87 451920 1058648 16 [2021-04-15T05:44:47.829Z] 05:43:01 74380 0 753136 40.03 2620 1051408 1518428 51.82 538132 1011584 67120 [2021-04-15T05:44:47.829Z] 05:44:01 115280 0 799112 42.47 1524 965628 1702732 58.11 685948 747604 88896 [2021-04-15T05:44:47.829Z] Average: 152032 0 650834 34.59 2483 1076194 1216563 41.52 478176 1027554 19526 [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] 05:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-15T05:44:47.829Z] 05:37:01 eth0 375.99 252.58 862.44 71.65 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:37:01 docker0 10.10 6.45 2.10 22.65 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:38:01 eth0 1.95 0.72 1.06 0.06 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:39:01 eth0 1.05 0.38 0.32 0.17 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:40:01 eth0 0.97 0.33 0.32 0.23 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:41:01 eth0 0.62 0.38 0.34 0.24 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:42:01 eth0 0.27 0.10 0.01 0.03 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:43:01 eth0 428.81 369.26 4067.74 59.86 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:44:01 eth0 486.76 416.51 3761.66 59.03 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:44:01 veth24c2317 29.40 36.25 2.04 244.26 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] 05:44:01 docker0 63.94 72.59 4.03 524.53 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] Average: eth0 161.77 129.92 1088.66 23.83 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] Average: veth24c2317 3.69 4.54 0.26 30.62 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] Average: docker0 9.26 9.89 0.76 68.54 0.00 0.00 0.00 0.00 [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] ---> sar -P ALL: [2021-04-15T05:44:47.829Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] 05:35:22 LINUX RESTART (4 CPU) [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] 05:36:01 CPU %user %nice %system %iowait %steal %idle [2021-04-15T05:44:47.829Z] 05:37:01 all 8.39 0.00 3.24 1.30 0.21 86.86 [2021-04-15T05:44:47.829Z] 05:37:01 0 7.23 0.00 4.22 1.55 0.26 86.75 [2021-04-15T05:44:47.829Z] 05:37:01 1 9.89 0.00 2.51 0.10 0.17 87.33 [2021-04-15T05:44:47.829Z] 05:37:01 2 9.11 0.00 3.11 2.40 0.17 85.21 [2021-04-15T05:44:47.829Z] 05:37:01 3 7.34 0.00 3.13 1.13 0.24 88.16 [2021-04-15T05:44:47.829Z] 05:38:01 all 0.18 0.00 0.05 0.00 0.01 99.75 [2021-04-15T05:44:47.829Z] 05:38:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-15T05:44:47.829Z] 05:38:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-15T05:44:47.829Z] 05:38:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2021-04-15T05:44:47.829Z] 05:38:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-04-15T05:44:47.829Z] 05:39:01 all 0.19 0.00 0.06 0.00 0.02 99.73 [2021-04-15T05:44:47.829Z] 05:39:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-15T05:44:47.829Z] 05:39:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-04-15T05:44:47.829Z] 05:39:01 2 0.08 0.00 0.07 0.00 0.03 99.82 [2021-04-15T05:44:47.829Z] 05:39:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-04-15T05:44:47.829Z] 05:40:01 all 0.11 0.00 0.06 0.00 0.01 99.82 [2021-04-15T05:44:47.829Z] 05:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-15T05:44:47.829Z] 05:40:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-04-15T05:44:47.829Z] 05:40:01 2 0.32 0.00 0.03 0.00 0.00 99.65 [2021-04-15T05:44:47.829Z] 05:40:01 3 0.07 0.00 0.12 0.00 0.02 99.80 [2021-04-15T05:44:47.829Z] 05:41:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2021-04-15T05:44:47.829Z] 05:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-15T05:44:47.829Z] 05:41:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-15T05:44:47.829Z] 05:41:01 2 0.38 0.00 0.03 0.00 0.02 99.57 [2021-04-15T05:44:47.829Z] 05:41:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T05:44:47.829Z] 05:42:01 all 0.15 0.00 0.08 0.00 0.01 99.76 [2021-04-15T05:44:47.829Z] 05:42:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-15T05:44:47.829Z] 05:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T05:44:47.829Z] 05:42:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-04-15T05:44:47.829Z] 05:42:01 3 0.03 0.00 0.22 0.00 0.00 99.75 [2021-04-15T05:44:47.829Z] 05:43:01 all 6.88 0.00 5.15 0.82 0.21 86.94 [2021-04-15T05:44:47.829Z] 05:43:01 0 6.77 0.00 5.61 1.60 0.19 85.83 [2021-04-15T05:44:47.829Z] 05:43:01 1 6.29 0.00 5.29 0.88 0.22 87.32 [2021-04-15T05:44:47.829Z] 05:43:01 2 7.68 0.00 5.14 0.78 0.24 86.17 [2021-04-15T05:44:47.829Z] 05:43:01 3 6.79 0.00 4.56 0.03 0.19 88.43 [2021-04-15T05:44:47.829Z] 05:44:01 all 14.99 0.00 10.86 3.80 0.39 69.96 [2021-04-15T05:44:47.829Z] 05:44:01 0 14.34 0.00 11.33 5.57 0.33 68.42 [2021-04-15T05:44:47.829Z] 05:44:01 1 13.84 0.00 9.99 3.16 0.38 72.63 [2021-04-15T05:44:47.829Z] 05:44:01 2 13.98 0.00 11.07 2.51 0.36 72.08 [2021-04-15T05:44:47.829Z] 05:44:01 3 17.82 0.00 11.07 3.97 0.47 66.67 [2021-04-15T05:44:47.829Z] Average: all 3.80 0.00 2.39 0.72 0.10 92.98 [2021-04-15T05:44:47.829Z] Average: 0 3.49 0.00 2.61 1.06 0.10 92.74 [2021-04-15T05:44:47.829Z] Average: 1 3.83 0.00 2.21 0.51 0.10 93.36 [2021-04-15T05:44:47.829Z] Average: 2 3.95 0.00 2.39 0.70 0.11 92.86 [2021-04-15T05:44:47.829Z] Average: 3 3.95 0.00 2.36 0.63 0.12 92.95 [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z] [2021-04-15T05:44:47.829Z]