Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d27e56e5c274da1664efab3f1228ad305b025756 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-30281 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 d27e56e5c274da1664efab3f1228ad305b025756 (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 d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 Commit message: "Merge pull request #550 from hahattan/issue-543" > git rev-list --no-walk 954b5fff909ec690bd84a1e74f6f909a895852e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T08:37:24.765Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T08:37:25.210Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T08:37:25.322Z] ========================================================= [2021-03-18T08:37:25.322Z] EdgeX Global Pipelines Version Info [2021-03-18T08:37:25.322Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:37:26.879Z] ------------------- [2021-03-18T08:37:26.879Z] stable info: [2021-03-18T08:37:26.880Z] ------------------- [2021-03-18T08:37:26.880Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T08:37:26.880Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T08:37:26.880Z] Message: update stable to v1.0.186 [2021-03-18T08:37:27.840Z] ------------------- [2021-03-18T08:37:27.840Z] experimental info: [2021-03-18T08:37:27.840Z] ------------------- [2021-03-18T08:37:27.840Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T08:37:27.840Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T08:37:27.840Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T08:37:28.119Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-18T08:37:28.211Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-18T08:37:28.321Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T08:37:28.411Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T08:37:28.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T08:37:28.599Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T08:37:28.696Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T08:37:28.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T08:37:28.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-18T08:37:29.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T08:37:29.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T08:37:29.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-18T08:37:29.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T08:37:29.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T08:37:29.464Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T08:37:29.568Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T08:37:29.660Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T08:37:29.773Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T08:37:29.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T08:37:29.962Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-18T08:37:30.054Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-18T08:37:30.156Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-18T08:37:30.246Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-18T08:37:30.344Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-18T08:37:30.440Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-18T08:37:30.543Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T08:37:30.661Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-18T08:37:30.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-18T08:37:30.876Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-18T08:37:30.973Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] echo [2021-03-18T08:37:31.060Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d27e56e [Pipeline] echo [2021-03-18T08:37:31.165Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T08:37:31.904Z] + git log --format=format:%s -1 d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] echo [2021-03-18T08:37:31.981Z] GIT_COMMIT: d27e56e5c274da1664efab3f1228ad305b025756, Commit Message: Merge pull request #550 from hahattan/issue-543 [Pipeline] echo [2021-03-18T08:37:32.026Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:37:33.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T08:37:33.274Z] [2021-03-18T08:37:33.274Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:37:33.665Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T08:37:33.665Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T08:37:33.665Z] 31603596830f: Pulling fs layer [2021-03-18T08:37:33.665Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T08:37:33.665Z] 6ca5941a6612: Pulling fs layer [2021-03-18T08:37:33.666Z] ecc8261a40a4: Pulling fs layer [2021-03-18T08:37:33.666Z] ecc8261a40a4: Waiting [2021-03-18T08:37:33.666Z] 2a8b12db71e7: Download complete [2021-03-18T08:37:33.934Z] 31603596830f: Verifying Checksum [2021-03-18T08:37:33.934Z] 31603596830f: Download complete [2021-03-18T08:37:34.200Z] ecc8261a40a4: Verifying Checksum [2021-03-18T08:37:34.200Z] ecc8261a40a4: Download complete [2021-03-18T08:37:34.200Z] 6ca5941a6612: Download complete [2021-03-18T08:37:34.200Z] 31603596830f: Pull complete [2021-03-18T08:37:34.463Z] 2a8b12db71e7: Pull complete [2021-03-18T08:37:35.413Z] 6ca5941a6612: Pull complete [2021-03-18T08:37:35.413Z] ecc8261a40a4: Pull complete [2021-03-18T08:37:35.413Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T08:37:35.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T08:37:35.413Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T08:37:35.519Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:37:35.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T08:37:37.763Z] $ docker top 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T08:37:38.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T08:37:38.104Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T08:37:38.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T08:37:38.337Z] $ docker exec 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent [2021-03-18T08:37:38.502Z] SSH_AUTH_SOCK=/tmp/ssh-NGlQ0Ifc7npW/agent.12 [2021-03-18T08:37:38.502Z] SSH_AGENT_PID=17 [2021-03-18T08:37:38.836Z] Running ssh-add (command line suppressed) [2021-03-18T08:37:38.991Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1683355016119894412.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1683355016119894412.key) [2021-03-18T08:37:39.044Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T08:37:39.380Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T08:37:39.404Z] $ docker exec --env ******** --env ******** 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent -k [2021-03-18T08:37:39.520Z] unset SSH_AUTH_SOCK; [2021-03-18T08:37:39.520Z] unset SSH_AGENT_PID; [2021-03-18T08:37:39.520Z] echo Agent pid 17 killed; [2021-03-18T08:37:39.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T08:37:39.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T08:37:39.718Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T08:37:39.889Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T08:37:39.894Z] $ docker exec 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent [2021-03-18T08:37:40.052Z] SSH_AUTH_SOCK=/tmp/ssh-cwiTyXnDpRkV/agent.45 [2021-03-18T08:37:40.052Z] SSH_AGENT_PID=51 [2021-03-18T08:37:40.059Z] Running ssh-add (command line suppressed) [2021-03-18T08:37:40.175Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1492021450140569534.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1492021450140569534.key) [2021-03-18T08:37:40.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T08:37:40.564Z] + git semver init [2021-03-18T08:37:40.564Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T08:37:40.564Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-18T08:37:40.564Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-18T08:37:40.564Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T08:37:40.564Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T08:37:40.564Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T08:37:40.564Z] # $SEMVER_BRANCH = master [2021-03-18T08:37:40.564Z] # $SEMVER_TEMP = /tmp/semver-319355092 [2021-03-18T08:37:40.564Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-18T08:37:41.515Z] # '/tmp/semver-319355092' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-03-18T08:37:41.515Z] # -> Force: false [2021-03-18T08:37:41.515Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-18T08:37:41.530Z] $ docker exec --env ******** --env ******** 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 ssh-agent -k [2021-03-18T08:37:41.642Z] unset SSH_AUTH_SOCK; [2021-03-18T08:37:41.642Z] unset SSH_AGENT_PID; [2021-03-18T08:37:41.642Z] echo Agent pid 51 killed; [2021-03-18T08:37:41.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T08:37:42.155Z] + git semver [Pipeline] } [2021-03-18T08:37:42.176Z] $ docker stop --time=1 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 [2021-03-18T08:37:44.154Z] $ docker rm -f 016f504bb1d406162e962f160b7117499e9a8013d3d8341a271c394bec0e1e25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T08:37:44.618Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T08:37:45.039Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T08:37:45.042Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.53 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-18T08:38:00.579Z] Still waiting to schedule task [2021-03-18T08:38:00.579Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30281’ [2021-03-18T08:38:00.581Z] Still waiting to schedule task [2021-03-18T08:38:00.581Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-18T08:39:34.458Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30282 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-18T08:39:34.512Z] Running in /w/workspace/go-mod-core-contracts/171 [Pipeline] { [Pipeline] checkout [2021-03-18T08:39:39.299Z] using credential edgex-jenkins-ssh [2021-03-18T08:39:39.360Z] Cloning the remote Git repository [2021-03-18T08:39:39.429Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-18T08:39:39.545Z] > git init /w/workspace/go-mod-core-contracts/171 # timeout=10 [2021-03-18T08:39:39.609Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-18T08:39:39.610Z] > git --version # timeout=10 [2021-03-18T08:39:39.629Z] > git --version # 'git version 2.17.1' [2021-03-18T08:39:39.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T08:39:39.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T08:39:41.495Z] Checking out Revision d27e56e5c274da1664efab3f1228ad305b025756 (master) [2021-03-18T08:39:40.855Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-18T08:39:40.878Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T08:39:40.904Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-18T08:39:40.935Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-18T08:39:40.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T08:39:40.951Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T08:39:41.515Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T08:39:41.528Z] > git checkout -f d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 [2021-03-18T08:39:45.869Z] Commit message: "Merge pull request #550 from hahattan/issue-543" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T08:39:47.404Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T08:39:47.805Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T08:39:48.142Z] + true [2021-03-18T08:39:48.142Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-18T08:39:50.473Z] ========================================================= [2021-03-18T08:39:50.473Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T08:39:50.473Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:39:50.905Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-18T08:39:51.886Z] Sending build context to Docker daemon 2.832MB [2021-03-18T08:39:51.886Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-18T08:39:51.886Z] Step 2/7 : FROM ${BASE} [2021-03-18T08:39:52.481Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T08:39:52.482Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T08:39:52.482Z] a4357932f1b6: Pulling fs layer [2021-03-18T08:39:52.482Z] 18c013af1878: Pulling fs layer [2021-03-18T08:39:52.482Z] 00ac8860ef70: Pulling fs layer [2021-03-18T08:39:52.482Z] 63d7cb157983: Pulling fs layer [2021-03-18T08:39:52.482Z] b116817d02f9: Pulling fs layer [2021-03-18T08:39:52.482Z] 745a02a5169b: Pulling fs layer [2021-03-18T08:39:52.482Z] 63d7cb157983: Waiting [2021-03-18T08:39:52.482Z] 00ac8860ef70: Waiting [2021-03-18T08:39:52.482Z] b116817d02f9: Waiting [2021-03-18T08:39:52.482Z] 745a02a5169b: Waiting [2021-03-18T08:39:52.482Z] 18c013af1878: Verifying Checksum [2021-03-18T08:39:52.482Z] 18c013af1878: Download complete [2021-03-18T08:39:52.482Z] a4357932f1b6: Verifying Checksum [2021-03-18T08:39:52.482Z] a4357932f1b6: Download complete [2021-03-18T08:39:52.482Z] 63d7cb157983: Verifying Checksum [2021-03-18T08:39:52.482Z] 63d7cb157983: Download complete [2021-03-18T08:39:53.077Z] b116817d02f9: Download complete [2021-03-18T08:39:53.077Z] 5f621e34cdf4: Download complete [2021-03-18T08:39:54.063Z] 5f621e34cdf4: Pull complete [2021-03-18T08:39:54.665Z] a4357932f1b6: Pull complete [2021-03-18T08:39:54.938Z] 18c013af1878: Pull complete [2021-03-18T08:39:55.534Z] 745a02a5169b: Verifying Checksum [2021-03-18T08:39:55.534Z] 745a02a5169b: Download complete [2021-03-18T08:39:56.510Z] 00ac8860ef70: Verifying Checksum [2021-03-18T08:39:56.510Z] 00ac8860ef70: Download complete [2021-03-18T08:40:06.688Z] 00ac8860ef70: Pull complete [2021-03-18T08:40:06.688Z] 63d7cb157983: Pull complete [2021-03-18T08:40:06.962Z] b116817d02f9: Pull complete [2021-03-18T08:40:11.285Z] 745a02a5169b: Pull complete [2021-03-18T08:40:11.285Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T08:40:11.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T08:40:11.285Z] ---> b7e6874047d6 [2021-03-18T08:40:11.285Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-18T08:40:13.274Z] ---> Running in bf8f91606ced [2021-03-18T08:40:13.547Z] Removing intermediate container bf8f91606ced [2021-03-18T08:40:13.547Z] ---> d46909e5df6c [2021-03-18T08:40:13.547Z] Step 4/7 : RUN apk add bash [2021-03-18T08:40:13.820Z] ---> Running in 60c17e89fa9c [2021-03-18T08:40:14.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T08:40:15.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T08:40:15.956Z] Running on prd-centos7-docker-4c-2g-30283 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-18T08:40:16.009Z] Running in /w/workspace/go-mod-core-contracts/171 [Pipeline] { [Pipeline] checkout [2021-03-18T08:40:16.766Z] OK: 142 MiB in 39 packages [2021-03-18T08:40:17.745Z] Removing intermediate container 60c17e89fa9c [2021-03-18T08:40:17.745Z] ---> b9459a4a0b75 [2021-03-18T08:40:17.745Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-18T08:40:18.024Z] ---> Running in 263a8ac27dd9 [2021-03-18T08:40:18.301Z] Removing intermediate container 263a8ac27dd9 [2021-03-18T08:40:18.301Z] ---> 13cd4a63386f [2021-03-18T08:40:18.301Z] Step 6/7 : COPY go.mod . [2021-03-18T08:40:18.337Z] using credential edgex-jenkins-ssh [2021-03-18T08:40:18.396Z] Cloning the remote Git repository [2021-03-18T08:40:18.425Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-18T08:40:19.292Z] ---> 0b3c321bfdce [2021-03-18T08:40:19.292Z] Step 7/7 : RUN go mod download [2021-03-18T08:40:19.292Z] ---> Running in 620e0e04cda9 [2021-03-18T08:40:18.493Z] > git init /w/workspace/go-mod-core-contracts/171 # timeout=10 [2021-03-18T08:40:18.559Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-18T08:40:18.559Z] > git --version # timeout=10 [2021-03-18T08:40:18.566Z] > git --version # 'git version 2.24.3' [2021-03-18T08:40:18.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T08:40:18.594Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T08:40:19.390Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-18T08:40:19.398Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T08:40:19.411Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-18T08:40:19.424Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-18T08:40:19.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T08:40:19.429Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T08:40:19.853Z] Checking out Revision d27e56e5c274da1664efab3f1228ad305b025756 (master) [2021-03-18T08:40:19.863Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T08:40:19.868Z] > git checkout -f d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 [2021-03-18T08:40:23.528Z] Commit message: "Merge pull request #550 from hahattan/issue-543" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T08:40:24.732Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T08:40:25.059Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T08:40:25.361Z] + true [2021-03-18T08:40:25.361Z] + sudo service docker restart [2021-03-18T08:40:25.361Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-18T08:40:26.879Z] ========================================================= [2021-03-18T08:40:26.879Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T08:40:26.879Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:40:27.238Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-18T08:40:27.819Z] Sending build context to Docker daemon 2.833MB [2021-03-18T08:40:27.819Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-18T08:40:27.819Z] Step 2/7 : FROM ${BASE} [2021-03-18T08:40:27.819Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T08:40:27.819Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T08:40:27.819Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T08:40:27.819Z] de9db76c5a1d: Pulling fs layer [2021-03-18T08:40:27.819Z] bca2f99d35d6: Pulling fs layer [2021-03-18T08:40:27.819Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T08:40:27.819Z] 7c6f9722023f: Pulling fs layer [2021-03-18T08:40:27.819Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T08:40:27.819Z] 93359f2a8cfa: Waiting [2021-03-18T08:40:27.819Z] 7c6f9722023f: Waiting [2021-03-18T08:40:27.819Z] a35cf1a2eb13: Waiting [2021-03-18T08:40:27.819Z] bca2f99d35d6: Waiting [2021-03-18T08:40:27.819Z] de9db76c5a1d: Verifying Checksum [2021-03-18T08:40:27.819Z] de9db76c5a1d: Download complete [2021-03-18T08:40:27.819Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T08:40:27.819Z] 0ef7d3d256c8: Download complete [2021-03-18T08:40:27.819Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T08:40:27.819Z] 93359f2a8cfa: Download complete [2021-03-18T08:40:27.819Z] 7c6f9722023f: Verifying Checksum [2021-03-18T08:40:27.819Z] 7c6f9722023f: Download complete [2021-03-18T08:40:27.819Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T08:40:27.819Z] 188c0c94c7c5: Download complete [2021-03-18T08:40:28.081Z] 188c0c94c7c5: Pull complete [2021-03-18T08:40:28.349Z] 0ef7d3d256c8: Pull complete [2021-03-18T08:40:28.612Z] de9db76c5a1d: Pull complete [2021-03-18T08:40:30.010Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T08:40:30.010Z] a35cf1a2eb13: Download complete [2021-03-18T08:40:30.964Z] bca2f99d35d6: Verifying Checksum [2021-03-18T08:40:30.964Z] bca2f99d35d6: Download complete [2021-03-18T08:40:34.418Z] Removing intermediate container 620e0e04cda9 [2021-03-18T08:40:34.418Z] ---> 27e3f359d9b3 [2021-03-18T08:40:34.418Z] Successfully built 27e3f359d9b3 [2021-03-18T08:40:34.418Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:40:34.762Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T08:40:34.762Z] . [Pipeline] withDockerContainer [2021-03-18T08:40:35.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-30282 does not seem to be running inside a container [2021-03-18T08:40:35.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@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-arm64 cat [2021-03-18T08:40:36.284Z] bca2f99d35d6: Pull complete [2021-03-18T08:40:36.284Z] 93359f2a8cfa: Pull complete [2021-03-18T08:40:36.284Z] 7c6f9722023f: Pull complete [2021-03-18T08:40:36.608Z] $ docker top b16de95370b6513d9dff4857e0ed306c46256ed2379e08effcc87a30c421b12a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T08:40:37.624Z] + go version [2021-03-18T08:40:37.625Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T08:40:37.647Z] $ docker stop --time=1 b16de95370b6513d9dff4857e0ed306c46256ed2379e08effcc87a30c421b12a [2021-03-18T08:40:39.600Z] $ docker rm -f b16de95370b6513d9dff4857e0ed306c46256ed2379e08effcc87a30c421b12a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:40:40.770Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T08:40:40.770Z] . [Pipeline] withDockerContainer [2021-03-18T08:40:41.033Z] prd-ubuntu18.04-docker-arm64-4c-16g-30282 does not seem to be running inside a container [2021-03-18T08:40:41.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@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-arm64 cat [2021-03-18T08:40:42.640Z] $ docker top 3e48bd4a3f43470a79d3d21613249626a1c2c936a8ca0c6fed170ec8aad8f2b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T08:40:43.678Z] + make test [2021-03-18T08:40:43.678Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-18T08:40:46.325Z] a35cf1a2eb13: Pull complete [2021-03-18T08:40:46.325Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T08:40:46.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T08:40:46.326Z] ---> a62c8e92a672 [2021-03-18T08:40:46.326Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-18T08:40:46.326Z] ---> Running in d2b535a4014f [2021-03-18T08:40:46.326Z] Removing intermediate container d2b535a4014f [2021-03-18T08:40:46.326Z] ---> 93dab31b78c3 [2021-03-18T08:40:46.326Z] Step 4/7 : RUN apk add bash [2021-03-18T08:40:46.326Z] ---> Running in a4f4fd95d1c5 [2021-03-18T08:40:46.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T08:40:47.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T08:40:48.055Z] OK: 166 MiB in 39 packages [2021-03-18T08:40:48.318Z] Removing intermediate container a4f4fd95d1c5 [2021-03-18T08:40:48.318Z] ---> 34fe36142cf9 [2021-03-18T08:40:48.318Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-18T08:40:48.582Z] ---> Running in eda37a93deec [2021-03-18T08:40:48.582Z] Removing intermediate container eda37a93deec [2021-03-18T08:40:48.582Z] ---> 91af57802aa7 [2021-03-18T08:40:48.582Z] Step 6/7 : COPY go.mod . [2021-03-18T08:40:48.851Z] ---> 5d9ab09a08f5 [2021-03-18T08:40:48.851Z] Step 7/7 : RUN go mod download [2021-03-18T08:40:48.851Z] ---> Running in ad3afc50c957 [2021-03-18T08:41:01.141Z] Removing intermediate container ad3afc50c957 [2021-03-18T08:41:01.141Z] ---> 7472687fc23f [2021-03-18T08:41:01.141Z] Successfully built 7472687fc23f [2021-03-18T08:41:01.141Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:41:01.463Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T08:41:01.463Z] . [Pipeline] withDockerContainer [2021-03-18T08:41:01.576Z] prd-centos7-docker-4c-2g-30283 does not seem to be running inside a container [2021-03-18T08:41:01.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T08:41:02.412Z] $ docker top ad0e18ce9ddb6c0b05574d716ed4eef642f126c5af06a60762c0513ecddbb37f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T08:41:02.899Z] + go version [2021-03-18T08:41:02.899Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T08:41:02.916Z] $ docker stop --time=1 ad0e18ce9ddb6c0b05574d716ed4eef642f126c5af06a60762c0513ecddbb37f [2021-03-18T08:41:04.281Z] $ docker rm -f ad0e18ce9ddb6c0b05574d716ed4eef642f126c5af06a60762c0513ecddbb37f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:41:05.292Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T08:41:05.292Z] . [Pipeline] withDockerContainer [2021-03-18T08:41:05.439Z] prd-centos7-docker-4c-2g-30283 does not seem to be running inside a container [2021-03-18T08:41:05.487Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/171 -v /w/workspace/go-mod-core-contracts/171:/w/workspace/go-mod-core-contracts/171:rw,z -v /w/workspace/go-mod-core-contracts/171@tmp:/w/workspace/go-mod-core-contracts/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T08:41:05.873Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-18T08:41:06.222Z] $ docker top b8f8764e506d8aa808c8eacf1d9c497a6b7e2c7a338fc6f19d2db22f43b35a7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T08:41:06.772Z] + make test [2021-03-18T08:41:06.772Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-18T08:41:06.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements [2021-03-18T08:41:06.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.031s coverage: 100.0% of statements [2021-03-18T08:41:07.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.041s coverage: 45.4% of statements [2021-03-18T08:41:08.892Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements [2021-03-18T08:41:08.892Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-18T08:41:11.531Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.057s coverage: 26.3% of statements [2021-03-18T08:41:11.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.059s coverage: 14.7% of statements [2021-03-18T08:41:11.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.061s coverage: 100.0% of statements [2021-03-18T08:41:12.407Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.076s coverage: 91.8% of statements [2021-03-18T08:41:12.407Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-18T08:41:12.407Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-18T08:41:12.407Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.036s coverage: 100.0% of statements [2021-03-18T08:41:13.392Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.035s coverage: 36.7% of statements [2021-03-18T08:41:13.457Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-18T08:41:13.723Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements [2021-03-18T08:41:13.723Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.022s coverage: 100.0% of statements [2021-03-18T08:41:13.995Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements [2021-03-18T08:41:14.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.007s coverage: 77.8% of statements [2021-03-18T08:41:14.274Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-18T08:41:15.697Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.018s coverage: 26.3% of statements [2021-03-18T08:41:15.697Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.016s coverage: 14.7% of statements [2021-03-18T08:41:15.697Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements [2021-03-18T08:41:15.697Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.036s coverage: 91.8% of statements [2021-03-18T08:41:15.697Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-18T08:41:15.697Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-18T08:41:15.962Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements [2021-03-18T08:41:15.962Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements [2021-03-18T08:41:18.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.046s coverage: 63.0% of statements [2021-03-18T08:41:18.575Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-03-18T08:41:18.575Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements [2021-03-18T08:41:18.575Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.004s coverage: 15.4% of statements [2021-03-18T08:41:18.575Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.040s coverage: 14.3% of statements [2021-03-18T08:41:18.575Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-18T08:41:19.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.142s coverage: 63.0% of statements [2021-03-18T08:41:19.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.018s coverage: 26.3% of statements [2021-03-18T08:41:19.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.034s coverage: 15.4% of statements [2021-03-18T08:41:19.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.029s coverage: 15.4% of statements [2021-03-18T08:41:19.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements [2021-03-18T08:41:19.063Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-18T08:41:19.986Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.125s coverage: 83.8% of statements [2021-03-18T08:41:19.986Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-18T08:41:19.986Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-18T08:41:19.986Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-18T08:41:19.986Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.019s coverage: 47.7% of statements [2021-03-18T08:41:19.986Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.016s coverage: 94.7% of statements [2021-03-18T08:41:20.249Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.051s coverage: 91.9% of statements [2021-03-18T08:41:20.511Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements [2021-03-18T08:41:20.512Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-18T08:41:20.781Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-18T08:41:22.489Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.193s coverage: 83.8% of statements [2021-03-18T08:41:22.489Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-18T08:41:22.489Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-18T08:41:22.489Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-18T08:41:22.489Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.069s coverage: 47.7% of statements [2021-03-18T08:41:22.727Z] gofmt -l . [2021-03-18T08:41:22.727Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-18T08:41:23.008Z] $ docker stop --time=1 b8f8764e506d8aa808c8eacf1d9c497a6b7e2c7a338fc6f19d2db22f43b35a7f [2021-03-18T08:41:23.089Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.055s coverage: 94.7% of statements [2021-03-18T08:41:25.066Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.177s coverage: 91.9% of statements [2021-03-18T08:41:25.066Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-03-18T08:41:25.066Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-18T08:41:25.066Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-18T08:41:25.445Z] $ docker rm -f b8f8764e506d8aa808c8eacf1d9c497a6b7e2c7a338fc6f19d2db22f43b35a7f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T08:41:26.059Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T08:41:26.425Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:41:27.760Z] ---> job-cost.sh [2021-03-18T08:41:27.760Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WmMZ [2021-03-18T08:41:30.484Z] gofmt -l . [2021-03-18T08:41:31.076Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-18T08:41:31.688Z] $ docker stop --time=1 3e48bd4a3f43470a79d3d21613249626a1c2c936a8ca0c6fed170ec8aad8f2b7 [2021-03-18T08:41:33.979Z] $ docker rm -f 3e48bd4a3f43470a79d3d21613249626a1c2c936a8ca0c6fed170ec8aad8f2b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T08:41:34.883Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T08:41:34.957Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T08:41:35.909Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:41:36.875Z] ---> job-cost.sh [2021-03-18T08:41:36.875Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wZcp [2021-03-18T08:41:42.706Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T08:42:09.333Z] lf-activate-venv(): INFO: Adding /tmp/venv-WmMZ/bin to PATH [2021-03-18T08:42:09.333Z] INFO: No Stack... [2021-03-18T08:42:10.285Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T08:42:10.861Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T08:42:11.175Z] + cat /w/workspace/go-mod-core-contracts/171/archives/cost.csv [2021-03-18T08:42:11.176Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T08:42:11.246Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [2021-03-18T08:42:11.265Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] did not exist. Created. [2021-03-18T08:42:11.265Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T08:42:11.676Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-18T08:42:11.801Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T08:42:11.815Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T08:42:15.847Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T08:43:37.559Z] lf-activate-venv(): INFO: Adding /tmp/venv-wZcp/bin to PATH [2021-03-18T08:43:37.559Z] INFO: No Stack... [2021-03-18T08:43:37.559Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T08:43:37.559Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T08:43:37.897Z] + cat /w/workspace/go-mod-core-contracts/171/archives/cost.csv [2021-03-18T08:43:37.897Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T08:43:38.019Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [2021-03-18T08:43:38.029Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] did not exist. Created. [2021-03-18T08:43:38.029Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T08:43:38.487Z] /w/workspace/go-mod-core-contracts/171@tmp/durable-9e21e820/script.sh: 1: /w/workspace/go-mod-core-contracts/171@tmp/durable-9e21e820/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-18T08:43:38.839Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T08:43:38.911Z] Warning: overwriting stash ‘stack-cost’ [2021-03-18T08:43:39.078Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T08:43:39.090Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-171-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-18T08:43:40.625Z] provisioning config files... [2021-03-18T08:43:40.640Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5914832314180733758tmp [Pipeline] { [Pipeline] sh [2021-03-18T08:43:41.065Z] + set +x [2021-03-18T08:43:41.065Z] + curl -s https://codecov.io/bash [2021-03-18T08:43:41.065Z] + bash -s -- [2021-03-18T08:43:41.329Z] [2021-03-18T08:43:41.329Z] _____ _ [2021-03-18T08:43:41.329Z] / ____| | | [2021-03-18T08:43:41.329Z] | | ___ __| | ___ ___ _____ __ [2021-03-18T08:43:41.329Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-18T08:43:41.329Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-18T08:43:41.329Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-18T08:43:41.329Z] Bash-20210309-2b87ace [2021-03-18T08:43:41.329Z] [2021-03-18T08:43:41.329Z] [2021-03-18T08:43:41.329Z] ==> git version 2.24.3 found [2021-03-18T08:43:41.329Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-18T08:43:41.329Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-18T08:43:41.329Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-18T08:43:41.329Z] ==> Jenkins CI detected. [2021-03-18T08:43:41.329Z] project root: . [2021-03-18T08:43:41.329Z] --> token set from env [2021-03-18T08:43:41.329Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-18T08:43:41.329Z] ==> Running gcov in . (disable via -X gcov) [2021-03-18T08:43:41.329Z] ==> Python coveragepy not found [2021-03-18T08:43:41.329Z] ==> Searching for coverage reports in: [2021-03-18T08:43:41.329Z] + . [2021-03-18T08:43:41.329Z] -> Found 1 reports [2021-03-18T08:43:41.329Z] ==> Detecting git/mercurial file structure [2021-03-18T08:43:41.329Z] ==> Reading reports [2021-03-18T08:43:41.329Z] + ./coverage.out bytes=160097 [2021-03-18T08:43:41.329Z] ==> Appending adjustments [2021-03-18T08:43:41.329Z] https://docs.codecov.io/docs/fixing-reports [2021-03-18T08:43:42.279Z] + Found adjustments [2021-03-18T08:43:42.279Z] ==> Gzipping contents [2021-03-18T08:43:42.279Z] 24K /tmp/codecov.GZn4G9.gz [2021-03-18T08:43:42.279Z] ==> Uploading reports [2021-03-18T08:43:42.279Z] url: https://codecov.io [2021-03-18T08:43:42.279Z] query: branch=master&commit=d27e56e5c274da1664efab3f1228ad305b025756&build=171&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F171%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-18T08:43:42.542Z] -> Pinging Codecov [2021-03-18T08:43:42.542Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d27e56e5c274da1664efab3f1228ad305b025756&build=171&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F171%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-18T08:43:42.804Z] -> Uploading to [2021-03-18T08:43:42.805Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-18/71470A77251A30514AAF9C0BB2E5B6CE/d27e56e5c274da1664efab3f1228ad305b025756/85bdc758-7162-48a8-97c0-1845bf3c9184.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T084342Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f736685246ed17a103d84e91ee9542584382696f075be39435e1babff7ab928e [2021-03-18T08:43:42.805Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-18T08:43:42.805Z] Dload Upload Total Spent Left Speed [2021-03-18T08:43:43.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24050 0 0 100 24050 0 52283 --:--:-- --:--:-- --:--:-- 52396 [2021-03-18T08:43:43.379Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] } [2021-03-18T08:43:43.390Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-18T08:43:44.388Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-18T08:43:44.449Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:43:44.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-18T08:43:44.795Z] [2021-03-18T08:43:44.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:43:45.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-18T08:43:45.153Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-18T08:43:45.153Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T08:43:45.153Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T08:43:45.153Z] de9db76c5a1d: Pulling fs layer [2021-03-18T08:43:45.153Z] 0eba1c9be4d2: Pulling fs layer [2021-03-18T08:43:45.153Z] 0d57e429df01: Pulling fs layer [2021-03-18T08:43:45.153Z] 4e4be7b47b0d: Pulling fs layer [2021-03-18T08:43:45.153Z] e1f770b5df2f: Pulling fs layer [2021-03-18T08:43:45.153Z] 85a0685a4137: Pulling fs layer [2021-03-18T08:43:45.153Z] 0d57e429df01: Waiting [2021-03-18T08:43:45.153Z] 4e4be7b47b0d: Waiting [2021-03-18T08:43:45.153Z] e1f770b5df2f: Waiting [2021-03-18T08:43:45.153Z] 85a0685a4137: Waiting [2021-03-18T08:43:45.153Z] 0eba1c9be4d2: Waiting [2021-03-18T08:43:45.153Z] de9db76c5a1d: Verifying Checksum [2021-03-18T08:43:45.153Z] de9db76c5a1d: Download complete [2021-03-18T08:43:45.153Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T08:43:45.153Z] 0ef7d3d256c8: Download complete [2021-03-18T08:43:45.153Z] 0d57e429df01: Verifying Checksum [2021-03-18T08:43:45.153Z] 0d57e429df01: Download complete [2021-03-18T08:43:45.153Z] 4e4be7b47b0d: Verifying Checksum [2021-03-18T08:43:45.153Z] 4e4be7b47b0d: Download complete [2021-03-18T08:43:46.105Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T08:43:46.105Z] 188c0c94c7c5: Download complete [2021-03-18T08:43:46.376Z] 188c0c94c7c5: Pull complete [2021-03-18T08:43:46.640Z] 0ef7d3d256c8: Pull complete [2021-03-18T08:43:46.640Z] de9db76c5a1d: Pull complete [2021-03-18T08:43:47.602Z] e1f770b5df2f: Verifying Checksum [2021-03-18T08:43:47.602Z] e1f770b5df2f: Download complete [2021-03-18T08:43:48.994Z] 0eba1c9be4d2: Verifying Checksum [2021-03-18T08:43:48.994Z] 0eba1c9be4d2: Download complete [2021-03-18T08:43:49.955Z] 85a0685a4137: Verifying Checksum [2021-03-18T08:43:49.955Z] 85a0685a4137: Download complete [2021-03-18T08:43:55.279Z] 0eba1c9be4d2: Pull complete [2021-03-18T08:43:55.279Z] 0d57e429df01: Pull complete [2021-03-18T08:43:55.544Z] 4e4be7b47b0d: Pull complete [2021-03-18T08:43:58.114Z] e1f770b5df2f: Pull complete [2021-03-18T08:44:04.742Z] 85a0685a4137: Pull complete [2021-03-18T08:44:04.742Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-18T08:44:04.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-18T08:44:04.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-18T08:44:04.960Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:44:05.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-18T08:44:06.142Z] $ docker top 91e87026d47f04695be34a5251a1dfc471cfc4e604e347433e712fa38c827586 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T08:44:06.399Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-18T08:44:06.695Z] + set -o pipefail [2021-03-18T08:44:06.695Z] + snyk monitor '--org=edgex-jenkins' [2021-03-18T08:44:12.003Z] [2021-03-18T08:44:12.003Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-03-18T08:44:12.003Z] [2021-03-18T08:44:12.003Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/2f96d320-f86f-41ef-a2c5-d749077bb1f0 [2021-03-18T08:44:12.003Z] [2021-03-18T08:44:12.003Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-18T08:44:12.003Z] [2021-03-18T08:44:12.003Z] [Pipeline] } [2021-03-18T08:44:12.018Z] $ docker stop --time=1 91e87026d47f04695be34a5251a1dfc471cfc4e604e347433e712fa38c827586 [2021-03-18T08:44:14.246Z] $ docker rm -f 91e87026d47f04695be34a5251a1dfc471cfc4e604e347433e712fa38c827586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T08:44:15.774Z] + git log --format=format:%s -1 d27e56e5c274da1664efab3f1228ad305b025756 [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:44:16.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T08:44:16.116Z] . [Pipeline] withDockerContainer [2021-03-18T08:44:16.222Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:44:16.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T08:44:17.002Z] $ docker top cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T08:44:17.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T08:44:17.367Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T08:44:17.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T08:44:17.589Z] $ docker exec cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f ssh-agent [2021-03-18T08:44:17.758Z] SSH_AUTH_SOCK=/tmp/ssh-fSKojLwIniEn/agent.12 [2021-03-18T08:44:17.758Z] SSH_AGENT_PID=17 [2021-03-18T08:44:17.767Z] Running ssh-add (command line suppressed) [2021-03-18T08:44:17.896Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6456857267796645028.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6456857267796645028.key) [2021-03-18T08:44:17.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T08:44:18.331Z] + git semver tag [2021-03-18T08:44:18.331Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T08:44:18.331Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-18T08:44:18.331Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-18T08:44:18.331Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T08:44:18.331Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T08:44:18.331Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T08:44:18.331Z] # $SEMVER_BRANCH = master [2021-03-18T08:44:18.331Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-18T08:44:18.331Z] # d27e56e5c274da1664efab3f1228ad305b025756 HEAD [2021-03-18T08:44:18.331Z] # -> Force: false [2021-03-18T08:44:18.331Z] # 53b80f17dcadc4030b6041a1fb01c0262b9e2641 refs/tags/v2.0.0-dev.53 [Pipeline] } [2021-03-18T08:44:18.344Z] $ docker exec --env ******** --env ******** cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f ssh-agent -k [2021-03-18T08:44:18.462Z] unset SSH_AUTH_SOCK; [2021-03-18T08:44:18.462Z] unset SSH_AGENT_PID; [2021-03-18T08:44:18.462Z] echo Agent pid 17 killed; [2021-03-18T08:44:18.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T08:44:18.990Z] + git semver [Pipeline] } [2021-03-18T08:44:19.008Z] $ docker stop --time=1 cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f [2021-03-18T08:44:20.361Z] $ docker rm -f cd61687a5765d932d3f74773cc44b5fc511fbc4f2713416463544c60a224e97f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:44:21.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-18T08:44:21.098Z] [2021-03-18T08:44:21.098Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:44:21.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-18T08:44:21.532Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-18T08:44:21.532Z] ab5ef0e58194: Pulling fs layer [2021-03-18T08:44:21.532Z] 9712f1f96733: Pulling fs layer [2021-03-18T08:44:21.532Z] 63f879dbbcfc: Pulling fs layer [2021-03-18T08:44:21.532Z] 0d9ebad4ef96: Pulling fs layer [2021-03-18T08:44:21.532Z] e9a5061849ea: Pulling fs layer [2021-03-18T08:44:21.532Z] d747dcd14b5f: Pulling fs layer [2021-03-18T08:44:21.532Z] 2de7ff778b66: Pulling fs layer [2021-03-18T08:44:21.532Z] e9a5061849ea: Waiting [2021-03-18T08:44:21.532Z] d747dcd14b5f: Waiting [2021-03-18T08:44:21.532Z] 2de7ff778b66: Waiting [2021-03-18T08:44:21.532Z] 0d9ebad4ef96: Waiting [2021-03-18T08:44:21.532Z] 9712f1f96733: Verifying Checksum [2021-03-18T08:44:21.532Z] 9712f1f96733: Download complete [2021-03-18T08:44:23.463Z] 63f879dbbcfc: Verifying Checksum [2021-03-18T08:44:23.463Z] 63f879dbbcfc: Download complete [2021-03-18T08:44:23.463Z] e9a5061849ea: Download complete [2021-03-18T08:44:23.463Z] d747dcd14b5f: Verifying Checksum [2021-03-18T08:44:23.463Z] d747dcd14b5f: Download complete [2021-03-18T08:44:23.725Z] 2de7ff778b66: Verifying Checksum [2021-03-18T08:44:23.725Z] 2de7ff778b66: Download complete [2021-03-18T08:44:23.987Z] 0d9ebad4ef96: Verifying Checksum [2021-03-18T08:44:23.987Z] 0d9ebad4ef96: Download complete [2021-03-18T08:44:24.249Z] ab5ef0e58194: Download complete [2021-03-18T08:44:28.497Z] ab5ef0e58194: Pull complete [2021-03-18T08:44:28.497Z] 9712f1f96733: Pull complete [2021-03-18T08:44:31.058Z] 63f879dbbcfc: Pull complete [2021-03-18T08:44:37.677Z] 0d9ebad4ef96: Pull complete [2021-03-18T08:44:38.629Z] e9a5061849ea: Pull complete [2021-03-18T08:44:38.629Z] d747dcd14b5f: Pull complete [2021-03-18T08:44:41.956Z] 2de7ff778b66: Pull complete [2021-03-18T08:44:41.956Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-18T08:44:41.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-18T08:44:41.956Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-18T08:44:42.146Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:44:42.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-18T08:44:45.589Z] $ docker top 43ba310c9bd7ac772e3d9fdf685f670daa56ddbe929d258af5ec713d329a1e96 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-18T08:44:45.899Z] provisioning config files... [2021-03-18T08:44:45.909Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1436530313573571162tmp [2021-03-18T08:44:45.928Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2514198451295016257tmp [2021-03-18T08:44:45.943Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5332442793246717991tmp [Pipeline] { [Pipeline] echo [2021-03-18T08:44:46.028Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:44:46.329Z] ---> sigul-configuration.sh [2021-03-18T08:44:46.329Z] gpg: directory `/root/.gnupg' created [2021-03-18T08:44:46.329Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-18T08:44:46.329Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-18T08:44:46.329Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-18T08:44:46.329Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-18T08:44:46.329Z] gpg: CAST5 encrypted data [2021-03-18T08:44:46.592Z] gpg: encrypted with 1 passphrase [2021-03-18T08:44:46.592Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-18T08:44:46.893Z] + mkdir /home/jenkins [2021-03-18T08:44:46.893Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-18T08:44:47.192Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-18T08:44:47.204Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:44:47.502Z] ---> sigul-install.sh [2021-03-18T08:44:54.109Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-18T08:44:54.414Z] + git tag --list [2021-03-18T08:44:54.414Z] v0.0.0 [2021-03-18T08:44:54.414Z] v0.0.1 [2021-03-18T08:44:54.414Z] v0.1.0 [2021-03-18T08:44:54.414Z] v0.1.1 [2021-03-18T08:44:54.414Z] v0.1.10 [2021-03-18T08:44:54.414Z] v0.1.100 [2021-03-18T08:44:54.414Z] v0.1.101 [2021-03-18T08:44:54.414Z] v0.1.102 [2021-03-18T08:44:54.414Z] v0.1.103 [2021-03-18T08:44:54.414Z] v0.1.104 [2021-03-18T08:44:54.414Z] v0.1.105 [2021-03-18T08:44:54.414Z] v0.1.106 [2021-03-18T08:44:54.414Z] v0.1.107 [2021-03-18T08:44:54.414Z] v0.1.108 [2021-03-18T08:44:54.414Z] v0.1.109 [2021-03-18T08:44:54.414Z] v0.1.11 [2021-03-18T08:44:54.414Z] v0.1.110 [2021-03-18T08:44:54.414Z] v0.1.111 [2021-03-18T08:44:54.414Z] v0.1.112 [2021-03-18T08:44:54.414Z] v0.1.113 [2021-03-18T08:44:54.414Z] v0.1.114 [2021-03-18T08:44:54.414Z] v0.1.115 [2021-03-18T08:44:54.414Z] v0.1.116 [2021-03-18T08:44:54.414Z] v0.1.117 [2021-03-18T08:44:54.414Z] v0.1.118 [2021-03-18T08:44:54.414Z] v0.1.119 [2021-03-18T08:44:54.414Z] v0.1.12 [2021-03-18T08:44:54.414Z] v0.1.120 [2021-03-18T08:44:54.414Z] v0.1.121 [2021-03-18T08:44:54.414Z] v0.1.122 [2021-03-18T08:44:54.414Z] v0.1.123 [2021-03-18T08:44:54.414Z] v0.1.124 [2021-03-18T08:44:54.414Z] v0.1.125 [2021-03-18T08:44:54.414Z] v0.1.126 [2021-03-18T08:44:54.414Z] v0.1.127 [2021-03-18T08:44:54.414Z] v0.1.128 [2021-03-18T08:44:54.414Z] v0.1.129 [2021-03-18T08:44:54.414Z] v0.1.13 [2021-03-18T08:44:54.414Z] v0.1.130 [2021-03-18T08:44:54.414Z] v0.1.131 [2021-03-18T08:44:54.414Z] v0.1.132 [2021-03-18T08:44:54.414Z] v0.1.133 [2021-03-18T08:44:54.414Z] v0.1.134 [2021-03-18T08:44:54.414Z] v0.1.135 [2021-03-18T08:44:54.414Z] v0.1.136 [2021-03-18T08:44:54.414Z] v0.1.137 [2021-03-18T08:44:54.414Z] v0.1.138 [2021-03-18T08:44:54.414Z] v0.1.139 [2021-03-18T08:44:54.414Z] v0.1.14 [2021-03-18T08:44:54.414Z] v0.1.140 [2021-03-18T08:44:54.414Z] v0.1.141 [2021-03-18T08:44:54.414Z] v0.1.142 [2021-03-18T08:44:54.414Z] v0.1.143 [2021-03-18T08:44:54.414Z] v0.1.144 [2021-03-18T08:44:54.414Z] v0.1.145 [2021-03-18T08:44:54.414Z] v0.1.146 [2021-03-18T08:44:54.414Z] v0.1.147 [2021-03-18T08:44:54.414Z] v0.1.148 [2021-03-18T08:44:54.414Z] v0.1.149 [2021-03-18T08:44:54.414Z] v0.1.15 [2021-03-18T08:44:54.414Z] v0.1.16 [2021-03-18T08:44:54.414Z] v0.1.17 [2021-03-18T08:44:54.414Z] v0.1.18 [2021-03-18T08:44:54.414Z] v0.1.19 [2021-03-18T08:44:54.414Z] v0.1.2 [2021-03-18T08:44:54.414Z] v0.1.20 [2021-03-18T08:44:54.414Z] v0.1.21 [2021-03-18T08:44:54.414Z] v0.1.22 [2021-03-18T08:44:54.414Z] v0.1.23 [2021-03-18T08:44:54.414Z] v0.1.24 [2021-03-18T08:44:54.414Z] v0.1.25 [2021-03-18T08:44:54.414Z] v0.1.26 [2021-03-18T08:44:54.414Z] v0.1.27 [2021-03-18T08:44:54.414Z] v0.1.28 [2021-03-18T08:44:54.414Z] v0.1.29 [2021-03-18T08:44:54.414Z] v0.1.3 [2021-03-18T08:44:54.414Z] v0.1.30 [2021-03-18T08:44:54.414Z] v0.1.31 [2021-03-18T08:44:54.414Z] v0.1.32 [2021-03-18T08:44:54.414Z] v0.1.33 [2021-03-18T08:44:54.414Z] v0.1.34 [2021-03-18T08:44:54.414Z] v0.1.35 [2021-03-18T08:44:54.414Z] v0.1.36 [2021-03-18T08:44:54.414Z] v0.1.37 [2021-03-18T08:44:54.414Z] v0.1.38 [2021-03-18T08:44:54.414Z] v0.1.39 [2021-03-18T08:44:54.414Z] v0.1.4 [2021-03-18T08:44:54.414Z] v0.1.40 [2021-03-18T08:44:54.414Z] v0.1.41 [2021-03-18T08:44:54.414Z] v0.1.42 [2021-03-18T08:44:54.414Z] v0.1.43 [2021-03-18T08:44:54.414Z] v0.1.44 [2021-03-18T08:44:54.414Z] v0.1.45 [2021-03-18T08:44:54.414Z] v0.1.46 [2021-03-18T08:44:54.414Z] v0.1.47 [2021-03-18T08:44:54.414Z] v0.1.48 [2021-03-18T08:44:54.414Z] v0.1.49 [2021-03-18T08:44:54.414Z] v0.1.5 [2021-03-18T08:44:54.414Z] v0.1.50 [2021-03-18T08:44:54.414Z] v0.1.51 [2021-03-18T08:44:54.414Z] v0.1.52 [2021-03-18T08:44:54.414Z] v0.1.53 [2021-03-18T08:44:54.414Z] v0.1.54 [2021-03-18T08:44:54.414Z] v0.1.55 [2021-03-18T08:44:54.414Z] v0.1.56 [2021-03-18T08:44:54.414Z] v0.1.57 [2021-03-18T08:44:54.414Z] v0.1.58 [2021-03-18T08:44:54.414Z] v0.1.59 [2021-03-18T08:44:54.414Z] v0.1.6 [2021-03-18T08:44:54.414Z] v0.1.60 [2021-03-18T08:44:54.414Z] v0.1.61 [2021-03-18T08:44:54.414Z] v0.1.62 [2021-03-18T08:44:54.414Z] v0.1.63 [2021-03-18T08:44:54.414Z] v0.1.64 [2021-03-18T08:44:54.414Z] v0.1.65 [2021-03-18T08:44:54.414Z] v0.1.66 [2021-03-18T08:44:54.414Z] v0.1.67 [2021-03-18T08:44:54.414Z] v0.1.68 [2021-03-18T08:44:54.414Z] v0.1.69 [2021-03-18T08:44:54.414Z] v0.1.7 [2021-03-18T08:44:54.414Z] v0.1.70 [2021-03-18T08:44:54.414Z] v0.1.71 [2021-03-18T08:44:54.414Z] v0.1.72 [2021-03-18T08:44:54.414Z] v0.1.73 [2021-03-18T08:44:54.414Z] v0.1.74 [2021-03-18T08:44:54.414Z] v0.1.75 [2021-03-18T08:44:54.414Z] v0.1.76 [2021-03-18T08:44:54.414Z] v0.1.77 [2021-03-18T08:44:54.414Z] v0.1.78 [2021-03-18T08:44:54.414Z] v0.1.79 [2021-03-18T08:44:54.414Z] v0.1.8 [2021-03-18T08:44:54.414Z] v0.1.80 [2021-03-18T08:44:54.414Z] v0.1.81 [2021-03-18T08:44:54.414Z] v0.1.82 [2021-03-18T08:44:54.414Z] v0.1.83 [2021-03-18T08:44:54.414Z] v0.1.84 [2021-03-18T08:44:54.414Z] v0.1.85 [2021-03-18T08:44:54.414Z] v0.1.86 [2021-03-18T08:44:54.414Z] v0.1.87 [2021-03-18T08:44:54.414Z] v0.1.88 [2021-03-18T08:44:54.414Z] v0.1.89 [2021-03-18T08:44:54.414Z] v0.1.9 [2021-03-18T08:44:54.414Z] v0.1.90 [2021-03-18T08:44:54.414Z] v0.1.91 [2021-03-18T08:44:54.414Z] v0.1.92 [2021-03-18T08:44:54.414Z] v0.1.93 [2021-03-18T08:44:54.414Z] v0.1.94 [2021-03-18T08:44:54.414Z] v0.1.95 [2021-03-18T08:44:54.414Z] v0.1.96 [2021-03-18T08:44:54.414Z] v0.1.97 [2021-03-18T08:44:54.414Z] v0.1.98 [2021-03-18T08:44:54.414Z] v0.1.99 [2021-03-18T08:44:54.414Z] v2.0.0-dev.1 [2021-03-18T08:44:54.414Z] v2.0.0-dev.10 [2021-03-18T08:44:54.414Z] v2.0.0-dev.11 [2021-03-18T08:44:54.414Z] v2.0.0-dev.12 [2021-03-18T08:44:54.414Z] v2.0.0-dev.13 [2021-03-18T08:44:54.414Z] v2.0.0-dev.14 [2021-03-18T08:44:54.414Z] v2.0.0-dev.15 [2021-03-18T08:44:54.414Z] v2.0.0-dev.16 [2021-03-18T08:44:54.414Z] v2.0.0-dev.17 [2021-03-18T08:44:54.414Z] v2.0.0-dev.18 [2021-03-18T08:44:54.414Z] v2.0.0-dev.19 [2021-03-18T08:44:54.414Z] v2.0.0-dev.2 [2021-03-18T08:44:54.414Z] v2.0.0-dev.20 [2021-03-18T08:44:54.414Z] v2.0.0-dev.21 [2021-03-18T08:44:54.414Z] v2.0.0-dev.22 [2021-03-18T08:44:54.414Z] v2.0.0-dev.23 [2021-03-18T08:44:54.414Z] v2.0.0-dev.24 [2021-03-18T08:44:54.414Z] v2.0.0-dev.25 [2021-03-18T08:44:54.414Z] v2.0.0-dev.26 [2021-03-18T08:44:54.414Z] v2.0.0-dev.27 [2021-03-18T08:44:54.414Z] v2.0.0-dev.28 [2021-03-18T08:44:54.414Z] v2.0.0-dev.29 [2021-03-18T08:44:54.414Z] v2.0.0-dev.3 [2021-03-18T08:44:54.414Z] v2.0.0-dev.30 [2021-03-18T08:44:54.414Z] v2.0.0-dev.31 [2021-03-18T08:44:54.414Z] v2.0.0-dev.32 [2021-03-18T08:44:54.414Z] v2.0.0-dev.33 [2021-03-18T08:44:54.414Z] v2.0.0-dev.34 [2021-03-18T08:44:54.414Z] v2.0.0-dev.35 [2021-03-18T08:44:54.414Z] v2.0.0-dev.36 [2021-03-18T08:44:54.414Z] v2.0.0-dev.37 [2021-03-18T08:44:54.414Z] v2.0.0-dev.38 [2021-03-18T08:44:54.414Z] v2.0.0-dev.39 [2021-03-18T08:44:54.414Z] v2.0.0-dev.4 [2021-03-18T08:44:54.414Z] v2.0.0-dev.40 [2021-03-18T08:44:54.415Z] v2.0.0-dev.41 [2021-03-18T08:44:54.415Z] v2.0.0-dev.42 [2021-03-18T08:44:54.415Z] v2.0.0-dev.43 [2021-03-18T08:44:54.415Z] v2.0.0-dev.44 [2021-03-18T08:44:54.415Z] v2.0.0-dev.45 [2021-03-18T08:44:54.415Z] v2.0.0-dev.46 [2021-03-18T08:44:54.415Z] v2.0.0-dev.47 [2021-03-18T08:44:54.415Z] v2.0.0-dev.48 [2021-03-18T08:44:54.415Z] v2.0.0-dev.49 [2021-03-18T08:44:54.415Z] v2.0.0-dev.5 [2021-03-18T08:44:54.415Z] v2.0.0-dev.50 [2021-03-18T08:44:54.415Z] v2.0.0-dev.51 [2021-03-18T08:44:54.415Z] v2.0.0-dev.52 [2021-03-18T08:44:54.415Z] v2.0.0-dev.53 [2021-03-18T08:44:54.415Z] v2.0.0-dev.6 [2021-03-18T08:44:54.415Z] v2.0.0-dev.7 [2021-03-18T08:44:54.415Z] v2.0.0-dev.8 [2021-03-18T08:44:54.415Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-18T08:44:54.716Z] + lftools sign git-tag v2.0.0-dev.53 [2021-03-18T08:44:56.113Z] Signing Git tag with Sigul... [2021-03-18T08:44:56.113Z] Signing v2.0.0-dev.53 [Pipeline] echo [2021-03-18T08:44:57.074Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:44:57.374Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-18T08:44:57.384Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-18T08:44:57.484Z] $ docker stop --time=1 43ba310c9bd7ac772e3d9fdf685f670daa56ddbe929d258af5ec713d329a1e96 [2021-03-18T08:44:59.528Z] $ docker rm -f 43ba310c9bd7ac772e3d9fdf685f670daa56ddbe929d258af5ec713d329a1e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:45:00.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T08:45:00.486Z] . [Pipeline] withDockerContainer [2021-03-18T08:45:00.588Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:45:00.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T08:45:01.379Z] $ docker top 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T08:45:01.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T08:45:01.758Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T08:45:02.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T08:45:02.044Z] $ docker exec 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 ssh-agent [2021-03-18T08:45:02.231Z] SSH_AUTH_SOCK=/tmp/ssh-7tvn7sRUOHp1/agent.12 [2021-03-18T08:45:02.231Z] SSH_AGENT_PID=18 [2021-03-18T08:45:02.239Z] Running ssh-add (command line suppressed) [2021-03-18T08:45:02.369Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_297324317294836221.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_297324317294836221.key) [2021-03-18T08:45:02.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T08:45:02.780Z] + git semver bump pre [2021-03-18T08:45:02.781Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T08:45:02.781Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-18T08:45:02.781Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-18T08:45:02.781Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T08:45:02.781Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T08:45:02.781Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T08:45:02.781Z] # $SEMVER_BRANCH = master [2021-03-18T08:45:02.781Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-18T08:45:02.781Z] 2.0.0-dev.54 [Pipeline] } [2021-03-18T08:45:02.800Z] $ docker exec --env ******** --env ******** 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 ssh-agent -k [2021-03-18T08:45:02.935Z] unset SSH_AUTH_SOCK; [2021-03-18T08:45:02.936Z] unset SSH_AGENT_PID; [2021-03-18T08:45:02.936Z] echo Agent pid 18 killed; [2021-03-18T08:45:02.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T08:45:03.515Z] + git semver [Pipeline] } [2021-03-18T08:45:03.534Z] $ docker stop --time=1 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 [2021-03-18T08:45:04.906Z] $ docker rm -f 6f34cbabf5603350ec10fa87dad1d534e9839936c5425192f709b69268f83b91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:45:05.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T08:45:05.454Z] . [Pipeline] withDockerContainer [2021-03-18T08:45:05.566Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:45:05.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T08:45:06.478Z] $ docker top d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T08:45:06.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T08:45:06.782Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T08:45:07.004Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T08:45:07.008Z] $ docker exec d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 ssh-agent [2021-03-18T08:45:07.180Z] SSH_AUTH_SOCK=/tmp/ssh-0qMuWbfXv6hc/agent.11 [2021-03-18T08:45:07.180Z] SSH_AGENT_PID=16 [2021-03-18T08:45:07.188Z] Running ssh-add (command line suppressed) [2021-03-18T08:45:07.314Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091243710274751782.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091243710274751782.key) [2021-03-18T08:45:07.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T08:45:07.712Z] + git semver push [2021-03-18T08:45:07.712Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T08:45:07.712Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-18T08:45:07.712Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-18T08:45:07.712Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T08:45:07.712Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T08:45:07.712Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T08:45:07.712Z] # $SEMVER_BRANCH = master [2021-03-18T08:45:07.712Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-18T08:45:11.947Z] $ docker exec --env ******** --env ******** d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 ssh-agent -k [2021-03-18T08:45:12.071Z] unset SSH_AUTH_SOCK; [2021-03-18T08:45:12.071Z] unset SSH_AGENT_PID; [2021-03-18T08:45:12.071Z] echo Agent pid 16 killed; [2021-03-18T08:45:12.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T08:45:12.656Z] + git semver [Pipeline] } [2021-03-18T08:45:12.674Z] $ docker stop --time=1 d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 [2021-03-18T08:45:14.030Z] $ docker rm -f d05f4966563e7348ba2d553169484fdf2a85db9c9fda7f46bb082006cfbcc065 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:15.642Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:16.212Z] ---> package-listing.sh [2021-03-18T08:45:16.212Z] ++ facter osfamily [2021-03-18T08:45:16.212Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T08:45:16.212Z] + OS_FAMILY=redhat [2021-03-18T08:45:16.212Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-03-18T08:45:16.212Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T08:45:16.212Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T08:45:16.212Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T08:45:16.212Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T08:45:16.212Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-18T08:45:16.212Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T08:45:16.212Z] + case "${OS_FAMILY}" in [2021-03-18T08:45:16.212Z] + rpm -qa [2021-03-18T08:45:16.212Z] + sort [2021-03-18T08:45:21.523Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T08:45:21.523Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T08:45:21.523Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T08:45:21.523Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-18T08:45:21.523Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-03-18T08:45:21.523Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2021-03-18T08:45:21.540Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T08:45:21.834Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:45:22.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T08:45:22.144Z] [2021-03-18T08:45:22.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T08:45:22.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T08:45:22.492Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T08:45:22.492Z] df20fa9351a1: Pulling fs layer [2021-03-18T08:45:22.492Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T08:45:22.492Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T08:45:22.492Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T08:45:22.492Z] 93b61091891f: Pulling fs layer [2021-03-18T08:45:22.492Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T08:45:22.492Z] 5e14af77c1be: Pulling fs layer [2021-03-18T08:45:22.492Z] 01666e4c0597: Pulling fs layer [2021-03-18T08:45:22.492Z] aa168da1d23b: Pulling fs layer [2021-03-18T08:45:22.492Z] 46f8f816bc3b: Waiting [2021-03-18T08:45:22.492Z] 93b61091891f: Waiting [2021-03-18T08:45:22.492Z] 01666e4c0597: Waiting [2021-03-18T08:45:22.492Z] 5e14af77c1be: Waiting [2021-03-18T08:45:22.492Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T08:45:22.492Z] 36b3adc4ff6f: Download complete [2021-03-18T08:45:22.492Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T08:45:22.492Z] 46f8f816bc3b: Download complete [2021-03-18T08:45:22.754Z] df20fa9351a1: Verifying Checksum [2021-03-18T08:45:22.754Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T08:45:22.754Z] 93b9cdb0e59b: Download complete [2021-03-18T08:45:22.754Z] 5e14af77c1be: Verifying Checksum [2021-03-18T08:45:22.754Z] 5e14af77c1be: Download complete [2021-03-18T08:45:22.754Z] 93b61091891f: Verifying Checksum [2021-03-18T08:45:22.754Z] 93b61091891f: Download complete [2021-03-18T08:45:22.754Z] 01666e4c0597: Verifying Checksum [2021-03-18T08:45:22.754Z] 01666e4c0597: Download complete [2021-03-18T08:45:22.754Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T08:45:22.754Z] 8ad3a11d3b57: Download complete [2021-03-18T08:45:23.328Z] df20fa9351a1: Pull complete [2021-03-18T08:45:23.328Z] 36b3adc4ff6f: Pull complete [2021-03-18T08:45:24.737Z] 8ad3a11d3b57: Pull complete [2021-03-18T08:45:24.737Z] 46f8f816bc3b: Pull complete [2021-03-18T08:45:25.000Z] aa168da1d23b: Verifying Checksum [2021-03-18T08:45:25.000Z] aa168da1d23b: Download complete [2021-03-18T08:45:25.000Z] 93b61091891f: Pull complete [2021-03-18T08:45:25.265Z] 93b9cdb0e59b: Pull complete [2021-03-18T08:45:25.265Z] 5e14af77c1be: Pull complete [2021-03-18T08:45:25.532Z] 01666e4c0597: Pull complete [2021-03-18T08:45:33.692Z] aa168da1d23b: Pull complete [2021-03-18T08:45:33.692Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T08:45:33.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T08:45:33.692Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T08:45:33.822Z] prd-centos7-docker-4c-2g-30281 does not seem to be running inside a container [2021-03-18T08:45:33.868Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T08:45:36.573Z] $ docker top cd5bb49b2227540a5059fb2254bf42d3a8108e0567ea40021fa907547df911e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T08:45:37.108Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T08:45:37.409Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T08:45:37.707Z] + ls /var/log/sa-host [2021-03-18T08:45:37.708Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T08:45:37.708Z] file_magic: OK [2021-03-18T08:45:37.708Z] HZ: Using current value: 100 [2021-03-18T08:45:37.708Z] file_header: OK [2021-03-18T08:45:37.708Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T08:45:37.708Z] Statistics: [2021-03-18T08:45:37.708Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T08:45:37.708Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T08:45:37.708Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T08:45:37.708Z] file_magic: OK [2021-03-18T08:45:37.708Z] HZ: Using current value: 100 [2021-03-18T08:45:37.708Z] file_header: OK [2021-03-18T08:45:37.708Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T08:45:37.708Z] Statistics: [2021-03-18T08:45:37.708Z] Hnuu...uuuununununu... [2021-03-18T08:45:37.708Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T08:45:38.328Z] provisioning config files... [2021-03-18T08:45:38.346Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7675451058780677793tmp [Pipeline] { [Pipeline] echo [2021-03-18T08:45:38.426Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:38.724Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T08:45:38.734Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T08:45:38.825Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:39.122Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T08:45:39.133Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:39.428Z] ---> sudo-logs.sh [2021-03-18T08:45:39.428Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T08:45:39.489Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:39.788Z] ---> job-cost.sh [2021-03-18T08:45:39.788Z] lf-activate-venv: SKIPPING [2021-03-18T08:45:39.788Z] DEBUG: total: 0.20999999344348907 [2021-03-18T08:45:39.788Z] INFO: Retrieving Stack Cost... [2021-03-18T08:45:40.363Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T08:45:40.937Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T08:45:40.950Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T08:45:41.248Z] ---> logs-deploy.sh [2021-03-18T08:45:41.248Z] lf-activate-venv: SKIPPING [2021-03-18T08:45:41.248Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/171 [2021-03-18T08:45:41.248Z] INFO: archiving workspace using pattern(s): [2021-03-18T08:45:43.169Z] Archives upload complete. [2021-03-18T08:45:43.169Z] INFO: archiving logs to Nexus [2021-03-18T08:45:44.115Z] ---> uname -a: [2021-03-18T08:45:44.116Z] Linux prd-centos7-docker-4c-2g-30281.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> lscpu: [2021-03-18T08:45:44.116Z] Architecture: x86_64 [2021-03-18T08:45:44.116Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-18T08:45:44.116Z] Byte Order: Little Endian [2021-03-18T08:45:44.116Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-18T08:45:44.116Z] CPU(s): 4 [2021-03-18T08:45:44.116Z] On-line CPU(s) list: 0-3 [2021-03-18T08:45:44.116Z] Thread(s) per core: 1 [2021-03-18T08:45:44.116Z] Core(s) per socket: 1 [2021-03-18T08:45:44.116Z] Socket(s): 4 [2021-03-18T08:45:44.116Z] NUMA node(s): 1 [2021-03-18T08:45:44.116Z] Vendor ID: GenuineIntel [2021-03-18T08:45:44.116Z] CPU family: 6 [2021-03-18T08:45:44.116Z] Model: 44 [2021-03-18T08:45:44.116Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-18T08:45:44.116Z] Stepping: 1 [2021-03-18T08:45:44.116Z] CPU MHz: 2933.442 [2021-03-18T08:45:44.116Z] BogoMIPS: 5866.88 [2021-03-18T08:45:44.116Z] Virtualization: VT-x [2021-03-18T08:45:44.116Z] Hypervisor vendor: KVM [2021-03-18T08:45:44.116Z] Virtualization type: full [2021-03-18T08:45:44.116Z] L1d cache: 128 KiB [2021-03-18T08:45:44.116Z] L1i cache: 128 KiB [2021-03-18T08:45:44.116Z] L2 cache: 16 MiB [2021-03-18T08:45:44.116Z] L3 cache: 64 MiB [2021-03-18T08:45:44.116Z] NUMA node0 CPU(s): 0-3 [2021-03-18T08:45:44.116Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-18T08:45:44.116Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-18T08:45:44.116Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-18T08:45:44.116Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-18T08:45:44.116Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-18T08:45:44.116Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-18T08:45:44.116Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-18T08:45:44.116Z] Vulnerability Srbds: Not affected [2021-03-18T08:45:44.116Z] Vulnerability Tsx async abort: Not affected [2021-03-18T08:45:44.116Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> nproc: [2021-03-18T08:45:44.116Z] 4 [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> df -h: [2021-03-18T08:45:44.116Z] Filesystem Size Used Available Use% Mounted on [2021-03-18T08:45:44.116Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-18T08:45:44.116Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-18T08:45:44.116Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-18T08:45:44.116Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-18T08:45:44.116Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> free -m: [2021-03-18T08:45:44.116Z] total used free shared buff/cache available [2021-03-18T08:45:44.116Z] Mem: 1837 820 146 0 870 954 [2021-03-18T08:45:44.116Z] Swap: 1023 3 1020 [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> ip addr: [2021-03-18T08:45:44.116Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-18T08:45:44.116Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-18T08:45:44.116Z] inet 127.0.0.1/8 scope host lo [2021-03-18T08:45:44.116Z] valid_lft forever preferred_lft forever [2021-03-18T08:45:44.116Z] inet6 ::1/128 scope host [2021-03-18T08:45:44.116Z] valid_lft forever preferred_lft forever [2021-03-18T08:45:44.116Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-18T08:45:44.116Z] link/ether fa:16:3e:40:08:e6 brd ff:ff:ff:ff:ff:ff [2021-03-18T08:45:44.116Z] inet 10.30.122.131/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-18T08:45:44.116Z] valid_lft 85867sec preferred_lft 85867sec [2021-03-18T08:45:44.116Z] inet6 fe80::f816:3eff:fe40:8e6/64 scope link [2021-03-18T08:45:44.116Z] valid_lft forever preferred_lft forever [2021-03-18T08:45:44.116Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-18T08:45:44.116Z] link/ether 02:42:c6:d8:fb:df brd ff:ff:ff:ff:ff:ff [2021-03-18T08:45:44.116Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-18T08:45:44.116Z] valid_lft forever preferred_lft forever [2021-03-18T08:45:44.116Z] inet6 fe80::42:c6ff:fed8:fbdf/64 scope link [2021-03-18T08:45:44.116Z] valid_lft forever preferred_lft forever [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> sar -b -r -n DEV: [2021-03-18T08:45:44.116Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] 08:36:39 LINUX RESTART (4 CPU) [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] 08:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-18T08:45:44.116Z] 08:38:01 122.92 44.67 78.25 0.00 7891.81 32307.53 0.00 [2021-03-18T08:45:44.116Z] 08:39:01 2.70 0.00 2.70 0.00 0.00 69.43 0.00 [2021-03-18T08:45:44.116Z] 08:40:01 0.35 0.00 0.35 0.00 0.00 5.28 0.00 [2021-03-18T08:45:44.116Z] 08:41:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 [2021-03-18T08:45:44.116Z] 08:42:01 0.28 0.00 0.28 0.00 0.00 3.58 0.00 [2021-03-18T08:45:44.116Z] 08:43:01 0.32 0.00 0.32 0.00 0.00 5.00 0.00 [2021-03-18T08:45:44.116Z] 08:44:01 147.69 84.12 63.57 0.00 3586.02 24768.94 0.00 [2021-03-18T08:45:44.116Z] 08:45:01 328.74 160.23 168.50 0.00 9288.79 43622.70 0.00 [2021-03-18T08:45:44.116Z] Average: 75.33 36.13 39.21 0.00 2585.87 12562.14 0.00 [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] 08:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-18T08:45:44.116Z] 08:38:01 145272 0 610396 32.44 2620 1123256 1092608 37.29 432448 1102592 128 [2021-03-18T08:45:44.116Z] 08:39:01 151432 0 604116 32.11 2620 1123376 1071604 36.57 430088 1100224 16 [2021-03-18T08:45:44.116Z] 08:40:01 148760 0 606784 32.25 2620 1123380 1071860 36.58 443528 1089588 8 [2021-03-18T08:45:44.116Z] 08:41:01 146736 0 608808 32.36 2620 1123380 1071944 36.58 446028 1089080 8 [2021-03-18T08:45:44.116Z] 08:42:01 148152 0 607384 32.28 2620 1123388 1071668 36.57 441256 1092236 8 [2021-03-18T08:45:44.116Z] 08:43:01 147852 0 607680 32.30 2620 1123392 1071788 36.58 441980 1092236 16 [2021-03-18T08:45:44.116Z] 08:44:01 72500 0 745832 39.64 2620 1060592 1507148 51.44 541760 1008656 85492 [2021-03-18T08:45:44.116Z] 08:45:01 255164 0 763380 40.57 1492 861508 1185928 40.47 576296 708936 24 [2021-03-18T08:45:44.116Z] Average: 151984 0 644298 34.24 2479 1082784 1143068 39.01 469173 1035444 10712 [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] 08:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-18T08:45:44.116Z] 08:38:01 eth0 578.03 327.84 1107.70 93.10 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:38:01 docker0 10.48 8.58 2.08 21.73 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:39:01 eth0 0.78 0.08 0.06 0.02 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:40:01 eth0 4.31 1.73 3.21 0.29 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:41:01 eth0 0.45 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:43:01 eth0 0.67 0.45 0.35 0.24 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:44:01 eth0 407.61 350.28 4075.44 29.94 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:45:01 eth0 533.84 438.77 3593.69 92.64 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:45:01 vethac21898 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] 08:45:01 docker0 74.36 111.23 4.44 350.44 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] Average: eth0 189.99 139.61 1098.02 26.93 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] Average: vethac21898 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] Average: docker0 10.61 15.00 0.81 46.60 0.00 0.00 0.00 0.00 [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] ---> sar -P ALL: [2021-03-18T08:45:44.116Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] 08:36:39 LINUX RESTART (4 CPU) [2021-03-18T08:45:44.116Z] [2021-03-18T08:45:44.116Z] 08:37:02 CPU %user %nice %system %iowait %steal %idle [2021-03-18T08:45:44.116Z] 08:38:01 all 13.53 0.00 6.28 3.93 0.04 76.22 [2021-03-18T08:45:44.116Z] 08:38:01 0 11.37 0.00 6.63 3.34 0.03 78.63 [2021-03-18T08:45:44.116Z] 08:38:01 1 16.94 0.00 5.06 3.18 0.03 74.78 [2021-03-18T08:45:44.116Z] 08:38:01 2 12.64 0.00 7.70 3.76 0.03 75.86 [2021-03-18T08:45:44.116Z] 08:38:01 3 13.18 0.00 5.74 5.44 0.05 75.59 [2021-03-18T08:45:44.116Z] 08:39:01 all 0.10 0.00 0.06 0.00 0.00 99.84 [2021-03-18T08:45:44.116Z] 08:39:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-18T08:45:44.116Z] 08:39:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-18T08:45:44.116Z] 08:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-18T08:45:44.116Z] 08:39:01 3 0.22 0.00 0.07 0.00 0.00 99.72 [2021-03-18T08:45:44.116Z] 08:40:01 all 0.19 0.00 0.06 0.00 0.00 99.75 [2021-03-18T08:45:44.116Z] 08:40:01 0 0.12 0.00 0.05 0.00 0.00 99.83 [2021-03-18T08:45:44.116Z] 08:40:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-03-18T08:45:44.116Z] 08:40:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-18T08:45:44.116Z] 08:40:01 3 0.50 0.00 0.07 0.00 0.00 99.43 [2021-03-18T08:45:44.116Z] 08:41:01 all 0.14 0.00 0.05 0.00 0.00 99.81 [2021-03-18T08:45:44.116Z] 08:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-18T08:45:44.116Z] 08:41:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-18T08:45:44.116Z] 08:41:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-18T08:45:44.116Z] 08:41:01 3 0.42 0.00 0.05 0.00 0.00 99.53 [2021-03-18T08:45:44.116Z] 08:42:01 all 0.20 0.00 0.25 0.00 0.00 99.55 [2021-03-18T08:45:44.116Z] 08:42:01 0 0.10 0.00 0.23 0.00 0.00 99.67 [2021-03-18T08:45:44.116Z] 08:42:01 1 0.08 0.00 0.20 0.00 0.00 99.72 [2021-03-18T08:45:44.116Z] 08:42:01 2 0.10 0.00 0.28 0.00 0.00 99.62 [2021-03-18T08:45:44.116Z] 08:42:01 3 0.50 0.00 0.28 0.00 0.00 99.22 [2021-03-18T08:45:44.116Z] 08:43:01 all 0.06 0.00 0.05 0.00 0.00 99.89 [2021-03-18T08:45:44.116Z] 08:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-18T08:45:44.116Z] 08:43:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-18T08:45:44.116Z] 08:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-18T08:45:44.116Z] 08:43:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-03-18T08:45:44.116Z] 08:44:01 all 6.24 0.00 4.56 0.80 0.03 88.37 [2021-03-18T08:45:44.116Z] 08:44:01 0 5.99 0.00 4.83 0.61 0.02 88.55 [2021-03-18T08:45:44.116Z] 08:44:01 1 5.96 0.00 4.76 0.61 0.02 88.66 [2021-03-18T08:45:44.116Z] 08:44:01 2 6.58 0.00 4.50 1.70 0.03 87.18 [2021-03-18T08:45:44.116Z] 08:44:01 3 6.45 0.00 4.15 0.27 0.03 89.10 [2021-03-18T08:45:44.116Z] 08:45:01 all 13.37 0.00 9.77 4.08 0.06 72.73 [2021-03-18T08:45:44.116Z] 08:45:01 0 12.41 0.00 11.45 5.29 0.07 70.78 [2021-03-18T08:45:44.116Z] 08:45:01 1 15.68 0.00 10.07 5.04 0.05 69.16 [2021-03-18T08:45:44.116Z] 08:45:01 2 13.59 0.00 9.60 4.06 0.05 72.69 [2021-03-18T08:45:44.116Z] 08:45:01 3 11.79 0.00 7.94 1.92 0.07 78.28 [2021-03-18T08:45:44.116Z] Average: all 4.16 0.00 2.59 1.08 0.02 92.16 [2021-03-18T08:45:44.116Z] Average: 0 3.70 0.00 2.86 1.13 0.01 92.29 [2021-03-18T08:45:44.116Z] Average: 1 4.77 0.00 2.50 1.08 0.01 91.63 [2021-03-18T08:45:44.116Z] Average: 2 4.08 0.00 2.74 1.17 0.01 92.00 [2021-03-18T08:45:44.117Z] Average: 3 4.08 0.00 2.26 0.93 0.02 92.71 [2021-03-18T08:45:44.117Z] [2021-03-18T08:45:44.117Z] [2021-03-18T08:45:44.117Z]