Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27828’ Running on prd-centos7-docker-4c-2g-27830 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 f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d (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 f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 Commit message: "Merge pull request #524 from hahattan/issue-502-autoevent" > git rev-list --no-walk 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T09:00:31.281Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T09:00:31.596Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T09:00:31.697Z] ========================================================= [2021-02-26T09:00:31.697Z] EdgeX Global Pipelines Version Info [2021-02-26T09:00:31.697Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:00:33.304Z] ------------------- [2021-02-26T09:00:33.304Z] stable info: [2021-02-26T09:00:33.304Z] ------------------- [2021-02-26T09:00:33.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T09:00:33.304Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T09:00:33.304Z] Message: update stable to v1.0.182 [2021-02-26T09:00:34.251Z] ------------------- [2021-02-26T09:00:34.251Z] experimental info: [2021-02-26T09:00:34.251Z] ------------------- [2021-02-26T09:00:34.251Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T09:00:34.251Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T09:00:34.251Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T09:00:34.613Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-26T09:00:34.706Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-26T09:00:34.794Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T09:00:34.879Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T09:00:34.967Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T09:00:35.053Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T09:00:35.147Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T09:00:35.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T09:00:35.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-26T09:00:35.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T09:00:35.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T09:00:35.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-26T09:00:35.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T09:00:35.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T09:00:35.862Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T09:00:35.965Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T09:00:36.053Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T09:00:36.192Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T09:00:36.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T09:00:36.384Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-26T09:00:36.476Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-26T09:00:36.566Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-26T09:00:36.653Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-26T09:00:36.738Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-26T09:00:36.825Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-26T09:00:36.914Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T09:00:37.006Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-26T09:00:37.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-26T09:00:37.175Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-26T09:00:37.277Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] echo [2021-02-26T09:00:37.361Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4a998d [Pipeline] echo [2021-02-26T09:00:37.451Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T09:00:38.155Z] + git log --format=format:%s -1 f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] echo [2021-02-26T09:00:38.223Z] GIT_COMMIT: f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d, Commit Message: Merge pull request #524 from hahattan/issue-502-autoevent [Pipeline] echo [2021-02-26T09:00:38.272Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:00:38.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T09:00:39.133Z] [2021-02-26T09:00:39.133Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:00:39.486Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T09:00:39.486Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T09:00:39.486Z] 31603596830f: Pulling fs layer [2021-02-26T09:00:39.486Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T09:00:39.486Z] 6ca5941a6612: Pulling fs layer [2021-02-26T09:00:39.486Z] ecc8261a40a4: Pulling fs layer [2021-02-26T09:00:39.486Z] ecc8261a40a4: Waiting [2021-02-26T09:00:39.486Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T09:00:39.486Z] 2a8b12db71e7: Download complete [2021-02-26T09:00:39.750Z] 31603596830f: Verifying Checksum [2021-02-26T09:00:39.750Z] 31603596830f: Download complete [2021-02-26T09:00:39.750Z] ecc8261a40a4: Verifying Checksum [2021-02-26T09:00:39.750Z] ecc8261a40a4: Download complete [2021-02-26T09:00:39.750Z] 6ca5941a6612: Verifying Checksum [2021-02-26T09:00:39.750Z] 6ca5941a6612: Download complete [2021-02-26T09:00:40.013Z] 31603596830f: Pull complete [2021-02-26T09:00:40.013Z] 2a8b12db71e7: Pull complete [2021-02-26T09:00:40.960Z] 6ca5941a6612: Pull complete [2021-02-26T09:00:41.233Z] ecc8261a40a4: Pull complete [2021-02-26T09:00:41.233Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T09:00:41.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T09:00:41.233Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T09:00:41.345Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:00:41.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T09:00:43.703Z] $ docker top 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T09:00:44.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T09:00:44.054Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T09:00:44.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T09:00:44.333Z] $ docker exec 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent [2021-02-26T09:00:44.563Z] SSH_AUTH_SOCK=/tmp/ssh-DmddjVljgLLw/agent.12 [2021-02-26T09:00:44.563Z] SSH_AGENT_PID=17 [2021-02-26T09:00:44.574Z] Running ssh-add (command line suppressed) [2021-02-26T09:00:44.752Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7556519470080508142.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7556519470080508142.key) [2021-02-26T09:00:44.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T09:00:45.160Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T09:00:45.182Z] $ docker exec --env ******** --env ******** 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent -k [2021-02-26T09:00:45.304Z] unset SSH_AUTH_SOCK; [2021-02-26T09:00:45.305Z] unset SSH_AGENT_PID; [2021-02-26T09:00:45.305Z] echo Agent pid 17 killed; [2021-02-26T09:00:45.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T09:00:45.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T09:00:45.519Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T09:00:45.697Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T09:00:45.701Z] $ docker exec 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent [2021-02-26T09:00:45.878Z] SSH_AUTH_SOCK=/tmp/ssh-2rRxDjSe8NNh/agent.47 [2021-02-26T09:00:45.878Z] SSH_AGENT_PID=52 [2021-02-26T09:00:45.884Z] Running ssh-add (command line suppressed) [2021-02-26T09:00:46.009Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7323849526554856286.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7323849526554856286.key) [2021-02-26T09:00:46.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T09:00:46.399Z] + git semver init [2021-02-26T09:00:46.399Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T09:00:46.399Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-26T09:00:46.399Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-26T09:00:46.399Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T09:00:46.399Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T09:00:46.399Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T09:00:46.399Z] # $SEMVER_BRANCH = master [2021-02-26T09:00:46.399Z] # $SEMVER_TEMP = /tmp/semver-340822368 [2021-02-26T09:00:46.399Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-26T09:00:47.351Z] # '/tmp/semver-340822368' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-02-26T09:00:47.351Z] # -> Force: false [2021-02-26T09:00:47.351Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-26T09:00:47.368Z] $ docker exec --env ******** --env ******** 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 ssh-agent -k [2021-02-26T09:00:47.545Z] unset SSH_AUTH_SOCK; [2021-02-26T09:00:47.545Z] unset SSH_AGENT_PID; [2021-02-26T09:00:47.546Z] echo Agent pid 52 killed; [2021-02-26T09:00:47.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T09:00:48.078Z] + git semver [Pipeline] } [2021-02-26T09:00:48.096Z] $ docker stop --time=1 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 [2021-02-26T09:00:49.824Z] $ docker rm -f 023c41bcb27c3d66434d76e82dd43e141677edb370020429b13b436067450506 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T09:00:50.311Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T09:00:50.721Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T09:00:50.724Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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-02-26T09:01:06.640Z] Still waiting to schedule task [2021-02-26T09:01:06.640Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-26T09:01:06.643Z] Still waiting to schedule task [2021-02-26T09:01:06.643Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-26T09:03:44.576Z] Running on prd-centos7-docker-4c-2g-27832 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-26T09:03:44.631Z] Running in /w/workspace/go-mod-core-contracts/159 [Pipeline] { [Pipeline] checkout [2021-02-26T09:03:46.904Z] using credential edgex-jenkins-ssh [2021-02-26T09:03:46.956Z] Cloning the remote Git repository [2021-02-26T09:03:46.989Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-26T09:03:47.055Z] > git init /w/workspace/go-mod-core-contracts/159 # timeout=10 [2021-02-26T09:03:47.106Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-26T09:03:47.107Z] > git --version # timeout=10 [2021-02-26T09:03:47.126Z] > git --version # 'git version 2.24.3' [2021-02-26T09:03:47.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:03:47.158Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T09:03:47.856Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-26T09:03:47.864Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T09:03:47.877Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-26T09:03:47.895Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-26T09:03:47.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:03:47.900Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T09:03:48.293Z] Checking out Revision f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d (master) [2021-02-26T09:03:48.304Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T09:03:48.309Z] > git checkout -f f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 [2021-02-26T09:03:52.150Z] Commit message: "Merge pull request #524 from hahattan/issue-502-autoevent" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T09:03:53.579Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T09:03:54.689Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T09:03:54.989Z] + true [2021-02-26T09:03:54.989Z] + sudo service docker restart [2021-02-26T09:03:54.989Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-26T09:03:56.129Z] ========================================================= [2021-02-26T09:03:56.129Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T09:03:56.129Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:03:56.485Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-26T09:03:57.063Z] Sending build context to Docker daemon 2.717MB [2021-02-26T09:03:57.063Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-26T09:03:57.063Z] Step 2/7 : FROM ${BASE} [2021-02-26T09:03:57.063Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T09:03:57.063Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T09:03:57.063Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T09:03:57.063Z] de9db76c5a1d: Pulling fs layer [2021-02-26T09:03:57.063Z] bca2f99d35d6: Pulling fs layer [2021-02-26T09:03:57.063Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T09:03:57.063Z] 7c6f9722023f: Pulling fs layer [2021-02-26T09:03:57.063Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T09:03:57.063Z] 7c6f9722023f: Waiting [2021-02-26T09:03:57.063Z] a35cf1a2eb13: Waiting [2021-02-26T09:03:57.063Z] bca2f99d35d6: Waiting [2021-02-26T09:03:57.063Z] 93359f2a8cfa: Waiting [2021-02-26T09:03:57.063Z] de9db76c5a1d: Verifying Checksum [2021-02-26T09:03:57.063Z] de9db76c5a1d: Download complete [2021-02-26T09:03:57.063Z] 0ef7d3d256c8: Download complete [2021-02-26T09:03:57.063Z] 93359f2a8cfa: Download complete [2021-02-26T09:03:57.334Z] 7c6f9722023f: Verifying Checksum [2021-02-26T09:03:57.334Z] 7c6f9722023f: Download complete [2021-02-26T09:03:57.334Z] 188c0c94c7c5: Download complete [2021-02-26T09:03:57.599Z] 188c0c94c7c5: Pull complete [2021-02-26T09:03:57.599Z] 0ef7d3d256c8: Pull complete [2021-02-26T09:03:57.866Z] de9db76c5a1d: Pull complete [2021-02-26T09:03:59.306Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T09:03:59.306Z] a35cf1a2eb13: Download complete [2021-02-26T09:03:59.882Z] bca2f99d35d6: Download complete [2021-02-26T09:04:05.222Z] bca2f99d35d6: Pull complete [2021-02-26T09:04:05.223Z] 93359f2a8cfa: Pull complete [2021-02-26T09:04:05.223Z] 7c6f9722023f: Pull complete [2021-02-26T09:04:10.540Z] a35cf1a2eb13: Pull complete [2021-02-26T09:04:10.540Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T09:04:10.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T09:04:10.540Z] ---> a62c8e92a672 [2021-02-26T09:04:10.540Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T09:04:10.540Z] ---> Running in 13877bcc59fb [2021-02-26T09:04:10.540Z] Removing intermediate container 13877bcc59fb [2021-02-26T09:04:10.540Z] ---> b4d919a65464 [2021-02-26T09:04:10.540Z] Step 4/7 : RUN apk add bash [2021-02-26T09:04:10.802Z] ---> Running in 84308da05f5a [2021-02-26T09:04:11.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T09:04:11.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T09:04:12.527Z] OK: 166 MiB in 39 packages [2021-02-26T09:04:13.103Z] Removing intermediate container 84308da05f5a [2021-02-26T09:04:13.103Z] ---> 23e35f3dbe8f [2021-02-26T09:04:13.103Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-26T09:04:13.103Z] ---> Running in c8e16999f8a4 [2021-02-26T09:04:13.365Z] Removing intermediate container c8e16999f8a4 [2021-02-26T09:04:13.365Z] ---> 975c7f983213 [2021-02-26T09:04:13.365Z] Step 6/7 : COPY go.mod . [2021-02-26T09:04:13.628Z] ---> 5122483a8ad8 [2021-02-26T09:04:13.628Z] Step 7/7 : RUN go mod download [2021-02-26T09:04:13.628Z] ---> Running in b4d9408f989e [2021-02-26T09:04:28.586Z] Removing intermediate container b4d9408f989e [2021-02-26T09:04:28.586Z] ---> 4faa343272ba [2021-02-26T09:04:28.586Z] Successfully built 4faa343272ba [2021-02-26T09:04:28.586Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:04:28.906Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T09:04:28.906Z] . [Pipeline] withDockerContainer [2021-02-26T09:04:29.018Z] prd-centos7-docker-4c-2g-27832 does not seem to be running inside a container [2021-02-26T09:04:29.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@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-02-26T09:04:29.696Z] $ docker top 2bf0995aa242b4201b95f0e71ae20ea3da89f58412de5895a9388e5f0769c799 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:04:30.173Z] + go version [2021-02-26T09:04:30.173Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T09:04:30.204Z] $ docker stop --time=1 2bf0995aa242b4201b95f0e71ae20ea3da89f58412de5895a9388e5f0769c799 [2021-02-26T09:04:31.553Z] $ docker rm -f 2bf0995aa242b4201b95f0e71ae20ea3da89f58412de5895a9388e5f0769c799 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:04:32.356Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T09:04:32.356Z] . [Pipeline] withDockerContainer [2021-02-26T09:04:32.456Z] prd-centos7-docker-4c-2g-27832 does not seem to be running inside a container [2021-02-26T09:04:32.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@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-02-26T09:04:33.045Z] $ docker top 8a0f0b708cc05e2f2d82944e67f320a726dbd616191edaafdb4aaa81cef89d53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:04:33.519Z] + make test [2021-02-26T09:04:33.519Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-26T09:04:40.204Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-26T09:04:40.204Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.029s coverage: 85.7% of statements [2021-02-26T09:04:40.204Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.015s coverage: 100.0% of statements [2021-02-26T09:04:40.799Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.029s coverage: 45.4% of statements [2021-02-26T09:04:40.799Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.027s coverage: 77.8% of statements [2021-02-26T09:04:40.799Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-26T09:04:41.406Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.006s coverage: 26.3% of statements [2021-02-26T09:04:41.989Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.030s coverage: 14.7% of statements [2021-02-26T09:04:41.989Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements [2021-02-26T09:04:41.989Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements [2021-02-26T09:04:41.989Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-26T09:04:41.989Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-26T09:04:41.989Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements [2021-02-26T09:04:42.259Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements [2021-02-26T09:04:44.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.027s coverage: 63.0% of statements [2021-02-26T09:04:44.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements [2021-02-26T09:04:44.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements [2021-02-26T09:04:44.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.032s coverage: 15.4% of statements [2021-02-26T09:04:44.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.024s coverage: 14.3% of statements [2021-02-26T09:04:44.396Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-26T09:04:45.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.099s coverage: 84.6% of statements [2021-02-26T09:04:45.829Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-26T09:04:45.829Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-26T09:04:45.829Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-26T09:04:46.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 45.3% of statements [2021-02-26T09:04:46.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 94.7% of statements [2021-02-26T09:04:46.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.061s coverage: 89.0% of statements [2021-02-26T09:04:46.672Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-02-26T09:04:46.672Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-26T09:04:46.933Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-26T09:04:48.355Z] gofmt -l . [2021-02-26T09:04:48.616Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-26T09:04:48.890Z] $ docker stop --time=1 8a0f0b708cc05e2f2d82944e67f320a726dbd616191edaafdb4aaa81cef89d53 [2021-02-26T09:04:51.045Z] $ docker rm -f 8a0f0b708cc05e2f2d82944e67f320a726dbd616191edaafdb4aaa81cef89d53 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T09:04:51.684Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T09:04:52.044Z] 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 [2021-02-26T09:04:52.898Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27833 in /w/workspace/dry_go-mod-core-contracts_master Post stage [Pipeline] { [Pipeline] ws [2021-02-26T09:04:52.970Z] Running in /w/workspace/go-mod-core-contracts/159 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] checkout [2021-02-26T09:04:53.510Z] ---> job-cost.sh [2021-02-26T09:04:53.510Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9jW6 [2021-02-26T09:04:58.815Z] using credential edgex-jenkins-ssh [2021-02-26T09:04:58.919Z] Cloning the remote Git repository [2021-02-26T09:04:58.990Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-26T09:04:59.111Z] > git init /w/workspace/go-mod-core-contracts/159 # timeout=10 [2021-02-26T09:04:59.212Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-26T09:04:59.213Z] > git --version # timeout=10 [2021-02-26T09:04:59.240Z] > git --version # 'git version 2.17.1' [2021-02-26T09:04:59.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:04:59.310Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T09:05:00.407Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-26T09:05:00.427Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T09:05:00.457Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-26T09:05:00.513Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-26T09:05:00.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T09:05:00.536Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T09:05:01.308Z] Checking out Revision f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d (master) [2021-02-26T09:05:01.348Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T09:05:01.368Z] > git checkout -f f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 [2021-02-26T09:05:06.033Z] Commit message: "Merge pull request #524 from hahattan/issue-502-autoevent" [2021-02-26T09:05:06.510Z] [2021-02-26T09:05:06.510Z] GitHub has been notified of this commit’s build result [2021-02-26T09:05:06.510Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T09:05:07.791Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T09:05:08.250Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T09:05:08.451Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T09:05:08.602Z] + true [2021-02-26T09:05:08.602Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-26T09:05:10.905Z] ========================================================= [2021-02-26T09:05:10.905Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T09:05:10.905Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:05:11.331Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-26T09:05:12.797Z] Sending build context to Docker daemon 2.716MB [2021-02-26T09:05:12.797Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-26T09:05:12.797Z] Step 2/7 : FROM ${BASE} [2021-02-26T09:05:12.797Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T09:05:12.797Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T09:05:12.797Z] a4357932f1b6: Pulling fs layer [2021-02-26T09:05:12.797Z] 18c013af1878: Pulling fs layer [2021-02-26T09:05:12.797Z] 00ac8860ef70: Pulling fs layer [2021-02-26T09:05:12.797Z] 63d7cb157983: Pulling fs layer [2021-02-26T09:05:12.797Z] b116817d02f9: Pulling fs layer [2021-02-26T09:05:12.797Z] 745a02a5169b: Pulling fs layer [2021-02-26T09:05:12.797Z] 63d7cb157983: Waiting [2021-02-26T09:05:12.797Z] b116817d02f9: Waiting [2021-02-26T09:05:12.797Z] 745a02a5169b: Waiting [2021-02-26T09:05:13.074Z] 18c013af1878: Download complete [2021-02-26T09:05:13.074Z] a4357932f1b6: Verifying Checksum [2021-02-26T09:05:13.074Z] a4357932f1b6: Download complete [2021-02-26T09:05:13.353Z] 63d7cb157983: Verifying Checksum [2021-02-26T09:05:13.353Z] 63d7cb157983: Download complete [2021-02-26T09:05:13.353Z] b116817d02f9: Verifying Checksum [2021-02-26T09:05:13.353Z] b116817d02f9: Download complete [2021-02-26T09:05:13.353Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T09:05:13.353Z] 5f621e34cdf4: Download complete [2021-02-26T09:05:13.955Z] 5f621e34cdf4: Pull complete [2021-02-26T09:05:14.942Z] a4357932f1b6: Pull complete [2021-02-26T09:05:15.219Z] 18c013af1878: Pull complete [2021-02-26T09:05:16.204Z] 745a02a5169b: Verifying Checksum [2021-02-26T09:05:16.204Z] 745a02a5169b: Download complete [2021-02-26T09:05:16.815Z] 00ac8860ef70: Verifying Checksum [2021-02-26T09:05:16.815Z] 00ac8860ef70: Download complete [2021-02-26T09:05:29.243Z] 00ac8860ef70: Pull complete [2021-02-26T09:05:29.243Z] 63d7cb157983: Pull complete [2021-02-26T09:05:29.243Z] b116817d02f9: Pull complete [2021-02-26T09:05:31.897Z] 745a02a5169b: Pull complete [2021-02-26T09:05:31.897Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T09:05:31.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T09:05:31.897Z] ---> b7e6874047d6 [2021-02-26T09:05:31.897Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T09:05:35.081Z] lf-activate-venv(): INFO: Adding /tmp/venv-9jW6/bin to PATH [2021-02-26T09:05:35.081Z] INFO: No Stack... [2021-02-26T09:05:35.081Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T09:05:35.321Z] ---> Running in e490da3f0100 [2021-02-26T09:05:35.343Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T09:05:35.655Z] + cat /w/workspace/go-mod-core-contracts/159/archives/cost.csv [2021-02-26T09:05:35.655Z] + cut -d, -f6 [2021-02-26T09:05:35.930Z] Removing intermediate container e490da3f0100 [2021-02-26T09:05:35.930Z] ---> 6f673e364bbf [2021-02-26T09:05:35.930Z] Step 4/7 : RUN apk add bash [2021-02-26T09:05:35.930Z] ---> Running in 9999dce2980b [Pipeline] lock [2021-02-26T09:05:35.957Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [2021-02-26T09:05:35.969Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] did not exist. Created. [2021-02-26T09:05:35.969Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T09:05:36.537Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-26T09:05:36.709Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T09:05:36.724Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T09:05:37.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:38.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T09:05:39.334Z] OK: 142 MiB in 39 packages [2021-02-26T09:05:40.779Z] Removing intermediate container 9999dce2980b [2021-02-26T09:05:40.779Z] ---> ea031eb90d74 [2021-02-26T09:05:40.779Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-26T09:05:40.779Z] ---> Running in 9aa4d25c03c6 [2021-02-26T09:05:41.376Z] Removing intermediate container 9aa4d25c03c6 [2021-02-26T09:05:41.376Z] ---> daabf61f6970 [2021-02-26T09:05:41.376Z] Step 6/7 : COPY go.mod . [2021-02-26T09:05:41.975Z] ---> f301bc8aff5e [2021-02-26T09:05:41.976Z] Step 7/7 : RUN go mod download [2021-02-26T09:05:42.263Z] ---> Running in b0ace9373fb5 [2021-02-26T09:05:57.371Z] Removing intermediate container b0ace9373fb5 [2021-02-26T09:05:57.371Z] ---> 149cd37764b6 [2021-02-26T09:05:57.643Z] Successfully built 149cd37764b6 [2021-02-26T09:05:57.643Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:05:57.983Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T09:05:57.983Z] . [Pipeline] withDockerContainer [2021-02-26T09:05:58.255Z] prd-ubuntu18.04-docker-arm64-4c-16g-27833 does not seem to be running inside a container [2021-02-26T09:05:58.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@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-02-26T09:05:59.900Z] $ docker top db67e0a84085662bd4ec28b9efd2c8ae63888122b0838f6b9b70e2a51f9f08b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:06:00.950Z] + go version [2021-02-26T09:06:00.950Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T09:06:00.978Z] $ docker stop --time=1 db67e0a84085662bd4ec28b9efd2c8ae63888122b0838f6b9b70e2a51f9f08b3 [2021-02-26T09:06:02.948Z] $ docker rm -f db67e0a84085662bd4ec28b9efd2c8ae63888122b0838f6b9b70e2a51f9f08b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:06:04.032Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T09:06:04.032Z] . [Pipeline] withDockerContainer [2021-02-26T09:06:04.338Z] prd-ubuntu18.04-docker-arm64-4c-16g-27833 does not seem to be running inside a container [2021-02-26T09:06:04.453Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/159 -v /w/workspace/go-mod-core-contracts/159:/w/workspace/go-mod-core-contracts/159:rw,z -v /w/workspace/go-mod-core-contracts/159@tmp:/w/workspace/go-mod-core-contracts/159@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-02-26T09:06:06.131Z] $ docker top 25abd7918976e5d8423cf7da438a3806eafcd123432977dd1db520d1794f1fb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:06:07.225Z] + make test [2021-02-26T09:06:07.225Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-26T09:06:34.104Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-26T09:06:34.104Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.033s coverage: 85.7% of statements [2021-02-26T09:06:34.104Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.057s coverage: 100.0% of statements [2021-02-26T09:06:36.769Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.089s coverage: 45.4% of statements [2021-02-26T09:06:36.769Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.031s coverage: 77.8% of statements [2021-02-26T09:06:36.769Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-26T09:06:38.231Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements [2021-02-26T09:06:39.231Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.086s coverage: 14.7% of statements [2021-02-26T09:06:39.231Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.054s coverage: 100.0% of statements [2021-02-26T09:06:40.229Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements [2021-02-26T09:06:40.229Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-26T09:06:40.229Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-26T09:06:40.229Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements [2021-02-26T09:06:40.857Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 36.7% of statements [2021-02-26T09:06:47.623Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.104s coverage: 63.0% of statements [2021-02-26T09:06:47.623Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements [2021-02-26T09:06:47.623Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.029s coverage: 15.4% of statements [2021-02-26T09:06:47.623Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.025s coverage: 15.4% of statements [2021-02-26T09:06:47.623Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements [2021-02-26T09:06:47.623Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-26T09:06:51.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.249s coverage: 84.6% of statements [2021-02-26T09:06:51.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-26T09:06:51.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-26T09:06:51.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-26T09:06:51.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.072s coverage: 45.3% of statements [2021-02-26T09:06:51.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.051s coverage: 94.7% of statements [2021-02-26T09:06:53.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 89.0% of statements [2021-02-26T09:06:53.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements [2021-02-26T09:06:53.717Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-26T09:06:53.717Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-26T09:07:00.464Z] gofmt -l . [2021-02-26T09:07:00.464Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-26T09:07:01.089Z] $ docker stop --time=1 25abd7918976e5d8423cf7da438a3806eafcd123432977dd1db520d1794f1fb0 [2021-02-26T09:07:03.466Z] $ docker rm -f 25abd7918976e5d8423cf7da438a3806eafcd123432977dd1db520d1794f1fb0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T09:07:04.506Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T09:07:04.581Z] Warning: overwriting stash ‘coverage-report’ [2021-02-26T09:07:05.692Z] 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-02-26T09:07:06.894Z] ---> job-cost.sh [2021-02-26T09:07:06.894Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N30g [2021-02-26T09:07:53.940Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T09:11:00.904Z] lf-activate-venv(): INFO: Adding /tmp/venv-N30g/bin to PATH [2021-02-26T09:11:00.904Z] INFO: No Stack... [2021-02-26T09:11:00.904Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T09:11:00.904Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T09:11:01.250Z] + cat /w/workspace/go-mod-core-contracts/159/archives/cost.csv [2021-02-26T09:11:01.250Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T09:11:01.396Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [2021-02-26T09:11:01.406Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] did not exist. Created. [2021-02-26T09:11:01.406Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T09:11:01.905Z] /w/workspace/go-mod-core-contracts/159@tmp/durable-cdeff3e8/script.sh: 1: /w/workspace/go-mod-core-contracts/159@tmp/durable-cdeff3e8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-26T09:11:02.261Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T09:11:02.284Z] Warning: overwriting stash ‘stack-cost’ [2021-02-26T09:11:02.473Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T09:11:02.483Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-159-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-02-26T09:11:03.898Z] provisioning config files... [2021-02-26T09:11:03.911Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7232932493019871190tmp [Pipeline] { [Pipeline] sh [2021-02-26T09:11:04.313Z] + set +x [2021-02-26T09:11:04.313Z] + curl -s https://codecov.io/bash [2021-02-26T09:11:04.313Z] + bash -s -- [2021-02-26T09:11:04.575Z] [2021-02-26T09:11:04.575Z] _____ _ [2021-02-26T09:11:04.575Z] / ____| | | [2021-02-26T09:11:04.575Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T09:11:04.575Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T09:11:04.575Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T09:11:04.575Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T09:11:04.575Z] Bash-20210129-7c25fce [2021-02-26T09:11:04.575Z] [2021-02-26T09:11:04.575Z] [2021-02-26T09:11:04.575Z] ==> git version 2.24.3 found [2021-02-26T09:11:04.575Z] ==> 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-02-26T09:11:04.575Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T09:11:04.575Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T09:11:04.575Z] ==> Jenkins CI detected. [2021-02-26T09:11:04.575Z] project root: . [2021-02-26T09:11:04.575Z] --> token set from env [2021-02-26T09:11:04.575Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T09:11:04.575Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T09:11:04.575Z] ==> Python coveragepy not found [2021-02-26T09:11:04.575Z] ==> Searching for coverage reports in: [2021-02-26T09:11:04.575Z] + . [2021-02-26T09:11:04.575Z] -> Found 1 reports [2021-02-26T09:11:04.575Z] ==> Detecting git/mercurial file structure [2021-02-26T09:11:04.575Z] ==> Reading reports [2021-02-26T09:11:04.575Z] + ./coverage.out bytes=154715 [2021-02-26T09:11:04.575Z] ==> Appending adjustments [2021-02-26T09:11:04.575Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T09:11:05.522Z] + Found adjustments [2021-02-26T09:11:05.522Z] ==> Gzipping contents [2021-02-26T09:11:05.522Z] 24K /tmp/codecov.NY4rrR.gz [2021-02-26T09:11:05.522Z] ==> Uploading reports [2021-02-26T09:11:05.522Z] url: https://codecov.io [2021-02-26T09:11:05.522Z] query: branch=master&commit=f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T09:11:05.784Z] -> Pinging Codecov [2021-02-26T09:11:05.784Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T09:11:06.049Z] -> Uploading to [2021-02-26T09:11:06.049Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/71470A77251A30514AAF9C0BB2E5B6CE/f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d/ecdd1f8c-3360-419b-ac90-59bbdc3402fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T091105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd0781d7a0baf6bec396ab7189554df00017369b3a10522e52b0ce7c4031ecb6 [2021-02-26T09:11:06.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T09:11:06.049Z] Dload Upload Total Spent Left Speed [2021-02-26T09:11:06.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23307 0 0 100 23307 0 46263 --:--:-- --:--:-- --:--:-- 46335 [2021-02-26T09:11:06.623Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] } [2021-02-26T09:11:06.633Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-26T09:11:07.472Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-26T09:11:07.528Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:11:07.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T09:11:07.867Z] [2021-02-26T09:11:07.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:11:08.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T09:11:08.216Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-26T09:11:08.216Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T09:11:08.216Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T09:11:08.216Z] de9db76c5a1d: Pulling fs layer [2021-02-26T09:11:08.216Z] 0eba1c9be4d2: Pulling fs layer [2021-02-26T09:11:08.216Z] 0d57e429df01: Pulling fs layer [2021-02-26T09:11:08.216Z] 4e4be7b47b0d: Pulling fs layer [2021-02-26T09:11:08.216Z] e1f770b5df2f: Pulling fs layer [2021-02-26T09:11:08.216Z] 85a0685a4137: Pulling fs layer [2021-02-26T09:11:08.216Z] 0eba1c9be4d2: Waiting [2021-02-26T09:11:08.216Z] 0d57e429df01: Waiting [2021-02-26T09:11:08.216Z] 4e4be7b47b0d: Waiting [2021-02-26T09:11:08.216Z] e1f770b5df2f: Waiting [2021-02-26T09:11:08.216Z] 85a0685a4137: Waiting [2021-02-26T09:11:08.216Z] de9db76c5a1d: Verifying Checksum [2021-02-26T09:11:08.216Z] de9db76c5a1d: Download complete [2021-02-26T09:11:08.216Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T09:11:08.216Z] 0ef7d3d256c8: Download complete [2021-02-26T09:11:08.216Z] 0d57e429df01: Verifying Checksum [2021-02-26T09:11:08.216Z] 0d57e429df01: Download complete [2021-02-26T09:11:08.216Z] 4e4be7b47b0d: Verifying Checksum [2021-02-26T09:11:08.216Z] 4e4be7b47b0d: Download complete [2021-02-26T09:11:09.163Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T09:11:09.163Z] 188c0c94c7c5: Download complete [2021-02-26T09:11:09.425Z] 188c0c94c7c5: Pull complete [2021-02-26T09:11:09.689Z] 0ef7d3d256c8: Pull complete [2021-02-26T09:11:09.952Z] de9db76c5a1d: Pull complete [2021-02-26T09:11:10.899Z] e1f770b5df2f: Verifying Checksum [2021-02-26T09:11:10.899Z] e1f770b5df2f: Download complete [2021-02-26T09:11:13.468Z] 85a0685a4137: Verifying Checksum [2021-02-26T09:11:13.468Z] 85a0685a4137: Download complete [2021-02-26T09:11:13.468Z] 0eba1c9be4d2: Verifying Checksum [2021-02-26T09:11:13.468Z] 0eba1c9be4d2: Download complete [2021-02-26T09:11:20.082Z] 0eba1c9be4d2: Pull complete [2021-02-26T09:11:20.082Z] 0d57e429df01: Pull complete [2021-02-26T09:11:20.082Z] 4e4be7b47b0d: Pull complete [2021-02-26T09:11:20.658Z] e1f770b5df2f: Pull complete [2021-02-26T09:11:28.842Z] 85a0685a4137: Pull complete [2021-02-26T09:11:28.842Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-26T09:11:28.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T09:11:28.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-26T09:11:29.085Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:11:29.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-26T09:11:30.256Z] $ docker top df67d26fc076c47d08eed59c15c64ef6176df6f882f86159dd41bde9a07646be -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T09:11:30.521Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-26T09:11:30.827Z] + set -o pipefail [2021-02-26T09:11:30.827Z] + snyk monitor '--org=edgex-jenkins' [2021-02-26T09:11:37.437Z] [2021-02-26T09:11:37.437Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-02-26T09:11:37.437Z] [2021-02-26T09:11:37.437Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0e8b832b-8e50-4ba2-b838-435b3e35662f [2021-02-26T09:11:37.437Z] [2021-02-26T09:11:37.437Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-26T09:11:37.437Z] [2021-02-26T09:11:37.437Z] [2021-02-26T09:11:37.437Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-26T09:11:37.437Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-26T09:11:37.454Z] $ docker stop --time=1 df67d26fc076c47d08eed59c15c64ef6176df6f882f86159dd41bde9a07646be [2021-02-26T09:11:39.723Z] $ docker rm -f df67d26fc076c47d08eed59c15c64ef6176df6f882f86159dd41bde9a07646be [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-02-26T09:11:41.384Z] + git log --format=format:%s -1 f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:11:41.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T09:11:41.697Z] . [Pipeline] withDockerContainer [2021-02-26T09:11:41.798Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:11:41.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T09:11:42.654Z] $ docker top 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T09:11:42.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T09:11:42.978Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T09:11:43.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T09:11:43.216Z] $ docker exec 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 ssh-agent [2021-02-26T09:11:43.388Z] SSH_AUTH_SOCK=/tmp/ssh-IXfExiz9sMVD/agent.11 [2021-02-26T09:11:43.388Z] SSH_AGENT_PID=16 [2021-02-26T09:11:43.396Z] Running ssh-add (command line suppressed) [2021-02-26T09:11:43.529Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8392548809536234595.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8392548809536234595.key) [2021-02-26T09:11:43.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T09:11:43.922Z] + git semver tag [2021-02-26T09:11:43.922Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T09:11:43.922Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-26T09:11:43.922Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-26T09:11:43.922Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T09:11:43.922Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T09:11:43.922Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T09:11:43.922Z] # $SEMVER_BRANCH = master [2021-02-26T09:11:43.922Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-26T09:11:43.922Z] # f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d HEAD [2021-02-26T09:11:44.185Z] # -> Force: false [2021-02-26T09:11:44.185Z] # d193bd48b067a264f587dda43894f9164bc80a09 refs/tags/v2.0.0-dev.41 [Pipeline] } [2021-02-26T09:11:44.199Z] $ docker exec --env ******** --env ******** 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 ssh-agent -k [2021-02-26T09:11:44.320Z] unset SSH_AUTH_SOCK; [2021-02-26T09:11:44.321Z] unset SSH_AGENT_PID; [2021-02-26T09:11:44.321Z] echo Agent pid 16 killed; [2021-02-26T09:11:44.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T09:11:44.846Z] + git semver [Pipeline] } [2021-02-26T09:11:44.863Z] $ docker stop --time=1 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 [2021-02-26T09:11:46.257Z] $ docker rm -f 90fe1905f2af8838729b56e8822af3f7f5d74c19d3637c0599e0b71ec99cc843 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:11:46.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T09:11:46.985Z] [2021-02-26T09:11:46.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:11:47.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T09:11:47.337Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-26T09:11:47.337Z] ab5ef0e58194: Pulling fs layer [2021-02-26T09:11:47.337Z] 9712f1f96733: Pulling fs layer [2021-02-26T09:11:47.337Z] 63f879dbbcfc: Pulling fs layer [2021-02-26T09:11:47.337Z] 0d9ebad4ef96: Pulling fs layer [2021-02-26T09:11:47.337Z] e9a5061849ea: Pulling fs layer [2021-02-26T09:11:47.337Z] d747dcd14b5f: Pulling fs layer [2021-02-26T09:11:47.337Z] 2de7ff778b66: Pulling fs layer [2021-02-26T09:11:47.337Z] d747dcd14b5f: Waiting [2021-02-26T09:11:47.337Z] 2de7ff778b66: Waiting [2021-02-26T09:11:47.337Z] e9a5061849ea: Waiting [2021-02-26T09:11:47.337Z] 9712f1f96733: Download complete [2021-02-26T09:11:49.267Z] 63f879dbbcfc: Verifying Checksum [2021-02-26T09:11:49.267Z] 63f879dbbcfc: Download complete [2021-02-26T09:11:49.530Z] e9a5061849ea: Verifying Checksum [2021-02-26T09:11:49.530Z] e9a5061849ea: Download complete [2021-02-26T09:11:49.530Z] d747dcd14b5f: Verifying Checksum [2021-02-26T09:11:49.530Z] d747dcd14b5f: Download complete [2021-02-26T09:11:49.793Z] 2de7ff778b66: Verifying Checksum [2021-02-26T09:11:49.793Z] 2de7ff778b66: Download complete [2021-02-26T09:11:49.793Z] 0d9ebad4ef96: Verifying Checksum [2021-02-26T09:11:49.793Z] 0d9ebad4ef96: Download complete [2021-02-26T09:11:50.056Z] ab5ef0e58194: Verifying Checksum [2021-02-26T09:11:50.056Z] ab5ef0e58194: Download complete [2021-02-26T09:11:54.301Z] ab5ef0e58194: Pull complete [2021-02-26T09:11:54.301Z] 9712f1f96733: Pull complete [2021-02-26T09:11:56.862Z] 63f879dbbcfc: Pull complete [2021-02-26T09:12:02.183Z] 0d9ebad4ef96: Pull complete [2021-02-26T09:12:04.126Z] e9a5061849ea: Pull complete [2021-02-26T09:12:04.393Z] d747dcd14b5f: Pull complete [2021-02-26T09:12:06.504Z] 2de7ff778b66: Pull complete [2021-02-26T09:12:06.504Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-26T09:12:06.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T09:12:06.774Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-26T09:12:07.017Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:12:07.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-26T09:12:11.250Z] $ docker top c397f50d061bf684db17609958f9fbe912d862e28fb4efb935dfa89a1058d945 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-26T09:12:11.457Z] provisioning config files... [2021-02-26T09:12:11.469Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9015557791733433189tmp [2021-02-26T09:12:11.491Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4859855478128259062tmp [2021-02-26T09:12:11.510Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1515027114960622135tmp [Pipeline] { [Pipeline] echo [2021-02-26T09:12:11.564Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:12:11.874Z] ---> sigul-configuration.sh [2021-02-26T09:12:11.874Z] gpg: directory `/root/.gnupg' created [2021-02-26T09:12:11.874Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-26T09:12:11.874Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-26T09:12:11.874Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-26T09:12:11.874Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-26T09:12:11.874Z] gpg: CAST5 encrypted data [2021-02-26T09:12:12.136Z] gpg: encrypted with 1 passphrase [2021-02-26T09:12:12.136Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-26T09:12:12.436Z] + mkdir /home/jenkins [2021-02-26T09:12:12.436Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-26T09:12:12.735Z] + 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-02-26T09:12:12.746Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:12:13.046Z] ---> sigul-install.sh [2021-02-26T09:12:19.657Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-26T09:12:19.958Z] + git tag --list [2021-02-26T09:12:19.958Z] v0.0.0 [2021-02-26T09:12:19.958Z] v0.0.1 [2021-02-26T09:12:19.958Z] v0.1.0 [2021-02-26T09:12:19.958Z] v0.1.1 [2021-02-26T09:12:19.958Z] v0.1.10 [2021-02-26T09:12:19.958Z] v0.1.100 [2021-02-26T09:12:19.958Z] v0.1.101 [2021-02-26T09:12:19.958Z] v0.1.102 [2021-02-26T09:12:19.958Z] v0.1.103 [2021-02-26T09:12:19.958Z] v0.1.104 [2021-02-26T09:12:19.958Z] v0.1.105 [2021-02-26T09:12:19.958Z] v0.1.106 [2021-02-26T09:12:19.958Z] v0.1.107 [2021-02-26T09:12:19.958Z] v0.1.108 [2021-02-26T09:12:19.958Z] v0.1.109 [2021-02-26T09:12:19.958Z] v0.1.11 [2021-02-26T09:12:19.958Z] v0.1.110 [2021-02-26T09:12:19.958Z] v0.1.111 [2021-02-26T09:12:19.958Z] v0.1.112 [2021-02-26T09:12:19.958Z] v0.1.113 [2021-02-26T09:12:19.958Z] v0.1.114 [2021-02-26T09:12:19.958Z] v0.1.115 [2021-02-26T09:12:19.958Z] v0.1.116 [2021-02-26T09:12:19.958Z] v0.1.117 [2021-02-26T09:12:19.958Z] v0.1.118 [2021-02-26T09:12:19.958Z] v0.1.119 [2021-02-26T09:12:19.958Z] v0.1.12 [2021-02-26T09:12:19.958Z] v0.1.120 [2021-02-26T09:12:19.958Z] v0.1.121 [2021-02-26T09:12:19.958Z] v0.1.122 [2021-02-26T09:12:19.958Z] v0.1.123 [2021-02-26T09:12:19.958Z] v0.1.124 [2021-02-26T09:12:19.958Z] v0.1.125 [2021-02-26T09:12:19.958Z] v0.1.126 [2021-02-26T09:12:19.958Z] v0.1.127 [2021-02-26T09:12:19.958Z] v0.1.128 [2021-02-26T09:12:19.958Z] v0.1.129 [2021-02-26T09:12:19.958Z] v0.1.13 [2021-02-26T09:12:19.958Z] v0.1.130 [2021-02-26T09:12:19.958Z] v0.1.131 [2021-02-26T09:12:19.958Z] v0.1.132 [2021-02-26T09:12:19.958Z] v0.1.133 [2021-02-26T09:12:19.959Z] v0.1.134 [2021-02-26T09:12:19.959Z] v0.1.135 [2021-02-26T09:12:19.959Z] v0.1.136 [2021-02-26T09:12:19.959Z] v0.1.137 [2021-02-26T09:12:19.959Z] v0.1.138 [2021-02-26T09:12:19.959Z] v0.1.139 [2021-02-26T09:12:19.959Z] v0.1.14 [2021-02-26T09:12:19.959Z] v0.1.140 [2021-02-26T09:12:19.959Z] v0.1.141 [2021-02-26T09:12:19.959Z] v0.1.142 [2021-02-26T09:12:19.959Z] v0.1.143 [2021-02-26T09:12:19.959Z] v0.1.144 [2021-02-26T09:12:19.959Z] v0.1.145 [2021-02-26T09:12:19.959Z] v0.1.146 [2021-02-26T09:12:19.959Z] v0.1.147 [2021-02-26T09:12:19.959Z] v0.1.148 [2021-02-26T09:12:19.959Z] v0.1.149 [2021-02-26T09:12:19.959Z] v0.1.15 [2021-02-26T09:12:19.959Z] v0.1.16 [2021-02-26T09:12:19.959Z] v0.1.17 [2021-02-26T09:12:19.959Z] v0.1.18 [2021-02-26T09:12:19.959Z] v0.1.19 [2021-02-26T09:12:19.959Z] v0.1.2 [2021-02-26T09:12:19.959Z] v0.1.20 [2021-02-26T09:12:19.959Z] v0.1.21 [2021-02-26T09:12:19.959Z] v0.1.22 [2021-02-26T09:12:19.959Z] v0.1.23 [2021-02-26T09:12:19.959Z] v0.1.24 [2021-02-26T09:12:19.959Z] v0.1.25 [2021-02-26T09:12:19.959Z] v0.1.26 [2021-02-26T09:12:19.959Z] v0.1.27 [2021-02-26T09:12:19.959Z] v0.1.28 [2021-02-26T09:12:19.959Z] v0.1.29 [2021-02-26T09:12:19.959Z] v0.1.3 [2021-02-26T09:12:19.959Z] v0.1.30 [2021-02-26T09:12:19.959Z] v0.1.31 [2021-02-26T09:12:19.959Z] v0.1.32 [2021-02-26T09:12:19.959Z] v0.1.33 [2021-02-26T09:12:19.959Z] v0.1.34 [2021-02-26T09:12:19.959Z] v0.1.35 [2021-02-26T09:12:19.959Z] v0.1.36 [2021-02-26T09:12:19.959Z] v0.1.37 [2021-02-26T09:12:19.959Z] v0.1.38 [2021-02-26T09:12:19.959Z] v0.1.39 [2021-02-26T09:12:19.959Z] v0.1.4 [2021-02-26T09:12:19.959Z] v0.1.40 [2021-02-26T09:12:19.959Z] v0.1.41 [2021-02-26T09:12:19.959Z] v0.1.42 [2021-02-26T09:12:19.959Z] v0.1.43 [2021-02-26T09:12:19.959Z] v0.1.44 [2021-02-26T09:12:19.959Z] v0.1.45 [2021-02-26T09:12:19.959Z] v0.1.46 [2021-02-26T09:12:19.959Z] v0.1.47 [2021-02-26T09:12:19.959Z] v0.1.48 [2021-02-26T09:12:19.959Z] v0.1.49 [2021-02-26T09:12:19.959Z] v0.1.5 [2021-02-26T09:12:19.959Z] v0.1.50 [2021-02-26T09:12:19.959Z] v0.1.51 [2021-02-26T09:12:19.959Z] v0.1.52 [2021-02-26T09:12:19.959Z] v0.1.53 [2021-02-26T09:12:19.959Z] v0.1.54 [2021-02-26T09:12:19.959Z] v0.1.55 [2021-02-26T09:12:19.959Z] v0.1.56 [2021-02-26T09:12:19.959Z] v0.1.57 [2021-02-26T09:12:19.959Z] v0.1.58 [2021-02-26T09:12:19.959Z] v0.1.59 [2021-02-26T09:12:19.959Z] v0.1.6 [2021-02-26T09:12:19.959Z] v0.1.60 [2021-02-26T09:12:19.959Z] v0.1.61 [2021-02-26T09:12:19.959Z] v0.1.62 [2021-02-26T09:12:19.959Z] v0.1.63 [2021-02-26T09:12:19.959Z] v0.1.64 [2021-02-26T09:12:19.959Z] v0.1.65 [2021-02-26T09:12:19.959Z] v0.1.66 [2021-02-26T09:12:19.959Z] v0.1.67 [2021-02-26T09:12:19.959Z] v0.1.68 [2021-02-26T09:12:19.959Z] v0.1.69 [2021-02-26T09:12:19.959Z] v0.1.7 [2021-02-26T09:12:19.959Z] v0.1.70 [2021-02-26T09:12:19.959Z] v0.1.71 [2021-02-26T09:12:19.959Z] v0.1.72 [2021-02-26T09:12:19.959Z] v0.1.73 [2021-02-26T09:12:19.959Z] v0.1.74 [2021-02-26T09:12:19.959Z] v0.1.75 [2021-02-26T09:12:19.959Z] v0.1.76 [2021-02-26T09:12:19.959Z] v0.1.77 [2021-02-26T09:12:19.959Z] v0.1.78 [2021-02-26T09:12:19.959Z] v0.1.79 [2021-02-26T09:12:19.959Z] v0.1.8 [2021-02-26T09:12:19.959Z] v0.1.80 [2021-02-26T09:12:19.959Z] v0.1.81 [2021-02-26T09:12:19.959Z] v0.1.82 [2021-02-26T09:12:19.959Z] v0.1.83 [2021-02-26T09:12:19.959Z] v0.1.84 [2021-02-26T09:12:19.959Z] v0.1.85 [2021-02-26T09:12:19.959Z] v0.1.86 [2021-02-26T09:12:19.959Z] v0.1.87 [2021-02-26T09:12:19.959Z] v0.1.88 [2021-02-26T09:12:19.959Z] v0.1.89 [2021-02-26T09:12:19.959Z] v0.1.9 [2021-02-26T09:12:19.959Z] v0.1.90 [2021-02-26T09:12:19.959Z] v0.1.91 [2021-02-26T09:12:19.959Z] v0.1.92 [2021-02-26T09:12:19.959Z] v0.1.93 [2021-02-26T09:12:19.959Z] v0.1.94 [2021-02-26T09:12:19.959Z] v0.1.95 [2021-02-26T09:12:19.959Z] v0.1.96 [2021-02-26T09:12:19.959Z] v0.1.97 [2021-02-26T09:12:19.959Z] v0.1.98 [2021-02-26T09:12:19.959Z] v0.1.99 [2021-02-26T09:12:19.959Z] v2.0.0-dev.1 [2021-02-26T09:12:19.959Z] v2.0.0-dev.10 [2021-02-26T09:12:19.959Z] v2.0.0-dev.11 [2021-02-26T09:12:19.959Z] v2.0.0-dev.12 [2021-02-26T09:12:19.959Z] v2.0.0-dev.13 [2021-02-26T09:12:19.959Z] v2.0.0-dev.14 [2021-02-26T09:12:19.959Z] v2.0.0-dev.15 [2021-02-26T09:12:19.959Z] v2.0.0-dev.16 [2021-02-26T09:12:19.959Z] v2.0.0-dev.17 [2021-02-26T09:12:19.959Z] v2.0.0-dev.18 [2021-02-26T09:12:19.959Z] v2.0.0-dev.19 [2021-02-26T09:12:19.959Z] v2.0.0-dev.2 [2021-02-26T09:12:19.959Z] v2.0.0-dev.20 [2021-02-26T09:12:19.959Z] v2.0.0-dev.21 [2021-02-26T09:12:19.959Z] v2.0.0-dev.22 [2021-02-26T09:12:19.959Z] v2.0.0-dev.23 [2021-02-26T09:12:19.959Z] v2.0.0-dev.24 [2021-02-26T09:12:19.959Z] v2.0.0-dev.25 [2021-02-26T09:12:19.959Z] v2.0.0-dev.26 [2021-02-26T09:12:19.959Z] v2.0.0-dev.27 [2021-02-26T09:12:19.959Z] v2.0.0-dev.28 [2021-02-26T09:12:19.959Z] v2.0.0-dev.29 [2021-02-26T09:12:19.959Z] v2.0.0-dev.3 [2021-02-26T09:12:19.959Z] v2.0.0-dev.30 [2021-02-26T09:12:19.959Z] v2.0.0-dev.31 [2021-02-26T09:12:19.959Z] v2.0.0-dev.32 [2021-02-26T09:12:19.959Z] v2.0.0-dev.33 [2021-02-26T09:12:19.959Z] v2.0.0-dev.34 [2021-02-26T09:12:19.959Z] v2.0.0-dev.35 [2021-02-26T09:12:19.959Z] v2.0.0-dev.36 [2021-02-26T09:12:19.959Z] v2.0.0-dev.37 [2021-02-26T09:12:19.959Z] v2.0.0-dev.38 [2021-02-26T09:12:19.959Z] v2.0.0-dev.39 [2021-02-26T09:12:19.959Z] v2.0.0-dev.4 [2021-02-26T09:12:19.959Z] v2.0.0-dev.40 [2021-02-26T09:12:19.959Z] v2.0.0-dev.41 [2021-02-26T09:12:19.959Z] v2.0.0-dev.5 [2021-02-26T09:12:19.959Z] v2.0.0-dev.6 [2021-02-26T09:12:19.959Z] v2.0.0-dev.7 [2021-02-26T09:12:19.959Z] v2.0.0-dev.8 [2021-02-26T09:12:19.959Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-26T09:12:20.261Z] + lftools sign git-tag v2.0.0-dev.41 [2021-02-26T09:12:21.652Z] Signing Git tag with Sigul... [2021-02-26T09:12:21.652Z] Signing v2.0.0-dev.41 [Pipeline] echo [2021-02-26T09:12:22.620Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:12:22.917Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-26T09:12:22.925Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-26T09:12:23.032Z] $ docker stop --time=1 c397f50d061bf684db17609958f9fbe912d862e28fb4efb935dfa89a1058d945 [2021-02-26T09:12:24.897Z] $ docker rm -f c397f50d061bf684db17609958f9fbe912d862e28fb4efb935dfa89a1058d945 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:12:25.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T09:12:25.826Z] . [Pipeline] withDockerContainer [2021-02-26T09:12:25.934Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:12:25.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T09:12:26.816Z] $ docker top c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T09:12:27.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T09:12:27.125Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T09:12:27.340Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T09:12:27.344Z] $ docker exec c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 ssh-agent [2021-02-26T09:12:27.529Z] SSH_AUTH_SOCK=/tmp/ssh-VxUsfOYb4sXr/agent.12 [2021-02-26T09:12:27.529Z] SSH_AGENT_PID=17 [2021-02-26T09:12:27.536Z] Running ssh-add (command line suppressed) [2021-02-26T09:12:27.673Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4293269381931693567.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4293269381931693567.key) [2021-02-26T09:12:27.739Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T09:12:28.080Z] + git semver bump pre [2021-02-26T09:12:28.080Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T09:12:28.080Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-26T09:12:28.080Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-26T09:12:28.080Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T09:12:28.080Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T09:12:28.080Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T09:12:28.080Z] # $SEMVER_BRANCH = master [2021-02-26T09:12:28.080Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-26T09:12:28.080Z] 2.0.0-dev.42 [Pipeline] } [2021-02-26T09:12:28.094Z] $ docker exec --env ******** --env ******** c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 ssh-agent -k [2021-02-26T09:12:28.233Z] unset SSH_AUTH_SOCK; [2021-02-26T09:12:28.234Z] unset SSH_AGENT_PID; [2021-02-26T09:12:28.234Z] echo Agent pid 17 killed; [2021-02-26T09:12:28.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T09:12:28.746Z] + git semver [Pipeline] } [2021-02-26T09:12:28.764Z] $ docker stop --time=1 c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 [2021-02-26T09:12:30.148Z] $ docker rm -f c640c7d1094846799c28a767d95d6211027951d27fa390d484c8f255cd3bd518 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:12:30.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T09:12:30.679Z] . [Pipeline] withDockerContainer [2021-02-26T09:12:30.786Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:12:30.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T09:12:31.498Z] $ docker top 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T09:12:31.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T09:12:31.813Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T09:12:32.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T09:12:32.037Z] $ docker exec 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad ssh-agent [2021-02-26T09:12:32.221Z] SSH_AUTH_SOCK=/tmp/ssh-iPsArsfMJhFL/agent.11 [2021-02-26T09:12:32.221Z] SSH_AGENT_PID=17 [2021-02-26T09:12:32.229Z] Running ssh-add (command line suppressed) [2021-02-26T09:12:32.379Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7643732247207677905.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7643732247207677905.key) [2021-02-26T09:12:32.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T09:12:32.827Z] + git semver push [2021-02-26T09:12:32.827Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T09:12:32.827Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-26T09:12:32.827Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-26T09:12:32.827Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T09:12:32.827Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T09:12:32.827Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T09:12:32.827Z] # $SEMVER_BRANCH = master [2021-02-26T09:12:32.827Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-26T09:12:38.144Z] $ docker exec --env ******** --env ******** 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad ssh-agent -k [2021-02-26T09:12:38.288Z] unset SSH_AUTH_SOCK; [2021-02-26T09:12:38.289Z] unset SSH_AGENT_PID; [2021-02-26T09:12:38.289Z] echo Agent pid 17 killed; [2021-02-26T09:12:38.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T09:12:38.843Z] + git semver [Pipeline] } [2021-02-26T09:12:38.860Z] $ docker stop --time=1 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad [2021-02-26T09:12:40.243Z] $ docker rm -f 3346a3e62884da79b2584426005a8a6f15bbb228123435894e6c9bbc3649a9ad [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-02-26T09:12:42.063Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:12:42.636Z] ---> package-listing.sh [2021-02-26T09:12:42.636Z] ++ facter osfamily [2021-02-26T09:12:42.636Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T09:12:42.636Z] + OS_FAMILY=redhat [2021-02-26T09:12:42.636Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-02-26T09:12:42.636Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T09:12:42.636Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T09:12:42.636Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T09:12:42.636Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T09:12:42.636Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-26T09:12:42.636Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T09:12:42.636Z] + case "${OS_FAMILY}" in [2021-02-26T09:12:42.636Z] + rpm -qa [2021-02-26T09:12:42.636Z] + sort [2021-02-26T09:12:47.951Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T09:12:47.951Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T09:12:47.951Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T09:12:47.951Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-26T09:12:47.951Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-02-26T09:12:47.951Z] + 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-02-26T09:12:47.964Z] 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-02-26T09:12:48.257Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:12:48.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T09:12:48.631Z] [2021-02-26T09:12:48.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T09:12:49.121Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T09:12:49.121Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T09:12:49.121Z] df20fa9351a1: Pulling fs layer [2021-02-26T09:12:49.121Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T09:12:49.121Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T09:12:49.121Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T09:12:49.121Z] 93b61091891f: Pulling fs layer [2021-02-26T09:12:49.121Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T09:12:49.121Z] 5e14af77c1be: Pulling fs layer [2021-02-26T09:12:49.121Z] 01666e4c0597: Pulling fs layer [2021-02-26T09:12:49.121Z] aa168da1d23b: Pulling fs layer [2021-02-26T09:12:49.121Z] 46f8f816bc3b: Waiting [2021-02-26T09:12:49.121Z] 93b9cdb0e59b: Waiting [2021-02-26T09:12:49.121Z] 01666e4c0597: Waiting [2021-02-26T09:12:49.121Z] 5e14af77c1be: Waiting [2021-02-26T09:12:49.121Z] 93b61091891f: Waiting [2021-02-26T09:12:49.121Z] 36b3adc4ff6f: Download complete [2021-02-26T09:12:49.121Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T09:12:49.121Z] 46f8f816bc3b: Download complete [2021-02-26T09:12:49.121Z] df20fa9351a1: Verifying Checksum [2021-02-26T09:12:49.121Z] df20fa9351a1: Download complete [2021-02-26T09:12:49.390Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T09:12:49.390Z] 93b9cdb0e59b: Download complete [2021-02-26T09:12:49.390Z] 93b61091891f: Verifying Checksum [2021-02-26T09:12:49.390Z] 93b61091891f: Download complete [2021-02-26T09:12:49.390Z] 5e14af77c1be: Verifying Checksum [2021-02-26T09:12:49.390Z] 5e14af77c1be: Download complete [2021-02-26T09:12:49.390Z] 01666e4c0597: Verifying Checksum [2021-02-26T09:12:49.390Z] 01666e4c0597: Download complete [2021-02-26T09:12:49.390Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T09:12:49.390Z] 8ad3a11d3b57: Download complete [2021-02-26T09:12:49.653Z] df20fa9351a1: Pull complete [2021-02-26T09:12:49.918Z] 36b3adc4ff6f: Pull complete [2021-02-26T09:12:51.320Z] 8ad3a11d3b57: Pull complete [2021-02-26T09:12:51.320Z] 46f8f816bc3b: Pull complete [2021-02-26T09:12:51.583Z] aa168da1d23b: Verifying Checksum [2021-02-26T09:12:51.584Z] aa168da1d23b: Download complete [2021-02-26T09:12:52.534Z] 93b61091891f: Pull complete [2021-02-26T09:12:52.534Z] 93b9cdb0e59b: Pull complete [2021-02-26T09:12:52.797Z] 5e14af77c1be: Pull complete [2021-02-26T09:12:52.797Z] 01666e4c0597: Pull complete [2021-02-26T09:13:01.019Z] aa168da1d23b: Pull complete [2021-02-26T09:13:01.019Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T09:13:01.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T09:13:01.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T09:13:01.226Z] prd-centos7-docker-4c-2g-27830 does not seem to be running inside a container [2021-02-26T09:13:01.286Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T09:13:03.937Z] $ docker top 823b2a58885e23f6f01ab537c8bbe65a0c524ffe72dcf61c4850bdbb8b904caa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T09:13:04.521Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T09:13:04.821Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T09:13:05.120Z] + ls /var/log/sa-host [2021-02-26T09:13:05.120Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T09:13:05.120Z] file_magic: OK [2021-02-26T09:13:05.120Z] HZ: Using current value: 100 [2021-02-26T09:13:05.120Z] file_header: OK [2021-02-26T09:13:05.120Z] 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-02-26T09:13:05.120Z] Statistics: [2021-02-26T09:13:05.120Z] Hnuu...uuuununununu... [2021-02-26T09:13:05.120Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T09:13:05.120Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T09:13:05.120Z] file_magic: OK [2021-02-26T09:13:05.120Z] HZ: Using current value: 100 [2021-02-26T09:13:05.120Z] file_header: OK [2021-02-26T09:13:05.120Z] 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-02-26T09:13:05.120Z] Statistics: [2021-02-26T09:13:05.120Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-26T09:13:05.120Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T09:13:05.763Z] provisioning config files... [2021-02-26T09:13:05.780Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7326563786625051382tmp [Pipeline] { [Pipeline] echo [2021-02-26T09:13:05.853Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:13:06.150Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T09:13:06.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T09:13:06.297Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:13:06.596Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T09:13:06.607Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:13:06.902Z] ---> sudo-logs.sh [2021-02-26T09:13:06.902Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T09:13:06.969Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:13:07.268Z] ---> job-cost.sh [2021-02-26T09:13:07.268Z] lf-activate-venv: SKIPPING [2021-02-26T09:13:07.268Z] DEBUG: total: 0.20999999344348907 [2021-02-26T09:13:07.268Z] INFO: Retrieving Stack Cost... [2021-02-26T09:13:08.215Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T09:13:08.789Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T09:13:08.804Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T09:13:09.103Z] ---> logs-deploy.sh [2021-02-26T09:13:09.103Z] lf-activate-venv: SKIPPING [2021-02-26T09:13:09.103Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/159 [2021-02-26T09:13:09.103Z] INFO: archiving workspace using pattern(s): [2021-02-26T09:13:11.025Z] Archives upload complete. [2021-02-26T09:13:11.025Z] INFO: archiving logs to Nexus [2021-02-26T09:13:11.980Z] ---> uname -a: [2021-02-26T09:13:11.980Z] Linux prd-centos7-docker-4c-2g-27830.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-02-26T09:13:11.980Z] [2021-02-26T09:13:11.980Z] [2021-02-26T09:13:11.980Z] ---> lscpu: [2021-02-26T09:13:11.980Z] Architecture: x86_64 [2021-02-26T09:13:11.980Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-26T09:13:11.980Z] Byte Order: Little Endian [2021-02-26T09:13:11.980Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-26T09:13:11.980Z] CPU(s): 4 [2021-02-26T09:13:11.980Z] On-line CPU(s) list: 0-3 [2021-02-26T09:13:11.980Z] Thread(s) per core: 1 [2021-02-26T09:13:11.980Z] Core(s) per socket: 1 [2021-02-26T09:13:11.980Z] Socket(s): 4 [2021-02-26T09:13:11.980Z] NUMA node(s): 1 [2021-02-26T09:13:11.980Z] Vendor ID: GenuineIntel [2021-02-26T09:13:11.980Z] CPU family: 6 [2021-02-26T09:13:11.980Z] Model: 44 [2021-02-26T09:13:11.980Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-26T09:13:11.980Z] Stepping: 1 [2021-02-26T09:13:11.980Z] CPU MHz: 2933.442 [2021-02-26T09:13:11.980Z] BogoMIPS: 5866.88 [2021-02-26T09:13:11.980Z] Virtualization: VT-x [2021-02-26T09:13:11.980Z] Hypervisor vendor: KVM [2021-02-26T09:13:11.980Z] Virtualization type: full [2021-02-26T09:13:11.980Z] L1d cache: 128 KiB [2021-02-26T09:13:11.980Z] L1i cache: 128 KiB [2021-02-26T09:13:11.980Z] L2 cache: 16 MiB [2021-02-26T09:13:11.980Z] L3 cache: 64 MiB [2021-02-26T09:13:11.980Z] NUMA node0 CPU(s): 0-3 [2021-02-26T09:13:11.980Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-26T09:13:11.980Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-26T09:13:11.980Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-26T09:13:11.980Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-26T09:13:11.980Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-26T09:13:11.980Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-26T09:13:11.980Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-26T09:13:11.980Z] Vulnerability Srbds: Not affected [2021-02-26T09:13:11.980Z] Vulnerability Tsx async abort: Not affected [2021-02-26T09:13:11.980Z] 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-02-26T09:13:11.980Z] [2021-02-26T09:13:11.980Z] [2021-02-26T09:13:11.980Z] ---> nproc: [2021-02-26T09:13:11.980Z] 4 [2021-02-26T09:13:11.980Z] [2021-02-26T09:13:11.980Z] [2021-02-26T09:13:11.980Z] ---> df -h: [2021-02-26T09:13:11.980Z] Filesystem Size Used Available Use% Mounted on [2021-02-26T09:13:11.980Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-26T09:13:11.980Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-26T09:13:11.980Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-26T09:13:11.980Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-02-26T09:13:11.980Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] ---> free -m: [2021-02-26T09:13:11.981Z] total used free shared buff/cache available [2021-02-26T09:13:11.981Z] Mem: 1837 833 151 0 852 939 [2021-02-26T09:13:11.981Z] Swap: 1023 2 1021 [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] ---> ip addr: [2021-02-26T09:13:11.981Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-26T09:13:11.981Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-26T09:13:11.981Z] inet 127.0.0.1/8 scope host lo [2021-02-26T09:13:11.981Z] valid_lft forever preferred_lft forever [2021-02-26T09:13:11.981Z] inet6 ::1/128 scope host [2021-02-26T09:13:11.981Z] valid_lft forever preferred_lft forever [2021-02-26T09:13:11.981Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-26T09:13:11.981Z] link/ether fa:16:3e:4e:9a:f8 brd ff:ff:ff:ff:ff:ff [2021-02-26T09:13:11.981Z] inet 10.30.123.203/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-26T09:13:11.981Z] valid_lft 85607sec preferred_lft 85607sec [2021-02-26T09:13:11.981Z] inet6 fe80::f816:3eff:fe4e:9af8/64 scope link [2021-02-26T09:13:11.981Z] valid_lft forever preferred_lft forever [2021-02-26T09:13:11.981Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-26T09:13:11.981Z] link/ether 02:42:e7:e8:de:bc brd ff:ff:ff:ff:ff:ff [2021-02-26T09:13:11.981Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-26T09:13:11.981Z] valid_lft forever preferred_lft forever [2021-02-26T09:13:11.981Z] inet6 fe80::42:e7ff:fee8:debc/64 scope link [2021-02-26T09:13:11.981Z] valid_lft forever preferred_lft forever [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] ---> sar -b -r -n DEV: [2021-02-26T09:13:11.981Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] 08:59:47 LINUX RESTART (4 CPU) [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] 09:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-26T09:13:11.981Z] 09:02:02 2.80 0.07 2.73 0.00 1.47 70.86 0.00 [2021-02-26T09:13:11.981Z] 09:03:01 0.44 0.00 0.44 0.00 0.00 6.27 0.00 [2021-02-26T09:13:11.981Z] 09:04:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 [2021-02-26T09:13:11.981Z] 09:05:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 [2021-02-26T09:13:11.981Z] 09:06:01 0.22 0.00 0.22 0.00 0.00 3.16 0.00 [2021-02-26T09:13:11.981Z] 09:07:01 0.20 0.00 0.20 0.00 0.00 2.07 0.00 [2021-02-26T09:13:11.981Z] 09:08:01 0.30 0.00 0.30 0.00 0.00 3.61 0.00 [2021-02-26T09:13:11.981Z] 09:09:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 [2021-02-26T09:13:11.981Z] 09:10:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 [2021-02-26T09:13:11.981Z] 09:11:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 [2021-02-26T09:13:11.981Z] 09:12:01 361.16 186.75 174.40 0.00 9312.22 57112.42 0.00 [2021-02-26T09:13:11.981Z] 09:13:02 234.49 108.77 125.72 0.00 7472.24 28710.87 0.00 [2021-02-26T09:13:11.981Z] Average: 50.41 24.80 25.61 0.00 1409.39 7206.73 0.00 [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] 09:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-26T09:13:11.981Z] 09:02:02 150952 0 612756 32.57 2620 1115216 1080776 36.89 436728 1094172 12 [2021-02-26T09:13:11.981Z] 09:03:01 149040 0 614660 32.67 2620 1115224 1080884 36.89 444916 1088244 8 [2021-02-26T09:13:11.981Z] 09:04:01 149264 0 614432 32.66 2620 1115228 1080884 36.89 444800 1088244 8 [2021-02-26T09:13:11.981Z] 09:05:01 147280 0 616412 32.76 2620 1115232 1080956 36.89 445768 1088984 20 [2021-02-26T09:13:11.981Z] 09:06:01 148060 0 615628 32.72 2620 1115236 1080848 36.89 445164 1088984 12 [2021-02-26T09:13:11.981Z] 09:07:01 148372 0 615308 32.70 2620 1115244 1080812 36.89 444952 1088984 8 [2021-02-26T09:13:11.981Z] 09:08:01 148840 0 614840 32.68 2620 1115244 1080776 36.89 444816 1088976 8 [2021-02-26T09:13:11.981Z] 09:09:01 148576 0 615096 32.69 2620 1115252 1080776 36.89 444912 1088984 8 [2021-02-26T09:13:11.981Z] 09:10:01 148716 0 614952 32.68 2620 1115256 1080776 36.89 444796 1088980 8 [2021-02-26T09:13:11.981Z] 09:11:01 148052 0 615612 32.72 2620 1115260 1080860 36.89 445372 1088980 8 [2021-02-26T09:13:11.981Z] 09:12:01 127980 0 825908 43.90 1836 925820 1525616 52.07 584100 847624 82084 [2021-02-26T09:13:11.981Z] 09:13:02 199736 0 836020 44.43 992 844796 1313156 44.82 541004 768116 10156 [2021-02-26T09:13:11.981Z] Average: 151239 0 650969 34.60 2419 1076917 1137260 38.81 463944 1042439 7695 [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] 09:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-26T09:13:11.981Z] 09:02:02 eth0 0.30 0.08 0.03 0.02 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:03:01 eth0 0.80 0.29 0.30 0.20 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:04:01 eth0 2.28 0.28 0.44 0.17 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:05:01 eth0 1.00 0.53 0.54 0.39 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:06:01 eth0 0.22 0.17 0.08 0.10 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:07:01 eth0 0.30 0.23 0.10 0.02 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:10:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:11:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:12:01 eth0 832.57 755.08 7399.20 68.56 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:12:01 docker0 19.12 18.29 1.51 127.67 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:13:02 eth0 328.77 266.22 2422.83 133.21 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] 09:13:02 docker0 34.00 40.05 2.32 215.97 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] Average: eth0 97.80 85.77 823.30 17.06 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] Average: docker0 4.47 4.91 0.32 28.90 0.00 0.00 0.00 0.00 [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] ---> sar -P ALL: [2021-02-26T09:13:11.981Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] 08:59:47 LINUX RESTART (4 CPU) [2021-02-26T09:13:11.981Z] [2021-02-26T09:13:11.981Z] 09:01:01 CPU %user %nice %system %iowait %steal %idle [2021-02-26T09:13:11.981Z] 09:02:02 all 0.14 0.00 0.05 0.00 0.01 99.80 [2021-02-26T09:13:11.981Z] 09:02:02 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-26T09:13:11.981Z] 09:02:02 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-26T09:13:11.981Z] 09:02:02 2 0.35 0.00 0.03 0.00 0.02 99.60 [2021-02-26T09:13:11.981Z] 09:02:02 3 0.08 0.00 0.07 0.02 0.02 99.82 [2021-02-26T09:13:11.981Z] 09:03:01 all 0.17 0.00 0.08 0.00 0.00 99.75 [2021-02-26T09:13:11.981Z] 09:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:03:01 1 0.08 0.00 0.15 0.00 0.00 99.76 [2021-02-26T09:13:11.981Z] 09:03:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-02-26T09:13:11.981Z] 09:03:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-26T09:13:11.981Z] 09:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-26T09:13:11.981Z] 09:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:04:01 2 0.53 0.00 0.02 0.00 0.02 99.43 [2021-02-26T09:13:11.981Z] 09:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:13:11.981Z] 09:05:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2021-02-26T09:13:11.981Z] 09:05:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-26T09:13:11.981Z] 09:05:01 1 0.12 0.00 0.07 0.00 0.00 99.82 [2021-02-26T09:13:11.981Z] 09:05:01 2 0.58 0.00 0.03 0.00 0.00 99.38 [2021-02-26T09:13:11.981Z] 09:05:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-26T09:13:11.981Z] 09:06:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2021-02-26T09:13:11.981Z] 09:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-26T09:13:11.981Z] 09:06:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-26T09:13:11.981Z] 09:06:01 2 0.43 0.00 0.07 0.00 0.00 99.50 [2021-02-26T09:13:11.981Z] 09:06:01 3 0.05 0.00 0.08 0.00 0.02 99.85 [2021-02-26T09:13:11.981Z] 09:07:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-02-26T09:13:11.981Z] 09:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-26T09:13:11.981Z] 09:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-26T09:13:11.981Z] 09:07:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-26T09:13:11.981Z] 09:07:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:08:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-26T09:13:11.981Z] 09:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:13:11.981Z] 09:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-26T09:13:11.981Z] 09:08:01 2 0.13 0.00 0.08 0.00 0.00 99.78 [2021-02-26T09:13:11.981Z] 09:08:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:09:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-26T09:13:11.981Z] 09:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-26T09:13:11.981Z] 09:09:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:09:01 2 0.55 0.00 0.07 0.00 0.02 99.37 [2021-02-26T09:13:11.981Z] 09:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-26T09:13:11.981Z] 09:10:01 all 0.16 0.00 0.03 0.00 0.00 99.82 [2021-02-26T09:13:11.981Z] 09:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:13:11.981Z] 09:10:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-26T09:13:11.981Z] 09:10:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-26T09:13:11.981Z] 09:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-26T09:13:11.981Z] 09:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-26T09:13:11.981Z] 09:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-26T09:13:11.981Z] 09:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:11:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-26T09:13:11.981Z] 09:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T09:13:11.981Z] 09:12:01 all 16.30 0.00 11.46 2.86 0.09 69.29 [2021-02-26T09:13:11.981Z] 09:12:01 0 17.16 0.00 11.77 1.67 0.07 69.32 [2021-02-26T09:13:11.981Z] 09:12:01 1 15.75 0.00 12.05 1.27 0.10 70.83 [2021-02-26T09:13:11.981Z] 09:12:01 2 17.14 0.00 10.46 4.68 0.09 67.63 [2021-02-26T09:13:11.982Z] 09:12:01 3 15.16 0.00 11.57 3.82 0.09 69.36 [2021-02-26T09:13:11.982Z] [2021-02-26T09:13:11.982Z] 09:12:01 CPU %user %nice %system %iowait %steal %idle [2021-02-26T09:13:11.982Z] 09:13:02 all 10.81 0.00 8.12 4.49 0.07 76.52 [2021-02-26T09:13:11.982Z] 09:13:02 0 9.30 0.00 8.00 3.11 0.05 79.54 [2021-02-26T09:13:11.982Z] 09:13:02 1 13.60 0.00 8.73 4.52 0.07 73.08 [2021-02-26T09:13:11.982Z] 09:13:02 2 11.11 0.00 8.10 6.24 0.08 74.47 [2021-02-26T09:13:11.982Z] 09:13:02 3 9.22 0.00 7.64 4.09 0.07 78.99 [2021-02-26T09:13:11.982Z] Average: all 2.32 0.00 1.63 0.60 0.01 95.43 [2021-02-26T09:13:11.982Z] Average: 0 2.16 0.00 1.62 0.39 0.01 95.81 [2021-02-26T09:13:11.982Z] Average: 1 2.45 0.00 1.74 0.48 0.02 95.31 [2021-02-26T09:13:11.982Z] Average: 2 2.66 0.00 1.55 0.89 0.02 94.87 [2021-02-26T09:13:11.982Z] Average: 3 2.02 0.00 1.61 0.65 0.02 95.71 [2021-02-26T09:13:11.982Z] [2021-02-26T09:13:11.982Z] [2021-02-26T09:13:11.982Z]