Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40a6c8ad879516d6abf062a86c29628a6539f2b 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-31349 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 f40a6c8ad879516d6abf062a86c29628a6539f2b (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 f40a6c8ad879516d6abf062a86c29628a6539f2b # timeout=10 Commit message: "Merge pull request #558 from weichou1229/issue-557" > git rev-list --no-walk b57004926c49939d739b07cfc440dde20ac82e62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T08:48:14.943Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T08:48:15.232Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T08:48:15.339Z] ========================================================= [2021-03-25T08:48:15.339Z] EdgeX Global Pipelines Version Info [2021-03-25T08:48:15.339Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:48:16.803Z] ------------------- [2021-03-25T08:48:16.803Z] stable info: [2021-03-25T08:48:16.803Z] ------------------- [2021-03-25T08:48:16.803Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T08:48:16.803Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T08:48:16.803Z] Message: update stable to v1.0.186 [2021-03-25T08:48:17.748Z] ------------------- [2021-03-25T08:48:17.748Z] experimental info: [2021-03-25T08:48:17.748Z] ------------------- [2021-03-25T08:48:17.748Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T08:48:17.748Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T08:48:17.748Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T08:48:18.037Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-25T08:48:18.169Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-25T08:48:18.328Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T08:48:18.427Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T08:48:18.527Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T08:48:18.644Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T08:48:18.750Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T08:48:18.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T08:48:19.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-25T08:48:19.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T08:48:19.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T08:48:19.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-25T08:48:19.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T08:48:19.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T08:48:19.641Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T08:48:19.753Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T08:48:19.850Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T08:48:19.942Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T08:48:20.040Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T08:48:20.216Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T08:48:20.323Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-25T08:48:20.414Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-25T08:48:20.530Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T08:48:20.660Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T08:48:20.769Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-25T08:48:20.879Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T08:48:20.985Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T08:48:21.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T08:48:21.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T08:48:21.266Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] echo [2021-03-25T08:48:21.363Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f40a6c8 [Pipeline] echo [2021-03-25T08:48:21.456Z] [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-25T08:48:22.160Z] + git log --format=format:%s -1 f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] echo [2021-03-25T08:48:22.215Z] GIT_COMMIT: f40a6c8ad879516d6abf062a86c29628a6539f2b, Commit Message: Merge pull request #558 from weichou1229/issue-557 [Pipeline] echo [2021-03-25T08:48:22.268Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:48:23.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T08:48:23.544Z] [2021-03-25T08:48:23.544Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:48:23.902Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T08:48:23.902Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T08:48:23.902Z] 31603596830f: Pulling fs layer [2021-03-25T08:48:23.902Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T08:48:23.902Z] 6ca5941a6612: Pulling fs layer [2021-03-25T08:48:23.902Z] ecc8261a40a4: Pulling fs layer [2021-03-25T08:48:23.902Z] ecc8261a40a4: Waiting [2021-03-25T08:48:23.902Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T08:48:23.902Z] 2a8b12db71e7: Download complete [2021-03-25T08:48:24.165Z] 31603596830f: Verifying Checksum [2021-03-25T08:48:24.166Z] 31603596830f: Download complete [2021-03-25T08:48:24.166Z] ecc8261a40a4: Verifying Checksum [2021-03-25T08:48:24.166Z] ecc8261a40a4: Download complete [2021-03-25T08:48:24.166Z] 6ca5941a6612: Verifying Checksum [2021-03-25T08:48:24.166Z] 6ca5941a6612: Download complete [2021-03-25T08:48:24.428Z] 31603596830f: Pull complete [2021-03-25T08:48:24.692Z] 2a8b12db71e7: Pull complete [2021-03-25T08:48:25.637Z] 6ca5941a6612: Pull complete [2021-03-25T08:48:25.637Z] ecc8261a40a4: Pull complete [2021-03-25T08:48:25.637Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T08:48:25.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T08:48:25.899Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T08:48:25.999Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:48:26.073Z] $ 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-25T08:48:28.147Z] $ docker top f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T08:48:28.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T08:48:28.521Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T08:48:28.771Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T08:48:28.774Z] $ docker exec f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent [2021-03-25T08:48:28.938Z] SSH_AUTH_SOCK=/tmp/ssh-dAStUycWKTNN/agent.11 [2021-03-25T08:48:28.938Z] SSH_AGENT_PID=16 [2021-03-25T08:48:28.950Z] Running ssh-add (command line suppressed) [2021-03-25T08:48:29.068Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4881753586604988952.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4881753586604988952.key) [2021-03-25T08:48:29.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T08:48:29.467Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T08:48:29.491Z] $ docker exec --env ******** --env ******** f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent -k [2021-03-25T08:48:29.629Z] unset SSH_AUTH_SOCK; [2021-03-25T08:48:29.630Z] unset SSH_AGENT_PID; [2021-03-25T08:48:29.630Z] echo Agent pid 16 killed; [2021-03-25T08:48:29.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T08:48:29.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T08:48:29.844Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T08:48:30.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T08:48:30.023Z] $ docker exec f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent [2021-03-25T08:48:30.183Z] SSH_AUTH_SOCK=/tmp/ssh-xcks18i1yYFa/agent.45 [2021-03-25T08:48:30.183Z] SSH_AGENT_PID=51 [2021-03-25T08:48:30.190Z] Running ssh-add (command line suppressed) [2021-03-25T08:48:30.315Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3215658955198516537.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3215658955198516537.key) [2021-03-25T08:48:30.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T08:48:30.709Z] + git semver init [2021-03-25T08:48:30.709Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T08:48:30.709Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T08:48:30.709Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T08:48:30.709Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T08:48:30.709Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T08:48:30.709Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T08:48:30.709Z] # $SEMVER_BRANCH = master [2021-03-25T08:48:30.709Z] # $SEMVER_TEMP = /tmp/semver-790735955 [2021-03-25T08:48:30.709Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-25T08:48:31.658Z] # '/tmp/semver-790735955' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-03-25T08:48:31.658Z] # -> Force: false [2021-03-25T08:48:31.658Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-25T08:48:31.670Z] $ docker exec --env ******** --env ******** f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 ssh-agent -k [2021-03-25T08:48:31.820Z] unset SSH_AUTH_SOCK; [2021-03-25T08:48:31.820Z] unset SSH_AGENT_PID; [2021-03-25T08:48:31.820Z] echo Agent pid 51 killed; [2021-03-25T08:48:31.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T08:48:32.337Z] + git semver [Pipeline] } [2021-03-25T08:48:32.354Z] $ docker stop --time=1 f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 [2021-03-25T08:48:34.282Z] $ docker rm -f f6d2239f767bea56f3b5aff4875addd2e5f1448db416559842ffc6b58ea42010 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T08:48:34.771Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T08:48:35.199Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T08:48:35.202Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.57 [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-25T08:48:50.818Z] Still waiting to schedule task [2021-03-25T08:48:50.818Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31349’ [2021-03-25T08:48:50.820Z] Still waiting to schedule task [2021-03-25T08:48:50.820Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T08:50:37.501Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31350 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-25T08:50:37.617Z] Running in /w/workspace/go-mod-core-contracts/176 [Pipeline] { [Pipeline] checkout [2021-03-25T08:50:42.639Z] using credential edgex-jenkins-ssh [2021-03-25T08:50:42.699Z] Cloning the remote Git repository [2021-03-25T08:50:42.796Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T08:50:42.912Z] > git init /w/workspace/go-mod-core-contracts/176 # timeout=10 [2021-03-25T08:50:43.005Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T08:50:43.006Z] > git --version # timeout=10 [2021-03-25T08:50:43.028Z] > git --version # 'git version 2.17.1' [2021-03-25T08:50:43.030Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T08:50:43.083Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T08:50:44.948Z] Checking out Revision f40a6c8ad879516d6abf062a86c29628a6539f2b (master) [2021-03-25T08:50:44.285Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T08:50:44.309Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T08:50:44.334Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T08:50:44.373Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T08:50:44.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T08:50:44.392Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T08:50:44.985Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T08:50:45.007Z] > git checkout -f f40a6c8ad879516d6abf062a86c29628a6539f2b # timeout=10 [2021-03-25T08:50:49.424Z] Commit message: "Merge pull request #558 from weichou1229/issue-557" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T08:50:50.998Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T08:50:51.410Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T08:50:51.758Z] + sudo service docker restart [2021-03-25T08:50:51.758Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-25T08:50:54.827Z] ========================================================= [2021-03-25T08:50:54.827Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T08:50:54.827Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:50:55.222Z] + 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-25T08:50:56.202Z] Sending build context to Docker daemon 2.848MB [2021-03-25T08:50:56.202Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T08:50:56.202Z] Step 2/7 : FROM ${BASE} [2021-03-25T08:50:56.799Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T08:50:56.799Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T08:50:56.799Z] a4357932f1b6: Pulling fs layer [2021-03-25T08:50:56.799Z] 18c013af1878: Pulling fs layer [2021-03-25T08:50:56.799Z] 00ac8860ef70: Pulling fs layer [2021-03-25T08:50:56.799Z] 63d7cb157983: Pulling fs layer [2021-03-25T08:50:56.799Z] b116817d02f9: Pulling fs layer [2021-03-25T08:50:56.799Z] 745a02a5169b: Pulling fs layer [2021-03-25T08:50:56.799Z] 00ac8860ef70: Waiting [2021-03-25T08:50:56.799Z] 63d7cb157983: Waiting [2021-03-25T08:50:56.799Z] b116817d02f9: Waiting [2021-03-25T08:50:56.799Z] 745a02a5169b: Waiting [2021-03-25T08:50:56.799Z] 18c013af1878: Download complete [2021-03-25T08:50:56.799Z] a4357932f1b6: Verifying Checksum [2021-03-25T08:50:56.799Z] a4357932f1b6: Download complete [2021-03-25T08:50:56.799Z] 63d7cb157983: Verifying Checksum [2021-03-25T08:50:56.799Z] 63d7cb157983: Download complete [2021-03-25T08:50:57.076Z] b116817d02f9: Verifying Checksum [2021-03-25T08:50:57.076Z] b116817d02f9: Download complete [2021-03-25T08:50:57.076Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T08:50:57.076Z] 5f621e34cdf4: Download complete [2021-03-25T08:50:58.059Z] 5f621e34cdf4: Pull complete [2021-03-25T08:50:58.334Z] a4357932f1b6: Pull complete [2021-03-25T08:50:58.931Z] 18c013af1878: Pull complete [2021-03-25T08:50:59.533Z] 745a02a5169b: Verifying Checksum [2021-03-25T08:50:59.533Z] 745a02a5169b: Download complete [2021-03-25T08:51:00.976Z] 00ac8860ef70: Verifying Checksum [2021-03-25T08:51:00.976Z] 00ac8860ef70: Download complete [2021-03-25T08:51:11.140Z] 00ac8860ef70: Pull complete [2021-03-25T08:51:11.140Z] 63d7cb157983: Pull complete [2021-03-25T08:51:11.140Z] b116817d02f9: Pull complete [2021-03-25T08:51:15.485Z] 745a02a5169b: Pull complete [2021-03-25T08:51:15.486Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T08:51:15.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T08:51:15.486Z] ---> b7e6874047d6 [2021-03-25T08:51:15.486Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T08:51:15.981Z] Running on prd-centos7-docker-4c-2g-31351 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-25T08:51:16.063Z] Running in /w/workspace/go-mod-core-contracts/176 [Pipeline] { [Pipeline] checkout [2021-03-25T08:51:18.212Z] ---> Running in 2c0132891638 [2021-03-25T08:51:18.212Z] Removing intermediate container 2c0132891638 [2021-03-25T08:51:18.212Z] ---> 68e988beb047 [2021-03-25T08:51:18.212Z] Step 4/7 : RUN apk add bash [2021-03-25T08:51:18.495Z] ---> Running in 5886326a6080 [2021-03-25T08:51:18.495Z] using credential edgex-jenkins-ssh [2021-03-25T08:51:18.574Z] Cloning the remote Git repository [2021-03-25T08:51:18.506Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T08:51:18.576Z] > git init /w/workspace/go-mod-core-contracts/176 # timeout=10 [2021-03-25T08:51:18.644Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T08:51:18.645Z] > git --version # timeout=10 [2021-03-25T08:51:18.655Z] > git --version # 'git version 2.24.3' [2021-03-25T08:51:18.656Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T08:51:18.689Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T08:51:19.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T08:51:20.008Z] Checking out Revision f40a6c8ad879516d6abf062a86c29628a6539f2b (master) [2021-03-25T08:51:20.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T08:51:19.540Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T08:51:19.547Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T08:51:19.560Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-25T08:51:19.576Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-25T08:51:19.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T08:51:19.584Z] > 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-25T08:51:20.017Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T08:51:20.023Z] > git checkout -f f40a6c8ad879516d6abf062a86c29628a6539f2b # timeout=10 [2021-03-25T08:51:21.124Z] OK: 142 MiB in 39 packages [2021-03-25T08:51:22.566Z] Removing intermediate container 5886326a6080 [2021-03-25T08:51:22.566Z] ---> 01bcf9070332 [2021-03-25T08:51:22.566Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T08:51:22.566Z] ---> Running in eeb5c57a5d3e [2021-03-25T08:51:23.167Z] Removing intermediate container eeb5c57a5d3e [2021-03-25T08:51:23.167Z] ---> a206af1435d3 [2021-03-25T08:51:23.167Z] Step 6/7 : COPY go.mod . [2021-03-25T08:51:23.662Z] Commit message: "Merge pull request #558 from weichou1229/issue-557" [2021-03-25T08:51:23.763Z] ---> 67c26030a302 [2021-03-25T08:51:23.763Z] Step 7/7 : RUN go mod download [2021-03-25T08:51:23.763Z] ---> Running in 83b648ecee85 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T08:51:24.866Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T08:51:25.198Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T08:51:25.503Z] + sudo service docker restart [2021-03-25T08:51:25.503Z] + true [2021-03-25T08:51:25.503Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-25T08:51:26.627Z] ========================================================= [2021-03-25T08:51:26.627Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T08:51:26.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:51:27.004Z] + 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-25T08:51:27.581Z] Sending build context to Docker daemon 2.848MB [2021-03-25T08:51:27.581Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T08:51:27.581Z] Step 2/7 : FROM ${BASE} [2021-03-25T08:51:27.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T08:51:27.581Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T08:51:27.581Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T08:51:27.581Z] de9db76c5a1d: Pulling fs layer [2021-03-25T08:51:27.581Z] bca2f99d35d6: Pulling fs layer [2021-03-25T08:51:27.581Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T08:51:27.581Z] 7c6f9722023f: Pulling fs layer [2021-03-25T08:51:27.581Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T08:51:27.581Z] bca2f99d35d6: Waiting [2021-03-25T08:51:27.581Z] 7c6f9722023f: Waiting [2021-03-25T08:51:27.581Z] 93359f2a8cfa: Waiting [2021-03-25T08:51:27.581Z] a35cf1a2eb13: Waiting [2021-03-25T08:51:27.581Z] de9db76c5a1d: Verifying Checksum [2021-03-25T08:51:27.581Z] de9db76c5a1d: Download complete [2021-03-25T08:51:27.581Z] 0ef7d3d256c8: Download complete [2021-03-25T08:51:27.581Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T08:51:27.581Z] 93359f2a8cfa: Download complete [2021-03-25T08:51:27.581Z] 7c6f9722023f: Verifying Checksum [2021-03-25T08:51:27.581Z] 7c6f9722023f: Download complete [2021-03-25T08:51:27.844Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T08:51:27.844Z] 188c0c94c7c5: Download complete [2021-03-25T08:51:28.105Z] 188c0c94c7c5: Pull complete [2021-03-25T08:51:28.370Z] 0ef7d3d256c8: Pull complete [2021-03-25T08:51:28.370Z] de9db76c5a1d: Pull complete [2021-03-25T08:51:30.314Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T08:51:30.314Z] a35cf1a2eb13: Download complete [2021-03-25T08:51:30.578Z] bca2f99d35d6: Verifying Checksum [2021-03-25T08:51:30.578Z] bca2f99d35d6: Download complete [2021-03-25T08:51:35.916Z] bca2f99d35d6: Pull complete [2021-03-25T08:51:36.180Z] 93359f2a8cfa: Pull complete [2021-03-25T08:51:36.180Z] 7c6f9722023f: Pull complete [2021-03-25T08:51:42.074Z] Removing intermediate container 83b648ecee85 [2021-03-25T08:51:42.074Z] ---> c5d99f6bdda2 [2021-03-25T08:51:42.074Z] Successfully built c5d99f6bdda2 [2021-03-25T08:51:42.074Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:51:42.409Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T08:51:42.409Z] . [Pipeline] withDockerContainer [2021-03-25T08:51:42.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-31350 does not seem to be running inside a container [2021-03-25T08:51:42.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T08:51:44.166Z] $ docker top e13b7cff2b3954c4a0b5ff9e1b0be077ecd961f999e59a8af35783c8544f123d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T08:51:45.179Z] + go version [2021-03-25T08:51:45.179Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T08:51:45.209Z] $ docker stop --time=1 e13b7cff2b3954c4a0b5ff9e1b0be077ecd961f999e59a8af35783c8544f123d [2021-03-25T08:51:46.236Z] a35cf1a2eb13: Pull complete [2021-03-25T08:51:46.236Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T08:51:46.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T08:51:46.236Z] ---> a62c8e92a672 [2021-03-25T08:51:46.236Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T08:51:46.236Z] ---> Running in 7a278c5be9f6 [2021-03-25T08:51:46.504Z] Removing intermediate container 7a278c5be9f6 [2021-03-25T08:51:46.504Z] ---> 68f291852872 [2021-03-25T08:51:46.504Z] Step 4/7 : RUN apk add bash [2021-03-25T08:51:46.504Z] ---> Running in 0a6851d3e36b [2021-03-25T08:51:47.101Z] $ docker rm -f e13b7cff2b3954c4a0b5ff9e1b0be077ecd961f999e59a8af35783c8544f123d [Pipeline] // withDockerContainer [Pipeline] } [2021-03-25T08:51:47.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:51:48.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T08:51:48.205Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T08:51:48.205Z] . [Pipeline] withDockerContainer [2021-03-25T08:51:48.298Z] OK: 166 MiB in 39 packages [2021-03-25T08:51:48.467Z] prd-ubuntu18.04-docker-arm64-4c-16g-31350 does not seem to be running inside a container [2021-03-25T08:51:48.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T08:51:48.876Z] Removing intermediate container 0a6851d3e36b [2021-03-25T08:51:48.876Z] ---> 62b7ea126fe8 [2021-03-25T08:51:48.876Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T08:51:49.139Z] ---> Running in 588a61cf54e8 [2021-03-25T08:51:49.139Z] Removing intermediate container 588a61cf54e8 [2021-03-25T08:51:49.139Z] ---> 8d4bd038a7af [2021-03-25T08:51:49.139Z] Step 6/7 : COPY go.mod . [2021-03-25T08:51:49.405Z] ---> 324a252e9e07 [2021-03-25T08:51:49.405Z] Step 7/7 : RUN go mod download [2021-03-25T08:51:49.405Z] ---> Running in 74a3bd0c5a1d [2021-03-25T08:51:50.102Z] $ docker top 3c3e9bbc893f06a085b3b0c40b3930e18b526180202f72885c44d1c187890640 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T08:51:51.129Z] + make test [2021-03-25T08:51:51.130Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T08:52:04.367Z] Removing intermediate container 74a3bd0c5a1d [2021-03-25T08:52:04.367Z] ---> ee28e9f32915 [2021-03-25T08:52:04.367Z] Successfully built ee28e9f32915 [2021-03-25T08:52:04.367Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:52:04.689Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T08:52:04.689Z] . [Pipeline] withDockerContainer [2021-03-25T08:52:04.805Z] prd-centos7-docker-4c-2g-31351 does not seem to be running inside a container [2021-03-25T08:52:04.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@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-25T08:52:05.567Z] $ docker top 4a2b67f57cdc8eab98606f3274ee97d66e18410f255a776fd22f56ab806343ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T08:52:06.092Z] + go version [2021-03-25T08:52:06.092Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T08:52:06.109Z] $ docker stop --time=1 4a2b67f57cdc8eab98606f3274ee97d66e18410f255a776fd22f56ab806343ee [2021-03-25T08:52:07.495Z] $ docker rm -f 4a2b67f57cdc8eab98606f3274ee97d66e18410f255a776fd22f56ab806343ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:52:08.413Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T08:52:08.413Z] . [Pipeline] withDockerContainer [2021-03-25T08:52:08.511Z] prd-centos7-docker-4c-2g-31351 does not seem to be running inside a container [2021-03-25T08:52:08.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/176 -v /w/workspace/go-mod-core-contracts/176:/w/workspace/go-mod-core-contracts/176:rw,z -v /w/workspace/go-mod-core-contracts/176@tmp:/w/workspace/go-mod-core-contracts/176@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-25T08:52:09.307Z] $ docker top 9980444aecee51ece75cd6ad9a12e64cb3bdc7fac9b312130181760ed61b23b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T08:52:09.836Z] + make test [2021-03-25T08:52:09.836Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T08:52:13.334Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-25T08:52:15.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.054s coverage: 85.7% of statements [2021-03-25T08:52:15.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements [2021-03-25T08:52:16.678Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-25T08:52:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.056s coverage: 45.4% of statements [2021-03-25T08:52:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.077s coverage: 77.8% of statements [2021-03-25T08:52:16.771Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-25T08:52:17.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements [2021-03-25T08:52:17.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.017s coverage: 100.0% of statements [2021-03-25T08:52:17.527Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.051s coverage: 45.4% of statements [2021-03-25T08:52:17.765Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements [2021-03-25T08:52:17.826Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.022s coverage: 77.8% of statements [2021-03-25T08:52:17.826Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-25T08:52:18.412Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements [2021-03-25T08:52:18.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements [2021-03-25T08:52:18.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements [2021-03-25T08:52:18.960Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements [2021-03-25T08:52:18.960Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-25T08:52:18.960Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-25T08:52:18.960Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.011s coverage: 100.0% of statements [2021-03-25T08:52:19.229Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 36.7% of statements [2021-03-25T08:52:19.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.064s coverage: 14.7% of statements [2021-03-25T08:52:19.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements [2021-03-25T08:52:19.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements [2021-03-25T08:52:19.792Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-25T08:52:19.792Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-25T08:52:19.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.031s coverage: 100.0% of statements [2021-03-25T08:52:20.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 36.7% of statements [2021-03-25T08:52:21.199Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.098s coverage: 63.0% of statements [2021-03-25T08:52:21.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements [2021-03-25T08:52:21.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements [2021-03-25T08:52:21.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.029s coverage: 15.4% of statements [2021-03-25T08:52:21.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.006s coverage: 14.3% of statements [2021-03-25T08:52:21.479Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-25T08:52:23.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.100s coverage: 84.4% of statements [2021-03-25T08:52:23.445Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-25T08:52:23.445Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-25T08:52:23.445Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-25T08:52:23.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 49.6% of statements [2021-03-25T08:52:23.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.032s coverage: 94.7% of statements [2021-03-25T08:52:23.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.046s coverage: 87.7% of statements [2021-03-25T08:52:23.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-03-25T08:52:23.977Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements [2021-03-25T08:52:23.977Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T08:52:25.954Z] gofmt -l . [2021-03-25T08:52:25.954Z] [ "`gofmt -l .`" = "" ] [2021-03-25T08:52:26.218Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.115s coverage: 63.0% of statements [2021-03-25T08:52:26.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.057s coverage: 26.3% of statements [2021-03-25T08:52:26.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements [2021-03-25T08:52:26.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.040s coverage: 15.4% of statements [2021-03-25T08:52:26.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.072s coverage: 14.3% of statements [2021-03-25T08:52:26.219Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] } [2021-03-25T08:52:26.235Z] $ docker stop --time=1 9980444aecee51ece75cd6ad9a12e64cb3bdc7fac9b312130181760ed61b23b8 [2021-03-25T08:52:28.595Z] $ docker rm -f 9980444aecee51ece75cd6ad9a12e64cb3bdc7fac9b312130181760ed61b23b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T08:52:29.269Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T08:52:29.676Z] 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) [2021-03-25T08:52:30.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.217s coverage: 84.4% of statements [2021-03-25T08:52:30.544Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-25T08:52:30.544Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-25T08:52:30.544Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-25T08:52:30.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.111s coverage: 49.6% of statements [2021-03-25T08:52:30.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:52:31.309Z] ---> job-cost.sh [2021-03-25T08:52:31.309Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BERm [2021-03-25T08:52:33.199Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.183s coverage: 87.7% of statements [2021-03-25T08:52:33.199Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-03-25T08:52:33.199Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements [2021-03-25T08:52:33.471Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T08:52:38.884Z] gofmt -l . [2021-03-25T08:52:39.860Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T08:52:40.492Z] $ docker stop --time=1 3c3e9bbc893f06a085b3b0c40b3930e18b526180202f72885c44d1c187890640 [2021-03-25T08:52:42.790Z] $ docker rm -f 3c3e9bbc893f06a085b3b0c40b3930e18b526180202f72885c44d1c187890640 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T08:52:43.700Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T08:52:43.767Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T08:52:44.700Z] 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-25T08:52:45.708Z] ---> job-cost.sh [2021-03-25T08:52:45.708Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rkXW [2021-03-25T08:52:46.251Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T08:53:18.426Z] lf-activate-venv(): INFO: Adding /tmp/venv-BERm/bin to PATH [2021-03-25T08:53:18.426Z] INFO: No Stack... [2021-03-25T08:53:18.426Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T08:53:18.426Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T08:53:18.755Z] + cat /w/workspace/go-mod-core-contracts/176/archives/cost.csv [2021-03-25T08:53:18.756Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T08:53:18.837Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [2021-03-25T08:53:18.845Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] did not exist. Created. [2021-03-25T08:53:18.846Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T08:53:19.314Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T08:53:19.496Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T08:53:19.508Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T08:53:24.770Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T08:54:46.505Z] lf-activate-venv(): INFO: Adding /tmp/venv-rkXW/bin to PATH [2021-03-25T08:54:46.505Z] INFO: No Stack... [2021-03-25T08:54:46.505Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T08:54:46.775Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T08:54:47.113Z] + cat /w/workspace/go-mod-core-contracts/176/archives/cost.csv [2021-03-25T08:54:47.113Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T08:54:47.250Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [2021-03-25T08:54:47.259Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] did not exist. Created. [2021-03-25T08:54:47.259Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-176-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T08:54:47.741Z] /w/workspace/go-mod-core-contracts/176@tmp/durable-5b796c34/script.sh: 1: /w/workspace/go-mod-core-contracts/176@tmp/durable-5b796c34/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-25T08:54:48.092Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T08:54:48.180Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T08:54:48.348Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T08:54:48.358Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-176-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-25T08:54:49.806Z] provisioning config files... [2021-03-25T08:54:49.820Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7587181245523415417tmp [Pipeline] { [Pipeline] sh [2021-03-25T08:54:50.218Z] + set +x [2021-03-25T08:54:50.218Z] + curl -s https://codecov.io/bash [2021-03-25T08:54:50.218Z] + bash -s -- [2021-03-25T08:54:50.482Z] [2021-03-25T08:54:50.482Z] _____ _ [2021-03-25T08:54:50.482Z] / ____| | | [2021-03-25T08:54:50.482Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T08:54:50.482Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T08:54:50.482Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T08:54:50.482Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T08:54:50.482Z] Bash-20210309-2b87ace [2021-03-25T08:54:50.482Z] [2021-03-25T08:54:50.482Z] [2021-03-25T08:54:50.482Z] ==> git version 2.24.3 found [2021-03-25T08:54:50.482Z] ==> 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-25T08:54:50.482Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T08:54:50.482Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T08:54:50.482Z] ==> Jenkins CI detected. [2021-03-25T08:54:50.482Z] project root: . [2021-03-25T08:54:50.482Z] --> token set from env [2021-03-25T08:54:50.482Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T08:54:50.482Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T08:54:50.482Z] ==> Python coveragepy not found [2021-03-25T08:54:50.482Z] ==> Searching for coverage reports in: [2021-03-25T08:54:50.482Z] + . [2021-03-25T08:54:50.482Z] -> Found 1 reports [2021-03-25T08:54:50.482Z] ==> Detecting git/mercurial file structure [2021-03-25T08:54:50.482Z] ==> Reading reports [2021-03-25T08:54:50.482Z] + ./coverage.out bytes=164240 [2021-03-25T08:54:50.482Z] ==> Appending adjustments [2021-03-25T08:54:50.482Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T08:54:51.429Z] + Found adjustments [2021-03-25T08:54:51.429Z] ==> Gzipping contents [2021-03-25T08:54:51.429Z] 28K /tmp/codecov.WM6iFg.gz [2021-03-25T08:54:51.429Z] ==> Uploading reports [2021-03-25T08:54:51.429Z] url: https://codecov.io [2021-03-25T08:54:51.429Z] query: branch=master&commit=f40a6c8ad879516d6abf062a86c29628a6539f2b&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T08:54:51.429Z] -> Pinging Codecov [2021-03-25T08:54:51.429Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=f40a6c8ad879516d6abf062a86c29628a6539f2b&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T08:54:52.005Z] -> Uploading to [2021-03-25T08:54:52.005Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/71470A77251A30514AAF9C0BB2E5B6CE/f40a6c8ad879516d6abf062a86c29628a6539f2b/2d1553ab-5ccb-4eca-82b9-64159721f876.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T085451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=886a2a22717a1c68339de4d2a6369f2a641f4169536e9e54fea586779344a2f0 [2021-03-25T08:54:52.005Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T08:54:52.005Z] Dload Upload Total Spent Left Speed [2021-03-25T08:54:52.581Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24582 0 0 100 24582 0 58749 --:--:-- --:--:-- --:--:-- 58808 [2021-03-25T08:54:52.581Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] } [2021-03-25T08:54:52.592Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-25T08:54:53.699Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T08:54:53.761Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:54:54.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T08:54:54.113Z] [2021-03-25T08:54:54.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:54:54.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T08:54:54.488Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T08:54:54.488Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T08:54:54.488Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T08:54:54.488Z] de9db76c5a1d: Pulling fs layer [2021-03-25T08:54:54.488Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T08:54:54.488Z] 0d57e429df01: Pulling fs layer [2021-03-25T08:54:54.488Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T08:54:54.488Z] e1f770b5df2f: Pulling fs layer [2021-03-25T08:54:54.488Z] 85a0685a4137: Pulling fs layer [2021-03-25T08:54:54.488Z] 0eba1c9be4d2: Waiting [2021-03-25T08:54:54.488Z] 0d57e429df01: Waiting [2021-03-25T08:54:54.488Z] 4e4be7b47b0d: Waiting [2021-03-25T08:54:54.488Z] e1f770b5df2f: Waiting [2021-03-25T08:54:54.488Z] 85a0685a4137: Waiting [2021-03-25T08:54:54.488Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T08:54:54.488Z] 0ef7d3d256c8: Download complete [2021-03-25T08:54:54.488Z] de9db76c5a1d: Download complete [2021-03-25T08:54:54.488Z] 0d57e429df01: Verifying Checksum [2021-03-25T08:54:54.488Z] 0d57e429df01: Download complete [2021-03-25T08:54:54.488Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T08:54:54.488Z] 4e4be7b47b0d: Download complete [2021-03-25T08:54:54.753Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T08:54:54.753Z] 188c0c94c7c5: Download complete [2021-03-25T08:54:55.023Z] 188c0c94c7c5: Pull complete [2021-03-25T08:54:55.291Z] 0ef7d3d256c8: Pull complete [2021-03-25T08:54:55.291Z] de9db76c5a1d: Pull complete [2021-03-25T08:54:56.694Z] e1f770b5df2f: Verifying Checksum [2021-03-25T08:54:56.694Z] e1f770b5df2f: Download complete [2021-03-25T08:54:58.617Z] 85a0685a4137: Verifying Checksum [2021-03-25T08:54:58.617Z] 85a0685a4137: Download complete [2021-03-25T08:54:58.879Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T08:54:58.880Z] 0eba1c9be4d2: Download complete [2021-03-25T08:55:05.521Z] 0eba1c9be4d2: Pull complete [2021-03-25T08:55:05.521Z] 0d57e429df01: Pull complete [2021-03-25T08:55:05.521Z] 4e4be7b47b0d: Pull complete [2021-03-25T08:55:08.085Z] e1f770b5df2f: Pull complete [2021-03-25T08:55:16.265Z] 85a0685a4137: Pull complete [2021-03-25T08:55:16.265Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T08:55:16.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T08:55:16.265Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T08:55:16.490Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:55:16.538Z] $ 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-25T08:55:17.727Z] $ docker top bad1cde8e280a39a4a9c25e8cf011867e0de2890b21955f8af59e78d2d74f0d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T08:55:18.043Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T08:55:18.347Z] + set -o pipefail [2021-03-25T08:55:18.347Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T08:55:24.962Z] [2021-03-25T08:55:24.962Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-03-25T08:55:24.962Z] [2021-03-25T08:55:24.962Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/ff853cce-1a7a-4891-b905-5d6da9f63d0a [2021-03-25T08:55:24.962Z] [2021-03-25T08:55:24.962Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T08:55:24.962Z] [2021-03-25T08:55:24.962Z] [Pipeline] } [2021-03-25T08:55:24.979Z] $ docker stop --time=1 bad1cde8e280a39a4a9c25e8cf011867e0de2890b21955f8af59e78d2d74f0d0 [2021-03-25T08:55:27.523Z] $ docker rm -f bad1cde8e280a39a4a9c25e8cf011867e0de2890b21955f8af59e78d2d74f0d0 [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-25T08:55:29.294Z] + git log --format=format:%s -1 f40a6c8ad879516d6abf062a86c29628a6539f2b [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:55:29.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T08:55:29.616Z] . [Pipeline] withDockerContainer [2021-03-25T08:55:29.734Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:55:29.783Z] $ 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-25T08:55:30.944Z] $ docker top b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T08:55:31.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T08:55:31.254Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T08:55:31.510Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T08:55:31.513Z] $ docker exec b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 ssh-agent [2021-03-25T08:55:31.687Z] SSH_AUTH_SOCK=/tmp/ssh-adQqJ66ap3Oy/agent.11 [2021-03-25T08:55:31.687Z] SSH_AGENT_PID=16 [2021-03-25T08:55:31.696Z] Running ssh-add (command line suppressed) [2021-03-25T08:55:31.840Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3960925264112223578.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3960925264112223578.key) [2021-03-25T08:55:31.897Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T08:55:32.242Z] + git semver tag [2021-03-25T08:55:32.243Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T08:55:32.243Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T08:55:32.243Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T08:55:32.243Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T08:55:32.243Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T08:55:32.243Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T08:55:32.243Z] # $SEMVER_BRANCH = master [2021-03-25T08:55:32.243Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-25T08:55:32.243Z] # f40a6c8ad879516d6abf062a86c29628a6539f2b HEAD [2021-03-25T08:55:32.516Z] # -> Force: false [2021-03-25T08:55:32.516Z] # 72d5e997b6b6ed2095d1d9605418c82d61211687 refs/tags/v2.0.0-dev.57 [Pipeline] } [2021-03-25T08:55:32.529Z] $ docker exec --env ******** --env ******** b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 ssh-agent -k [2021-03-25T08:55:32.657Z] unset SSH_AUTH_SOCK; [2021-03-25T08:55:32.658Z] unset SSH_AGENT_PID; [2021-03-25T08:55:32.658Z] echo Agent pid 16 killed; [2021-03-25T08:55:32.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T08:55:33.251Z] + git semver [Pipeline] } [2021-03-25T08:55:33.272Z] $ docker stop --time=1 b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 [2021-03-25T08:55:34.609Z] $ docker rm -f b078ce59c6d9a9e06c9b8d361da669c67d72307f176485273e102feba008a183 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:55:35.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T08:55:35.268Z] [2021-03-25T08:55:35.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:55:35.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T08:55:35.619Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T08:55:35.619Z] ab5ef0e58194: Pulling fs layer [2021-03-25T08:55:35.619Z] 9712f1f96733: Pulling fs layer [2021-03-25T08:55:35.619Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T08:55:35.619Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T08:55:35.619Z] e9a5061849ea: Pulling fs layer [2021-03-25T08:55:35.619Z] d747dcd14b5f: Pulling fs layer [2021-03-25T08:55:35.619Z] 2de7ff778b66: Pulling fs layer [2021-03-25T08:55:35.619Z] e9a5061849ea: Waiting [2021-03-25T08:55:35.619Z] d747dcd14b5f: Waiting [2021-03-25T08:55:35.619Z] 2de7ff778b66: Waiting [2021-03-25T08:55:35.619Z] 0d9ebad4ef96: Waiting [2021-03-25T08:55:35.619Z] 9712f1f96733: Verifying Checksum [2021-03-25T08:55:35.619Z] 9712f1f96733: Download complete [2021-03-25T08:55:37.541Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T08:55:37.541Z] 63f879dbbcfc: Download complete [2021-03-25T08:55:37.804Z] e9a5061849ea: Verifying Checksum [2021-03-25T08:55:37.805Z] e9a5061849ea: Download complete [2021-03-25T08:55:37.805Z] d747dcd14b5f: Verifying Checksum [2021-03-25T08:55:37.805Z] d747dcd14b5f: Download complete [2021-03-25T08:55:38.382Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T08:55:38.382Z] 0d9ebad4ef96: Download complete [2021-03-25T08:55:38.382Z] ab5ef0e58194: Download complete [2021-03-25T08:55:38.382Z] 2de7ff778b66: Verifying Checksum [2021-03-25T08:55:38.382Z] 2de7ff778b66: Download complete [2021-03-25T08:55:42.669Z] ab5ef0e58194: Pull complete [2021-03-25T08:55:42.936Z] 9712f1f96733: Pull complete [2021-03-25T08:55:46.269Z] 63f879dbbcfc: Pull complete [2021-03-25T08:55:52.914Z] 0d9ebad4ef96: Pull complete [2021-03-25T08:55:53.875Z] e9a5061849ea: Pull complete [2021-03-25T08:55:54.138Z] d747dcd14b5f: Pull complete [2021-03-25T08:55:56.702Z] 2de7ff778b66: Pull complete [2021-03-25T08:55:56.702Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T08:55:56.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T08:55:56.702Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T08:55:56.907Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:55:56.954Z] $ 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-25T08:56:00.814Z] $ docker top f95e0cf706b3ef146434899f199348fcc338b22913bab2821b7467437c5e651d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T08:56:01.183Z] provisioning config files... [2021-03-25T08:56:01.194Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6393899775046104524tmp [2021-03-25T08:56:01.212Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5141393803599820997tmp [2021-03-25T08:56:01.228Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3956818071171279830tmp [Pipeline] { [Pipeline] echo [2021-03-25T08:56:01.286Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:01.666Z] ---> sigul-configuration.sh [2021-03-25T08:56:01.666Z] gpg: directory `/root/.gnupg' created [2021-03-25T08:56:01.666Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T08:56:01.666Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T08:56:01.666Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T08:56:01.666Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T08:56:01.666Z] gpg: CAST5 encrypted data [2021-03-25T08:56:01.666Z] gpg: encrypted with 1 passphrase [2021-03-25T08:56:01.666Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T08:56:02.246Z] + mkdir /home/jenkins [2021-03-25T08:56:02.246Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T08:56:02.549Z] + 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-25T08:56:02.563Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:02.864Z] ---> sigul-install.sh [2021-03-25T08:56:09.467Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T08:56:09.771Z] + git tag --list [2021-03-25T08:56:09.771Z] v0.0.0 [2021-03-25T08:56:09.771Z] v0.0.1 [2021-03-25T08:56:09.771Z] v0.1.0 [2021-03-25T08:56:09.771Z] v0.1.1 [2021-03-25T08:56:09.771Z] v0.1.10 [2021-03-25T08:56:09.771Z] v0.1.100 [2021-03-25T08:56:09.771Z] v0.1.101 [2021-03-25T08:56:09.771Z] v0.1.102 [2021-03-25T08:56:09.771Z] v0.1.103 [2021-03-25T08:56:09.771Z] v0.1.104 [2021-03-25T08:56:09.771Z] v0.1.105 [2021-03-25T08:56:09.771Z] v0.1.106 [2021-03-25T08:56:09.771Z] v0.1.107 [2021-03-25T08:56:09.771Z] v0.1.108 [2021-03-25T08:56:09.771Z] v0.1.109 [2021-03-25T08:56:09.771Z] v0.1.11 [2021-03-25T08:56:09.771Z] v0.1.110 [2021-03-25T08:56:09.771Z] v0.1.111 [2021-03-25T08:56:09.771Z] v0.1.112 [2021-03-25T08:56:09.771Z] v0.1.113 [2021-03-25T08:56:09.771Z] v0.1.114 [2021-03-25T08:56:09.771Z] v0.1.115 [2021-03-25T08:56:09.771Z] v0.1.116 [2021-03-25T08:56:09.771Z] v0.1.117 [2021-03-25T08:56:09.771Z] v0.1.118 [2021-03-25T08:56:09.771Z] v0.1.119 [2021-03-25T08:56:09.771Z] v0.1.12 [2021-03-25T08:56:09.771Z] v0.1.120 [2021-03-25T08:56:09.771Z] v0.1.121 [2021-03-25T08:56:09.771Z] v0.1.122 [2021-03-25T08:56:09.771Z] v0.1.123 [2021-03-25T08:56:09.771Z] v0.1.124 [2021-03-25T08:56:09.771Z] v0.1.125 [2021-03-25T08:56:09.771Z] v0.1.126 [2021-03-25T08:56:09.771Z] v0.1.127 [2021-03-25T08:56:09.771Z] v0.1.128 [2021-03-25T08:56:09.771Z] v0.1.129 [2021-03-25T08:56:09.771Z] v0.1.13 [2021-03-25T08:56:09.771Z] v0.1.130 [2021-03-25T08:56:09.771Z] v0.1.131 [2021-03-25T08:56:09.771Z] v0.1.132 [2021-03-25T08:56:09.771Z] v0.1.133 [2021-03-25T08:56:09.771Z] v0.1.134 [2021-03-25T08:56:09.771Z] v0.1.135 [2021-03-25T08:56:09.771Z] v0.1.136 [2021-03-25T08:56:09.771Z] v0.1.137 [2021-03-25T08:56:09.771Z] v0.1.138 [2021-03-25T08:56:09.771Z] v0.1.139 [2021-03-25T08:56:09.771Z] v0.1.14 [2021-03-25T08:56:09.771Z] v0.1.140 [2021-03-25T08:56:09.771Z] v0.1.141 [2021-03-25T08:56:09.771Z] v0.1.142 [2021-03-25T08:56:09.771Z] v0.1.143 [2021-03-25T08:56:09.771Z] v0.1.144 [2021-03-25T08:56:09.771Z] v0.1.145 [2021-03-25T08:56:09.771Z] v0.1.146 [2021-03-25T08:56:09.771Z] v0.1.147 [2021-03-25T08:56:09.771Z] v0.1.148 [2021-03-25T08:56:09.771Z] v0.1.149 [2021-03-25T08:56:09.771Z] v0.1.15 [2021-03-25T08:56:09.771Z] v0.1.16 [2021-03-25T08:56:09.771Z] v0.1.17 [2021-03-25T08:56:09.771Z] v0.1.18 [2021-03-25T08:56:09.771Z] v0.1.19 [2021-03-25T08:56:09.771Z] v0.1.2 [2021-03-25T08:56:09.771Z] v0.1.20 [2021-03-25T08:56:09.771Z] v0.1.21 [2021-03-25T08:56:09.771Z] v0.1.22 [2021-03-25T08:56:09.771Z] v0.1.23 [2021-03-25T08:56:09.771Z] v0.1.24 [2021-03-25T08:56:09.771Z] v0.1.25 [2021-03-25T08:56:09.771Z] v0.1.26 [2021-03-25T08:56:09.771Z] v0.1.27 [2021-03-25T08:56:09.771Z] v0.1.28 [2021-03-25T08:56:09.771Z] v0.1.29 [2021-03-25T08:56:09.771Z] v0.1.3 [2021-03-25T08:56:09.771Z] v0.1.30 [2021-03-25T08:56:09.771Z] v0.1.31 [2021-03-25T08:56:09.771Z] v0.1.32 [2021-03-25T08:56:09.771Z] v0.1.33 [2021-03-25T08:56:09.771Z] v0.1.34 [2021-03-25T08:56:09.771Z] v0.1.35 [2021-03-25T08:56:09.771Z] v0.1.36 [2021-03-25T08:56:09.771Z] v0.1.37 [2021-03-25T08:56:09.771Z] v0.1.38 [2021-03-25T08:56:09.771Z] v0.1.39 [2021-03-25T08:56:09.771Z] v0.1.4 [2021-03-25T08:56:09.771Z] v0.1.40 [2021-03-25T08:56:09.771Z] v0.1.41 [2021-03-25T08:56:09.771Z] v0.1.42 [2021-03-25T08:56:09.771Z] v0.1.43 [2021-03-25T08:56:09.771Z] v0.1.44 [2021-03-25T08:56:09.771Z] v0.1.45 [2021-03-25T08:56:09.771Z] v0.1.46 [2021-03-25T08:56:09.771Z] v0.1.47 [2021-03-25T08:56:09.771Z] v0.1.48 [2021-03-25T08:56:09.771Z] v0.1.49 [2021-03-25T08:56:09.771Z] v0.1.5 [2021-03-25T08:56:09.771Z] v0.1.50 [2021-03-25T08:56:09.771Z] v0.1.51 [2021-03-25T08:56:09.771Z] v0.1.52 [2021-03-25T08:56:09.771Z] v0.1.53 [2021-03-25T08:56:09.771Z] v0.1.54 [2021-03-25T08:56:09.771Z] v0.1.55 [2021-03-25T08:56:09.771Z] v0.1.56 [2021-03-25T08:56:09.771Z] v0.1.57 [2021-03-25T08:56:09.771Z] v0.1.58 [2021-03-25T08:56:09.771Z] v0.1.59 [2021-03-25T08:56:09.771Z] v0.1.6 [2021-03-25T08:56:09.771Z] v0.1.60 [2021-03-25T08:56:09.771Z] v0.1.61 [2021-03-25T08:56:09.771Z] v0.1.62 [2021-03-25T08:56:09.771Z] v0.1.63 [2021-03-25T08:56:09.771Z] v0.1.64 [2021-03-25T08:56:09.771Z] v0.1.65 [2021-03-25T08:56:09.771Z] v0.1.66 [2021-03-25T08:56:09.771Z] v0.1.67 [2021-03-25T08:56:09.771Z] v0.1.68 [2021-03-25T08:56:09.771Z] v0.1.69 [2021-03-25T08:56:09.771Z] v0.1.7 [2021-03-25T08:56:09.771Z] v0.1.70 [2021-03-25T08:56:09.771Z] v0.1.71 [2021-03-25T08:56:09.771Z] v0.1.72 [2021-03-25T08:56:09.771Z] v0.1.73 [2021-03-25T08:56:09.771Z] v0.1.74 [2021-03-25T08:56:09.771Z] v0.1.75 [2021-03-25T08:56:09.771Z] v0.1.76 [2021-03-25T08:56:09.771Z] v0.1.77 [2021-03-25T08:56:09.771Z] v0.1.78 [2021-03-25T08:56:09.771Z] v0.1.79 [2021-03-25T08:56:09.771Z] v0.1.8 [2021-03-25T08:56:09.771Z] v0.1.80 [2021-03-25T08:56:09.771Z] v0.1.81 [2021-03-25T08:56:09.771Z] v0.1.82 [2021-03-25T08:56:09.771Z] v0.1.83 [2021-03-25T08:56:09.771Z] v0.1.84 [2021-03-25T08:56:09.771Z] v0.1.85 [2021-03-25T08:56:09.771Z] v0.1.86 [2021-03-25T08:56:09.771Z] v0.1.87 [2021-03-25T08:56:09.771Z] v0.1.88 [2021-03-25T08:56:09.771Z] v0.1.89 [2021-03-25T08:56:09.771Z] v0.1.9 [2021-03-25T08:56:09.771Z] v0.1.90 [2021-03-25T08:56:09.771Z] v0.1.91 [2021-03-25T08:56:09.771Z] v0.1.92 [2021-03-25T08:56:09.771Z] v0.1.93 [2021-03-25T08:56:09.771Z] v0.1.94 [2021-03-25T08:56:09.771Z] v0.1.95 [2021-03-25T08:56:09.771Z] v0.1.96 [2021-03-25T08:56:09.772Z] v0.1.97 [2021-03-25T08:56:09.772Z] v0.1.98 [2021-03-25T08:56:09.772Z] v0.1.99 [2021-03-25T08:56:09.772Z] v2.0.0-dev.1 [2021-03-25T08:56:09.772Z] v2.0.0-dev.10 [2021-03-25T08:56:09.772Z] v2.0.0-dev.11 [2021-03-25T08:56:09.772Z] v2.0.0-dev.12 [2021-03-25T08:56:09.772Z] v2.0.0-dev.13 [2021-03-25T08:56:09.772Z] v2.0.0-dev.14 [2021-03-25T08:56:09.772Z] v2.0.0-dev.15 [2021-03-25T08:56:09.772Z] v2.0.0-dev.16 [2021-03-25T08:56:09.772Z] v2.0.0-dev.17 [2021-03-25T08:56:09.772Z] v2.0.0-dev.18 [2021-03-25T08:56:09.772Z] v2.0.0-dev.19 [2021-03-25T08:56:09.772Z] v2.0.0-dev.2 [2021-03-25T08:56:09.772Z] v2.0.0-dev.20 [2021-03-25T08:56:09.772Z] v2.0.0-dev.21 [2021-03-25T08:56:09.772Z] v2.0.0-dev.22 [2021-03-25T08:56:09.772Z] v2.0.0-dev.23 [2021-03-25T08:56:09.772Z] v2.0.0-dev.24 [2021-03-25T08:56:09.772Z] v2.0.0-dev.25 [2021-03-25T08:56:09.772Z] v2.0.0-dev.26 [2021-03-25T08:56:09.772Z] v2.0.0-dev.27 [2021-03-25T08:56:09.772Z] v2.0.0-dev.28 [2021-03-25T08:56:09.772Z] v2.0.0-dev.29 [2021-03-25T08:56:09.772Z] v2.0.0-dev.3 [2021-03-25T08:56:09.772Z] v2.0.0-dev.30 [2021-03-25T08:56:09.772Z] v2.0.0-dev.31 [2021-03-25T08:56:09.772Z] v2.0.0-dev.32 [2021-03-25T08:56:09.772Z] v2.0.0-dev.33 [2021-03-25T08:56:09.772Z] v2.0.0-dev.34 [2021-03-25T08:56:09.772Z] v2.0.0-dev.35 [2021-03-25T08:56:09.772Z] v2.0.0-dev.36 [2021-03-25T08:56:09.772Z] v2.0.0-dev.37 [2021-03-25T08:56:09.772Z] v2.0.0-dev.38 [2021-03-25T08:56:09.772Z] v2.0.0-dev.39 [2021-03-25T08:56:09.772Z] v2.0.0-dev.4 [2021-03-25T08:56:09.772Z] v2.0.0-dev.40 [2021-03-25T08:56:09.772Z] v2.0.0-dev.41 [2021-03-25T08:56:09.772Z] v2.0.0-dev.42 [2021-03-25T08:56:09.772Z] v2.0.0-dev.43 [2021-03-25T08:56:09.772Z] v2.0.0-dev.44 [2021-03-25T08:56:09.772Z] v2.0.0-dev.45 [2021-03-25T08:56:09.772Z] v2.0.0-dev.46 [2021-03-25T08:56:09.772Z] v2.0.0-dev.47 [2021-03-25T08:56:09.772Z] v2.0.0-dev.48 [2021-03-25T08:56:09.772Z] v2.0.0-dev.49 [2021-03-25T08:56:09.772Z] v2.0.0-dev.5 [2021-03-25T08:56:09.772Z] v2.0.0-dev.50 [2021-03-25T08:56:09.772Z] v2.0.0-dev.51 [2021-03-25T08:56:09.772Z] v2.0.0-dev.52 [2021-03-25T08:56:09.772Z] v2.0.0-dev.53 [2021-03-25T08:56:09.772Z] v2.0.0-dev.54 [2021-03-25T08:56:09.772Z] v2.0.0-dev.55 [2021-03-25T08:56:09.772Z] v2.0.0-dev.56 [2021-03-25T08:56:09.772Z] v2.0.0-dev.57 [2021-03-25T08:56:09.772Z] v2.0.0-dev.6 [2021-03-25T08:56:09.772Z] v2.0.0-dev.7 [2021-03-25T08:56:09.772Z] v2.0.0-dev.8 [2021-03-25T08:56:09.772Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-25T08:56:10.079Z] + lftools sign git-tag v2.0.0-dev.57 [2021-03-25T08:56:11.470Z] Signing Git tag with Sigul... [2021-03-25T08:56:11.470Z] Signing v2.0.0-dev.57 [Pipeline] echo [2021-03-25T08:56:12.430Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:12.729Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T08:56:12.741Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T08:56:12.876Z] $ docker stop --time=1 f95e0cf706b3ef146434899f199348fcc338b22913bab2821b7467437c5e651d [2021-03-25T08:56:14.939Z] $ docker rm -f f95e0cf706b3ef146434899f199348fcc338b22913bab2821b7467437c5e651d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:56:15.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T08:56:15.890Z] . [Pipeline] withDockerContainer [2021-03-25T08:56:16.008Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:56:16.053Z] $ 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-25T08:56:16.762Z] $ docker top b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T08:56:17.093Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T08:56:17.093Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T08:56:17.299Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T08:56:17.302Z] $ docker exec b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 ssh-agent [2021-03-25T08:56:17.488Z] SSH_AUTH_SOCK=/tmp/ssh-cSwfhWrjdH61/agent.11 [2021-03-25T08:56:17.488Z] SSH_AGENT_PID=17 [2021-03-25T08:56:17.495Z] Running ssh-add (command line suppressed) [2021-03-25T08:56:17.625Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4679279990298490974.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4679279990298490974.key) [2021-03-25T08:56:17.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T08:56:18.034Z] + git semver bump pre [2021-03-25T08:56:18.034Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T08:56:18.034Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T08:56:18.034Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T08:56:18.034Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T08:56:18.034Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T08:56:18.034Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T08:56:18.034Z] # $SEMVER_BRANCH = master [2021-03-25T08:56:18.034Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-25T08:56:18.034Z] 2.0.0-dev.58 [Pipeline] } [2021-03-25T08:56:18.046Z] $ docker exec --env ******** --env ******** b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 ssh-agent -k [2021-03-25T08:56:18.190Z] unset SSH_AUTH_SOCK; [2021-03-25T08:56:18.191Z] unset SSH_AGENT_PID; [2021-03-25T08:56:18.191Z] echo Agent pid 17 killed; [2021-03-25T08:56:18.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T08:56:18.731Z] + git semver [Pipeline] } [2021-03-25T08:56:18.750Z] $ docker stop --time=1 b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 [2021-03-25T08:56:20.148Z] $ docker rm -f b2da9262629a6e21dad8c12e6fc42c4b4e0fd0c49a8f5fc4984798be9ca361f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:56:20.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T08:56:20.701Z] . [Pipeline] withDockerContainer [2021-03-25T08:56:20.804Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:56:20.849Z] $ 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-25T08:56:21.519Z] $ docker top 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T08:56:21.850Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T08:56:21.850Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T08:56:22.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T08:56:22.047Z] $ docker exec 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca ssh-agent [2021-03-25T08:56:22.223Z] SSH_AUTH_SOCK=/tmp/ssh-583EYOixSpHq/agent.11 [2021-03-25T08:56:22.223Z] SSH_AGENT_PID=16 [2021-03-25T08:56:22.230Z] Running ssh-add (command line suppressed) [2021-03-25T08:56:22.357Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4687631531564659052.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4687631531564659052.key) [2021-03-25T08:56:22.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T08:56:22.767Z] + git semver push [2021-03-25T08:56:22.767Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T08:56:22.767Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-25T08:56:22.767Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T08:56:22.767Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T08:56:22.767Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T08:56:22.767Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T08:56:22.767Z] # $SEMVER_BRANCH = master [2021-03-25T08:56:22.767Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-25T08:56:27.004Z] $ docker exec --env ******** --env ******** 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca ssh-agent -k [2021-03-25T08:56:27.177Z] unset SSH_AUTH_SOCK; [2021-03-25T08:56:27.179Z] unset SSH_AGENT_PID; [2021-03-25T08:56:27.179Z] echo Agent pid 16 killed; [2021-03-25T08:56:27.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T08:56:27.723Z] + git semver [Pipeline] } [2021-03-25T08:56:27.741Z] $ docker stop --time=1 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca [2021-03-25T08:56:29.092Z] $ docker rm -f 2ff3e814d02169a34b50521f107a122c06d9ac8c3e4e1367dd4e03be4047bcca [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-25T08:56:30.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:31.328Z] ---> package-listing.sh [2021-03-25T08:56:31.328Z] ++ facter osfamily [2021-03-25T08:56:31.328Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T08:56:31.329Z] + OS_FAMILY=redhat [2021-03-25T08:56:31.329Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-03-25T08:56:31.329Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T08:56:31.329Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T08:56:31.329Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T08:56:31.329Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T08:56:31.329Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-25T08:56:31.329Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T08:56:31.329Z] + case "${OS_FAMILY}" in [2021-03-25T08:56:31.329Z] + rpm -qa [2021-03-25T08:56:31.329Z] + sort [2021-03-25T08:56:36.635Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T08:56:36.635Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T08:56:36.635Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T08:56:36.635Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-25T08:56:36.635Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-03-25T08:56:36.636Z] + 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-25T08:56:36.650Z] 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-25T08:56:36.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:56:37.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T08:56:37.263Z] [2021-03-25T08:56:37.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T08:56:37.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T08:56:37.628Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T08:56:37.628Z] df20fa9351a1: Pulling fs layer [2021-03-25T08:56:37.628Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T08:56:37.628Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T08:56:37.628Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T08:56:37.628Z] 93b61091891f: Pulling fs layer [2021-03-25T08:56:37.628Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T08:56:37.628Z] 5e14af77c1be: Pulling fs layer [2021-03-25T08:56:37.628Z] 01666e4c0597: Pulling fs layer [2021-03-25T08:56:37.628Z] aa168da1d23b: Pulling fs layer [2021-03-25T08:56:37.628Z] 46f8f816bc3b: Waiting [2021-03-25T08:56:37.628Z] 93b61091891f: Waiting [2021-03-25T08:56:37.628Z] 93b9cdb0e59b: Waiting [2021-03-25T08:56:37.628Z] 5e14af77c1be: Waiting [2021-03-25T08:56:37.628Z] 01666e4c0597: Waiting [2021-03-25T08:56:37.628Z] aa168da1d23b: Waiting [2021-03-25T08:56:37.628Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T08:56:37.628Z] 36b3adc4ff6f: Download complete [2021-03-25T08:56:37.628Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T08:56:37.628Z] 46f8f816bc3b: Download complete [2021-03-25T08:56:37.628Z] df20fa9351a1: Verifying Checksum [2021-03-25T08:56:37.628Z] df20fa9351a1: Download complete [2021-03-25T08:56:37.890Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T08:56:37.890Z] 93b9cdb0e59b: Download complete [2021-03-25T08:56:37.890Z] 93b61091891f: Verifying Checksum [2021-03-25T08:56:37.890Z] 93b61091891f: Download complete [2021-03-25T08:56:37.890Z] 01666e4c0597: Verifying Checksum [2021-03-25T08:56:37.890Z] 01666e4c0597: Download complete [2021-03-25T08:56:37.890Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T08:56:37.890Z] 8ad3a11d3b57: Download complete [2021-03-25T08:56:37.890Z] 5e14af77c1be: Verifying Checksum [2021-03-25T08:56:37.890Z] 5e14af77c1be: Download complete [2021-03-25T08:56:38.153Z] df20fa9351a1: Pull complete [2021-03-25T08:56:38.153Z] 36b3adc4ff6f: Pull complete [2021-03-25T08:56:39.107Z] 8ad3a11d3b57: Pull complete [2021-03-25T08:56:39.107Z] 46f8f816bc3b: Pull complete [2021-03-25T08:56:40.057Z] 93b61091891f: Pull complete [2021-03-25T08:56:40.320Z] aa168da1d23b: Verifying Checksum [2021-03-25T08:56:40.320Z] aa168da1d23b: Download complete [2021-03-25T08:56:40.584Z] 93b9cdb0e59b: Pull complete [2021-03-25T08:56:40.849Z] 5e14af77c1be: Pull complete [2021-03-25T08:56:40.849Z] 01666e4c0597: Pull complete [2021-03-25T08:56:47.492Z] aa168da1d23b: Pull complete [2021-03-25T08:56:47.492Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T08:56:47.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T08:56:47.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T08:56:47.691Z] prd-centos7-docker-4c-2g-31349 does not seem to be running inside a container [2021-03-25T08:56:47.741Z] $ 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-25T08:56:50.865Z] $ docker top 63609f475ca2e3f8bdff59f89a8989b6e27c3f60875337d288c7402f3959dd52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T08:56:51.382Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T08:56:51.686Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T08:56:51.987Z] + ls /var/log/sa-host [2021-03-25T08:56:51.987Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T08:56:51.987Z] file_magic: OK [2021-03-25T08:56:51.987Z] HZ: Using current value: 100 [2021-03-25T08:56:51.987Z] file_header: OK [2021-03-25T08:56:51.987Z] 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-25T08:56:51.987Z] Statistics: [2021-03-25T08:56:51.987Z] Hnuu...uuuununununu... [2021-03-25T08:56:51.987Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T08:56:51.987Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T08:56:51.987Z] file_magic: OK [2021-03-25T08:56:51.987Z] HZ: Using current value: 100 [2021-03-25T08:56:51.987Z] file_header: OK [2021-03-25T08:56:51.987Z] 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-25T08:56:51.987Z] Statistics: [2021-03-25T08:56:51.987Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T08:56:51.987Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T08:56:52.726Z] provisioning config files... [2021-03-25T08:56:52.781Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7456151338450193984tmp [Pipeline] { [Pipeline] echo [2021-03-25T08:56:52.839Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:53.142Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T08:56:53.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T08:56:53.255Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:53.555Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T08:56:53.567Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:53.865Z] ---> sudo-logs.sh [2021-03-25T08:56:53.865Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T08:56:53.927Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:54.227Z] ---> job-cost.sh [2021-03-25T08:56:54.227Z] lf-activate-venv: SKIPPING [2021-03-25T08:56:54.227Z] DEBUG: total: 0.20999999344348907 [2021-03-25T08:56:54.227Z] INFO: Retrieving Stack Cost... [2021-03-25T08:56:55.174Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T08:56:56.123Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T08:56:56.137Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T08:56:56.498Z] ---> logs-deploy.sh [2021-03-25T08:56:56.498Z] lf-activate-venv: SKIPPING [2021-03-25T08:56:56.498Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/176 [2021-03-25T08:56:56.498Z] INFO: archiving workspace using pattern(s): [2021-03-25T08:56:57.987Z] Archives upload complete. [2021-03-25T08:56:58.249Z] INFO: archiving logs to Nexus [2021-03-25T08:56:59.202Z] ---> uname -a: [2021-03-25T08:56:59.202Z] Linux prd-centos7-docker-4c-2g-31349.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-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] ---> lscpu: [2021-03-25T08:56:59.202Z] Architecture: x86_64 [2021-03-25T08:56:59.202Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T08:56:59.202Z] Byte Order: Little Endian [2021-03-25T08:56:59.202Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T08:56:59.202Z] CPU(s): 4 [2021-03-25T08:56:59.202Z] On-line CPU(s) list: 0-3 [2021-03-25T08:56:59.202Z] Thread(s) per core: 1 [2021-03-25T08:56:59.202Z] Core(s) per socket: 1 [2021-03-25T08:56:59.202Z] Socket(s): 4 [2021-03-25T08:56:59.202Z] NUMA node(s): 1 [2021-03-25T08:56:59.202Z] Vendor ID: GenuineIntel [2021-03-25T08:56:59.202Z] CPU family: 6 [2021-03-25T08:56:59.202Z] Model: 44 [2021-03-25T08:56:59.202Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T08:56:59.202Z] Stepping: 1 [2021-03-25T08:56:59.202Z] CPU MHz: 2933.442 [2021-03-25T08:56:59.202Z] BogoMIPS: 5866.88 [2021-03-25T08:56:59.202Z] Virtualization: VT-x [2021-03-25T08:56:59.202Z] Hypervisor vendor: KVM [2021-03-25T08:56:59.202Z] Virtualization type: full [2021-03-25T08:56:59.202Z] L1d cache: 128 KiB [2021-03-25T08:56:59.202Z] L1i cache: 128 KiB [2021-03-25T08:56:59.202Z] L2 cache: 16 MiB [2021-03-25T08:56:59.202Z] L3 cache: 64 MiB [2021-03-25T08:56:59.202Z] NUMA node0 CPU(s): 0-3 [2021-03-25T08:56:59.202Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T08:56:59.202Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T08:56:59.202Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T08:56:59.202Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T08:56:59.202Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T08:56:59.202Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T08:56:59.202Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T08:56:59.202Z] Vulnerability Srbds: Not affected [2021-03-25T08:56:59.202Z] Vulnerability Tsx async abort: Not affected [2021-03-25T08:56:59.202Z] 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-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] ---> nproc: [2021-03-25T08:56:59.202Z] 4 [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] ---> df -h: [2021-03-25T08:56:59.202Z] Filesystem Size Used Available Use% Mounted on [2021-03-25T08:56:59.202Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-25T08:56:59.202Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-25T08:56:59.202Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-25T08:56:59.202Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-25T08:56:59.202Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] ---> free -m: [2021-03-25T08:56:59.202Z] total used free shared buff/cache available [2021-03-25T08:56:59.202Z] Mem: 1837 832 147 0 857 940 [2021-03-25T08:56:59.202Z] Swap: 1023 2 1021 [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] ---> ip addr: [2021-03-25T08:56:59.202Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-25T08:56:59.202Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-25T08:56:59.202Z] inet 127.0.0.1/8 scope host lo [2021-03-25T08:56:59.202Z] valid_lft forever preferred_lft forever [2021-03-25T08:56:59.202Z] inet6 ::1/128 scope host [2021-03-25T08:56:59.202Z] valid_lft forever preferred_lft forever [2021-03-25T08:56:59.202Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-25T08:56:59.202Z] link/ether fa:16:3e:a9:fb:49 brd ff:ff:ff:ff:ff:ff [2021-03-25T08:56:59.202Z] inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-25T08:56:59.202Z] valid_lft 85843sec preferred_lft 85843sec [2021-03-25T08:56:59.202Z] inet6 fe80::f816:3eff:fea9:fb49/64 scope link [2021-03-25T08:56:59.202Z] valid_lft forever preferred_lft forever [2021-03-25T08:56:59.202Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-25T08:56:59.202Z] link/ether 02:42:ae:94:3e:98 brd ff:ff:ff:ff:ff:ff [2021-03-25T08:56:59.202Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-25T08:56:59.202Z] valid_lft forever preferred_lft forever [2021-03-25T08:56:59.202Z] inet6 fe80::42:aeff:fe94:3e98/64 scope link [2021-03-25T08:56:59.202Z] valid_lft forever preferred_lft forever [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] ---> sar -b -r -n DEV: [2021-03-25T08:56:59.202Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] 08:47:30 LINUX RESTART (4 CPU) [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] 08:48:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-25T08:56:59.202Z] 08:49:01 61.09 17.54 43.55 0.00 5248.11 3979.12 0.00 [2021-03-25T08:56:59.202Z] 08:50:01 0.90 0.00 0.90 0.00 0.00 23.65 0.00 [2021-03-25T08:56:59.202Z] 08:51:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2021-03-25T08:56:59.202Z] 08:52:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 [2021-03-25T08:56:59.202Z] 08:53:01 0.42 0.00 0.42 0.00 0.00 4.71 0.00 [2021-03-25T08:56:59.202Z] 08:54:01 0.72 0.00 0.72 0.00 0.00 8.62 0.00 [2021-03-25T08:56:59.202Z] 08:55:01 23.36 0.67 22.69 0.00 339.74 15112.98 0.00 [2021-03-25T08:56:59.202Z] 08:56:01 417.50 205.14 212.36 0.00 10612.81 49689.85 0.00 [2021-03-25T08:56:59.202Z] Average: 63.10 27.96 35.14 0.00 2019.77 8617.45 0.00 [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] 08:48:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-25T08:56:59.202Z] 08:49:01 155204 0 595600 31.65 2620 1128120 1120484 38.24 398460 1126780 132 [2021-03-25T08:56:59.202Z] 08:50:01 161680 0 589188 31.31 2620 1128056 1086116 37.07 398708 1120200 12 [2021-03-25T08:56:59.202Z] 08:51:01 159492 0 591372 31.43 2620 1128060 1086300 37.07 399448 1122040 12 [2021-03-25T08:56:59.202Z] 08:52:01 159648 0 591216 31.42 2620 1128060 1086336 37.07 409164 1112672 16 [2021-03-25T08:56:59.202Z] 08:53:01 159732 0 591124 31.42 2620 1128068 1086180 37.07 404076 1117988 20 [2021-03-25T08:56:59.202Z] 08:54:01 159292 0 591560 31.44 2620 1128072 1086240 37.07 411540 1110832 8 [2021-03-25T08:56:59.202Z] 08:55:01 70944 0 671632 35.70 2620 1136348 1505364 51.38 569160 1029364 18412 [2021-03-25T08:56:59.202Z] 08:56:01 117544 0 794436 42.22 1844 967720 1394752 47.60 575248 858448 44 [2021-03-25T08:56:59.202Z] Average: 142942 0 627016 33.32 2523 1109063 1181472 40.32 445726 1074790 2332 [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z] 08:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-25T08:56:59.202Z] 08:49:01 eth0 519.12 316.31 1075.91 93.41 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:49:01 docker0 14.74 10.73 2.31 21.80 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:50:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:51:01 eth0 5.23 3.03 4.26 0.35 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:52:01 eth0 0.50 0.28 0.27 0.23 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:54:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:55:01 eth0 445.18 381.02 4074.44 29.80 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:56:01 veth1c5d64f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:56:01 eth0 433.77 376.39 3385.22 43.10 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] 08:56:01 docker0 22.69 22.21 1.76 157.88 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] Average: veth1c5d64f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] Average: eth0 174.98 134.36 1067.93 20.73 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] Average: docker0 4.66 4.11 0.51 22.48 0.00 0.00 0.00 0.00 [2021-03-25T08:56:59.202Z] [2021-03-25T08:56:59.202Z]