Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a52d30cae82740d9300b6b5568f08ccda0bb6162 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-812 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 a52d30cae82740d9300b6b5568f08ccda0bb6162 (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 a52d30cae82740d9300b6b5568f08ccda0bb6162 # timeout=10 Commit message: "Merge pull request #588 from weichou1229/issue-532" > git rev-list --no-walk 3d731156678fa6d4b6675a115cc87696c9618892 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T15:59:16.018Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T15:59:16.178Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T15:59:16.233Z] ========================================================= [2021-04-19T15:59:16.234Z] EdgeX Global Pipelines Version Info [2021-04-19T15:59:16.234Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:59:17.859Z] ------------------- [2021-04-19T15:59:17.859Z] stable info: [2021-04-19T15:59:17.859Z] ------------------- [2021-04-19T15:59:17.859Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T15:59:17.859Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T15:59:17.859Z] Message: update stable to v1.0.186 [2021-04-19T15:59:18.805Z] ------------------- [2021-04-19T15:59:18.805Z] experimental info: [2021-04-19T15:59:18.805Z] ------------------- [2021-04-19T15:59:18.805Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T15:59:18.805Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T15:59:18.805Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T15:59:18.932Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-04-19T15:59:18.966Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-04-19T15:59:18.990Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T15:59:19.014Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T15:59:19.036Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T15:59:19.059Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T15:59:19.096Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T15:59:19.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T15:59:19.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T15:59:19.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T15:59:19.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T15:59:19.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-04-19T15:59:19.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T15:59:19.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T15:59:19.301Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T15:59:19.324Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T15:59:19.362Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T15:59:19.385Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T15:59:19.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T15:59:19.434Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T15:59:19.456Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T15:59:19.492Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T15:59:19.515Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T15:59:19.538Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T15:59:19.561Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-19T15:59:19.585Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T15:59:19.621Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T15:59:19.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T15:59:19.665Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T15:59:19.688Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a52d30cae82740d9300b6b5568f08ccda0bb6162 [Pipeline] echo [2021-04-19T15:59:19.711Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a52d30c [Pipeline] echo [2021-04-19T15:59:19.749Z] [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-19T15:59:20.166Z] + git log --format=format:%s -1 a52d30cae82740d9300b6b5568f08ccda0bb6162 [Pipeline] echo [2021-04-19T15:59:20.239Z] GIT_COMMIT: a52d30cae82740d9300b6b5568f08ccda0bb6162, Commit Message: Merge pull request #588 from weichou1229/issue-532 [Pipeline] echo [2021-04-19T15:59:20.253Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:59:21.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:59:21.486Z] [2021-04-19T15:59:21.486Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:59:21.811Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:59:21.811Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T15:59:21.811Z] 31603596830f: Pulling fs layer [2021-04-19T15:59:21.811Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T15:59:21.811Z] 6ca5941a6612: Pulling fs layer [2021-04-19T15:59:21.811Z] ecc8261a40a4: Pulling fs layer [2021-04-19T15:59:21.811Z] ecc8261a40a4: Waiting [2021-04-19T15:59:21.811Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T15:59:21.811Z] 2a8b12db71e7: Download complete [2021-04-19T15:59:22.076Z] 31603596830f: Verifying Checksum [2021-04-19T15:59:22.076Z] 31603596830f: Download complete [2021-04-19T15:59:22.076Z] ecc8261a40a4: Verifying Checksum [2021-04-19T15:59:22.076Z] ecc8261a40a4: Download complete [2021-04-19T15:59:22.076Z] 6ca5941a6612: Verifying Checksum [2021-04-19T15:59:22.076Z] 6ca5941a6612: Download complete [2021-04-19T15:59:22.652Z] 31603596830f: Pull complete [2021-04-19T15:59:22.652Z] 2a8b12db71e7: Pull complete [2021-04-19T15:59:23.603Z] 6ca5941a6612: Pull complete [2021-04-19T15:59:23.603Z] ecc8261a40a4: Pull complete [2021-04-19T15:59:23.603Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T15:59:23.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:59:23.866Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T15:59:23.975Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T15:59:24.021Z] $ 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-19T15:59:25.949Z] $ docker top f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:59:26.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:59:26.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:59:26.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:59:26.348Z] $ docker exec f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 ssh-agent [2021-04-19T15:59:26.522Z] SSH_AUTH_SOCK=/tmp/ssh-e2d0g8k7zgHS/agent.12 [2021-04-19T15:59:26.522Z] SSH_AGENT_PID=17 [2021-04-19T15:59:26.532Z] Running ssh-add (command line suppressed) [2021-04-19T15:59:26.661Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6157278575707359276.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6157278575707359276.key) [2021-04-19T15:59:26.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:59:27.024Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T15:59:27.044Z] $ docker exec --env ******** --env ******** f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 ssh-agent -k [2021-04-19T15:59:27.166Z] unset SSH_AUTH_SOCK; [2021-04-19T15:59:27.166Z] unset SSH_AGENT_PID; [2021-04-19T15:59:27.166Z] echo Agent pid 17 killed; [2021-04-19T15:59:27.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T15:59:27.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:59:27.255Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:59:27.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:59:27.433Z] $ docker exec f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 ssh-agent [2021-04-19T15:59:27.604Z] SSH_AUTH_SOCK=/tmp/ssh-ByvUSNOsRYl4/agent.46 [2021-04-19T15:59:27.604Z] SSH_AGENT_PID=51 [2021-04-19T15:59:27.610Z] Running ssh-add (command line suppressed) [2021-04-19T15:59:27.743Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3400188607843001730.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3400188607843001730.key) [2021-04-19T15:59:27.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:59:28.096Z] + git semver init [2021-04-19T15:59:28.096Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:59:28.096Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-19T15:59:28.096Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-19T15:59:28.096Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:59:28.096Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:59:28.096Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:59:28.096Z] # $SEMVER_BRANCH = master [2021-04-19T15:59:28.096Z] # $SEMVER_TEMP = /tmp/semver-122717012 [2021-04-19T15:59:28.097Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-04-19T15:59:29.044Z] # '/tmp/semver-122717012' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-04-19T15:59:29.044Z] # -> Force: false [2021-04-19T15:59:29.044Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-04-19T15:59:29.059Z] $ docker exec --env ******** --env ******** f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 ssh-agent -k [2021-04-19T15:59:29.187Z] unset SSH_AUTH_SOCK; [2021-04-19T15:59:29.188Z] unset SSH_AGENT_PID; [2021-04-19T15:59:29.188Z] echo Agent pid 51 killed; [2021-04-19T15:59:29.242Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:59:29.582Z] + git semver [Pipeline] } [2021-04-19T15:59:29.601Z] $ docker stop --time=1 f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 [2021-04-19T15:59:31.503Z] $ docker rm -f f3a6ebd1c78bc4cc5d483a613d4903360f22e88dd4e75dc3fe50f15d895b0505 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T15:59:31.993Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T15:59:32.362Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T15:59:32.365Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.72 [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-19T15:59:47.542Z] Still waiting to schedule task [2021-04-19T15:59:47.542Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-812’ [2021-04-19T15:59:47.545Z] Still waiting to schedule task [2021-04-19T15:59:47.545Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T16:01:40.846Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-813 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-04-19T16:01:40.862Z] Running in /w/workspace/go-mod-core-contracts/191 [Pipeline] { [Pipeline] checkout [2021-04-19T16:01:46.521Z] using credential edgex-jenkins-ssh [2021-04-19T16:01:46.543Z] Cloning the remote Git repository [2021-04-19T16:01:46.597Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-19T16:01:46.703Z] > git init /w/workspace/go-mod-core-contracts/191 # timeout=10 [2021-04-19T16:01:46.779Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-19T16:01:46.779Z] > git --version # timeout=10 [2021-04-19T16:01:46.796Z] > git --version # 'git version 2.17.1' [2021-04-19T16:01:46.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T16:01:46.846Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T16:01:47.940Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-19T16:01:47.968Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T16:01:47.992Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-19T16:01:48.030Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-19T16:01:48.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T16:01:48.043Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T16:01:48.573Z] Checking out Revision a52d30cae82740d9300b6b5568f08ccda0bb6162 (master) [2021-04-19T16:01:48.599Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T16:01:48.618Z] > git checkout -f a52d30cae82740d9300b6b5568f08ccda0bb6162 # timeout=10 [2021-04-19T16:01:52.884Z] Commit message: "Merge pull request #588 from weichou1229/issue-532" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T16:01:54.192Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T16:01:54.650Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T16:01:54.993Z] + true [2021-04-19T16:01:54.993Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-04-19T16:01:57.932Z] ========================================================= [2021-04-19T16:01:57.932Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T16:01:57.932Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:01:58.285Z] + 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-19T16:01:59.278Z] Sending build context to Docker daemon 3.019MB [2021-04-19T16:01:59.550Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T16:01:59.550Z] Step 2/7 : FROM ${BASE} [2021-04-19T16:01:59.845Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T16:01:59.845Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T16:01:59.845Z] a4357932f1b6: Pulling fs layer [2021-04-19T16:01:59.845Z] 18c013af1878: Pulling fs layer [2021-04-19T16:01:59.845Z] 00ac8860ef70: Pulling fs layer [2021-04-19T16:01:59.845Z] 63d7cb157983: Pulling fs layer [2021-04-19T16:01:59.845Z] b116817d02f9: Pulling fs layer [2021-04-19T16:01:59.845Z] 745a02a5169b: Pulling fs layer [2021-04-19T16:01:59.845Z] 00ac8860ef70: Waiting [2021-04-19T16:01:59.845Z] 63d7cb157983: Waiting [2021-04-19T16:01:59.845Z] b116817d02f9: Waiting [2021-04-19T16:01:59.845Z] 18c013af1878: Verifying Checksum [2021-04-19T16:01:59.845Z] 18c013af1878: Download complete [2021-04-19T16:01:59.845Z] a4357932f1b6: Verifying Checksum [2021-04-19T16:01:59.845Z] a4357932f1b6: Download complete [2021-04-19T16:01:59.845Z] 63d7cb157983: Verifying Checksum [2021-04-19T16:01:59.845Z] 63d7cb157983: Download complete [2021-04-19T16:01:59.845Z] b116817d02f9: Verifying Checksum [2021-04-19T16:01:59.845Z] b116817d02f9: Download complete [2021-04-19T16:01:59.845Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T16:01:59.845Z] 5f621e34cdf4: Download complete [2021-04-19T16:02:00.448Z] 5f621e34cdf4: Pull complete [2021-04-19T16:02:01.050Z] a4357932f1b6: Pull complete [2021-04-19T16:02:01.326Z] 18c013af1878: Pull complete [2021-04-19T16:02:02.323Z] 745a02a5169b: Verifying Checksum [2021-04-19T16:02:02.323Z] 745a02a5169b: Download complete [2021-04-19T16:02:03.767Z] 00ac8860ef70: Verifying Checksum [2021-04-19T16:02:03.767Z] 00ac8860ef70: Download complete [2021-04-19T16:02:07.630Z] Running on prd-centos7-docker-4c-2g-814 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-04-19T16:02:07.649Z] Running in /w/workspace/go-mod-core-contracts/191 [Pipeline] { [Pipeline] checkout [2021-04-19T16:02:10.281Z] using credential edgex-jenkins-ssh [2021-04-19T16:02:10.294Z] Cloning the remote Git repository [2021-04-19T16:02:10.321Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-19T16:02:10.389Z] > git init /w/workspace/go-mod-core-contracts/191 # timeout=10 [2021-04-19T16:02:10.452Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-19T16:02:10.453Z] > git --version # timeout=10 [2021-04-19T16:02:10.470Z] > git --version # 'git version 2.24.3' [2021-04-19T16:02:10.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T16:02:10.506Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T16:02:11.798Z] Checking out Revision a52d30cae82740d9300b6b5568f08ccda0bb6162 (master) [2021-04-19T16:02:11.324Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-19T16:02:11.330Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T16:02:11.344Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-19T16:02:11.360Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-19T16:02:11.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T16:02:11.365Z] > 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-19T16:02:11.810Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T16:02:11.815Z] > git checkout -f a52d30cae82740d9300b6b5568f08ccda0bb6162 # timeout=10 [2021-04-19T16:02:13.964Z] 00ac8860ef70: Pull complete [2021-04-19T16:02:13.964Z] 63d7cb157983: Pull complete [2021-04-19T16:02:13.964Z] b116817d02f9: Pull complete [2021-04-19T16:02:15.636Z] Commit message: "Merge pull request #588 from weichou1229/issue-532" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T16:02:16.753Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T16:02:17.091Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T16:02:17.393Z] + sudo service docker restart [2021-04-19T16:02:17.393Z] + true [2021-04-19T16:02:17.393Z] Redirecting to /bin/systemctl restart docker.service [2021-04-19T16:02:18.333Z] 745a02a5169b: Pull complete [2021-04-19T16:02:18.333Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T16:02:18.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T16:02:18.333Z] ---> b7e6874047d6 [2021-04-19T16:02:18.333Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo [2021-04-19T16:02:18.522Z] ========================================================= [2021-04-19T16:02:18.522Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T16:02:18.522Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:02:18.845Z] + 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-19T16:02:19.425Z] Sending build context to Docker daemon 3.02MB [2021-04-19T16:02:19.425Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T16:02:19.425Z] Step 2/7 : FROM ${BASE} [2021-04-19T16:02:19.689Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T16:02:19.689Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T16:02:19.689Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T16:02:19.689Z] de9db76c5a1d: Pulling fs layer [2021-04-19T16:02:19.689Z] bca2f99d35d6: Pulling fs layer [2021-04-19T16:02:19.689Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T16:02:19.689Z] 7c6f9722023f: Pulling fs layer [2021-04-19T16:02:19.689Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T16:02:19.689Z] bca2f99d35d6: Waiting [2021-04-19T16:02:19.689Z] 93359f2a8cfa: Waiting [2021-04-19T16:02:19.689Z] 7c6f9722023f: Waiting [2021-04-19T16:02:19.689Z] a35cf1a2eb13: Waiting [2021-04-19T16:02:19.690Z] de9db76c5a1d: Verifying Checksum [2021-04-19T16:02:19.690Z] de9db76c5a1d: Download complete [2021-04-19T16:02:19.690Z] 0ef7d3d256c8: Download complete [2021-04-19T16:02:19.690Z] 93359f2a8cfa: Download complete [2021-04-19T16:02:19.690Z] 7c6f9722023f: Verifying Checksum [2021-04-19T16:02:19.690Z] 7c6f9722023f: Download complete [2021-04-19T16:02:19.690Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T16:02:19.690Z] 188c0c94c7c5: Download complete [2021-04-19T16:02:19.955Z] 188c0c94c7c5: Pull complete [2021-04-19T16:02:20.227Z] 0ef7d3d256c8: Pull complete [2021-04-19T16:02:20.494Z] de9db76c5a1d: Pull complete [2021-04-19T16:02:21.015Z] ---> Running in 3fec72beacbd [2021-04-19T16:02:21.015Z] Removing intermediate container 3fec72beacbd [2021-04-19T16:02:21.015Z] ---> 5e49c294ef50 [2021-04-19T16:02:21.015Z] Step 4/7 : RUN apk add bash [2021-04-19T16:02:21.015Z] ---> Running in a43963041c5a [2021-04-19T16:02:21.450Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T16:02:21.450Z] a35cf1a2eb13: Download complete [2021-04-19T16:02:22.027Z] bca2f99d35d6: Verifying Checksum [2021-04-19T16:02:22.027Z] bca2f99d35d6: Download complete [2021-04-19T16:02:22.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T16:02:23.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T16:02:24.025Z] OK: 142 MiB in 39 packages [2021-04-19T16:02:25.008Z] Removing intermediate container a43963041c5a [2021-04-19T16:02:25.008Z] ---> 697ac61a90dd [2021-04-19T16:02:25.008Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T16:02:25.280Z] ---> Running in fbc9f517e677 [2021-04-19T16:02:25.878Z] Removing intermediate container fbc9f517e677 [2021-04-19T16:02:25.878Z] ---> ed4d5194a1f5 [2021-04-19T16:02:25.878Z] Step 6/7 : COPY go.mod . [2021-04-19T16:02:26.473Z] ---> 23ffeb31ab0b [2021-04-19T16:02:26.473Z] Step 7/7 : RUN go mod download [2021-04-19T16:02:26.473Z] ---> Running in cd3872e253e8 [2021-04-19T16:02:28.668Z] bca2f99d35d6: Pull complete [2021-04-19T16:02:28.668Z] 93359f2a8cfa: Pull complete [2021-04-19T16:02:28.668Z] 7c6f9722023f: Pull complete [2021-04-19T16:02:34.021Z] a35cf1a2eb13: Pull complete [2021-04-19T16:02:34.021Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T16:02:34.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T16:02:34.286Z] ---> a62c8e92a672 [2021-04-19T16:02:34.287Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T16:02:34.550Z] ---> Running in d342bd4efd4f [2021-04-19T16:02:34.813Z] Removing intermediate container d342bd4efd4f [2021-04-19T16:02:34.813Z] ---> fef6b0e67638 [2021-04-19T16:02:34.813Z] Step 4/7 : RUN apk add bash [2021-04-19T16:02:35.076Z] ---> Running in 3276e010d9f8 [2021-04-19T16:02:35.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T16:02:36.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T16:02:36.806Z] OK: 166 MiB in 39 packages [2021-04-19T16:02:37.385Z] Removing intermediate container 3276e010d9f8 [2021-04-19T16:02:37.385Z] ---> 8b95521f2718 [2021-04-19T16:02:37.385Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T16:02:37.385Z] ---> Running in ced908a20891 [2021-04-19T16:02:37.650Z] Removing intermediate container ced908a20891 [2021-04-19T16:02:37.650Z] ---> 9aad638be526 [2021-04-19T16:02:37.650Z] Step 6/7 : COPY go.mod . [2021-04-19T16:02:37.917Z] ---> 08fb03413bdd [2021-04-19T16:02:37.917Z] Step 7/7 : RUN go mod download [2021-04-19T16:02:37.917Z] ---> Running in d58600425b73 [2021-04-19T16:02:44.803Z] Removing intermediate container cd3872e253e8 [2021-04-19T16:02:44.803Z] ---> 31e4da4154ed [2021-04-19T16:02:44.803Z] Successfully built 31e4da4154ed [2021-04-19T16:02:44.803Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:02:45.167Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T16:02:45.167Z] . [Pipeline] withDockerContainer [2021-04-19T16:02:45.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-813 does not seem to be running inside a container [2021-04-19T16:02:45.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/191 -v /w/workspace/go-mod-core-contracts/191:/w/workspace/go-mod-core-contracts/191:rw,z -v /w/workspace/go-mod-core-contracts/191@tmp:/w/workspace/go-mod-core-contracts/191@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-19T16:02:47.093Z] $ docker top 15866dda888c6256f5c985841e14b80cc3e403eb0d9bee6444d15ea4c50f9566 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T16:02:48.054Z] + go version [2021-04-19T16:02:48.054Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T16:02:48.080Z] $ docker stop --time=1 15866dda888c6256f5c985841e14b80cc3e403eb0d9bee6444d15ea4c50f9566 [2021-04-19T16:02:50.016Z] $ docker rm -f 15866dda888c6256f5c985841e14b80cc3e403eb0d9bee6444d15ea4c50f9566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:02:50.734Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T16:02:50.734Z] . [Pipeline] withDockerContainer [2021-04-19T16:02:50.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-813 does not seem to be running inside a container [2021-04-19T16:02:51.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/191 -v /w/workspace/go-mod-core-contracts/191:/w/workspace/go-mod-core-contracts/191:rw,z -v /w/workspace/go-mod-core-contracts/191@tmp:/w/workspace/go-mod-core-contracts/191@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-19T16:02:52.596Z] $ docker top 683599a0566c0b1b9125957519ef6f32b76ffaacff2e0c8009bf52f6403aa538 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T16:02:52.958Z] Removing intermediate container d58600425b73 [2021-04-19T16:02:52.958Z] ---> 117428e07eeb [2021-04-19T16:02:52.958Z] Successfully built 117428e07eeb [2021-04-19T16:02:52.958Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:02:53.292Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T16:02:53.292Z] . [Pipeline] withDockerContainer [2021-04-19T16:02:53.421Z] prd-centos7-docker-4c-2g-814 does not seem to be running inside a container [2021-04-19T16:02:53.477Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/191 -v /w/workspace/go-mod-core-contracts/191:/w/workspace/go-mod-core-contracts/191:rw,z -v /w/workspace/go-mod-core-contracts/191@tmp:/w/workspace/go-mod-core-contracts/191@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-19T16:02:53.566Z] + make test [2021-04-19T16:02:53.566Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-19T16:02:54.427Z] $ docker top ec030f1484d41285f667814e21fbaa86e1fb882e70fc8f29056f4d12899bc518 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T16:02:54.886Z] + go version [2021-04-19T16:02:54.886Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T16:02:54.904Z] $ docker stop --time=1 ec030f1484d41285f667814e21fbaa86e1fb882e70fc8f29056f4d12899bc518 [2021-04-19T16:02:56.259Z] $ docker rm -f ec030f1484d41285f667814e21fbaa86e1fb882e70fc8f29056f4d12899bc518 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:02:56.759Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T16:02:56.759Z] . [Pipeline] withDockerContainer [2021-04-19T16:02:56.859Z] prd-centos7-docker-4c-2g-814 does not seem to be running inside a container [2021-04-19T16:02:56.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/191 -v /w/workspace/go-mod-core-contracts/191:/w/workspace/go-mod-core-contracts/191:rw,z -v /w/workspace/go-mod-core-contracts/191@tmp:/w/workspace/go-mod-core-contracts/191@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-19T16:02:57.578Z] $ docker top e8830855f260875f2492de4c83aeced9391d3739412088753fe777367361ea80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T16:02:58.029Z] + make test [2021-04-19T16:02:58.029Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-19T16:03:06.339Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-19T16:03:06.339Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.047s coverage: 85.7% of statements [2021-04-19T16:03:06.339Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.015s coverage: 100.0% of statements [2021-04-19T16:03:06.340Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.045s coverage: 45.4% of statements [2021-04-19T16:03:06.340Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.018s coverage: 77.8% of statements [2021-04-19T16:03:06.340Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-19T16:03:06.943Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.029s coverage: 26.3% of statements [2021-04-19T16:03:07.527Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.034s coverage: 14.7% of statements [2021-04-19T16:03:07.527Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements [2021-04-19T16:03:08.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.033s coverage: 91.8% of statements [2021-04-19T16:03:08.115Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-19T16:03:08.115Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-19T16:03:08.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements [2021-04-19T16:03:08.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 35.5% of statements [2021-04-19T16:03:10.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.029s coverage: 63.0% of statements [2021-04-19T16:03:10.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements [2021-04-19T16:03:10.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements [2021-04-19T16:03:10.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.029s coverage: 15.4% of statements [2021-04-19T16:03:10.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.069s coverage: 14.3% of statements [2021-04-19T16:03:11.060Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-19T16:03:13.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.085s coverage: 83.6% of statements [2021-04-19T16:03:13.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-19T16:03:13.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-19T16:03:13.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-19T16:03:13.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.039s coverage: 45.8% of statements [2021-04-19T16:03:13.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.030s coverage: 94.7% of statements [2021-04-19T16:03:13.630Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.060s coverage: 87.1% of statements [2021-04-19T16:03:13.631Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.011s coverage: 100.0% of statements [2021-04-19T16:03:13.631Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.016s coverage: 69.6% of statements [2021-04-19T16:03:13.631Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T16:03:15.572Z] gofmt -l . [2021-04-19T16:03:15.767Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-19T16:03:15.833Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T16:03:16.114Z] $ docker stop --time=1 e8830855f260875f2492de4c83aeced9391d3739412088753fe777367361ea80 [2021-04-19T16:03:17.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.067s coverage: 85.7% of statements [2021-04-19T16:03:17.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.027s coverage: 100.0% of statements [2021-04-19T16:03:18.628Z] $ docker rm -f e8830855f260875f2492de4c83aeced9391d3739412088753fe777367361ea80 [2021-04-19T16:03:18.758Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.132s coverage: 45.4% of statements [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T16:03:19.220Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T16:03:19.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.040s coverage: 77.8% of statements [2021-04-19T16:03:19.745Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-19T16:03:19.799Z] 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-19T16:03:20.578Z] ---> job-cost.sh [2021-04-19T16:03:20.578Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-k28d [2021-04-19T16:03:21.196Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements [2021-04-19T16:03:21.814Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.089s coverage: 14.7% of statements [2021-04-19T16:03:22.088Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements [2021-04-19T16:03:23.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.065s coverage: 91.8% of statements [2021-04-19T16:03:23.085Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-19T16:03:23.085Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-19T16:03:23.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.027s coverage: 100.0% of statements [2021-04-19T16:03:23.362Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 35.5% of statements [2021-04-19T16:03:28.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.153s coverage: 63.0% of statements [2021-04-19T16:03:28.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-04-19T16:03:28.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.071s coverage: 15.4% of statements [2021-04-19T16:03:28.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.056s coverage: 15.4% of statements [2021-04-19T16:03:28.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.033s coverage: 14.3% of statements [2021-04-19T16:03:28.790Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-19T16:03:34.220Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.208s coverage: 83.6% of statements [2021-04-19T16:03:34.220Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-19T16:03:34.220Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-19T16:03:34.220Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-19T16:03:34.220Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.047s coverage: 45.8% of statements [2021-04-19T16:03:34.220Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.045s coverage: 94.7% of statements [2021-04-19T16:03:35.674Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.204s coverage: 87.1% of statements [2021-04-19T16:03:35.945Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.032s coverage: 100.0% of statements [2021-04-19T16:03:35.945Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements [2021-04-19T16:03:36.218Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T16:03:38.748Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T16:03:42.963Z] gofmt -l . [2021-04-19T16:03:42.964Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T16:03:43.958Z] $ docker stop --time=1 683599a0566c0b1b9125957519ef6f32b76ffaacff2e0c8009bf52f6403aa538 [2021-04-19T16:03:46.264Z] $ docker rm -f 683599a0566c0b1b9125957519ef6f32b76ffaacff2e0c8009bf52f6403aa538 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T16:03:47.070Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T16:03:47.090Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T16:03:48.122Z] 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-19T16:03:48.683Z] ---> job-cost.sh [2021-04-19T16:03:48.683Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-klj9 [2021-04-19T16:04:05.392Z] lf-activate-venv(): INFO: Adding /tmp/venv-k28d/bin to PATH [2021-04-19T16:04:05.392Z] INFO: No Stack... [2021-04-19T16:04:05.392Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T16:04:05.392Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T16:04:05.712Z] + cat /w/workspace/go-mod-core-contracts/191/archives/cost.csv [2021-04-19T16:04:05.712Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T16:04:05.806Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] [2021-04-19T16:04:05.819Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] did not exist. Created. [2021-04-19T16:04:05.819Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T16:04:06.149Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T16:04:06.307Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T16:04:06.322Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T16:04:27.685Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T16:05:49.402Z] lf-activate-venv(): INFO: Adding /tmp/venv-klj9/bin to PATH [2021-04-19T16:05:49.402Z] INFO: No Stack... [2021-04-19T16:05:49.402Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T16:05:49.402Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T16:05:49.741Z] + cat /w/workspace/go-mod-core-contracts/191/archives/cost.csv [2021-04-19T16:05:49.741Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T16:05:49.868Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] [2021-04-19T16:05:49.877Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] did not exist. Created. [2021-04-19T16:05:49.877Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-191-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T16:05:50.241Z] /w/workspace/go-mod-core-contracts/191@tmp/durable-c1f07d20/script.sh: 1: /w/workspace/go-mod-core-contracts/191@tmp/durable-c1f07d20/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T16:05:50.586Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T16:05:50.607Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T16:05:50.775Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T16:05:50.787Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-191-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-19T16:05:51.480Z] provisioning config files... [2021-04-19T16:05:51.511Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6120814565463066429tmp [Pipeline] { [Pipeline] sh [2021-04-19T16:05:51.847Z] + set +x [2021-04-19T16:05:51.847Z] + curl -s https://codecov.io/bash [2021-04-19T16:05:51.847Z] + bash -s -- [2021-04-19T16:05:52.113Z] [2021-04-19T16:05:52.113Z] _____ _ [2021-04-19T16:05:52.113Z] / ____| | | [2021-04-19T16:05:52.113Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T16:05:52.113Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T16:05:52.113Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T16:05:52.113Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T16:05:52.113Z] Bash-1.0.1 [2021-04-19T16:05:52.113Z] [2021-04-19T16:05:52.113Z] [2021-04-19T16:05:52.113Z] ==> git version 2.24.3 found [2021-04-19T16:05:52.113Z] ==> 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-19T16:05:52.113Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T16:05:52.113Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T16:05:52.113Z] ==> Jenkins CI detected. [2021-04-19T16:05:52.113Z] project root: . [2021-04-19T16:05:52.113Z] --> token set from env [2021-04-19T16:05:52.113Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T16:05:52.113Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T16:05:52.113Z] ==> Python coveragepy not found [2021-04-19T16:05:52.113Z] ==> Searching for coverage reports in: [2021-04-19T16:05:52.113Z] + . [2021-04-19T16:05:52.113Z] -> Found 1 reports [2021-04-19T16:05:52.113Z] ==> Detecting git/mercurial file structure [2021-04-19T16:05:52.113Z] ==> Reading reports [2021-04-19T16:05:52.113Z] + ./coverage.out bytes=171881 [2021-04-19T16:05:52.113Z] ==> Appending adjustments [2021-04-19T16:05:52.113Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T16:05:53.508Z] + Found adjustments [2021-04-19T16:05:53.508Z] ==> Gzipping contents [2021-04-19T16:05:53.508Z] 28K /tmp/codecov.LDBIRm.gz [2021-04-19T16:05:53.508Z] ==> Uploading reports [2021-04-19T16:05:53.508Z] url: https://codecov.io [2021-04-19T16:05:53.508Z] query: branch=master&commit=a52d30cae82740d9300b6b5568f08ccda0bb6162&build=191&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F191%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T16:05:53.508Z] -> Pinging Codecov [2021-04-19T16:05:53.508Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=a52d30cae82740d9300b6b5568f08ccda0bb6162&build=191&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F191%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T16:05:53.772Z] -> Uploading to [2021-04-19T16:05:53.772Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/71470A77251A30514AAF9C0BB2E5B6CE/a52d30cae82740d9300b6b5568f08ccda0bb6162/4a7cde21-fbfd-4ee5-9eed-bd0867a9264e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T160553Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70b0a5fccf0aa380d3d0be60f78911b4ad6f0430ea06af4443cb3130f316b111 [2021-04-19T16:05:53.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T16:05:53.772Z] Dload Upload Total Spent Left Speed [2021-04-19T16:05:54.349Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25283 0 0 100 25283 0 50573 --:--:-- --:--:-- --:--:-- 50667 [2021-04-19T16:05:54.349Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/a52d30cae82740d9300b6b5568f08ccda0bb6162 [Pipeline] } [2021-04-19T16:05:54.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T16:05:55.012Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T16:05:55.028Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:05:55.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T16:05:55.336Z] [2021-04-19T16:05:55.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:05:55.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T16:05:55.679Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T16:05:55.679Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T16:05:55.679Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T16:05:55.679Z] de9db76c5a1d: Pulling fs layer [2021-04-19T16:05:55.679Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T16:05:55.679Z] 0d57e429df01: Pulling fs layer [2021-04-19T16:05:55.679Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T16:05:55.679Z] e1f770b5df2f: Pulling fs layer [2021-04-19T16:05:55.679Z] 85a0685a4137: Pulling fs layer [2021-04-19T16:05:55.679Z] 0d57e429df01: Waiting [2021-04-19T16:05:55.679Z] e1f770b5df2f: Waiting [2021-04-19T16:05:55.679Z] 85a0685a4137: Waiting [2021-04-19T16:05:55.679Z] 4e4be7b47b0d: Waiting [2021-04-19T16:05:55.679Z] 0eba1c9be4d2: Waiting [2021-04-19T16:05:55.679Z] de9db76c5a1d: Verifying Checksum [2021-04-19T16:05:55.679Z] de9db76c5a1d: Download complete [2021-04-19T16:05:55.679Z] 0ef7d3d256c8: Download complete [2021-04-19T16:05:55.679Z] 0d57e429df01: Verifying Checksum [2021-04-19T16:05:55.679Z] 0d57e429df01: Download complete [2021-04-19T16:05:55.679Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T16:05:55.679Z] 188c0c94c7c5: Download complete [2021-04-19T16:05:55.968Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T16:05:55.968Z] 4e4be7b47b0d: Download complete [2021-04-19T16:05:56.240Z] 188c0c94c7c5: Pull complete [2021-04-19T16:05:56.519Z] 0ef7d3d256c8: Pull complete [2021-04-19T16:05:56.519Z] de9db76c5a1d: Pull complete [2021-04-19T16:05:56.795Z] e1f770b5df2f: Verifying Checksum [2021-04-19T16:05:56.795Z] e1f770b5df2f: Download complete [2021-04-19T16:05:58.757Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T16:05:58.757Z] 0eba1c9be4d2: Download complete [2021-04-19T16:05:59.811Z] 85a0685a4137: Verifying Checksum [2021-04-19T16:05:59.811Z] 85a0685a4137: Download complete [2021-04-19T16:06:05.178Z] 0eba1c9be4d2: Pull complete [2021-04-19T16:06:05.442Z] 0d57e429df01: Pull complete [2021-04-19T16:06:05.442Z] 4e4be7b47b0d: Pull complete [2021-04-19T16:06:08.040Z] e1f770b5df2f: Pull complete [2021-04-19T16:06:16.225Z] 85a0685a4137: Pull complete [2021-04-19T16:06:16.226Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T16:06:16.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T16:06:16.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T16:06:16.473Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T16:06:16.542Z] $ 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-19T16:06:17.715Z] $ docker top ff645c4edb7c8a07d9f3560058eea1f659a8d3f47da74e43de3026f7f047c9ba -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T16:06:17.889Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T16:06:18.193Z] + set -o pipefail [2021-04-19T16:06:18.193Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T16:06:24.830Z] [2021-04-19T16:06:24.830Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-04-19T16:06:24.830Z] [2021-04-19T16:06:24.830Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/b2ec31a8-cb5a-4c87-b962-aa459822c3a4 [2021-04-19T16:06:24.830Z] [2021-04-19T16:06:24.830Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T16:06:24.830Z] [2021-04-19T16:06:24.830Z] [2021-04-19T16:06:24.830Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T16:06:24.830Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T16:06:24.847Z] $ docker stop --time=1 ff645c4edb7c8a07d9f3560058eea1f659a8d3f47da74e43de3026f7f047c9ba [2021-04-19T16:06:27.603Z] $ docker rm -f ff645c4edb7c8a07d9f3560058eea1f659a8d3f47da74e43de3026f7f047c9ba [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-19T16:06:28.608Z] + git log --format=format:%s -1 a52d30cae82740d9300b6b5568f08ccda0bb6162 [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:06:28.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T16:06:28.918Z] . [Pipeline] withDockerContainer [2021-04-19T16:06:29.028Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T16:06:29.078Z] $ 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-19T16:06:30.000Z] $ docker top 0c0a6b9473648093a6f5e9e86f3026dd450e3d9b29288784e78792aba606a3a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T16:06:30.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T16:06:30.164Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T16:06:30.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T16:06:30.437Z] $ docker exec 0c0a6b9473648093a6f5e9e86f3026dd450e3d9b29288784e78792aba606a3a0 ssh-agent [2021-04-19T16:06:30.611Z] SSH_AUTH_SOCK=/tmp/ssh-f2kXI2k2Vwp0/agent.12 [2021-04-19T16:06:30.611Z] SSH_AGENT_PID=17 [2021-04-19T16:06:30.619Z] Running ssh-add (command line suppressed) [2021-04-19T16:06:30.761Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8903420866262507428.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8903420866262507428.key) [2021-04-19T16:06:30.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T16:06:31.122Z] + git semver tag [2021-04-19T16:06:31.386Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T16:06:31.386Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-19T16:06:31.386Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-19T16:06:31.386Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T16:06:31.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T16:06:31.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T16:06:31.386Z] # $SEMVER_BRANCH = master [2021-04-19T16:06:31.386Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-04-19T16:06:31.386Z] # a52d30cae82740d9300b6b5568f08ccda0bb6162 HEAD [2021-04-19T16:06:31.386Z] # -> Force: false [2021-04-19T16:06:31.386Z] # a46d63676e687dca9a6d84a6099feac10ff453d6 refs/tags/v2.0.0-dev.72 [Pipeline] } [2021-04-19T16:06:31.399Z] $ docker exec --env ******** --env ******** 0c0a6b9473648093a6f5e9e86f3026dd450e3d9b29288784e78792aba606a3a0 ssh-agent -k [2021-04-19T16:06:31.525Z] unset SSH_AUTH_SOCK; [2021-04-19T16:06:31.526Z] unset SSH_AGENT_PID; [2021-04-19T16:06:31.526Z] echo Agent pid 17 killed; [2021-04-19T16:06:31.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T16:06:31.921Z] + git semver [Pipeline] } [2021-04-19T16:06:31.938Z] $ docker stop --time=1 0c0a6b9473648093a6f5e9e86f3026dd450e3d9b29288784e78792aba606a3a0 [2021-04-19T16:06:33.299Z] $ docker rm -f 0c0a6b9473648093a6f5e9e86f3026dd450e3d9b29288784e78792aba606a3a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:06:33.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T16:06:33.821Z] [2021-04-19T16:06:33.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:06:34.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T16:06:34.141Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T16:06:34.141Z] ab5ef0e58194: Pulling fs layer [2021-04-19T16:06:34.141Z] 9712f1f96733: Pulling fs layer [2021-04-19T16:06:34.141Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T16:06:34.141Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T16:06:34.141Z] e9a5061849ea: Pulling fs layer [2021-04-19T16:06:34.141Z] d747dcd14b5f: Pulling fs layer [2021-04-19T16:06:34.141Z] 2de7ff778b66: Pulling fs layer [2021-04-19T16:06:34.141Z] 0d9ebad4ef96: Waiting [2021-04-19T16:06:34.141Z] e9a5061849ea: Waiting [2021-04-19T16:06:34.141Z] d747dcd14b5f: Waiting [2021-04-19T16:06:34.141Z] 2de7ff778b66: Waiting [2021-04-19T16:06:34.141Z] 9712f1f96733: Verifying Checksum [2021-04-19T16:06:34.141Z] 9712f1f96733: Download complete [2021-04-19T16:06:35.547Z] 63f879dbbcfc: Download complete [2021-04-19T16:06:35.547Z] e9a5061849ea: Verifying Checksum [2021-04-19T16:06:35.547Z] e9a5061849ea: Download complete [2021-04-19T16:06:35.547Z] d747dcd14b5f: Verifying Checksum [2021-04-19T16:06:35.547Z] d747dcd14b5f: Download complete [2021-04-19T16:06:36.125Z] 2de7ff778b66: Verifying Checksum [2021-04-19T16:06:36.125Z] 2de7ff778b66: Download complete [2021-04-19T16:06:36.125Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T16:06:36.125Z] 0d9ebad4ef96: Download complete [2021-04-19T16:06:36.398Z] ab5ef0e58194: Verifying Checksum [2021-04-19T16:06:36.398Z] ab5ef0e58194: Download complete [2021-04-19T16:06:41.725Z] ab5ef0e58194: Pull complete [2021-04-19T16:06:41.725Z] 9712f1f96733: Pull complete [2021-04-19T16:06:44.289Z] 63f879dbbcfc: Pull complete [2021-04-19T16:06:50.934Z] 0d9ebad4ef96: Pull complete [2021-04-19T16:06:52.872Z] e9a5061849ea: Pull complete [2021-04-19T16:06:52.872Z] d747dcd14b5f: Pull complete [2021-04-19T16:06:55.443Z] 2de7ff778b66: Pull complete [2021-04-19T16:06:55.443Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T16:06:55.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T16:06:55.443Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T16:06:55.658Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T16:06:55.729Z] $ 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-19T16:06:59.686Z] $ docker top 186cdd698dbfb1fdd57c72743f3d1ed090b4845a17108e1c098f05dd84adf169 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T16:06:59.885Z] provisioning config files... [2021-04-19T16:06:59.896Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7268383336775719696tmp [2021-04-19T16:06:59.911Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8607905048982553763tmp [2021-04-19T16:06:59.927Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1185145112231557209tmp [Pipeline] { [Pipeline] echo [2021-04-19T16:06:59.948Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:00.251Z] ---> sigul-configuration.sh [2021-04-19T16:07:00.251Z] gpg: directory `/root/.gnupg' created [2021-04-19T16:07:00.251Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T16:07:00.251Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T16:07:00.251Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T16:07:00.251Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T16:07:00.251Z] gpg: CAST5 encrypted data [2021-04-19T16:07:00.515Z] gpg: encrypted with 1 passphrase [2021-04-19T16:07:00.515Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T16:07:00.819Z] + mkdir /home/jenkins [2021-04-19T16:07:00.819Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T16:07:01.129Z] + 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-19T16:07:01.141Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:01.452Z] ---> sigul-install.sh [2021-04-19T16:07:08.068Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T16:07:08.378Z] + git tag --list [2021-04-19T16:07:08.378Z] v0.0.0 [2021-04-19T16:07:08.378Z] v0.0.1 [2021-04-19T16:07:08.378Z] v0.1.0 [2021-04-19T16:07:08.378Z] v0.1.1 [2021-04-19T16:07:08.378Z] v0.1.10 [2021-04-19T16:07:08.378Z] v0.1.100 [2021-04-19T16:07:08.378Z] v0.1.101 [2021-04-19T16:07:08.378Z] v0.1.102 [2021-04-19T16:07:08.378Z] v0.1.103 [2021-04-19T16:07:08.378Z] v0.1.104 [2021-04-19T16:07:08.378Z] v0.1.105 [2021-04-19T16:07:08.378Z] v0.1.106 [2021-04-19T16:07:08.378Z] v0.1.107 [2021-04-19T16:07:08.378Z] v0.1.108 [2021-04-19T16:07:08.378Z] v0.1.109 [2021-04-19T16:07:08.378Z] v0.1.11 [2021-04-19T16:07:08.378Z] v0.1.110 [2021-04-19T16:07:08.378Z] v0.1.111 [2021-04-19T16:07:08.378Z] v0.1.112 [2021-04-19T16:07:08.378Z] v0.1.113 [2021-04-19T16:07:08.378Z] v0.1.114 [2021-04-19T16:07:08.378Z] v0.1.115 [2021-04-19T16:07:08.378Z] v0.1.116 [2021-04-19T16:07:08.378Z] v0.1.117 [2021-04-19T16:07:08.378Z] v0.1.118 [2021-04-19T16:07:08.378Z] v0.1.119 [2021-04-19T16:07:08.378Z] v0.1.12 [2021-04-19T16:07:08.378Z] v0.1.120 [2021-04-19T16:07:08.378Z] v0.1.121 [2021-04-19T16:07:08.378Z] v0.1.122 [2021-04-19T16:07:08.378Z] v0.1.123 [2021-04-19T16:07:08.378Z] v0.1.124 [2021-04-19T16:07:08.378Z] v0.1.125 [2021-04-19T16:07:08.378Z] v0.1.126 [2021-04-19T16:07:08.378Z] v0.1.127 [2021-04-19T16:07:08.378Z] v0.1.128 [2021-04-19T16:07:08.378Z] v0.1.129 [2021-04-19T16:07:08.378Z] v0.1.13 [2021-04-19T16:07:08.378Z] v0.1.130 [2021-04-19T16:07:08.378Z] v0.1.131 [2021-04-19T16:07:08.378Z] v0.1.132 [2021-04-19T16:07:08.378Z] v0.1.133 [2021-04-19T16:07:08.378Z] v0.1.134 [2021-04-19T16:07:08.378Z] v0.1.135 [2021-04-19T16:07:08.378Z] v0.1.136 [2021-04-19T16:07:08.378Z] v0.1.137 [2021-04-19T16:07:08.378Z] v0.1.138 [2021-04-19T16:07:08.378Z] v0.1.139 [2021-04-19T16:07:08.378Z] v0.1.14 [2021-04-19T16:07:08.378Z] v0.1.140 [2021-04-19T16:07:08.378Z] v0.1.141 [2021-04-19T16:07:08.378Z] v0.1.142 [2021-04-19T16:07:08.378Z] v0.1.143 [2021-04-19T16:07:08.378Z] v0.1.144 [2021-04-19T16:07:08.378Z] v0.1.145 [2021-04-19T16:07:08.378Z] v0.1.146 [2021-04-19T16:07:08.378Z] v0.1.147 [2021-04-19T16:07:08.378Z] v0.1.148 [2021-04-19T16:07:08.378Z] v0.1.149 [2021-04-19T16:07:08.378Z] v0.1.15 [2021-04-19T16:07:08.378Z] v0.1.16 [2021-04-19T16:07:08.378Z] v0.1.17 [2021-04-19T16:07:08.378Z] v0.1.18 [2021-04-19T16:07:08.378Z] v0.1.19 [2021-04-19T16:07:08.378Z] v0.1.2 [2021-04-19T16:07:08.378Z] v0.1.20 [2021-04-19T16:07:08.378Z] v0.1.21 [2021-04-19T16:07:08.378Z] v0.1.22 [2021-04-19T16:07:08.378Z] v0.1.23 [2021-04-19T16:07:08.378Z] v0.1.24 [2021-04-19T16:07:08.378Z] v0.1.25 [2021-04-19T16:07:08.378Z] v0.1.26 [2021-04-19T16:07:08.378Z] v0.1.27 [2021-04-19T16:07:08.378Z] v0.1.28 [2021-04-19T16:07:08.378Z] v0.1.29 [2021-04-19T16:07:08.378Z] v0.1.3 [2021-04-19T16:07:08.378Z] v0.1.30 [2021-04-19T16:07:08.378Z] v0.1.31 [2021-04-19T16:07:08.378Z] v0.1.32 [2021-04-19T16:07:08.378Z] v0.1.33 [2021-04-19T16:07:08.378Z] v0.1.34 [2021-04-19T16:07:08.378Z] v0.1.35 [2021-04-19T16:07:08.378Z] v0.1.36 [2021-04-19T16:07:08.378Z] v0.1.37 [2021-04-19T16:07:08.378Z] v0.1.38 [2021-04-19T16:07:08.378Z] v0.1.39 [2021-04-19T16:07:08.378Z] v0.1.4 [2021-04-19T16:07:08.378Z] v0.1.40 [2021-04-19T16:07:08.378Z] v0.1.41 [2021-04-19T16:07:08.378Z] v0.1.42 [2021-04-19T16:07:08.378Z] v0.1.43 [2021-04-19T16:07:08.378Z] v0.1.44 [2021-04-19T16:07:08.378Z] v0.1.45 [2021-04-19T16:07:08.378Z] v0.1.46 [2021-04-19T16:07:08.378Z] v0.1.47 [2021-04-19T16:07:08.378Z] v0.1.48 [2021-04-19T16:07:08.378Z] v0.1.49 [2021-04-19T16:07:08.378Z] v0.1.5 [2021-04-19T16:07:08.378Z] v0.1.50 [2021-04-19T16:07:08.378Z] v0.1.51 [2021-04-19T16:07:08.378Z] v0.1.52 [2021-04-19T16:07:08.378Z] v0.1.53 [2021-04-19T16:07:08.378Z] v0.1.54 [2021-04-19T16:07:08.378Z] v0.1.55 [2021-04-19T16:07:08.378Z] v0.1.56 [2021-04-19T16:07:08.378Z] v0.1.57 [2021-04-19T16:07:08.378Z] v0.1.58 [2021-04-19T16:07:08.378Z] v0.1.59 [2021-04-19T16:07:08.378Z] v0.1.6 [2021-04-19T16:07:08.378Z] v0.1.60 [2021-04-19T16:07:08.378Z] v0.1.61 [2021-04-19T16:07:08.378Z] v0.1.62 [2021-04-19T16:07:08.378Z] v0.1.63 [2021-04-19T16:07:08.378Z] v0.1.64 [2021-04-19T16:07:08.378Z] v0.1.65 [2021-04-19T16:07:08.378Z] v0.1.66 [2021-04-19T16:07:08.378Z] v0.1.67 [2021-04-19T16:07:08.378Z] v0.1.68 [2021-04-19T16:07:08.378Z] v0.1.69 [2021-04-19T16:07:08.378Z] v0.1.7 [2021-04-19T16:07:08.378Z] v0.1.70 [2021-04-19T16:07:08.378Z] v0.1.71 [2021-04-19T16:07:08.378Z] v0.1.72 [2021-04-19T16:07:08.378Z] v0.1.73 [2021-04-19T16:07:08.378Z] v0.1.74 [2021-04-19T16:07:08.378Z] v0.1.75 [2021-04-19T16:07:08.378Z] v0.1.76 [2021-04-19T16:07:08.378Z] v0.1.77 [2021-04-19T16:07:08.378Z] v0.1.78 [2021-04-19T16:07:08.378Z] v0.1.79 [2021-04-19T16:07:08.378Z] v0.1.8 [2021-04-19T16:07:08.378Z] v0.1.80 [2021-04-19T16:07:08.378Z] v0.1.81 [2021-04-19T16:07:08.378Z] v0.1.82 [2021-04-19T16:07:08.378Z] v0.1.83 [2021-04-19T16:07:08.378Z] v0.1.84 [2021-04-19T16:07:08.378Z] v0.1.85 [2021-04-19T16:07:08.378Z] v0.1.86 [2021-04-19T16:07:08.378Z] v0.1.87 [2021-04-19T16:07:08.378Z] v0.1.88 [2021-04-19T16:07:08.378Z] v0.1.89 [2021-04-19T16:07:08.378Z] v0.1.9 [2021-04-19T16:07:08.378Z] v0.1.90 [2021-04-19T16:07:08.378Z] v0.1.91 [2021-04-19T16:07:08.378Z] v0.1.92 [2021-04-19T16:07:08.378Z] v0.1.93 [2021-04-19T16:07:08.378Z] v0.1.94 [2021-04-19T16:07:08.378Z] v0.1.95 [2021-04-19T16:07:08.378Z] v0.1.96 [2021-04-19T16:07:08.378Z] v0.1.97 [2021-04-19T16:07:08.378Z] v0.1.98 [2021-04-19T16:07:08.378Z] v0.1.99 [2021-04-19T16:07:08.378Z] v2.0.0-dev.1 [2021-04-19T16:07:08.378Z] v2.0.0-dev.10 [2021-04-19T16:07:08.378Z] v2.0.0-dev.11 [2021-04-19T16:07:08.378Z] v2.0.0-dev.12 [2021-04-19T16:07:08.378Z] v2.0.0-dev.13 [2021-04-19T16:07:08.378Z] v2.0.0-dev.14 [2021-04-19T16:07:08.378Z] v2.0.0-dev.15 [2021-04-19T16:07:08.378Z] v2.0.0-dev.16 [2021-04-19T16:07:08.378Z] v2.0.0-dev.17 [2021-04-19T16:07:08.378Z] v2.0.0-dev.18 [2021-04-19T16:07:08.378Z] v2.0.0-dev.19 [2021-04-19T16:07:08.378Z] v2.0.0-dev.2 [2021-04-19T16:07:08.378Z] v2.0.0-dev.20 [2021-04-19T16:07:08.378Z] v2.0.0-dev.21 [2021-04-19T16:07:08.378Z] v2.0.0-dev.22 [2021-04-19T16:07:08.378Z] v2.0.0-dev.23 [2021-04-19T16:07:08.378Z] v2.0.0-dev.24 [2021-04-19T16:07:08.378Z] v2.0.0-dev.25 [2021-04-19T16:07:08.378Z] v2.0.0-dev.26 [2021-04-19T16:07:08.378Z] v2.0.0-dev.27 [2021-04-19T16:07:08.378Z] v2.0.0-dev.28 [2021-04-19T16:07:08.378Z] v2.0.0-dev.29 [2021-04-19T16:07:08.378Z] v2.0.0-dev.3 [2021-04-19T16:07:08.378Z] v2.0.0-dev.30 [2021-04-19T16:07:08.378Z] v2.0.0-dev.31 [2021-04-19T16:07:08.378Z] v2.0.0-dev.32 [2021-04-19T16:07:08.378Z] v2.0.0-dev.33 [2021-04-19T16:07:08.378Z] v2.0.0-dev.34 [2021-04-19T16:07:08.378Z] v2.0.0-dev.35 [2021-04-19T16:07:08.378Z] v2.0.0-dev.36 [2021-04-19T16:07:08.378Z] v2.0.0-dev.37 [2021-04-19T16:07:08.378Z] v2.0.0-dev.38 [2021-04-19T16:07:08.378Z] v2.0.0-dev.39 [2021-04-19T16:07:08.378Z] v2.0.0-dev.4 [2021-04-19T16:07:08.378Z] v2.0.0-dev.40 [2021-04-19T16:07:08.378Z] v2.0.0-dev.41 [2021-04-19T16:07:08.378Z] v2.0.0-dev.42 [2021-04-19T16:07:08.378Z] v2.0.0-dev.43 [2021-04-19T16:07:08.378Z] v2.0.0-dev.44 [2021-04-19T16:07:08.378Z] v2.0.0-dev.45 [2021-04-19T16:07:08.378Z] v2.0.0-dev.46 [2021-04-19T16:07:08.378Z] v2.0.0-dev.47 [2021-04-19T16:07:08.378Z] v2.0.0-dev.48 [2021-04-19T16:07:08.378Z] v2.0.0-dev.49 [2021-04-19T16:07:08.378Z] v2.0.0-dev.5 [2021-04-19T16:07:08.378Z] v2.0.0-dev.50 [2021-04-19T16:07:08.378Z] v2.0.0-dev.51 [2021-04-19T16:07:08.378Z] v2.0.0-dev.52 [2021-04-19T16:07:08.378Z] v2.0.0-dev.53 [2021-04-19T16:07:08.378Z] v2.0.0-dev.54 [2021-04-19T16:07:08.378Z] v2.0.0-dev.55 [2021-04-19T16:07:08.378Z] v2.0.0-dev.56 [2021-04-19T16:07:08.378Z] v2.0.0-dev.57 [2021-04-19T16:07:08.378Z] v2.0.0-dev.58 [2021-04-19T16:07:08.378Z] v2.0.0-dev.59 [2021-04-19T16:07:08.378Z] v2.0.0-dev.6 [2021-04-19T16:07:08.378Z] v2.0.0-dev.60 [2021-04-19T16:07:08.378Z] v2.0.0-dev.61 [2021-04-19T16:07:08.378Z] v2.0.0-dev.62 [2021-04-19T16:07:08.378Z] v2.0.0-dev.63 [2021-04-19T16:07:08.378Z] v2.0.0-dev.64 [2021-04-19T16:07:08.378Z] v2.0.0-dev.65 [2021-04-19T16:07:08.378Z] v2.0.0-dev.66 [2021-04-19T16:07:08.378Z] v2.0.0-dev.67 [2021-04-19T16:07:08.378Z] v2.0.0-dev.68 [2021-04-19T16:07:08.378Z] v2.0.0-dev.69 [2021-04-19T16:07:08.378Z] v2.0.0-dev.7 [2021-04-19T16:07:08.378Z] v2.0.0-dev.70 [2021-04-19T16:07:08.378Z] v2.0.0-dev.71 [2021-04-19T16:07:08.378Z] v2.0.0-dev.72 [2021-04-19T16:07:08.378Z] v2.0.0-dev.8 [2021-04-19T16:07:08.378Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T16:07:08.698Z] + lftools sign git-tag v2.0.0-dev.72 [2021-04-19T16:07:10.092Z] Signing Git tag with Sigul... [2021-04-19T16:07:10.092Z] Signing v2.0.0-dev.72 [Pipeline] echo [2021-04-19T16:07:11.050Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:11.358Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T16:07:11.368Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T16:07:11.399Z] $ docker stop --time=1 186cdd698dbfb1fdd57c72743f3d1ed090b4845a17108e1c098f05dd84adf169 [2021-04-19T16:07:13.547Z] $ docker rm -f 186cdd698dbfb1fdd57c72743f3d1ed090b4845a17108e1c098f05dd84adf169 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:07:14.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T16:07:14.093Z] . [Pipeline] withDockerContainer [2021-04-19T16:07:14.206Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T16:07:14.253Z] $ 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-19T16:07:15.149Z] $ docker top 5ff5295d83c8003fb507f96a6379fbe1e2466cdff25a2854d105bcba242305cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T16:07:15.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T16:07:15.392Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T16:07:15.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T16:07:15.636Z] $ docker exec 5ff5295d83c8003fb507f96a6379fbe1e2466cdff25a2854d105bcba242305cb ssh-agent [2021-04-19T16:07:15.855Z] SSH_AUTH_SOCK=/tmp/ssh-pOdcxAqJllT2/agent.12 [2021-04-19T16:07:15.855Z] SSH_AGENT_PID=18 [2021-04-19T16:07:15.877Z] Running ssh-add (command line suppressed) [2021-04-19T16:07:16.025Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1664841562326364983.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1664841562326364983.key) [2021-04-19T16:07:16.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T16:07:16.420Z] + git semver bump pre [2021-04-19T16:07:16.420Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T16:07:16.420Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-19T16:07:16.420Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-19T16:07:16.420Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T16:07:16.420Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T16:07:16.420Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T16:07:16.420Z] # $SEMVER_BRANCH = master [2021-04-19T16:07:16.420Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-04-19T16:07:16.420Z] 2.0.0-dev.73 [Pipeline] } [2021-04-19T16:07:16.432Z] $ docker exec --env ******** --env ******** 5ff5295d83c8003fb507f96a6379fbe1e2466cdff25a2854d105bcba242305cb ssh-agent -k [2021-04-19T16:07:16.563Z] unset SSH_AUTH_SOCK; [2021-04-19T16:07:16.564Z] unset SSH_AGENT_PID; [2021-04-19T16:07:16.564Z] echo Agent pid 18 killed; [2021-04-19T16:07:16.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T16:07:16.960Z] + git semver [Pipeline] } [2021-04-19T16:07:16.978Z] $ docker stop --time=1 5ff5295d83c8003fb507f96a6379fbe1e2466cdff25a2854d105bcba242305cb [2021-04-19T16:07:18.392Z] $ docker rm -f 5ff5295d83c8003fb507f96a6379fbe1e2466cdff25a2854d105bcba242305cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:07:18.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T16:07:18.902Z] . [Pipeline] withDockerContainer [2021-04-19T16:07:19.011Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T16:07:19.061Z] $ 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-19T16:07:19.894Z] $ docker top c7d5e68d97dda1bc7ea4a92912ddca565488936935672c7e888e59bb4e4b217e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T16:07:20.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T16:07:20.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T16:07:20.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T16:07:20.331Z] $ docker exec c7d5e68d97dda1bc7ea4a92912ddca565488936935672c7e888e59bb4e4b217e ssh-agent [2021-04-19T16:07:20.527Z] SSH_AUTH_SOCK=/tmp/ssh-0kRtgZrnWpqB/agent.11 [2021-04-19T16:07:20.527Z] SSH_AGENT_PID=16 [2021-04-19T16:07:20.536Z] Running ssh-add (command line suppressed) [2021-04-19T16:07:20.685Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8514137060079271348.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8514137060079271348.key) [2021-04-19T16:07:20.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T16:07:21.123Z] + git semver push [2021-04-19T16:07:21.123Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T16:07:21.123Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-04-19T16:07:21.123Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-04-19T16:07:21.123Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T16:07:21.123Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T16:07:21.123Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T16:07:21.123Z] # $SEMVER_BRANCH = master [2021-04-19T16:07:21.123Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-04-19T16:07:26.444Z] $ docker exec --env ******** --env ******** c7d5e68d97dda1bc7ea4a92912ddca565488936935672c7e888e59bb4e4b217e ssh-agent -k [2021-04-19T16:07:26.583Z] unset SSH_AUTH_SOCK; [2021-04-19T16:07:26.585Z] unset SSH_AGENT_PID; [2021-04-19T16:07:26.585Z] echo Agent pid 16 killed; [2021-04-19T16:07:26.644Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T16:07:27.015Z] + git semver [Pipeline] } [2021-04-19T16:07:27.032Z] $ docker stop --time=1 c7d5e68d97dda1bc7ea4a92912ddca565488936935672c7e888e59bb4e4b217e [2021-04-19T16:07:28.390Z] $ docker rm -f c7d5e68d97dda1bc7ea4a92912ddca565488936935672c7e888e59bb4e4b217e [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-19T16:07:29.448Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:30.020Z] ---> package-listing.sh [2021-04-19T16:07:30.020Z] ++ facter osfamily [2021-04-19T16:07:30.020Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T16:07:30.020Z] + OS_FAMILY=redhat [2021-04-19T16:07:30.020Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-04-19T16:07:30.020Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T16:07:30.020Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T16:07:30.020Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T16:07:30.020Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T16:07:30.020Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-04-19T16:07:30.020Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T16:07:30.020Z] + case "${OS_FAMILY}" in [2021-04-19T16:07:30.020Z] + rpm -qa [2021-04-19T16:07:30.020Z] + sort [2021-04-19T16:07:35.341Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T16:07:35.341Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T16:07:35.341Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T16:07:35.341Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-04-19T16:07:35.341Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-04-19T16:07:35.341Z] + 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-19T16:07:35.358Z] 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-19T16:07:35.654Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:07:35.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T16:07:35.967Z] [2021-04-19T16:07:35.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T16:07:36.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T16:07:36.283Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T16:07:36.283Z] df20fa9351a1: Pulling fs layer [2021-04-19T16:07:36.283Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T16:07:36.283Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T16:07:36.283Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T16:07:36.283Z] 93b61091891f: Pulling fs layer [2021-04-19T16:07:36.283Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T16:07:36.283Z] 5e14af77c1be: Pulling fs layer [2021-04-19T16:07:36.283Z] 01666e4c0597: Pulling fs layer [2021-04-19T16:07:36.283Z] aa168da1d23b: Pulling fs layer [2021-04-19T16:07:36.283Z] 93b9cdb0e59b: Waiting [2021-04-19T16:07:36.283Z] 5e14af77c1be: Waiting [2021-04-19T16:07:36.283Z] 01666e4c0597: Waiting [2021-04-19T16:07:36.283Z] aa168da1d23b: Waiting [2021-04-19T16:07:36.283Z] 93b61091891f: Waiting [2021-04-19T16:07:36.283Z] 46f8f816bc3b: Waiting [2021-04-19T16:07:36.283Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T16:07:36.283Z] 36b3adc4ff6f: Download complete [2021-04-19T16:07:36.283Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T16:07:36.283Z] 46f8f816bc3b: Download complete [2021-04-19T16:07:36.283Z] df20fa9351a1: Verifying Checksum [2021-04-19T16:07:36.283Z] df20fa9351a1: Download complete [2021-04-19T16:07:36.283Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T16:07:36.283Z] 93b9cdb0e59b: Download complete [2021-04-19T16:07:36.562Z] 5e14af77c1be: Verifying Checksum [2021-04-19T16:07:36.562Z] 5e14af77c1be: Download complete [2021-04-19T16:07:36.562Z] 93b61091891f: Download complete [2021-04-19T16:07:36.562Z] 01666e4c0597: Verifying Checksum [2021-04-19T16:07:36.562Z] 01666e4c0597: Download complete [2021-04-19T16:07:36.562Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T16:07:36.562Z] 8ad3a11d3b57: Download complete [2021-04-19T16:07:36.828Z] df20fa9351a1: Pull complete [2021-04-19T16:07:37.099Z] 36b3adc4ff6f: Pull complete [2021-04-19T16:07:38.064Z] 8ad3a11d3b57: Pull complete [2021-04-19T16:07:38.647Z] aa168da1d23b: Verifying Checksum [2021-04-19T16:07:38.647Z] 46f8f816bc3b: Pull complete [2021-04-19T16:07:39.599Z] 93b61091891f: Pull complete [2021-04-19T16:07:39.599Z] 93b9cdb0e59b: Pull complete [2021-04-19T16:07:39.864Z] 5e14af77c1be: Pull complete [2021-04-19T16:07:39.864Z] 01666e4c0597: Pull complete [2021-04-19T16:07:48.040Z] aa168da1d23b: Pull complete [2021-04-19T16:07:48.040Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T16:07:48.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T16:07:48.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T16:07:48.189Z] prd-centos7-docker-4c-2g-812 does not seem to be running inside a container [2021-04-19T16:07:48.238Z] $ 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-19T16:07:50.594Z] $ docker top 87b4e6748f3fea7f13072fb1c1de3a14978f14de7ce2ebe002648bb50cf88eff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T16:07:51.127Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T16:07:51.429Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T16:07:51.737Z] + ls /var/log/sa-host [2021-04-19T16:07:51.737Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T16:07:51.737Z] file_magic: OK [2021-04-19T16:07:51.737Z] HZ: Using current value: 100 [2021-04-19T16:07:51.737Z] file_header: OK [2021-04-19T16:07:51.737Z] 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-19T16:07:51.737Z] Statistics: [2021-04-19T16:07:51.737Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T16:07:51.737Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T16:07:51.737Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T16:07:51.737Z] file_magic: OK [2021-04-19T16:07:51.737Z] HZ: Using current value: 100 [2021-04-19T16:07:51.737Z] file_header: OK [2021-04-19T16:07:51.737Z] 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-19T16:07:51.737Z] Statistics: [2021-04-19T16:07:51.737Z] Hnuu...uuuununununu... [2021-04-19T16:07:51.737Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T16:07:52.333Z] provisioning config files... [2021-04-19T16:07:52.355Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config701338025039095410tmp [Pipeline] { [Pipeline] echo [2021-04-19T16:07:52.379Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:52.679Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T16:07:52.689Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T16:07:52.730Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:53.032Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T16:07:53.045Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:53.349Z] ---> sudo-logs.sh [2021-04-19T16:07:53.349Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T16:07:53.385Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:53.685Z] ---> job-cost.sh [2021-04-19T16:07:53.685Z] lf-activate-venv: SKIPPING [2021-04-19T16:07:53.685Z] DEBUG: total: 0.20999999344348907 [2021-04-19T16:07:53.685Z] INFO: Retrieving Stack Cost... [2021-04-19T16:07:54.640Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T16:07:55.217Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T16:07:55.233Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T16:07:55.537Z] ---> logs-deploy.sh [2021-04-19T16:07:55.537Z] lf-activate-venv: SKIPPING [2021-04-19T16:07:55.538Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/191 [2021-04-19T16:07:55.538Z] INFO: archiving workspace using pattern(s): [2021-04-19T16:07:57.465Z] Archives upload complete. [2021-04-19T16:07:57.465Z] INFO: archiving logs to Nexus [2021-04-19T16:07:58.412Z] ---> uname -a: [2021-04-19T16:07:58.412Z] Linux prd-centos7-docker-4c-2g-812.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-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] ---> lscpu: [2021-04-19T16:07:58.412Z] Architecture: x86_64 [2021-04-19T16:07:58.412Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T16:07:58.412Z] Byte Order: Little Endian [2021-04-19T16:07:58.412Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T16:07:58.412Z] CPU(s): 4 [2021-04-19T16:07:58.412Z] On-line CPU(s) list: 0-3 [2021-04-19T16:07:58.412Z] Thread(s) per core: 1 [2021-04-19T16:07:58.412Z] Core(s) per socket: 1 [2021-04-19T16:07:58.412Z] Socket(s): 4 [2021-04-19T16:07:58.412Z] NUMA node(s): 1 [2021-04-19T16:07:58.412Z] Vendor ID: GenuineIntel [2021-04-19T16:07:58.412Z] CPU family: 6 [2021-04-19T16:07:58.412Z] Model: 44 [2021-04-19T16:07:58.412Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T16:07:58.412Z] Stepping: 1 [2021-04-19T16:07:58.412Z] CPU MHz: 2933.436 [2021-04-19T16:07:58.412Z] BogoMIPS: 5866.87 [2021-04-19T16:07:58.412Z] Virtualization: VT-x [2021-04-19T16:07:58.412Z] Hypervisor vendor: KVM [2021-04-19T16:07:58.412Z] Virtualization type: full [2021-04-19T16:07:58.412Z] L1d cache: 128 KiB [2021-04-19T16:07:58.412Z] L1i cache: 128 KiB [2021-04-19T16:07:58.412Z] L2 cache: 16 MiB [2021-04-19T16:07:58.412Z] L3 cache: 64 MiB [2021-04-19T16:07:58.412Z] NUMA node0 CPU(s): 0-3 [2021-04-19T16:07:58.412Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T16:07:58.412Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T16:07:58.412Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T16:07:58.412Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T16:07:58.412Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T16:07:58.412Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T16:07:58.412Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T16:07:58.412Z] Vulnerability Srbds: Not affected [2021-04-19T16:07:58.412Z] Vulnerability Tsx async abort: Not affected [2021-04-19T16:07:58.412Z] 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-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] ---> nproc: [2021-04-19T16:07:58.412Z] 4 [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] ---> df -h: [2021-04-19T16:07:58.412Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T16:07:58.412Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-19T16:07:58.412Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T16:07:58.412Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T16:07:58.412Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-19T16:07:58.412Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] ---> free -m: [2021-04-19T16:07:58.412Z] total used free shared buff/cache available [2021-04-19T16:07:58.412Z] Mem: 1837 833 150 0 852 939 [2021-04-19T16:07:58.412Z] Swap: 1023 2 1021 [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] ---> ip addr: [2021-04-19T16:07:58.412Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T16:07:58.412Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T16:07:58.412Z] inet 127.0.0.1/8 scope host lo [2021-04-19T16:07:58.412Z] valid_lft forever preferred_lft forever [2021-04-19T16:07:58.412Z] inet6 ::1/128 scope host [2021-04-19T16:07:58.412Z] valid_lft forever preferred_lft forever [2021-04-19T16:07:58.412Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T16:07:58.412Z] link/ether fa:16:3e:48:bb:37 brd ff:ff:ff:ff:ff:ff [2021-04-19T16:07:58.412Z] inet 10.30.122.112/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T16:07:58.412Z] valid_lft 85845sec preferred_lft 85845sec [2021-04-19T16:07:58.412Z] inet6 fe80::f816:3eff:fe48:bb37/64 scope link [2021-04-19T16:07:58.412Z] valid_lft forever preferred_lft forever [2021-04-19T16:07:58.412Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T16:07:58.412Z] link/ether 02:42:e6:5f:35:2c brd ff:ff:ff:ff:ff:ff [2021-04-19T16:07:58.412Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T16:07:58.412Z] valid_lft forever preferred_lft forever [2021-04-19T16:07:58.412Z] inet6 fe80::42:e6ff:fe5f:352c/64 scope link [2021-04-19T16:07:58.412Z] valid_lft forever preferred_lft forever [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] ---> sar -b -r -n DEV: [2021-04-19T16:07:58.412Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] 15:58:31 LINUX RESTART (4 CPU) [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] 15:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T16:07:58.412Z] 16:00:01 68.06 23.71 44.35 0.00 5785.32 4011.37 0.00 [2021-04-19T16:07:58.412Z] 16:01:02 2.15 0.03 2.11 0.00 0.27 40.46 0.00 [2021-04-19T16:07:58.412Z] 16:02:01 0.83 0.07 0.76 0.00 1.49 9.84 0.00 [2021-04-19T16:07:58.412Z] 16:03:01 0.63 0.00 0.63 0.00 0.00 7.79 0.00 [2021-04-19T16:07:58.412Z] 16:04:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 [2021-04-19T16:07:58.412Z] 16:05:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 [2021-04-19T16:07:58.412Z] 16:06:01 17.98 1.88 16.10 0.00 243.49 9919.80 0.00 [2021-04-19T16:07:58.412Z] 16:07:01 445.78 235.51 210.26 0.00 11339.85 56424.37 0.00 [2021-04-19T16:07:58.412Z] Average: 67.18 32.74 34.44 0.00 2177.20 8826.45 0.00 [2021-04-19T16:07:58.412Z] [2021-04-19T16:07:58.412Z] 15:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T16:07:58.412Z] 16:00:01 146184 0 607180 32.27 2620 1125560 1117372 38.13 404172 1130080 8 [2021-04-19T16:07:58.412Z] 16:01:02 148268 0 605084 32.16 2620 1125572 1083052 36.96 406268 1126152 16 [2021-04-19T16:07:58.412Z] 16:02:01 147948 0 605280 32.17 2620 1125696 1080708 36.88 414060 1119240 12 [2021-04-19T16:07:58.412Z] 16:03:01 146908 0 606316 32.22 2620 1125700 1080700 36.88 415736 1118612 8 [2021-04-19T16:07:58.412Z] 16:04:01 147752 0 605468 32.18 2620 1125704 1080520 36.88 421752 1111804 8 [2021-04-19T16:07:58.412Z] 16:05:01 144360 0 608852 32.36 2620 1125712 1080700 36.88 425028 1111804 16 [2021-04-19T16:07:58.413Z] 16:06:01 77272 0 723412 38.45 2620 1078240 1521312 51.92 553564 1041304 85516 [2021-04-19T16:07:58.413Z] 16:07:01 154396 0 776388 41.26 1664 949096 1216556 41.52 539228 856556 300 [2021-04-19T16:07:58.413Z] Average: 139136 0 642248 34.13 2500 1097660 1157615 39.51 447476 1076944 10736 [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z] 15:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T16:07:58.413Z] 16:00:01 eth0 573.66 345.32 1100.56 83.67 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:00:01 docker0 13.38 10.40 2.34 23.08 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:01:02 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:02:01 eth0 1.08 0.44 0.33 0.18 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:03:01 eth0 0.48 0.28 0.27 0.23 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:04:01 eth0 0.53 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:05:01 eth0 0.77 0.57 0.44 0.28 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:06:01 eth0 394.49 305.14 4071.44 53.60 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:07:01 eth0 425.95 363.27 3512.98 43.45 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:07:01 veth51f6637 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] 16:07:01 docker0 32.22 34.56 2.26 280.66 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] Average: eth0 175.14 127.21 1088.34 22.73 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] Average: veth51f6637 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] Average: docker0 5.72 5.64 0.58 38.08 0.00 0.00 0.00 0.00 [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z] ---> sar -P ALL: [2021-04-19T16:07:58.413Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z] 15:58:31 LINUX RESTART (4 CPU) [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z] 15:59:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T16:07:58.413Z] 16:00:01 all 12.18 0.00 4.20 1.34 0.13 82.15 [2021-04-19T16:07:58.413Z] 16:00:01 0 10.94 0.00 5.64 1.99 0.12 81.31 [2021-04-19T16:07:58.413Z] 16:00:01 1 9.94 0.00 4.01 0.71 0.17 85.16 [2021-04-19T16:07:58.413Z] 16:00:01 2 12.76 0.00 4.16 2.04 0.14 80.91 [2021-04-19T16:07:58.413Z] 16:00:01 3 15.09 0.00 3.00 0.60 0.09 81.23 [2021-04-19T16:07:58.413Z] 16:01:02 all 0.18 0.00 0.07 0.00 0.01 99.74 [2021-04-19T16:07:58.413Z] 16:01:02 0 0.50 0.00 0.07 0.00 0.02 99.42 [2021-04-19T16:07:58.413Z] 16:01:02 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-19T16:07:58.413Z] 16:01:02 2 0.08 0.00 0.10 0.00 0.00 99.82 [2021-04-19T16:07:58.413Z] 16:01:02 3 0.08 0.00 0.05 0.00 0.02 99.85 [2021-04-19T16:07:58.413Z] 16:02:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-04-19T16:07:58.413Z] 16:02:01 0 0.44 0.00 0.03 0.00 0.02 99.51 [2021-04-19T16:07:58.413Z] 16:02:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-19T16:07:58.413Z] 16:02:01 2 0.12 0.00 0.08 0.00 0.02 99.78 [2021-04-19T16:07:58.413Z] 16:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T16:07:58.413Z] 16:03:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-04-19T16:07:58.413Z] 16:03:01 0 0.47 0.00 0.02 0.00 0.02 99.50 [2021-04-19T16:07:58.413Z] 16:03:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T16:07:58.413Z] 16:03:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-19T16:07:58.413Z] 16:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T16:07:58.413Z] 16:04:01 all 0.16 0.00 0.05 0.00 0.03 99.76 [2021-04-19T16:07:58.413Z] 16:04:01 0 0.52 0.00 0.02 0.00 0.05 99.42 [2021-04-19T16:07:58.413Z] 16:04:01 1 0.07 0.00 0.13 0.00 0.02 99.78 [2021-04-19T16:07:58.413Z] 16:04:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T16:07:58.413Z] 16:04:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T16:07:58.413Z] 16:05:01 all 0.10 0.00 0.06 0.00 0.00 99.84 [2021-04-19T16:07:58.413Z] 16:05:01 0 0.27 0.00 0.07 0.00 0.00 99.67 [2021-04-19T16:07:58.413Z] 16:05:01 1 0.05 0.00 0.13 0.00 0.00 99.82 [2021-04-19T16:07:58.413Z] 16:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-19T16:07:58.413Z] 16:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T16:07:58.413Z] 16:06:01 all 3.37 0.00 2.40 0.02 0.09 94.11 [2021-04-19T16:07:58.413Z] 16:06:01 0 3.13 0.00 2.93 0.07 0.08 93.78 [2021-04-19T16:07:58.413Z] 16:06:01 1 3.55 0.00 2.19 0.00 0.12 94.15 [2021-04-19T16:07:58.413Z] 16:06:01 2 3.19 0.00 2.20 0.02 0.08 94.50 [2021-04-19T16:07:58.413Z] 16:06:01 3 3.61 0.00 2.30 0.00 0.07 94.02 [2021-04-19T16:07:58.413Z] 16:07:01 all 16.16 0.00 12.77 4.90 0.56 65.61 [2021-04-19T16:07:58.413Z] 16:07:01 0 16.22 0.00 11.74 4.76 0.61 66.66 [2021-04-19T16:07:58.413Z] 16:07:01 1 14.91 0.00 12.17 5.11 0.56 67.26 [2021-04-19T16:07:58.413Z] 16:07:01 2 16.54 0.00 13.92 8.07 0.49 60.98 [2021-04-19T16:07:58.413Z] 16:07:01 3 16.97 0.00 13.27 1.63 0.56 67.57 [2021-04-19T16:07:58.413Z] Average: all 3.97 0.00 2.40 0.76 0.10 92.77 [2021-04-19T16:07:58.413Z] Average: 0 3.98 0.00 2.51 0.83 0.11 92.57 [2021-04-19T16:07:58.413Z] Average: 1 3.51 0.00 2.29 0.71 0.11 93.38 [2021-04-19T16:07:58.413Z] Average: 2 4.02 0.00 2.51 1.23 0.09 92.14 [2021-04-19T16:07:58.413Z] Average: 3 4.39 0.00 2.27 0.27 0.09 92.98 [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z] [2021-04-19T16:07:58.413Z]