Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3660 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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb (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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 Commit message: "Merge pull request #606 from weichou1229/issue-574" > git rev-list --no-walk 7c4c0d3f86392776387b8f5017152b5a2948e7a9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T20:47:49.580Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T20:47:49.672Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T20:47:49.700Z] ========================================================= [2021-05-07T20:47:49.700Z] EdgeX Global Pipelines Version Info [2021-05-07T20:47:49.700Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:47:51.328Z] ------------------- [2021-05-07T20:47:51.328Z] stable info: [2021-05-07T20:47:51.328Z] ------------------- [2021-05-07T20:47:51.328Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T20:47:51.328Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T20:47:51.328Z] Message: update stable to v1.0.191 [2021-05-07T20:47:52.278Z] ------------------- [2021-05-07T20:47:52.278Z] experimental info: [2021-05-07T20:47:52.278Z] ------------------- [2021-05-07T20:47:52.278Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T20:47:52.278Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T20:47:52.278Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T20:47:52.515Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-05-07T20:47:52.538Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-05-07T20:47:52.561Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T20:47:52.583Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T20:47:52.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T20:47:52.629Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T20:47:52.653Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T20:47:52.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T20:47:52.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-07T20:47:52.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T20:47:52.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T20:47:52.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-05-07T20:47:52.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T20:47:52.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T20:47:52.848Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T20:47:52.872Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T20:47:52.894Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T20:47:52.916Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T20:47:52.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T20:47:52.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-07T20:47:53.003Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-07T20:47:53.027Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-07T20:47:53.049Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-07T20:47:53.071Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-07T20:47:53.094Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-07T20:47:53.117Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T20:47:53.141Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-07T20:47:53.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-07T20:47:53.212Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-07T20:47:53.235Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] echo [2021-05-07T20:47:53.258Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98a7dc1 [Pipeline] echo [2021-05-07T20:47:53.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T20:47:53.721Z] + git log --format=format:%s -1 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] echo [2021-05-07T20:47:53.812Z] GIT_COMMIT: 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb, Commit Message: Merge pull request #606 from weichou1229/issue-574 [Pipeline] echo [2021-05-07T20:47:53.825Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:47:54.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T20:47:55.096Z] [2021-05-07T20:47:55.096Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:47:55.413Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T20:47:55.414Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T20:47:55.414Z] 31603596830f: Pulling fs layer [2021-05-07T20:47:55.414Z] 54011a49482f: Pulling fs layer [2021-05-07T20:47:55.414Z] a6820b24f6d8: Pulling fs layer [2021-05-07T20:47:55.414Z] f581987b2513: Pulling fs layer [2021-05-07T20:47:55.414Z] f581987b2513: Waiting [2021-05-07T20:47:55.414Z] 54011a49482f: Verifying Checksum [2021-05-07T20:47:55.414Z] 54011a49482f: Download complete [2021-05-07T20:47:55.678Z] 31603596830f: Verifying Checksum [2021-05-07T20:47:55.678Z] 31603596830f: Download complete [2021-05-07T20:47:55.678Z] f581987b2513: Verifying Checksum [2021-05-07T20:47:55.678Z] f581987b2513: Download complete [2021-05-07T20:47:55.941Z] a6820b24f6d8: Verifying Checksum [2021-05-07T20:47:55.941Z] a6820b24f6d8: Download complete [2021-05-07T20:47:55.941Z] 31603596830f: Pull complete [2021-05-07T20:47:56.202Z] 54011a49482f: Pull complete [2021-05-07T20:47:57.151Z] a6820b24f6d8: Pull complete [2021-05-07T20:47:57.151Z] f581987b2513: Pull complete [2021-05-07T20:47:57.151Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T20:47:57.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T20:47:57.414Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T20:47:57.518Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:47:57.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T20:47:59.852Z] $ docker top 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T20:48:00.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T20:48:00.023Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T20:48:00.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T20:48:00.257Z] $ docker exec 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent [2021-05-07T20:48:00.428Z] SSH_AUTH_SOCK=/tmp/ssh-KokzWIuyBcwA/agent.11 [2021-05-07T20:48:00.428Z] SSH_AGENT_PID=17 [2021-05-07T20:48:00.441Z] Running ssh-add (command line suppressed) [2021-05-07T20:48:00.567Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3062973166193350123.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3062973166193350123.key) [2021-05-07T20:48:00.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T20:48:00.931Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T20:48:00.955Z] $ docker exec --env ******** --env ******** 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent -k [2021-05-07T20:48:01.073Z] unset SSH_AUTH_SOCK; [2021-05-07T20:48:01.074Z] unset SSH_AGENT_PID; [2021-05-07T20:48:01.074Z] echo Agent pid 17 killed; [2021-05-07T20:48:01.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T20:48:01.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T20:48:01.180Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T20:48:01.345Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T20:48:01.349Z] $ docker exec 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent [2021-05-07T20:48:01.511Z] SSH_AUTH_SOCK=/tmp/ssh-dB2sV5iqv9Oe/agent.47 [2021-05-07T20:48:01.511Z] SSH_AGENT_PID=52 [2021-05-07T20:48:01.518Z] Running ssh-add (command line suppressed) [2021-05-07T20:48:01.639Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1008537408505477642.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1008537408505477642.key) [2021-05-07T20:48:01.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T20:48:02.009Z] + git semver init [2021-05-07T20:48:02.009Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T20:48:02.009Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-05-07T20:48:02.009Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-05-07T20:48:02.009Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T20:48:02.009Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T20:48:02.009Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T20:48:02.009Z] # $SEMVER_BRANCH = master [2021-05-07T20:48:02.009Z] # $SEMVER_TEMP = /tmp/semver-837648440 [2021-05-07T20:48:02.009Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-05-07T20:48:04.562Z] # '/tmp/semver-837648440' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-05-07T20:48:04.562Z] # -> Force: false [2021-05-07T20:48:04.562Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-05-07T20:48:04.576Z] $ docker exec --env ******** --env ******** 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 ssh-agent -k [2021-05-07T20:48:04.694Z] unset SSH_AUTH_SOCK; [2021-05-07T20:48:04.694Z] unset SSH_AGENT_PID; [2021-05-07T20:48:04.694Z] echo Agent pid 52 killed; [2021-05-07T20:48:04.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T20:48:05.079Z] + git semver [Pipeline] } [2021-05-07T20:48:05.096Z] $ docker stop --time=1 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 [2021-05-07T20:48:06.975Z] $ docker rm -f 6f86987169a3a0cec555f2bb3e493294c7cb08cf141889c06d608a92cad31d86 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T20:48:07.380Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T20:48:07.707Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T20:48:07.710Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.83 [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-05-07T20:48:22.885Z] Still waiting to schedule task [2021-05-07T20:48:22.885Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3660’ [2021-05-07T20:48:22.888Z] Still waiting to schedule task [2021-05-07T20:48:22.888Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-07T20:50:10.994Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3661 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-05-07T20:50:11.014Z] Running in /w/workspace/go-mod-core-contracts/202 [Pipeline] { [Pipeline] checkout [2021-05-07T20:50:16.536Z] using credential edgex-jenkins-ssh [2021-05-07T20:50:16.557Z] Cloning the remote Git repository [2021-05-07T20:50:16.633Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-07T20:50:16.758Z] > git init /w/workspace/go-mod-core-contracts/202 # timeout=10 [2021-05-07T20:50:16.826Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-07T20:50:16.827Z] > git --version # timeout=10 [2021-05-07T20:50:16.841Z] > git --version # 'git version 2.17.1' [2021-05-07T20:50:16.843Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T20:50:16.928Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T20:50:18.166Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-07T20:50:18.187Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T20:50:18.212Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-07T20:50:18.241Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-07T20:50:18.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T20:50:18.255Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T20:50:18.820Z] Checking out Revision 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb (master) [2021-05-07T20:50:18.842Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T20:50:18.856Z] > git checkout -f 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 [2021-05-07T20:50:23.158Z] Commit message: "Merge pull request #606 from weichou1229/issue-574" [2021-05-07T20:50:23.449Z] Running on prd-centos7-docker-4c-2g-3662 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-05-07T20:50:23.469Z] Running in /w/workspace/go-mod-core-contracts/202 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T20:50:24.881Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-07T20:50:25.285Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T20:50:25.629Z] + sudo service docker restart [2021-05-07T20:50:25.629Z] + true [2021-05-07T20:50:26.240Z] using credential edgex-jenkins-ssh [2021-05-07T20:50:26.256Z] Cloning the remote Git repository [2021-05-07T20:50:26.284Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-07T20:50:26.420Z] > git init /w/workspace/go-mod-core-contracts/202 # timeout=10 [2021-05-07T20:50:26.483Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-07T20:50:26.483Z] > git --version # timeout=10 [2021-05-07T20:50:26.491Z] > git --version # 'git version 2.24.3' [2021-05-07T20:50:26.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T20:50:26.521Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T20:50:27.805Z] Checking out Revision 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb (master) [2021-05-07T20:50:27.355Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-07T20:50:27.364Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T20:50:27.379Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-07T20:50:27.393Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-07T20:50:27.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T20:50:27.398Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T20:50:27.815Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T20:50:27.821Z] > git checkout -f 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 [Pipeline] unstash [Pipeline] echo [2021-05-07T20:50:28.563Z] ========================================================= [2021-05-07T20:50:28.563Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T20:50:28.563Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:50:28.921Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-07T20:50:29.909Z] Sending build context to Docker daemon 3.089MB [2021-05-07T20:50:29.909Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-07T20:50:29.909Z] Step 2/7 : FROM ${BASE} [2021-05-07T20:50:30.504Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T20:50:30.504Z] 595b0fe564bb: Pulling fs layer [2021-05-07T20:50:30.504Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T20:50:30.504Z] 316046926c0a: Pulling fs layer [2021-05-07T20:50:30.504Z] 4ebd0625c992: Pulling fs layer [2021-05-07T20:50:30.504Z] 207e8628e3a3: Pulling fs layer [2021-05-07T20:50:30.504Z] c791037a9be2: Pulling fs layer [2021-05-07T20:50:30.504Z] ffd874e62e21: Pulling fs layer [2021-05-07T20:50:30.504Z] 4ebd0625c992: Waiting [2021-05-07T20:50:30.504Z] 207e8628e3a3: Waiting [2021-05-07T20:50:30.504Z] c791037a9be2: Waiting [2021-05-07T20:50:30.504Z] ffd874e62e21: Waiting [2021-05-07T20:50:30.504Z] 316046926c0a: Verifying Checksum [2021-05-07T20:50:30.504Z] 316046926c0a: Download complete [2021-05-07T20:50:30.504Z] 7186ed65a4f7: Download complete [2021-05-07T20:50:30.504Z] 207e8628e3a3: Verifying Checksum [2021-05-07T20:50:30.504Z] 207e8628e3a3: Download complete [2021-05-07T20:50:30.504Z] c791037a9be2: Verifying Checksum [2021-05-07T20:50:30.504Z] c791037a9be2: Download complete [2021-05-07T20:50:30.504Z] 595b0fe564bb: Verifying Checksum [2021-05-07T20:50:30.504Z] 595b0fe564bb: Download complete [2021-05-07T20:50:31.108Z] 595b0fe564bb: Pull complete [2021-05-07T20:50:31.529Z] Commit message: "Merge pull request #606 from weichou1229/issue-574" [2021-05-07T20:50:31.712Z] 7186ed65a4f7: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T20:50:32.311Z] 316046926c0a: Pull complete [2021-05-07T20:50:32.471Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-07T20:50:32.800Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T20:50:33.101Z] + sudo service docker restart [2021-05-07T20:50:33.101Z] + true [2021-05-07T20:50:33.101Z] Redirecting to /bin/systemctl restart docker.service [2021-05-07T20:50:33.293Z] ffd874e62e21: Verifying Checksum [Pipeline] unstash [Pipeline] echo [2021-05-07T20:50:34.643Z] ========================================================= [2021-05-07T20:50:34.643Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T20:50:34.643Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:50:34.730Z] 4ebd0625c992: Verifying Checksum [2021-05-07T20:50:34.730Z] 4ebd0625c992: Download complete [2021-05-07T20:50:34.996Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-07T20:50:35.572Z] Sending build context to Docker daemon 3.09MB [2021-05-07T20:50:35.572Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-07T20:50:35.572Z] Step 2/7 : FROM ${BASE} [2021-05-07T20:50:35.572Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T20:50:35.572Z] 540db60ca938: Pulling fs layer [2021-05-07T20:50:35.572Z] adcc1eea9eea: Pulling fs layer [2021-05-07T20:50:35.572Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T20:50:35.572Z] 0510c868ecb4: Pulling fs layer [2021-05-07T20:50:35.572Z] afea3b2eda06: Pulling fs layer [2021-05-07T20:50:35.572Z] 7809a108b3ef: Pulling fs layer [2021-05-07T20:50:35.572Z] f706445af74f: Pulling fs layer [2021-05-07T20:50:35.572Z] 0510c868ecb4: Waiting [2021-05-07T20:50:35.572Z] afea3b2eda06: Waiting [2021-05-07T20:50:35.572Z] 7809a108b3ef: Waiting [2021-05-07T20:50:35.572Z] f706445af74f: Waiting [2021-05-07T20:50:35.572Z] 4c4ab2625f07: Verifying Checksum [2021-05-07T20:50:35.572Z] 4c4ab2625f07: Download complete [2021-05-07T20:50:35.572Z] adcc1eea9eea: Download complete [2021-05-07T20:50:35.572Z] afea3b2eda06: Verifying Checksum [2021-05-07T20:50:35.572Z] afea3b2eda06: Download complete [2021-05-07T20:50:35.572Z] 7809a108b3ef: Verifying Checksum [2021-05-07T20:50:35.572Z] 7809a108b3ef: Download complete [2021-05-07T20:50:35.572Z] 540db60ca938: Verifying Checksum [2021-05-07T20:50:35.572Z] 540db60ca938: Download complete [2021-05-07T20:50:36.150Z] 540db60ca938: Pull complete [2021-05-07T20:50:36.150Z] adcc1eea9eea: Pull complete [2021-05-07T20:50:36.414Z] 4c4ab2625f07: Pull complete [2021-05-07T20:50:37.362Z] f706445af74f: Verifying Checksum [2021-05-07T20:50:37.362Z] f706445af74f: Download complete [2021-05-07T20:50:38.310Z] 0510c868ecb4: Verifying Checksum [2021-05-07T20:50:38.310Z] 0510c868ecb4: Download complete [2021-05-07T20:50:43.626Z] 0510c868ecb4: Pull complete [2021-05-07T20:50:43.626Z] afea3b2eda06: Pull complete [2021-05-07T20:50:43.626Z] 7809a108b3ef: Pull complete [2021-05-07T20:50:44.923Z] 4ebd0625c992: Pull complete [2021-05-07T20:50:44.923Z] 207e8628e3a3: Pull complete [2021-05-07T20:50:45.522Z] c791037a9be2: Pull complete [2021-05-07T20:50:48.945Z] ffd874e62e21: Pull complete [2021-05-07T20:50:48.945Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T20:50:48.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T20:50:48.945Z] ---> cfc18b08335c [2021-05-07T20:50:48.945Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-07T20:50:51.795Z] f706445af74f: Pull complete [2021-05-07T20:50:51.795Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T20:50:51.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T20:50:51.795Z] ---> b068be0155e3 [2021-05-07T20:50:51.795Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-07T20:50:52.062Z] ---> Running in 14f0902cde78 [2021-05-07T20:50:52.326Z] Removing intermediate container 14f0902cde78 [2021-05-07T20:50:52.327Z] ---> 4a5016bb82e9 [2021-05-07T20:50:52.327Z] Step 4/7 : RUN apk add bash [2021-05-07T20:50:52.327Z] ---> Running in f56e598fcf04 [2021-05-07T20:50:52.338Z] ---> Running in 21becb65a8ea [2021-05-07T20:50:52.338Z] Removing intermediate container 21becb65a8ea [2021-05-07T20:50:52.338Z] ---> f7c8992e9f97 [2021-05-07T20:50:52.338Z] Step 4/7 : RUN apk add bash [2021-05-07T20:50:52.609Z] ---> Running in 923dcd937b2e [2021-05-07T20:50:52.903Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T20:50:54.051Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T20:50:54.296Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T20:50:54.560Z] OK: 149 MiB in 40 packages [2021-05-07T20:50:55.138Z] Removing intermediate container f56e598fcf04 [2021-05-07T20:50:55.138Z] ---> ffa4b05853f1 [2021-05-07T20:50:55.139Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-07T20:50:55.139Z] ---> Running in 2482f6843e90 [2021-05-07T20:50:55.406Z] Removing intermediate container 2482f6843e90 [2021-05-07T20:50:55.406Z] ---> 7946be1deb7f [2021-05-07T20:50:55.406Z] Step 6/7 : COPY go.mod . [2021-05-07T20:50:55.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T20:50:55.668Z] ---> 6388fccbfe03 [2021-05-07T20:50:55.668Z] Step 7/7 : RUN go mod download [2021-05-07T20:50:55.668Z] ---> Running in 8aa8badc1dda [2021-05-07T20:50:59.759Z] OK: 138 MiB in 40 packages [2021-05-07T20:51:00.743Z] Removing intermediate container 923dcd937b2e [2021-05-07T20:51:00.743Z] ---> 1730ce3a0951 [2021-05-07T20:51:00.743Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-07T20:51:00.743Z] ---> Running in 3c4ea3d7d47e [2021-05-07T20:51:01.340Z] Removing intermediate container 3c4ea3d7d47e [2021-05-07T20:51:01.340Z] ---> 358e77b56481 [2021-05-07T20:51:01.340Z] Step 6/7 : COPY go.mod . [2021-05-07T20:51:01.941Z] ---> 2dd42ef0351e [2021-05-07T20:51:01.941Z] Step 7/7 : RUN go mod download [2021-05-07T20:51:02.238Z] ---> Running in 7115f2227c0f [2021-05-07T20:51:10.619Z] Removing intermediate container 8aa8badc1dda [2021-05-07T20:51:10.619Z] ---> dc8e85e8a292 [2021-05-07T20:51:10.619Z] Successfully built dc8e85e8a292 [2021-05-07T20:51:10.619Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:51:10.940Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T20:51:10.940Z] . [Pipeline] withDockerContainer [2021-05-07T20:51:11.058Z] prd-centos7-docker-4c-2g-3662 does not seem to be running inside a container [2021-05-07T20:51:11.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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-05-07T20:51:11.775Z] $ docker top 524b2a5d37c9b9752d06cd637b5abc9b64d9787c59c774a40bdee1b996abd840 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T20:51:12.191Z] + go version [2021-05-07T20:51:12.191Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T20:51:12.206Z] $ docker stop --time=1 524b2a5d37c9b9752d06cd637b5abc9b64d9787c59c774a40bdee1b996abd840 [2021-05-07T20:51:13.564Z] $ docker rm -f 524b2a5d37c9b9752d06cd637b5abc9b64d9787c59c774a40bdee1b996abd840 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:51:14.084Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T20:51:14.084Z] . [Pipeline] withDockerContainer [2021-05-07T20:51:14.186Z] prd-centos7-docker-4c-2g-3662 does not seem to be running inside a container [2021-05-07T20:51:14.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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-05-07T20:51:14.919Z] $ docker top dd361cab4f1feca061eeb08c34f141a47d74713f641d404c57b79dbadd12db34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T20:51:15.374Z] + go mod tidy [Pipeline] sh [2021-05-07T20:51:15.936Z] + make test [2021-05-07T20:51:15.936Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-07T20:51:20.558Z] Removing intermediate container 7115f2227c0f [2021-05-07T20:51:20.558Z] ---> 4c5c53b41334 [2021-05-07T20:51:20.558Z] Successfully built 4c5c53b41334 [2021-05-07T20:51:20.558Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:51:20.904Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T20:51:20.904Z] . [Pipeline] withDockerContainer [2021-05-07T20:51:21.172Z] prd-ubuntu18.04-docker-arm64-4c-16g-3661 does not seem to be running inside a container [2021-05-07T20:51:21.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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-05-07T20:51:22.801Z] $ docker top 9a00823cc50542c5443788a40139913466563771b8dd6c8d6d9a6f6164f04fee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T20:51:23.758Z] + go version [2021-05-07T20:51:23.758Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T20:51:23.783Z] $ docker stop --time=1 9a00823cc50542c5443788a40139913466563771b8dd6c8d6d9a6f6164f04fee [2021-05-07T20:51:24.209Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-07T20:51:24.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements [2021-05-07T20:51:24.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.022s coverage: 100.0% of statements [2021-05-07T20:51:24.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.034s coverage: 45.4% of statements [2021-05-07T20:51:24.807Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.011s coverage: 77.8% of statements [2021-05-07T20:51:24.807Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-07T20:51:25.112Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.004s coverage: 26.3% of statements [2021-05-07T20:51:25.695Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements [2021-05-07T20:51:25.695Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements [2021-05-07T20:51:25.754Z] $ docker rm -f 9a00823cc50542c5443788a40139913466563771b8dd6c8d6d9a6f6164f04fee [2021-05-07T20:51:25.967Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements [2021-05-07T20:51:25.967Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-07T20:51:25.967Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-07T20:51:25.967Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:51:26.256Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.011s coverage: 35.5% of statements [2021-05-07T20:51:26.419Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T20:51:26.419Z] . [Pipeline] withDockerContainer [2021-05-07T20:51:26.679Z] prd-ubuntu18.04-docker-arm64-4c-16g-3661 does not seem to be running inside a container [2021-05-07T20:51:26.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/202 -v /w/workspace/go-mod-core-contracts/202:/w/workspace/go-mod-core-contracts/202:rw,z -v /w/workspace/go-mod-core-contracts/202@tmp:/w/workspace/go-mod-core-contracts/202@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-05-07T20:51:28.206Z] $ docker top 3e91b8f2947c87e84e44f0b483f2f6e4777f18ed5fe0249c88505e0a0b4bbea7 -eo pid,comm [2021-05-07T20:51:28.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.048s coverage: 63.0% of statements [2021-05-07T20:51:28.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements [2021-05-07T20:51:28.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements [2021-05-07T20:51:28.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements [2021-05-07T20:51:28.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.035s coverage: 14.3% of statements [Pipeline] { [Pipeline] sh [2021-05-07T20:51:29.111Z] + go mod tidy [2021-05-07T20:51:29.179Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-07T20:51:29.179Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [Pipeline] sh [2021-05-07T20:51:30.042Z] + make test [2021-05-07T20:51:30.042Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-07T20:51:32.531Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.083s coverage: 82.9% of statements [2021-05-07T20:51:32.532Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-07T20:51:32.532Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-07T20:51:32.532Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-07T20:51:32.532Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.024s coverage: 45.4% of statements [2021-05-07T20:51:32.532Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.069s coverage: 94.7% of statements [2021-05-07T20:51:32.532Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.064s coverage: 86.3% of statements [2021-05-07T20:51:32.532Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 60.5% of statements [2021-05-07T20:51:32.532Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.009s coverage: 58.2% of statements [2021-05-07T20:51:32.793Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-07T20:51:39.457Z] gofmt -l . [2021-05-07T20:51:39.457Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-07T20:51:39.736Z] $ docker stop --time=1 dd361cab4f1feca061eeb08c34f141a47d74713f641d404c57b79dbadd12db34 [2021-05-07T20:51:41.363Z] $ docker rm -f dd361cab4f1feca061eeb08c34f141a47d74713f641d404c57b79dbadd12db34 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T20:51:41.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T20:51:42.423Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:51:43.067Z] ---> job-cost.sh [2021-05-07T20:51:43.067Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g75K [2021-05-07T20:51:56.887Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-07T20:51:57.494Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements [2021-05-07T20:51:57.494Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.055s coverage: 100.0% of statements [2021-05-07T20:51:58.020Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T20:51:58.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.076s coverage: 45.4% of statements [2021-05-07T20:51:59.114Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.053s coverage: 77.8% of statements [2021-05-07T20:51:59.114Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-07T20:52:01.791Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements [2021-05-07T20:52:01.791Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.067s coverage: 14.7% of statements [2021-05-07T20:52:01.791Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.052s coverage: 100.0% of statements [2021-05-07T20:52:02.779Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.078s coverage: 91.8% of statements [2021-05-07T20:52:02.779Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-07T20:52:02.779Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-07T20:52:02.779Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.023s coverage: 100.0% of statements [2021-05-07T20:52:02.779Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.029s coverage: 35.5% of statements [2021-05-07T20:52:09.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.092s coverage: 63.0% of statements [2021-05-07T20:52:09.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements [2021-05-07T20:52:09.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.011s coverage: 15.4% of statements [2021-05-07T20:52:09.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.024s coverage: 15.4% of statements [2021-05-07T20:52:09.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.069s coverage: 14.3% of statements [2021-05-07T20:52:09.525Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-07T20:52:09.525Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-07T20:52:12.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.230s coverage: 82.9% of statements [2021-05-07T20:52:12.153Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-07T20:52:12.153Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-07T20:52:12.153Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-07T20:52:12.430Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.073s coverage: 45.4% of statements [2021-05-07T20:52:13.882Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements [2021-05-07T20:52:15.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.182s coverage: 86.3% of statements [2021-05-07T20:52:15.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.082s coverage: 60.5% of statements [2021-05-07T20:52:15.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.033s coverage: 58.2% of statements [2021-05-07T20:52:15.871Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-07T20:52:24.641Z] lf-activate-venv(): INFO: Adding /tmp/venv-g75K/bin to PATH [2021-05-07T20:52:24.641Z] INFO: No Stack... [2021-05-07T20:52:25.217Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T20:52:26.168Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T20:52:26.482Z] + cat /w/workspace/go-mod-core-contracts/202/archives/cost.csv [2021-05-07T20:52:26.482Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T20:52:26.564Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [2021-05-07T20:52:26.573Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] did not exist. Created. [2021-05-07T20:52:26.573Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T20:52:26.907Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-07T20:52:27.040Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T20:52:27.057Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-07T20:52:38.057Z] gofmt -l . [2021-05-07T20:52:38.057Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-07T20:52:38.080Z] $ docker stop --time=1 3e91b8f2947c87e84e44f0b483f2f6e4777f18ed5fe0249c88505e0a0b4bbea7 [2021-05-07T20:52:40.232Z] $ docker rm -f 3e91b8f2947c87e84e44f0b483f2f6e4777f18ed5fe0249c88505e0a0b4bbea7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T20:52:41.106Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T20:52:41.128Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T20:52:42.207Z] 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-05-07T20:52:42.756Z] ---> job-cost.sh [2021-05-07T20:52:42.757Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RcQi [2021-05-07T20:53:21.761Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T20:54:43.493Z] lf-activate-venv(): INFO: Adding /tmp/venv-RcQi/bin to PATH [2021-05-07T20:54:43.493Z] INFO: No Stack... [2021-05-07T20:54:43.493Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T20:54:43.493Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T20:54:43.838Z] + cat /w/workspace/go-mod-core-contracts/202/archives/cost.csv [2021-05-07T20:54:43.838Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T20:54:43.962Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [2021-05-07T20:54:43.970Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] did not exist. Created. [2021-05-07T20:54:43.970Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-202-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T20:54:44.343Z] /w/workspace/go-mod-core-contracts/202@tmp/durable-4b0762cb/script.sh: 1: /w/workspace/go-mod-core-contracts/202@tmp/durable-4b0762cb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-07T20:54:44.696Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T20:54:44.718Z] Warning: overwriting stash ‘stack-cost’ [2021-05-07T20:54:44.901Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T20:54:44.918Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-202-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-05-07T20:54:45.505Z] provisioning config files... [2021-05-07T20:54:45.520Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4717143438315281358tmp [Pipeline] { [Pipeline] sh [2021-05-07T20:54:45.847Z] + set +x [2021-05-07T20:54:45.847Z] + curl -s https://codecov.io/bash [2021-05-07T20:54:45.847Z] + bash -s -- [2021-05-07T20:54:46.112Z] [2021-05-07T20:54:46.112Z] _____ _ [2021-05-07T20:54:46.112Z] / ____| | | [2021-05-07T20:54:46.112Z] | | ___ __| | ___ ___ _____ __ [2021-05-07T20:54:46.112Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-07T20:54:46.112Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-07T20:54:46.112Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-07T20:54:46.112Z] Bash-1.0.2 [2021-05-07T20:54:46.112Z] [2021-05-07T20:54:46.112Z] [2021-05-07T20:54:46.112Z] ==> git version 2.24.3 found [2021-05-07T20:54:46.112Z] ==> 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-05-07T20:54:46.112Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-07T20:54:46.112Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-07T20:54:46.112Z] ==> Jenkins CI detected. [2021-05-07T20:54:46.112Z] project root: . [2021-05-07T20:54:46.112Z] --> token set from env [2021-05-07T20:54:46.112Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-07T20:54:46.112Z] ==> Running gcov in . (disable via -X gcov) [2021-05-07T20:54:46.112Z] ==> Python coveragepy not found [2021-05-07T20:54:46.112Z] ==> Searching for coverage reports in: [2021-05-07T20:54:46.112Z] + . [2021-05-07T20:54:46.112Z] -> Found 1 reports [2021-05-07T20:54:46.112Z] ==> Detecting git/mercurial file structure [2021-05-07T20:54:46.112Z] ==> Reading reports [2021-05-07T20:54:46.112Z] + ./coverage.out bytes=175053 [2021-05-07T20:54:46.112Z] ==> Appending adjustments [2021-05-07T20:54:46.112Z] https://docs.codecov.io/docs/fixing-reports [2021-05-07T20:54:47.507Z] + Found adjustments [2021-05-07T20:54:47.507Z] ==> Gzipping contents [2021-05-07T20:54:47.507Z] 28K /tmp/codecov.zUDzX2.gz [2021-05-07T20:54:47.507Z] ==> Uploading reports [2021-05-07T20:54:47.507Z] url: https://codecov.io [2021-05-07T20:54:47.507Z] query: branch=master&commit=98a7dc1ab8e1cd369d44dda4f248af720b9e02eb&build=202&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F202%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T20:54:47.507Z] -> Pinging Codecov [2021-05-07T20:54:47.507Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=98a7dc1ab8e1cd369d44dda4f248af720b9e02eb&build=202&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F202%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T20:54:47.779Z] -> Uploading to [2021-05-07T20:54:47.779Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-07/71470A77251A30514AAF9C0BB2E5B6CE/98a7dc1ab8e1cd369d44dda4f248af720b9e02eb/c4232c05-ac90-4c62-816d-02059e8d6083.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T205447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=904095253c71d5f47dd870b7252b6c94d2a31e0e1ddfd14384d9b74dd1295c46 [2021-05-07T20:54:47.779Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-07T20:54:47.779Z] Dload Upload Total Spent Left Speed [2021-05-07T20:54:48.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25700 0 0 100 25700 0 60163 --:--:-- --:--:-- --:--:-- 60187 [2021-05-07T20:54:48.357Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] } [2021-05-07T20:54:48.367Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-07T20:54:49.023Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-07T20:54:49.044Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:54:49.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T20:54:49.468Z] [2021-05-07T20:54:49.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:54:49.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T20:54:49.801Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-07T20:54:49.801Z] 188c0c94c7c5: Pulling fs layer [2021-05-07T20:54:49.801Z] 0ef7d3d256c8: Pulling fs layer [2021-05-07T20:54:49.801Z] de9db76c5a1d: Pulling fs layer [2021-05-07T20:54:49.801Z] 0eba1c9be4d2: Pulling fs layer [2021-05-07T20:54:49.801Z] 0d57e429df01: Pulling fs layer [2021-05-07T20:54:49.801Z] 4e4be7b47b0d: Pulling fs layer [2021-05-07T20:54:49.801Z] e1f770b5df2f: Pulling fs layer [2021-05-07T20:54:49.801Z] 85a0685a4137: Pulling fs layer [2021-05-07T20:54:49.801Z] 0eba1c9be4d2: Waiting [2021-05-07T20:54:49.801Z] 0d57e429df01: Waiting [2021-05-07T20:54:49.801Z] 4e4be7b47b0d: Waiting [2021-05-07T20:54:49.801Z] e1f770b5df2f: Waiting [2021-05-07T20:54:49.801Z] 85a0685a4137: Waiting [2021-05-07T20:54:49.801Z] de9db76c5a1d: Verifying Checksum [2021-05-07T20:54:49.801Z] de9db76c5a1d: Download complete [2021-05-07T20:54:49.801Z] 0ef7d3d256c8: Verifying Checksum [2021-05-07T20:54:49.801Z] 0ef7d3d256c8: Download complete [2021-05-07T20:54:49.801Z] 0d57e429df01: Verifying Checksum [2021-05-07T20:54:49.801Z] 0d57e429df01: Download complete [2021-05-07T20:54:49.801Z] 4e4be7b47b0d: Verifying Checksum [2021-05-07T20:54:49.801Z] 4e4be7b47b0d: Download complete [2021-05-07T20:54:50.068Z] 188c0c94c7c5: Verifying Checksum [2021-05-07T20:54:50.068Z] 188c0c94c7c5: Download complete [2021-05-07T20:54:50.332Z] 188c0c94c7c5: Pull complete [2021-05-07T20:54:50.597Z] 0ef7d3d256c8: Pull complete [2021-05-07T20:54:50.597Z] de9db76c5a1d: Pull complete [2021-05-07T20:54:51.996Z] e1f770b5df2f: Verifying Checksum [2021-05-07T20:54:51.996Z] e1f770b5df2f: Download complete [2021-05-07T20:54:54.569Z] 85a0685a4137: Verifying Checksum [2021-05-07T20:54:54.569Z] 85a0685a4137: Download complete [2021-05-07T20:54:54.569Z] 0eba1c9be4d2: Verifying Checksum [2021-05-07T20:54:54.569Z] 0eba1c9be4d2: Download complete [2021-05-07T20:54:59.900Z] 0eba1c9be4d2: Pull complete [2021-05-07T20:55:00.163Z] 0d57e429df01: Pull complete [2021-05-07T20:55:00.163Z] 4e4be7b47b0d: Pull complete [2021-05-07T20:55:02.730Z] e1f770b5df2f: Pull complete [2021-05-07T20:55:10.932Z] 85a0685a4137: Pull complete [2021-05-07T20:55:10.932Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-07T20:55:10.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T20:55:10.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-07T20:55:11.138Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:55:11.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-07T20:55:12.304Z] $ docker top 4fa7b541b42f4bcb4e25dead30b2e868434c62e87d11575e133cef6efb5f71d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T20:55:12.455Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-07T20:55:12.756Z] + set -o pipefail [2021-05-07T20:55:12.756Z] + snyk monitor '--org=edgex-jenkins' [2021-05-07T20:55:19.367Z] [2021-05-07T20:55:19.367Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-05-07T20:55:19.367Z] [2021-05-07T20:55:19.367Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/59bffc29-3796-4a6e-b437-01a89ee92780 [2021-05-07T20:55:19.367Z] [2021-05-07T20:55:19.367Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-07T20:55:19.367Z] [2021-05-07T20:55:19.367Z] [Pipeline] } [2021-05-07T20:55:19.383Z] $ docker stop --time=1 4fa7b541b42f4bcb4e25dead30b2e868434c62e87d11575e133cef6efb5f71d5 [2021-05-07T20:55:22.334Z] $ docker rm -f 4fa7b541b42f4bcb4e25dead30b2e868434c62e87d11575e133cef6efb5f71d5 [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-05-07T20:55:23.379Z] + git log --format=format:%s -1 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:55:23.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T20:55:23.693Z] . [Pipeline] withDockerContainer [2021-05-07T20:55:23.795Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:55:23.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T20:55:24.701Z] $ docker top b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T20:55:24.917Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T20:55:24.917Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T20:55:25.169Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T20:55:25.173Z] $ docker exec b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 ssh-agent [2021-05-07T20:55:25.356Z] SSH_AUTH_SOCK=/tmp/ssh-taGTl8QcbmxS/agent.11 [2021-05-07T20:55:25.356Z] SSH_AGENT_PID=16 [2021-05-07T20:55:25.400Z] Running ssh-add (command line suppressed) [2021-05-07T20:55:25.540Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4449399437150190444.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4449399437150190444.key) [2021-05-07T20:55:25.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T20:55:25.913Z] + git semver tag [2021-05-07T20:55:25.913Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T20:55:25.913Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-05-07T20:55:25.913Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-05-07T20:55:25.913Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T20:55:25.913Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T20:55:25.913Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T20:55:25.913Z] # $SEMVER_BRANCH = master [2021-05-07T20:55:25.913Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-05-07T20:55:25.913Z] # 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb HEAD [2021-05-07T20:55:26.177Z] # -> Force: false [2021-05-07T20:55:26.177Z] # e261edf029e0685f3cd1bf588403fc3731a385ac refs/tags/v2.0.0-dev.83 [Pipeline] } [2021-05-07T20:55:26.190Z] $ docker exec --env ******** --env ******** b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 ssh-agent -k [2021-05-07T20:55:26.319Z] unset SSH_AUTH_SOCK; [2021-05-07T20:55:26.320Z] unset SSH_AGENT_PID; [2021-05-07T20:55:26.320Z] echo Agent pid 16 killed; [2021-05-07T20:55:26.368Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T20:55:26.701Z] + git semver [Pipeline] } [2021-05-07T20:55:26.720Z] $ docker stop --time=1 b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 [2021-05-07T20:55:28.065Z] $ docker rm -f b0ca0117ea7c79b1ff1948e986629ca86aecac4ca225dd96c54f432dd2827372 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:55:28.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T20:55:28.597Z] [2021-05-07T20:55:28.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:55:28.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T20:55:28.916Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-07T20:55:28.916Z] ab5ef0e58194: Pulling fs layer [2021-05-07T20:55:28.916Z] 9712f1f96733: Pulling fs layer [2021-05-07T20:55:28.916Z] 63f879dbbcfc: Pulling fs layer [2021-05-07T20:55:28.916Z] 0d9ebad4ef96: Pulling fs layer [2021-05-07T20:55:28.916Z] e9a5061849ea: Pulling fs layer [2021-05-07T20:55:28.916Z] d747dcd14b5f: Pulling fs layer [2021-05-07T20:55:28.916Z] 2de7ff778b66: Pulling fs layer [2021-05-07T20:55:28.916Z] e9a5061849ea: Waiting [2021-05-07T20:55:28.916Z] d747dcd14b5f: Waiting [2021-05-07T20:55:28.916Z] 2de7ff778b66: Waiting [2021-05-07T20:55:28.916Z] 0d9ebad4ef96: Waiting [2021-05-07T20:55:28.916Z] 9712f1f96733: Verifying Checksum [2021-05-07T20:55:28.916Z] 9712f1f96733: Download complete [2021-05-07T20:55:30.840Z] 63f879dbbcfc: Verifying Checksum [2021-05-07T20:55:30.840Z] 63f879dbbcfc: Download complete [2021-05-07T20:55:30.840Z] e9a5061849ea: Verifying Checksum [2021-05-07T20:55:30.840Z] e9a5061849ea: Download complete [2021-05-07T20:55:31.102Z] d747dcd14b5f: Verifying Checksum [2021-05-07T20:55:31.102Z] d747dcd14b5f: Download complete [2021-05-07T20:55:31.364Z] 2de7ff778b66: Verifying Checksum [2021-05-07T20:55:31.364Z] 2de7ff778b66: Download complete [2021-05-07T20:55:31.626Z] 0d9ebad4ef96: Verifying Checksum [2021-05-07T20:55:31.626Z] 0d9ebad4ef96: Download complete [2021-05-07T20:55:31.626Z] ab5ef0e58194: Verifying Checksum [2021-05-07T20:55:31.626Z] ab5ef0e58194: Download complete [2021-05-07T20:55:35.867Z] ab5ef0e58194: Pull complete [2021-05-07T20:55:35.867Z] 9712f1f96733: Pull complete [2021-05-07T20:55:38.446Z] 63f879dbbcfc: Pull complete [2021-05-07T20:55:45.078Z] 0d9ebad4ef96: Pull complete [2021-05-07T20:55:46.037Z] e9a5061849ea: Pull complete [2021-05-07T20:55:46.300Z] d747dcd14b5f: Pull complete [2021-05-07T20:55:48.868Z] 2de7ff778b66: Pull complete [2021-05-07T20:55:48.868Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-07T20:55:48.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T20:55:48.868Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-07T20:55:49.075Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:55:49.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-07T20:55:53.186Z] $ docker top a488822c68663f3daa7da71a13ca96c6cb127583d129aefc0eb5b6f45479dec2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-07T20:55:53.319Z] provisioning config files... [2021-05-07T20:55:53.329Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9090337419728943112tmp [2021-05-07T20:55:53.347Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3722376876330096739tmp [2021-05-07T20:55:53.363Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config845077883231973775tmp [Pipeline] { [Pipeline] echo [2021-05-07T20:55:53.386Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:55:53.688Z] ---> sigul-configuration.sh [2021-05-07T20:55:53.688Z] gpg: directory `/root/.gnupg' created [2021-05-07T20:55:53.688Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-07T20:55:53.688Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-07T20:55:53.688Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-07T20:55:53.688Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-07T20:55:53.688Z] gpg: CAST5 encrypted data [2021-05-07T20:55:53.951Z] gpg: encrypted with 1 passphrase [2021-05-07T20:55:53.951Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-07T20:55:54.266Z] + mkdir /home/jenkins [2021-05-07T20:55:54.266Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-07T20:55:54.565Z] + 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-05-07T20:55:54.578Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:55:54.882Z] ---> sigul-install.sh [2021-05-07T20:56:03.040Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-07T20:56:03.344Z] + git tag --list [2021-05-07T20:56:03.344Z] v0.0.0 [2021-05-07T20:56:03.344Z] v0.0.1 [2021-05-07T20:56:03.344Z] v0.1.0 [2021-05-07T20:56:03.344Z] v0.1.1 [2021-05-07T20:56:03.344Z] v0.1.10 [2021-05-07T20:56:03.344Z] v0.1.100 [2021-05-07T20:56:03.344Z] v0.1.101 [2021-05-07T20:56:03.344Z] v0.1.102 [2021-05-07T20:56:03.344Z] v0.1.103 [2021-05-07T20:56:03.344Z] v0.1.104 [2021-05-07T20:56:03.344Z] v0.1.105 [2021-05-07T20:56:03.344Z] v0.1.106 [2021-05-07T20:56:03.344Z] v0.1.107 [2021-05-07T20:56:03.344Z] v0.1.108 [2021-05-07T20:56:03.344Z] v0.1.109 [2021-05-07T20:56:03.344Z] v0.1.11 [2021-05-07T20:56:03.344Z] v0.1.110 [2021-05-07T20:56:03.344Z] v0.1.111 [2021-05-07T20:56:03.344Z] v0.1.112 [2021-05-07T20:56:03.344Z] v0.1.113 [2021-05-07T20:56:03.344Z] v0.1.114 [2021-05-07T20:56:03.344Z] v0.1.115 [2021-05-07T20:56:03.344Z] v0.1.116 [2021-05-07T20:56:03.344Z] v0.1.117 [2021-05-07T20:56:03.344Z] v0.1.118 [2021-05-07T20:56:03.344Z] v0.1.119 [2021-05-07T20:56:03.344Z] v0.1.12 [2021-05-07T20:56:03.344Z] v0.1.120 [2021-05-07T20:56:03.344Z] v0.1.121 [2021-05-07T20:56:03.344Z] v0.1.122 [2021-05-07T20:56:03.344Z] v0.1.123 [2021-05-07T20:56:03.344Z] v0.1.124 [2021-05-07T20:56:03.344Z] v0.1.125 [2021-05-07T20:56:03.344Z] v0.1.126 [2021-05-07T20:56:03.344Z] v0.1.127 [2021-05-07T20:56:03.344Z] v0.1.128 [2021-05-07T20:56:03.344Z] v0.1.129 [2021-05-07T20:56:03.344Z] v0.1.13 [2021-05-07T20:56:03.345Z] v0.1.130 [2021-05-07T20:56:03.345Z] v0.1.131 [2021-05-07T20:56:03.345Z] v0.1.132 [2021-05-07T20:56:03.345Z] v0.1.133 [2021-05-07T20:56:03.345Z] v0.1.134 [2021-05-07T20:56:03.345Z] v0.1.135 [2021-05-07T20:56:03.345Z] v0.1.136 [2021-05-07T20:56:03.345Z] v0.1.137 [2021-05-07T20:56:03.345Z] v0.1.138 [2021-05-07T20:56:03.345Z] v0.1.139 [2021-05-07T20:56:03.345Z] v0.1.14 [2021-05-07T20:56:03.345Z] v0.1.140 [2021-05-07T20:56:03.345Z] v0.1.141 [2021-05-07T20:56:03.345Z] v0.1.142 [2021-05-07T20:56:03.345Z] v0.1.143 [2021-05-07T20:56:03.345Z] v0.1.144 [2021-05-07T20:56:03.345Z] v0.1.145 [2021-05-07T20:56:03.345Z] v0.1.146 [2021-05-07T20:56:03.345Z] v0.1.147 [2021-05-07T20:56:03.345Z] v0.1.148 [2021-05-07T20:56:03.345Z] v0.1.149 [2021-05-07T20:56:03.345Z] v0.1.15 [2021-05-07T20:56:03.345Z] v0.1.16 [2021-05-07T20:56:03.345Z] v0.1.17 [2021-05-07T20:56:03.345Z] v0.1.18 [2021-05-07T20:56:03.345Z] v0.1.19 [2021-05-07T20:56:03.345Z] v0.1.2 [2021-05-07T20:56:03.345Z] v0.1.20 [2021-05-07T20:56:03.345Z] v0.1.21 [2021-05-07T20:56:03.345Z] v0.1.22 [2021-05-07T20:56:03.345Z] v0.1.23 [2021-05-07T20:56:03.345Z] v0.1.24 [2021-05-07T20:56:03.345Z] v0.1.25 [2021-05-07T20:56:03.345Z] v0.1.26 [2021-05-07T20:56:03.345Z] v0.1.27 [2021-05-07T20:56:03.345Z] v0.1.28 [2021-05-07T20:56:03.345Z] v0.1.29 [2021-05-07T20:56:03.345Z] v0.1.3 [2021-05-07T20:56:03.345Z] v0.1.30 [2021-05-07T20:56:03.345Z] v0.1.31 [2021-05-07T20:56:03.345Z] v0.1.32 [2021-05-07T20:56:03.345Z] v0.1.33 [2021-05-07T20:56:03.345Z] v0.1.34 [2021-05-07T20:56:03.345Z] v0.1.35 [2021-05-07T20:56:03.345Z] v0.1.36 [2021-05-07T20:56:03.345Z] v0.1.37 [2021-05-07T20:56:03.345Z] v0.1.38 [2021-05-07T20:56:03.345Z] v0.1.39 [2021-05-07T20:56:03.345Z] v0.1.4 [2021-05-07T20:56:03.345Z] v0.1.40 [2021-05-07T20:56:03.345Z] v0.1.41 [2021-05-07T20:56:03.345Z] v0.1.42 [2021-05-07T20:56:03.345Z] v0.1.43 [2021-05-07T20:56:03.345Z] v0.1.44 [2021-05-07T20:56:03.345Z] v0.1.45 [2021-05-07T20:56:03.345Z] v0.1.46 [2021-05-07T20:56:03.345Z] v0.1.47 [2021-05-07T20:56:03.345Z] v0.1.48 [2021-05-07T20:56:03.345Z] v0.1.49 [2021-05-07T20:56:03.345Z] v0.1.5 [2021-05-07T20:56:03.345Z] v0.1.50 [2021-05-07T20:56:03.345Z] v0.1.51 [2021-05-07T20:56:03.345Z] v0.1.52 [2021-05-07T20:56:03.345Z] v0.1.53 [2021-05-07T20:56:03.345Z] v0.1.54 [2021-05-07T20:56:03.345Z] v0.1.55 [2021-05-07T20:56:03.345Z] v0.1.56 [2021-05-07T20:56:03.345Z] v0.1.57 [2021-05-07T20:56:03.345Z] v0.1.58 [2021-05-07T20:56:03.345Z] v0.1.59 [2021-05-07T20:56:03.345Z] v0.1.6 [2021-05-07T20:56:03.345Z] v0.1.60 [2021-05-07T20:56:03.345Z] v0.1.61 [2021-05-07T20:56:03.345Z] v0.1.62 [2021-05-07T20:56:03.345Z] v0.1.63 [2021-05-07T20:56:03.345Z] v0.1.64 [2021-05-07T20:56:03.345Z] v0.1.65 [2021-05-07T20:56:03.345Z] v0.1.66 [2021-05-07T20:56:03.345Z] v0.1.67 [2021-05-07T20:56:03.345Z] v0.1.68 [2021-05-07T20:56:03.345Z] v0.1.69 [2021-05-07T20:56:03.345Z] v0.1.7 [2021-05-07T20:56:03.345Z] v0.1.70 [2021-05-07T20:56:03.345Z] v0.1.71 [2021-05-07T20:56:03.345Z] v0.1.72 [2021-05-07T20:56:03.345Z] v0.1.73 [2021-05-07T20:56:03.345Z] v0.1.74 [2021-05-07T20:56:03.345Z] v0.1.75 [2021-05-07T20:56:03.345Z] v0.1.76 [2021-05-07T20:56:03.345Z] v0.1.77 [2021-05-07T20:56:03.345Z] v0.1.78 [2021-05-07T20:56:03.345Z] v0.1.79 [2021-05-07T20:56:03.345Z] v0.1.8 [2021-05-07T20:56:03.345Z] v0.1.80 [2021-05-07T20:56:03.345Z] v0.1.81 [2021-05-07T20:56:03.345Z] v0.1.82 [2021-05-07T20:56:03.345Z] v0.1.83 [2021-05-07T20:56:03.345Z] v0.1.84 [2021-05-07T20:56:03.345Z] v0.1.85 [2021-05-07T20:56:03.345Z] v0.1.86 [2021-05-07T20:56:03.345Z] v0.1.87 [2021-05-07T20:56:03.345Z] v0.1.88 [2021-05-07T20:56:03.345Z] v0.1.89 [2021-05-07T20:56:03.345Z] v0.1.9 [2021-05-07T20:56:03.345Z] v0.1.90 [2021-05-07T20:56:03.345Z] v0.1.91 [2021-05-07T20:56:03.345Z] v0.1.92 [2021-05-07T20:56:03.345Z] v0.1.93 [2021-05-07T20:56:03.345Z] v0.1.94 [2021-05-07T20:56:03.345Z] v0.1.95 [2021-05-07T20:56:03.345Z] v0.1.96 [2021-05-07T20:56:03.345Z] v0.1.97 [2021-05-07T20:56:03.345Z] v0.1.98 [2021-05-07T20:56:03.345Z] v0.1.99 [2021-05-07T20:56:03.345Z] v2.0.0-dev.1 [2021-05-07T20:56:03.345Z] v2.0.0-dev.10 [2021-05-07T20:56:03.345Z] v2.0.0-dev.11 [2021-05-07T20:56:03.345Z] v2.0.0-dev.12 [2021-05-07T20:56:03.345Z] v2.0.0-dev.13 [2021-05-07T20:56:03.345Z] v2.0.0-dev.14 [2021-05-07T20:56:03.345Z] v2.0.0-dev.15 [2021-05-07T20:56:03.345Z] v2.0.0-dev.16 [2021-05-07T20:56:03.345Z] v2.0.0-dev.17 [2021-05-07T20:56:03.345Z] v2.0.0-dev.18 [2021-05-07T20:56:03.345Z] v2.0.0-dev.19 [2021-05-07T20:56:03.345Z] v2.0.0-dev.2 [2021-05-07T20:56:03.345Z] v2.0.0-dev.20 [2021-05-07T20:56:03.345Z] v2.0.0-dev.21 [2021-05-07T20:56:03.345Z] v2.0.0-dev.22 [2021-05-07T20:56:03.345Z] v2.0.0-dev.23 [2021-05-07T20:56:03.345Z] v2.0.0-dev.24 [2021-05-07T20:56:03.345Z] v2.0.0-dev.25 [2021-05-07T20:56:03.345Z] v2.0.0-dev.26 [2021-05-07T20:56:03.345Z] v2.0.0-dev.27 [2021-05-07T20:56:03.345Z] v2.0.0-dev.28 [2021-05-07T20:56:03.345Z] v2.0.0-dev.29 [2021-05-07T20:56:03.345Z] v2.0.0-dev.3 [2021-05-07T20:56:03.345Z] v2.0.0-dev.30 [2021-05-07T20:56:03.345Z] v2.0.0-dev.31 [2021-05-07T20:56:03.345Z] v2.0.0-dev.32 [2021-05-07T20:56:03.345Z] v2.0.0-dev.33 [2021-05-07T20:56:03.345Z] v2.0.0-dev.34 [2021-05-07T20:56:03.345Z] v2.0.0-dev.35 [2021-05-07T20:56:03.345Z] v2.0.0-dev.36 [2021-05-07T20:56:03.345Z] v2.0.0-dev.37 [2021-05-07T20:56:03.345Z] v2.0.0-dev.38 [2021-05-07T20:56:03.345Z] v2.0.0-dev.39 [2021-05-07T20:56:03.345Z] v2.0.0-dev.4 [2021-05-07T20:56:03.345Z] v2.0.0-dev.40 [2021-05-07T20:56:03.345Z] v2.0.0-dev.41 [2021-05-07T20:56:03.345Z] v2.0.0-dev.42 [2021-05-07T20:56:03.345Z] v2.0.0-dev.43 [2021-05-07T20:56:03.345Z] v2.0.0-dev.44 [2021-05-07T20:56:03.345Z] v2.0.0-dev.45 [2021-05-07T20:56:03.345Z] v2.0.0-dev.46 [2021-05-07T20:56:03.345Z] v2.0.0-dev.47 [2021-05-07T20:56:03.345Z] v2.0.0-dev.48 [2021-05-07T20:56:03.345Z] v2.0.0-dev.49 [2021-05-07T20:56:03.345Z] v2.0.0-dev.5 [2021-05-07T20:56:03.345Z] v2.0.0-dev.50 [2021-05-07T20:56:03.345Z] v2.0.0-dev.51 [2021-05-07T20:56:03.345Z] v2.0.0-dev.52 [2021-05-07T20:56:03.345Z] v2.0.0-dev.53 [2021-05-07T20:56:03.345Z] v2.0.0-dev.54 [2021-05-07T20:56:03.345Z] v2.0.0-dev.55 [2021-05-07T20:56:03.345Z] v2.0.0-dev.56 [2021-05-07T20:56:03.345Z] v2.0.0-dev.57 [2021-05-07T20:56:03.345Z] v2.0.0-dev.58 [2021-05-07T20:56:03.345Z] v2.0.0-dev.59 [2021-05-07T20:56:03.345Z] v2.0.0-dev.6 [2021-05-07T20:56:03.345Z] v2.0.0-dev.60 [2021-05-07T20:56:03.345Z] v2.0.0-dev.61 [2021-05-07T20:56:03.345Z] v2.0.0-dev.62 [2021-05-07T20:56:03.345Z] v2.0.0-dev.63 [2021-05-07T20:56:03.345Z] v2.0.0-dev.64 [2021-05-07T20:56:03.345Z] v2.0.0-dev.65 [2021-05-07T20:56:03.345Z] v2.0.0-dev.66 [2021-05-07T20:56:03.345Z] v2.0.0-dev.67 [2021-05-07T20:56:03.345Z] v2.0.0-dev.68 [2021-05-07T20:56:03.345Z] v2.0.0-dev.69 [2021-05-07T20:56:03.345Z] v2.0.0-dev.7 [2021-05-07T20:56:03.345Z] v2.0.0-dev.70 [2021-05-07T20:56:03.345Z] v2.0.0-dev.71 [2021-05-07T20:56:03.345Z] v2.0.0-dev.72 [2021-05-07T20:56:03.345Z] v2.0.0-dev.73 [2021-05-07T20:56:03.345Z] v2.0.0-dev.74 [2021-05-07T20:56:03.345Z] v2.0.0-dev.75 [2021-05-07T20:56:03.345Z] v2.0.0-dev.76 [2021-05-07T20:56:03.345Z] v2.0.0-dev.77 [2021-05-07T20:56:03.345Z] v2.0.0-dev.78 [2021-05-07T20:56:03.345Z] v2.0.0-dev.79 [2021-05-07T20:56:03.345Z] v2.0.0-dev.8 [2021-05-07T20:56:03.345Z] v2.0.0-dev.80 [2021-05-07T20:56:03.345Z] v2.0.0-dev.81 [2021-05-07T20:56:03.345Z] v2.0.0-dev.82 [2021-05-07T20:56:03.345Z] v2.0.0-dev.83 [2021-05-07T20:56:03.345Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-07T20:56:03.686Z] + lftools sign git-tag v2.0.0-dev.83 [2021-05-07T20:56:05.193Z] Signing Git tag with Sigul... [2021-05-07T20:56:05.193Z] Signing v2.0.0-dev.83 [Pipeline] echo [2021-05-07T20:56:06.151Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:06.451Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-07T20:56:06.461Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-07T20:56:06.493Z] $ docker stop --time=1 a488822c68663f3daa7da71a13ca96c6cb127583d129aefc0eb5b6f45479dec2 [2021-05-07T20:56:08.081Z] $ docker rm -f a488822c68663f3daa7da71a13ca96c6cb127583d129aefc0eb5b6f45479dec2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:56:08.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T20:56:08.677Z] . [Pipeline] withDockerContainer [2021-05-07T20:56:08.779Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:56:08.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T20:56:09.542Z] $ docker top 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T20:56:09.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T20:56:09.769Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T20:56:09.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T20:56:09.978Z] $ docker exec 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 ssh-agent [2021-05-07T20:56:10.168Z] SSH_AUTH_SOCK=/tmp/ssh-tgiXQb97OWlX/agent.11 [2021-05-07T20:56:10.168Z] SSH_AGENT_PID=16 [2021-05-07T20:56:10.176Z] Running ssh-add (command line suppressed) [2021-05-07T20:56:10.308Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7084311987213054411.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7084311987213054411.key) [2021-05-07T20:56:10.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T20:56:10.671Z] + git semver bump pre [2021-05-07T20:56:10.671Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T20:56:10.671Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-05-07T20:56:10.671Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-05-07T20:56:10.671Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T20:56:10.671Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T20:56:10.671Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T20:56:10.671Z] # $SEMVER_BRANCH = master [2021-05-07T20:56:10.671Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-05-07T20:56:10.671Z] 2.0.0-dev.84 [Pipeline] } [2021-05-07T20:56:10.683Z] $ docker exec --env ******** --env ******** 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 ssh-agent -k [2021-05-07T20:56:10.806Z] unset SSH_AUTH_SOCK; [2021-05-07T20:56:10.806Z] unset SSH_AGENT_PID; [2021-05-07T20:56:10.806Z] echo Agent pid 16 killed; [2021-05-07T20:56:10.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T20:56:11.191Z] + git semver [Pipeline] } [2021-05-07T20:56:11.213Z] $ docker stop --time=1 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 [2021-05-07T20:56:12.619Z] $ docker rm -f 33268356214deda377c35f14a0c79211811e09d6b843acd01992489735c80d69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:56:13.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T20:56:13.064Z] . [Pipeline] withDockerContainer [2021-05-07T20:56:13.172Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:56:13.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T20:56:13.992Z] $ docker top a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T20:56:14.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T20:56:14.175Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T20:56:14.387Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T20:56:14.391Z] $ docker exec a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 ssh-agent [2021-05-07T20:56:14.562Z] SSH_AUTH_SOCK=/tmp/ssh-m2zJXAjGk774/agent.11 [2021-05-07T20:56:14.562Z] SSH_AGENT_PID=16 [2021-05-07T20:56:14.570Z] Running ssh-add (command line suppressed) [2021-05-07T20:56:14.701Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1710788901347951514.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1710788901347951514.key) [2021-05-07T20:56:14.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T20:56:15.066Z] + git semver push [2021-05-07T20:56:15.066Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T20:56:15.066Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-05-07T20:56:15.066Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-05-07T20:56:15.066Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T20:56:15.066Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T20:56:15.066Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T20:56:15.066Z] # $SEMVER_BRANCH = master [2021-05-07T20:56:15.066Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-05-07T20:56:19.306Z] $ docker exec --env ******** --env ******** a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 ssh-agent -k [2021-05-07T20:56:19.432Z] unset SSH_AUTH_SOCK; [2021-05-07T20:56:19.433Z] unset SSH_AGENT_PID; [2021-05-07T20:56:19.433Z] echo Agent pid 16 killed; [2021-05-07T20:56:19.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T20:56:19.889Z] + git semver [Pipeline] } [2021-05-07T20:56:19.909Z] $ docker stop --time=1 a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 [2021-05-07T20:56:21.259Z] $ docker rm -f a143a656830a8c0ba0bb11c0c36ab7633a6efa554d6230dc4f218b648195cb20 [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-05-07T20:56:22.271Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:23.158Z] ---> package-listing.sh [2021-05-07T20:56:23.158Z] ++ facter osfamily [2021-05-07T20:56:23.158Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T20:56:23.158Z] + OS_FAMILY=redhat [2021-05-07T20:56:23.158Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-05-07T20:56:23.158Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T20:56:23.158Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T20:56:23.158Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T20:56:23.158Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T20:56:23.158Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-05-07T20:56:23.158Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T20:56:23.158Z] + case "${OS_FAMILY}" in [2021-05-07T20:56:23.158Z] + rpm -qa [2021-05-07T20:56:23.158Z] + sort [2021-05-07T20:56:28.468Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T20:56:28.468Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T20:56:28.468Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T20:56:28.468Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-05-07T20:56:28.468Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-05-07T20:56:28.468Z] + 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-05-07T20:56:28.483Z] 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-05-07T20:56:28.775Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:56:29.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T20:56:29.081Z] [2021-05-07T20:56:29.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T20:56:29.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T20:56:29.403Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T20:56:29.403Z] df20fa9351a1: Pulling fs layer [2021-05-07T20:56:29.403Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T20:56:29.403Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T20:56:29.403Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T20:56:29.403Z] 93b61091891f: Pulling fs layer [2021-05-07T20:56:29.403Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T20:56:29.403Z] 5e14af77c1be: Pulling fs layer [2021-05-07T20:56:29.403Z] 01666e4c0597: Pulling fs layer [2021-05-07T20:56:29.403Z] aa168da1d23b: Pulling fs layer [2021-05-07T20:56:29.403Z] 46f8f816bc3b: Waiting [2021-05-07T20:56:29.403Z] 93b61091891f: Waiting [2021-05-07T20:56:29.403Z] 5e14af77c1be: Waiting [2021-05-07T20:56:29.403Z] 01666e4c0597: Waiting [2021-05-07T20:56:29.403Z] aa168da1d23b: Waiting [2021-05-07T20:56:29.403Z] 93b9cdb0e59b: Waiting [2021-05-07T20:56:29.403Z] 36b3adc4ff6f: Download complete [2021-05-07T20:56:29.403Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T20:56:29.403Z] 46f8f816bc3b: Download complete [2021-05-07T20:56:29.403Z] df20fa9351a1: Download complete [2021-05-07T20:56:29.403Z] 93b9cdb0e59b: Verifying Checksum [2021-05-07T20:56:29.403Z] 93b9cdb0e59b: Download complete [2021-05-07T20:56:29.666Z] 5e14af77c1be: Download complete [2021-05-07T20:56:29.666Z] 93b61091891f: Download complete [2021-05-07T20:56:29.666Z] 01666e4c0597: Verifying Checksum [2021-05-07T20:56:29.666Z] 01666e4c0597: Download complete [2021-05-07T20:56:29.929Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T20:56:29.929Z] 8ad3a11d3b57: Download complete [2021-05-07T20:56:30.191Z] df20fa9351a1: Pull complete [2021-05-07T20:56:30.457Z] 36b3adc4ff6f: Pull complete [2021-05-07T20:56:31.859Z] 8ad3a11d3b57: Pull complete [2021-05-07T20:56:32.442Z] aa168da1d23b: Verifying Checksum [2021-05-07T20:56:32.442Z] aa168da1d23b: Download complete [2021-05-07T20:56:32.442Z] 46f8f816bc3b: Pull complete [2021-05-07T20:56:33.021Z] 93b61091891f: Pull complete [2021-05-07T20:56:33.021Z] 93b9cdb0e59b: Pull complete [2021-05-07T20:56:33.021Z] 5e14af77c1be: Pull complete [2021-05-07T20:56:33.301Z] 01666e4c0597: Pull complete [2021-05-07T20:56:41.481Z] aa168da1d23b: Pull complete [2021-05-07T20:56:41.481Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T20:56:41.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T20:56:41.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T20:56:41.594Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2021-05-07T20:56:41.642Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-07T20:56:44.377Z] $ docker top fd52c9cc5a7b0c5b058a6a360b31a503a6d317ce242a48aba798af3732131c32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T20:56:44.839Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T20:56:45.138Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T20:56:45.437Z] + ls /var/log/sa-host [2021-05-07T20:56:45.437Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T20:56:45.437Z] file_magic: OK [2021-05-07T20:56:45.437Z] HZ: Using current value: 100 [2021-05-07T20:56:45.437Z] file_header: OK [2021-05-07T20:56:45.437Z] 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-05-07T20:56:45.437Z] Statistics: [2021-05-07T20:56:45.437Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-07T20:56:45.437Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T20:56:45.437Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T20:56:45.437Z] file_magic: OK [2021-05-07T20:56:45.437Z] HZ: Using current value: 100 [2021-05-07T20:56:45.437Z] file_header: OK [2021-05-07T20:56:45.437Z] 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-05-07T20:56:45.437Z] Statistics: [2021-05-07T20:56:45.437Z] Hnuu...uuuununununu... [2021-05-07T20:56:45.437Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T20:56:45.619Z] provisioning config files... [2021-05-07T20:56:45.636Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2684878120272442873tmp [Pipeline] { [Pipeline] echo [2021-05-07T20:56:45.659Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:45.957Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T20:56:45.968Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T20:56:45.994Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:46.418Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T20:56:46.444Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:46.797Z] ---> sudo-logs.sh [2021-05-07T20:56:46.798Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T20:56:46.830Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:47.128Z] ---> job-cost.sh [2021-05-07T20:56:47.128Z] lf-activate-venv: SKIPPING [2021-05-07T20:56:47.128Z] DEBUG: total: 0.20999999344348907 [2021-05-07T20:56:47.128Z] INFO: Retrieving Stack Cost... [2021-05-07T20:56:48.528Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T20:56:49.102Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T20:56:49.116Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T20:56:49.414Z] ---> logs-deploy.sh [2021-05-07T20:56:49.414Z] lf-activate-venv: SKIPPING [2021-05-07T20:56:49.414Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/202 [2021-05-07T20:56:49.414Z] INFO: archiving workspace using pattern(s): [2021-05-07T20:56:51.334Z] Archives upload complete. [2021-05-07T20:56:51.334Z] INFO: archiving logs to Nexus [2021-05-07T20:56:52.282Z] ---> uname -a: [2021-05-07T20:56:52.282Z] Linux prd-centos7-docker-4c-2g-3660.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-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] ---> lscpu: [2021-05-07T20:56:52.282Z] Architecture: x86_64 [2021-05-07T20:56:52.282Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-07T20:56:52.282Z] Byte Order: Little Endian [2021-05-07T20:56:52.282Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-07T20:56:52.282Z] CPU(s): 4 [2021-05-07T20:56:52.282Z] On-line CPU(s) list: 0-3 [2021-05-07T20:56:52.282Z] Thread(s) per core: 1 [2021-05-07T20:56:52.282Z] Core(s) per socket: 1 [2021-05-07T20:56:52.282Z] Socket(s): 4 [2021-05-07T20:56:52.282Z] NUMA node(s): 1 [2021-05-07T20:56:52.282Z] Vendor ID: GenuineIntel [2021-05-07T20:56:52.282Z] CPU family: 6 [2021-05-07T20:56:52.282Z] Model: 44 [2021-05-07T20:56:52.282Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-07T20:56:52.282Z] Stepping: 1 [2021-05-07T20:56:52.282Z] CPU MHz: 2933.438 [2021-05-07T20:56:52.282Z] BogoMIPS: 5866.87 [2021-05-07T20:56:52.282Z] Virtualization: VT-x [2021-05-07T20:56:52.282Z] Hypervisor vendor: KVM [2021-05-07T20:56:52.282Z] Virtualization type: full [2021-05-07T20:56:52.282Z] L1d cache: 128 KiB [2021-05-07T20:56:52.282Z] L1i cache: 128 KiB [2021-05-07T20:56:52.282Z] L2 cache: 16 MiB [2021-05-07T20:56:52.282Z] L3 cache: 64 MiB [2021-05-07T20:56:52.282Z] NUMA node0 CPU(s): 0-3 [2021-05-07T20:56:52.282Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-07T20:56:52.282Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-07T20:56:52.282Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-07T20:56:52.282Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-07T20:56:52.282Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-07T20:56:52.282Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-07T20:56:52.282Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-07T20:56:52.282Z] Vulnerability Srbds: Not affected [2021-05-07T20:56:52.282Z] Vulnerability Tsx async abort: Not affected [2021-05-07T20:56:52.282Z] 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-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] ---> nproc: [2021-05-07T20:56:52.282Z] 4 [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] ---> df -h: [2021-05-07T20:56:52.282Z] Filesystem Size Used Available Use% Mounted on [2021-05-07T20:56:52.282Z] overlay 50.0G 8.5G 41.4G 17% / [2021-05-07T20:56:52.282Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-07T20:56:52.282Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-07T20:56:52.282Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-05-07T20:56:52.282Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] ---> free -m: [2021-05-07T20:56:52.282Z] total used free shared buff/cache available [2021-05-07T20:56:52.282Z] Mem: 1837 836 146 0 854 937 [2021-05-07T20:56:52.282Z] Swap: 1023 2 1021 [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] ---> ip addr: [2021-05-07T20:56:52.282Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-07T20:56:52.282Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-07T20:56:52.282Z] inet 127.0.0.1/8 scope host lo [2021-05-07T20:56:52.282Z] valid_lft forever preferred_lft forever [2021-05-07T20:56:52.282Z] inet6 ::1/128 scope host [2021-05-07T20:56:52.282Z] valid_lft forever preferred_lft forever [2021-05-07T20:56:52.282Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-07T20:56:52.282Z] link/ether fa:16:3e:e5:6c:c4 brd ff:ff:ff:ff:ff:ff [2021-05-07T20:56:52.282Z] inet 10.30.123.94/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-07T20:56:52.282Z] valid_lft 85824sec preferred_lft 85824sec [2021-05-07T20:56:52.282Z] inet6 fe80::f816:3eff:fee5:6cc4/64 scope link [2021-05-07T20:56:52.282Z] valid_lft forever preferred_lft forever [2021-05-07T20:56:52.282Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-07T20:56:52.282Z] link/ether 02:42:8d:72:da:e5 brd ff:ff:ff:ff:ff:ff [2021-05-07T20:56:52.282Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-07T20:56:52.282Z] valid_lft forever preferred_lft forever [2021-05-07T20:56:52.282Z] inet6 fe80::42:8dff:fe72:dae5/64 scope link [2021-05-07T20:56:52.282Z] valid_lft forever preferred_lft forever [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] ---> sar -b -r -n DEV: [2021-05-07T20:56:52.282Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] 20:47:04 LINUX RESTART (4 CPU) [2021-05-07T20:56:52.282Z] [2021-05-07T20:56:52.282Z] 20:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-07T20:56:52.282Z] 20:49:01 9.54 1.48 8.06 0.00 86.57 303.21 0.00 [2021-05-07T20:56:52.282Z] 20:50:02 1.82 0.00 1.82 0.00 0.00 37.82 0.00 [2021-05-07T20:56:52.282Z] 20:51:01 0.37 0.00 0.37 0.00 0.00 5.94 0.00 [2021-05-07T20:56:52.283Z] 20:52:01 0.42 0.00 0.42 0.00 0.00 3.95 0.00 [2021-05-07T20:56:52.283Z] 20:53:01 0.60 0.00 0.60 0.00 0.00 5.85 0.00 [2021-05-07T20:56:52.283Z] 20:54:01 0.75 0.00 0.75 0.00 0.00 9.44 0.00 [2021-05-07T20:56:52.283Z] 20:55:01 54.52 17.20 37.32 0.00 1079.63 17593.72 0.00 [2021-05-07T20:56:52.283Z] 20:56:01 407.39 211.94 195.44 0.00 10449.64 49755.27 0.00 [2021-05-07T20:56:52.283Z] Average: 59.59 28.91 30.68 0.00 1456.08 8486.87 0.00 [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] 20:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-07T20:56:52.283Z] 20:49:01 136748 0 611252 32.49 2620 1130924 1105072 37.71 421800 1122444 8 [2021-05-07T20:56:52.283Z] 20:50:02 140080 0 607912 32.31 2620 1130932 1076276 36.73 420004 1121140 12 [2021-05-07T20:56:52.283Z] 20:51:01 137264 0 610720 32.46 2620 1130940 1076504 36.74 422348 1122008 8 [2021-05-07T20:56:52.283Z] 20:52:01 138568 0 609416 32.39 2620 1130940 1076276 36.73 421108 1122008 8 [2021-05-07T20:56:52.283Z] 20:53:01 135308 0 612668 32.56 2620 1130948 1076348 36.73 424460 1122192 8 [2021-05-07T20:56:52.283Z] 20:54:01 135712 0 612252 32.54 2620 1130960 1076276 36.73 424180 1122200 8 [2021-05-07T20:56:52.283Z] 20:55:01 139136 0 696508 37.02 2620 1043280 1298104 44.30 466936 1032184 94652 [2021-05-07T20:56:52.283Z] 20:56:01 80180 0 795116 42.26 1500 1004748 1263228 43.11 648052 817988 94236 [2021-05-07T20:56:52.283Z] Average: 130374 0 644480 34.25 2480 1104209 1131010 38.60 456111 1072770 23618 [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] 20:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-07T20:56:52.283Z] 20:49:01 eth0 22.51 21.06 37.66 6.64 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:49:01 docker0 12.37 8.42 2.32 23.76 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:50:02 eth0 1.08 0.08 0.11 0.01 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:51:01 eth0 1.15 0.83 0.88 0.42 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:52:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:53:01 eth0 0.23 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:55:01 eth0 390.71 350.16 4073.98 54.23 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:56:01 veth7e1b8a6 31.29 49.96 2.08 259.28 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:56:01 eth0 454.50 384.66 3769.63 44.87 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] 20:56:01 docker0 61.62 81.62 3.82 539.16 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] Average: veth7e1b8a6 3.92 6.26 0.26 32.51 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] Average: eth0 109.06 94.87 987.66 13.31 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] Average: docker0 9.27 11.29 0.77 70.57 0.00 0.00 0.00 0.00 [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] ---> sar -P ALL: [2021-05-07T20:56:52.283Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] 20:47:04 LINUX RESTART (4 CPU) [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] 20:48:01 CPU %user %nice %system %iowait %steal %idle [2021-05-07T20:56:52.283Z] 20:49:01 all 0.69 0.00 0.43 0.26 0.00 98.61 [2021-05-07T20:56:52.283Z] 20:49:01 0 0.68 0.00 0.43 0.08 0.00 98.80 [2021-05-07T20:56:52.283Z] 20:49:01 1 0.60 0.00 0.42 0.02 0.00 98.97 [2021-05-07T20:56:52.283Z] 20:49:01 2 0.53 0.00 0.45 0.02 0.00 99.00 [2021-05-07T20:56:52.283Z] 20:49:01 3 0.95 0.00 0.42 0.92 0.02 97.70 [2021-05-07T20:56:52.283Z] 20:50:02 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-05-07T20:56:52.283Z] 20:50:02 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-07T20:56:52.283Z] 20:50:02 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-05-07T20:56:52.283Z] 20:50:02 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-05-07T20:56:52.283Z] 20:50:02 3 0.45 0.00 0.03 0.00 0.00 99.52 [2021-05-07T20:56:52.283Z] 20:51:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-05-07T20:56:52.283Z] 20:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-07T20:56:52.283Z] 20:51:01 1 0.07 0.00 0.07 0.00 0.00 99.86 [2021-05-07T20:56:52.283Z] 20:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-07T20:56:52.283Z] 20:51:01 3 0.49 0.00 0.07 0.00 0.00 99.44 [2021-05-07T20:56:52.283Z] 20:52:01 all 0.06 0.00 0.03 0.00 0.00 99.91 [2021-05-07T20:56:52.283Z] 20:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-07T20:56:52.283Z] 20:52:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-07T20:56:52.283Z] 20:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-07T20:56:52.283Z] 20:52:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2021-05-07T20:56:52.283Z] 20:53:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-05-07T20:56:52.283Z] 20:53:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2021-05-07T20:56:52.283Z] 20:53:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-05-07T20:56:52.283Z] 20:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-07T20:56:52.283Z] 20:53:01 3 0.53 0.00 0.05 0.00 0.02 99.40 [2021-05-07T20:56:52.283Z] 20:54:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-05-07T20:56:52.283Z] 20:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-07T20:56:52.283Z] 20:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-07T20:56:52.283Z] 20:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-07T20:56:52.283Z] 20:54:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-05-07T20:56:52.283Z] 20:55:01 all 5.16 0.00 3.47 0.16 0.05 91.15 [2021-05-07T20:56:52.283Z] 20:55:01 0 5.01 0.00 3.75 0.05 0.07 91.12 [2021-05-07T20:56:52.283Z] 20:55:01 1 4.90 0.00 3.28 0.10 0.05 91.66 [2021-05-07T20:56:52.283Z] 20:55:01 2 5.25 0.00 3.44 0.13 0.05 91.12 [2021-05-07T20:56:52.283Z] 20:55:01 3 5.49 0.00 3.40 0.37 0.05 90.69 [2021-05-07T20:56:52.283Z] 20:56:01 all 15.20 0.00 11.19 4.81 0.10 68.70 [2021-05-07T20:56:52.283Z] 20:56:01 0 14.23 0.00 11.26 4.21 0.09 70.21 [2021-05-07T20:56:52.283Z] 20:56:01 1 18.70 0.00 11.17 4.94 0.10 65.09 [2021-05-07T20:56:52.283Z] 20:56:01 2 14.09 0.00 10.61 5.67 0.12 69.51 [2021-05-07T20:56:52.283Z] 20:56:01 3 13.79 0.00 11.73 4.41 0.10 69.97 [2021-05-07T20:56:52.283Z] Average: all 2.67 0.00 1.88 0.64 0.02 94.79 [2021-05-07T20:56:52.283Z] Average: 0 2.46 0.00 1.92 0.53 0.02 95.07 [2021-05-07T20:56:52.283Z] Average: 1 2.99 0.00 1.85 0.62 0.02 94.52 [2021-05-07T20:56:52.283Z] Average: 2 2.47 0.00 1.81 0.71 0.02 94.99 [2021-05-07T20:56:52.283Z] Average: 3 2.76 0.00 1.94 0.70 0.02 94.58 [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z] [2021-05-07T20:56:52.283Z]