Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-24838’ is offline Running on prd-centos7-docker-4c-2g-24839 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 > 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 Checking out Revision 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 # timeout=10 Commit message: "Merge pull request #484 from weichou1229/issue-483" > git rev-list --no-walk bcafc233a11a94553b5bbd90034cf9c597dbd212 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T03:55:43.978Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T03:55:44.230Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T03:55:44.320Z] ========================================================= [2021-02-04T03:55:44.320Z] EdgeX Global Pipelines Version Info [2021-02-04T03:55:44.320Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T03:55:45.799Z] ------------------- [2021-02-04T03:55:45.799Z] stable info: [2021-02-04T03:55:45.799Z] ------------------- [2021-02-04T03:55:45.799Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T03:55:45.799Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T03:55:45.799Z] Message: update stable to v1.0.179 [2021-02-04T03:55:46.745Z] ------------------- [2021-02-04T03:55:46.745Z] experimental info: [2021-02-04T03:55:46.745Z] ------------------- [2021-02-04T03:55:46.745Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T03:55:46.745Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T03:55:46.745Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T03:55:46.995Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-04T03:55:47.082Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-04T03:55:47.213Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T03:55:47.312Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T03:55:47.400Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T03:55:47.510Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T03:55:47.608Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T03:55:47.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T03:55:47.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T03:55:47.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T03:55:48.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T03:55:48.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-04T03:55:48.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T03:55:48.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T03:55:48.390Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T03:55:48.477Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T03:55:48.580Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T03:55:48.668Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T03:55:48.755Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T03:55:48.840Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T03:55:48.928Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-04T03:55:49.023Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-04T03:55:49.108Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T03:55:49.195Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T03:55:49.292Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-04T03:55:49.380Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T03:55:49.464Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T03:55:49.558Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-04T03:55:49.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-04T03:55:49.726Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-04T03:55:49.824Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] echo [2021-02-04T03:55:49.912Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 62cd2f9 [Pipeline] echo [2021-02-04T03:55:49.999Z] [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-04T03:55:50.748Z] + git log --format=format:%s -1 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] echo [2021-02-04T03:55:50.811Z] GIT_COMMIT: 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1, Commit Message: Merge pull request #484 from weichou1229/issue-483 [Pipeline] echo [2021-02-04T03:55:50.855Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:55:51.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T03:55:51.704Z] [2021-02-04T03:55:51.704Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:55:52.084Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T03:55:52.084Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T03:55:52.084Z] 31603596830f: Pulling fs layer [2021-02-04T03:55:52.084Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T03:55:52.084Z] 6ca5941a6612: Pulling fs layer [2021-02-04T03:55:52.084Z] ecc8261a40a4: Pulling fs layer [2021-02-04T03:55:52.084Z] ecc8261a40a4: Waiting [2021-02-04T03:55:52.084Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T03:55:52.084Z] 2a8b12db71e7: Download complete [2021-02-04T03:55:52.346Z] 31603596830f: Verifying Checksum [2021-02-04T03:55:52.346Z] 31603596830f: Download complete [2021-02-04T03:55:52.346Z] ecc8261a40a4: Verifying Checksum [2021-02-04T03:55:52.346Z] ecc8261a40a4: Download complete [2021-02-04T03:55:52.346Z] 6ca5941a6612: Verifying Checksum [2021-02-04T03:55:52.346Z] 6ca5941a6612: Download complete [2021-02-04T03:55:52.608Z] 31603596830f: Pull complete [2021-02-04T03:55:52.876Z] 2a8b12db71e7: Pull complete [2021-02-04T03:55:53.458Z] 6ca5941a6612: Pull complete [2021-02-04T03:55:53.720Z] ecc8261a40a4: Pull complete [2021-02-04T03:55:53.720Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T03:55:53.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T03:55:53.982Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T03:55:54.089Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T03:55:54.134Z] $ 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-04T03:55:56.254Z] $ docker top 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T03:55:56.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T03:55:56.649Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T03:55:56.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T03:55:56.875Z] $ docker exec 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent [2021-02-04T03:55:57.064Z] SSH_AUTH_SOCK=/tmp/ssh-JbLOnTR5mHWU/agent.12 [2021-02-04T03:55:57.064Z] SSH_AGENT_PID=18 [2021-02-04T03:55:57.078Z] Running ssh-add (command line suppressed) [2021-02-04T03:55:57.206Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8272265365151014758.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8272265365151014758.key) [2021-02-04T03:55:57.261Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T03:55:57.596Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T03:55:57.623Z] $ docker exec --env ******** --env ******** 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent -k [2021-02-04T03:55:57.745Z] unset SSH_AUTH_SOCK; [2021-02-04T03:55:57.745Z] unset SSH_AGENT_PID; [2021-02-04T03:55:57.745Z] echo Agent pid 18 killed; [2021-02-04T03:55:57.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T03:55:57.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T03:55:57.931Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T03:55:58.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T03:55:58.113Z] $ docker exec 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent [2021-02-04T03:55:58.288Z] SSH_AUTH_SOCK=/tmp/ssh-PQfyHZFgixjy/agent.46 [2021-02-04T03:55:58.288Z] SSH_AGENT_PID=52 [2021-02-04T03:55:58.296Z] Running ssh-add (command line suppressed) [2021-02-04T03:55:58.428Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3454094616524073325.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3454094616524073325.key) [2021-02-04T03:55:58.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T03:55:58.853Z] + git semver init [2021-02-04T03:55:58.853Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T03:55:58.853Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-04T03:55:58.853Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-04T03:55:58.853Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T03:55:58.853Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T03:55:58.853Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T03:55:58.853Z] # $SEMVER_BRANCH = master [2021-02-04T03:55:58.853Z] # $SEMVER_TEMP = /tmp/semver-138553051 [2021-02-04T03:55:58.853Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-04T03:55:59.430Z] # '/tmp/semver-138553051' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-02-04T03:55:59.692Z] # -> Force: false [2021-02-04T03:55:59.692Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-04T03:55:59.706Z] $ docker exec --env ******** --env ******** 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent -k [2021-02-04T03:55:59.831Z] unset SSH_AUTH_SOCK; [2021-02-04T03:55:59.832Z] unset SSH_AGENT_PID; [2021-02-04T03:55:59.832Z] echo Agent pid 52 killed; [2021-02-04T03:55:59.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T03:56:00.341Z] + git semver [Pipeline] } [2021-02-04T03:56:00.360Z] $ docker stop --time=1 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 [2021-02-04T03:56:02.226Z] $ docker rm -f 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T03:56:02.736Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T03:56:03.306Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T03:56:03.309Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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-04T03:56:18.821Z] Still waiting to schedule task [2021-02-04T03:56:18.821Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-04T03:56:18.823Z] Still waiting to schedule task [2021-02-04T03:56:18.823Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T03:58:47.653Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24841 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-04T03:58:47.708Z] Running in /w/workspace/go-mod-core-contracts/138 [Pipeline] { [Pipeline] checkout [2021-02-04T03:58:52.308Z] Running on prd-centos7-docker-4c-2g-24842 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-04T03:58:52.368Z] Running in /w/workspace/go-mod-core-contracts/138 [Pipeline] { [Pipeline] checkout [2021-02-04T03:58:52.516Z] using credential edgex-jenkins-ssh [2021-02-04T03:58:52.580Z] Cloning the remote Git repository [2021-02-04T03:58:52.638Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-04T03:58:52.740Z] > git init /w/workspace/go-mod-core-contracts/138 # timeout=10 [2021-02-04T03:58:52.848Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-04T03:58:52.848Z] > git --version # timeout=10 [2021-02-04T03:58:52.865Z] > git --version # 'git version 2.17.1' [2021-02-04T03:58:52.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:58:52.927Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T03:58:54.674Z] Checking out Revision 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 (master) [2021-02-04T03:58:54.911Z] using credential edgex-jenkins-ssh [2021-02-04T03:58:54.962Z] Cloning the remote Git repository [2021-02-04T03:58:54.064Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-04T03:58:54.091Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T03:58:54.114Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-04T03:58:54.148Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-04T03:58:54.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:58:54.161Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T03:58:54.697Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T03:58:54.720Z] > git checkout -f 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 # timeout=10 [2021-02-04T03:58:54.989Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-04T03:58:55.056Z] > git init /w/workspace/go-mod-core-contracts/138 # timeout=10 [2021-02-04T03:58:55.114Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-04T03:58:55.114Z] > git --version # timeout=10 [2021-02-04T03:58:55.122Z] > git --version # 'git version 2.24.3' [2021-02-04T03:58:55.122Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:58:55.149Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T03:58:55.815Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-04T03:58:55.824Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T03:58:55.836Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-04T03:58:55.849Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-04T03:58:55.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:58:55.853Z] > 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-04T03:58:56.231Z] Checking out Revision 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 (master) [2021-02-04T03:58:56.239Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T03:58:56.244Z] > git checkout -f 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 # timeout=10 [2021-02-04T03:58:59.049Z] Commit message: "Merge pull request #484 from weichou1229/issue-483" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T03:59:00.041Z] Commit message: "Merge pull request #484 from weichou1229/issue-483" [2021-02-04T03:59:00.475Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T03:59:00.917Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:59:01.459Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:59:01.617Z] + + truesudo [2021-02-04T03:59:01.617Z] service docker restart [2021-02-04T03:59:01.786Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:59:02.090Z] + sudo service docker restart [2021-02-04T03:59:02.090Z] + true [2021-02-04T03:59:02.090Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-04T03:59:03.170Z] ========================================================= [2021-02-04T03:59:03.170Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T03:59:03.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:03.514Z] + 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-04T03:59:04.093Z] Sending build context to Docker daemon 2.519MB [2021-02-04T03:59:04.093Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-04T03:59:04.093Z] Step 2/7 : FROM ${BASE} [2021-02-04T03:59:04.093Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T03:59:04.093Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T03:59:04.093Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T03:59:04.093Z] de9db76c5a1d: Pulling fs layer [2021-02-04T03:59:04.093Z] bca2f99d35d6: Pulling fs layer [2021-02-04T03:59:04.093Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T03:59:04.093Z] 7c6f9722023f: Pulling fs layer [2021-02-04T03:59:04.093Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T03:59:04.093Z] bca2f99d35d6: Waiting [2021-02-04T03:59:04.093Z] 7c6f9722023f: Waiting [2021-02-04T03:59:04.094Z] a35cf1a2eb13: Waiting [2021-02-04T03:59:04.094Z] 93359f2a8cfa: Waiting [2021-02-04T03:59:04.094Z] de9db76c5a1d: Verifying Checksum [2021-02-04T03:59:04.094Z] de9db76c5a1d: Download complete [2021-02-04T03:59:04.094Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T03:59:04.094Z] 0ef7d3d256c8: Download complete [2021-02-04T03:59:04.094Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T03:59:04.094Z] 93359f2a8cfa: Download complete [2021-02-04T03:59:04.094Z] 7c6f9722023f: Verifying Checksum [2021-02-04T03:59:04.094Z] 7c6f9722023f: Download complete [2021-02-04T03:59:04.094Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T03:59:04.094Z] 188c0c94c7c5: Download complete [Pipeline] unstash [2021-02-04T03:59:04.357Z] 188c0c94c7c5: Pull complete [Pipeline] echo [2021-02-04T03:59:04.502Z] ========================================================= [2021-02-04T03:59:04.502Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T03:59:04.502Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:04.623Z] 0ef7d3d256c8: Pull complete [2021-02-04T03:59:04.623Z] de9db76c5a1d: Pull complete [2021-02-04T03:59:04.883Z] + 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-04T03:59:05.866Z] Sending build context to Docker daemon 2.518MB [2021-02-04T03:59:05.866Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-04T03:59:05.866Z] Step 2/7 : FROM ${BASE} [2021-02-04T03:59:06.464Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T03:59:06.464Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T03:59:06.464Z] a4357932f1b6: Pulling fs layer [2021-02-04T03:59:06.464Z] 18c013af1878: Pulling fs layer [2021-02-04T03:59:06.464Z] 00ac8860ef70: Pulling fs layer [2021-02-04T03:59:06.464Z] 63d7cb157983: Pulling fs layer [2021-02-04T03:59:06.464Z] b116817d02f9: Pulling fs layer [2021-02-04T03:59:06.464Z] 745a02a5169b: Pulling fs layer [2021-02-04T03:59:06.464Z] 63d7cb157983: Waiting [2021-02-04T03:59:06.464Z] b116817d02f9: Waiting [2021-02-04T03:59:06.464Z] 745a02a5169b: Waiting [2021-02-04T03:59:06.464Z] 00ac8860ef70: Waiting [2021-02-04T03:59:06.464Z] 18c013af1878: Download complete [2021-02-04T03:59:06.464Z] a4357932f1b6: Download complete [2021-02-04T03:59:06.464Z] 63d7cb157983: Verifying Checksum [2021-02-04T03:59:06.464Z] 63d7cb157983: Download complete [2021-02-04T03:59:06.464Z] b116817d02f9: Verifying Checksum [2021-02-04T03:59:06.464Z] b116817d02f9: Download complete [2021-02-04T03:59:06.545Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T03:59:06.545Z] a35cf1a2eb13: Download complete [2021-02-04T03:59:07.058Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T03:59:07.058Z] 5f621e34cdf4: Download complete [2021-02-04T03:59:07.659Z] 5f621e34cdf4: Pull complete [2021-02-04T03:59:07.957Z] bca2f99d35d6: Verifying Checksum [2021-02-04T03:59:07.957Z] bca2f99d35d6: Download complete [2021-02-04T03:59:08.643Z] a4357932f1b6: Pull complete [2021-02-04T03:59:08.917Z] 18c013af1878: Pull complete [2021-02-04T03:59:09.192Z] 745a02a5169b: Verifying Checksum [2021-02-04T03:59:09.192Z] 745a02a5169b: Download complete [2021-02-04T03:59:10.626Z] 00ac8860ef70: Verifying Checksum [2021-02-04T03:59:10.626Z] 00ac8860ef70: Download complete [2021-02-04T03:59:13.303Z] bca2f99d35d6: Pull complete [2021-02-04T03:59:13.566Z] 93359f2a8cfa: Pull complete [2021-02-04T03:59:13.832Z] 7c6f9722023f: Pull complete [2021-02-04T03:59:20.782Z] 00ac8860ef70: Pull complete [2021-02-04T03:59:20.782Z] 63d7cb157983: Pull complete [2021-02-04T03:59:20.782Z] b116817d02f9: Pull complete [2021-02-04T03:59:23.872Z] a35cf1a2eb13: Pull complete [2021-02-04T03:59:23.872Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T03:59:23.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T03:59:23.873Z] ---> a62c8e92a672 [2021-02-04T03:59:23.873Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T03:59:23.873Z] ---> Running in 23283ef421d5 [2021-02-04T03:59:23.873Z] Removing intermediate container 23283ef421d5 [2021-02-04T03:59:23.873Z] ---> c3cebc17c20b [2021-02-04T03:59:23.873Z] Step 4/7 : RUN apk add bash [2021-02-04T03:59:23.873Z] ---> Running in ca3366fb6af6 [2021-02-04T03:59:23.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T03:59:24.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T03:59:25.027Z] OK: 166 MiB in 39 packages [2021-02-04T03:59:25.089Z] 745a02a5169b: Pull complete [2021-02-04T03:59:25.089Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T03:59:25.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T03:59:25.089Z] ---> b7e6874047d6 [2021-02-04T03:59:25.089Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T03:59:25.603Z] Removing intermediate container ca3366fb6af6 [2021-02-04T03:59:25.603Z] ---> 091bb6e48a52 [2021-02-04T03:59:25.603Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-04T03:59:25.603Z] ---> Running in 87be33220f87 [2021-02-04T03:59:25.603Z] Removing intermediate container 87be33220f87 [2021-02-04T03:59:25.603Z] ---> 218849441794 [2021-02-04T03:59:25.603Z] Step 6/7 : COPY go.mod . [2021-02-04T03:59:25.866Z] ---> 31c1b300327f [2021-02-04T03:59:25.866Z] Step 7/7 : RUN go mod download [2021-02-04T03:59:25.866Z] ---> Running in c6ce41245114 [2021-02-04T03:59:27.702Z] ---> Running in 5ab0840f77de [2021-02-04T03:59:27.702Z] Removing intermediate container 5ab0840f77de [2021-02-04T03:59:27.702Z] ---> 789916569ce0 [2021-02-04T03:59:27.702Z] Step 4/7 : RUN apk add bash [2021-02-04T03:59:27.975Z] ---> Running in 3c44c9e69732 [2021-02-04T03:59:28.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T03:59:29.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T03:59:30.916Z] OK: 142 MiB in 39 packages [2021-02-04T03:59:31.922Z] Removing intermediate container 3c44c9e69732 [2021-02-04T03:59:31.922Z] ---> 900bf7eab75b [2021-02-04T03:59:31.922Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-04T03:59:32.195Z] ---> Running in 87679b7c84cd [2021-02-04T03:59:32.467Z] Removing intermediate container 87679b7c84cd [2021-02-04T03:59:32.467Z] ---> f6274b2f3e06 [2021-02-04T03:59:32.467Z] Step 6/7 : COPY go.mod . [2021-02-04T03:59:33.061Z] ---> 7a4c1f4adf14 [2021-02-04T03:59:33.061Z] Step 7/7 : RUN go mod download [2021-02-04T03:59:33.333Z] ---> Running in e568bcc3ac6f [2021-02-04T03:59:38.167Z] Removing intermediate container c6ce41245114 [2021-02-04T03:59:38.167Z] ---> 878ddec3d3fe [2021-02-04T03:59:38.167Z] Successfully built 878ddec3d3fe [2021-02-04T03:59:38.167Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:38.483Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T03:59:38.483Z] . [Pipeline] withDockerContainer [2021-02-04T03:59:38.591Z] prd-centos7-docker-4c-2g-24842 does not seem to be running inside a container [2021-02-04T03:59:38.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T03:59:39.352Z] $ docker top ebff8b594a22ecacf76aeb0fa00fd31e167b416a40676fbb7e0bd24f5476707b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T03:59:39.922Z] + go version [2021-02-04T03:59:39.922Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T03:59:39.940Z] $ docker stop --time=1 ebff8b594a22ecacf76aeb0fa00fd31e167b416a40676fbb7e0bd24f5476707b [2021-02-04T03:59:41.294Z] $ docker rm -f ebff8b594a22ecacf76aeb0fa00fd31e167b416a40676fbb7e0bd24f5476707b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:42.115Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T03:59:42.115Z] . [Pipeline] withDockerContainer [2021-02-04T03:59:42.214Z] prd-centos7-docker-4c-2g-24842 does not seem to be running inside a container [2021-02-04T03:59:42.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T03:59:42.964Z] $ docker top aeeb52484b7c9dafeb6f70374622eab688ea91c1805fbbb65b262ba7ab2e0a08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T03:59:43.448Z] + make test [2021-02-04T03:59:43.448Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T03:59:48.439Z] Removing intermediate container e568bcc3ac6f [2021-02-04T03:59:48.439Z] ---> 2b73ea098b55 [2021-02-04T03:59:48.439Z] Successfully built 2b73ea098b55 [2021-02-04T03:59:48.439Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:48.783Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T03:59:48.783Z] . [Pipeline] withDockerContainer [2021-02-04T03:59:49.052Z] prd-ubuntu18.04-docker-arm64-4c-16g-24841 does not seem to be running inside a container [2021-02-04T03:59:49.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T03:59:50.124Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-04T03:59:50.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.017s coverage: 85.7% of statements [2021-02-04T03:59:50.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements [2021-02-04T03:59:50.398Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.020s coverage: 45.4% of statements [2021-02-04T03:59:50.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.010s coverage: 77.8% of statements [2021-02-04T03:59:50.668Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-04T03:59:50.727Z] $ docker top 3caaa2fdb926215735016e1681d03160693c69c4c48b4507e759b3dab650b9c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T03:59:51.249Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements [2021-02-04T03:59:51.773Z] + go version [2021-02-04T03:59:51.773Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T03:59:51.799Z] $ docker stop --time=1 3caaa2fdb926215735016e1681d03160693c69c4c48b4507e759b3dab650b9c3 [2021-02-04T03:59:51.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements [2021-02-04T03:59:51.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements [2021-02-04T03:59:51.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements [2021-02-04T03:59:51.844Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-04T03:59:51.844Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-04T03:59:51.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements [2021-02-04T03:59:52.109Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.022s coverage: 36.7% of statements [2021-02-04T03:59:53.690Z] $ docker rm -f 3caaa2fdb926215735016e1681d03160693c69c4c48b4507e759b3dab650b9c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T03:59:54.263Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.042s coverage: 63.0% of statements [2021-02-04T03:59:54.263Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements [2021-02-04T03:59:54.263Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements [2021-02-04T03:59:54.263Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements [2021-02-04T03:59:54.263Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.070s coverage: 14.3% of statements [2021-02-04T03:59:54.263Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:54.774Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T03:59:54.775Z] . [Pipeline] withDockerContainer [2021-02-04T03:59:54.999Z] prd-ubuntu18.04-docker-arm64-4c-16g-24841 does not seem to be running inside a container [2021-02-04T03:59:55.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T03:59:55.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.080s coverage: 84.8% of statements [2021-02-04T03:59:55.691Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-04T03:59:55.691Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-04T03:59:55.691Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-04T03:59:55.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 49.2% of statements [2021-02-04T03:59:55.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements [2021-02-04T03:59:56.272Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 88.7% of statements [2021-02-04T03:59:56.272Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-02-04T03:59:56.272Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-04T03:59:56.519Z] $ docker top 77923cdf488d11271c6de385a142445a58e8089997babf207e66474dd86ce7ed -eo pid,comm [2021-02-04T03:59:56.535Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh [2021-02-04T03:59:57.504Z] + make test [2021-02-04T03:59:57.504Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T03:59:57.943Z] gofmt -l . [2021-02-04T03:59:58.207Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-04T03:59:58.486Z] $ docker stop --time=1 aeeb52484b7c9dafeb6f70374622eab688ea91c1805fbbb65b262ba7ab2e0a08 [2021-02-04T04:00:00.750Z] $ docker rm -f aeeb52484b7c9dafeb6f70374622eab688ea91c1805fbbb65b262ba7ab2e0a08 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:00:01.331Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T04:00:01.654Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T04:00:19.739Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-04T04:00:21.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.045s coverage: 85.7% of statements [2021-02-04T04:00:21.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements [2021-02-04T04:00:23.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements [2021-02-04T04:00:23.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.036s coverage: 77.8% of statements [2021-02-04T04:00:23.205Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-04T04:00:24.207Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements [2021-02-04T04:00:25.202Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.072s coverage: 14.7% of statements [2021-02-04T04:00:25.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.047s coverage: 100.0% of statements [2021-02-04T04:00:26.470Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.078s coverage: 91.8% of statements [2021-02-04T04:00:26.470Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-04T04:00:26.470Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-04T04:00:26.470Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements [2021-02-04T04:00:26.470Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 36.7% of statements [2021-02-04T04:00:31.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.130s coverage: 63.0% of statements [2021-02-04T04:00:31.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.065s coverage: 26.3% of statements [2021-02-04T04:00:31.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.036s coverage: 15.4% of statements [2021-02-04T04:00:31.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.060s coverage: 15.4% of statements [2021-02-04T04:00:31.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements [2021-02-04T04:00:31.911Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-04T04:00:35.356Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.203s coverage: 84.8% of statements [2021-02-04T04:00:35.356Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-04T04:00:35.356Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-04T04:00:35.356Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-04T04:00:35.356Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.108s coverage: 49.2% of statements [2021-02-04T04:00:35.636Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.074s coverage: 94.7% of statements [2021-02-04T04:00:37.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.144s coverage: 88.7% of statements [2021-02-04T04:00:37.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-02-04T04:00:37.108Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-04T04:00:37.713Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T04:00:43.212Z] gofmt -l . [2021-02-04T04:00:44.195Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-04T04:00:44.493Z] $ docker stop --time=1 77923cdf488d11271c6de385a142445a58e8089997babf207e66474dd86ce7ed [2021-02-04T04:00:46.698Z] $ docker rm -f 77923cdf488d11271c6de385a142445a58e8089997babf207e66474dd86ce7ed [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:00:47.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T04:00:47.581Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T04:00:48.704Z] 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] } [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-04T04:00:50.836Z] provisioning config files... [2021-02-04T04:00:50.850Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9133281616639684706tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:00:51.242Z] + set +x [2021-02-04T04:00:51.243Z] + curl -s https://codecov.io/bash [2021-02-04T04:00:51.243Z] + bash -s -- [2021-02-04T04:00:51.507Z] [2021-02-04T04:00:51.507Z] _____ _ [2021-02-04T04:00:51.507Z] / ____| | | [2021-02-04T04:00:51.507Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:00:51.507Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:00:51.507Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:00:51.507Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:00:51.507Z] Bash-20210129-7c25fce [2021-02-04T04:00:51.507Z] [2021-02-04T04:00:51.507Z] [2021-02-04T04:00:51.507Z] ==> git version 2.24.3 found [2021-02-04T04:00:51.507Z] ==> 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-04T04:00:51.507Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:00:51.507Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:00:51.507Z] curl: option -sm: expected a proper numerical parameter [2021-02-04T04:00:51.507Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-04T04:00:51.507Z] ==> Jenkins CI detected. [2021-02-04T04:00:51.507Z] project root: . [2021-02-04T04:00:51.507Z] --> token set from env [2021-02-04T04:00:51.507Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:00:51.507Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:00:51.507Z] ==> Python coveragepy not found [2021-02-04T04:00:51.507Z] ==> Searching for coverage reports in: [2021-02-04T04:00:51.507Z] + . [2021-02-04T04:00:51.507Z] -> Found 1 reports [2021-02-04T04:00:51.507Z] ==> Detecting git/mercurial file structure [2021-02-04T04:00:51.507Z] ==> Reading reports [2021-02-04T04:00:51.507Z] + ./coverage.out bytes=147060 [2021-02-04T04:00:51.507Z] ==> Appending adjustments [2021-02-04T04:00:51.507Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:00:52.458Z] + Found adjustments [2021-02-04T04:00:52.458Z] ==> Gzipping contents [2021-02-04T04:00:52.458Z] 24K /tmp/codecov.yNXA7p.gz [2021-02-04T04:00:52.458Z] ==> Uploading reports [2021-02-04T04:00:52.458Z] url: https://codecov.io [2021-02-04T04:00:52.458Z] query: branch=master&commit=62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F138%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T04:00:52.458Z] -> Pinging Codecov [2021-02-04T04:00:52.458Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F138%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T04:00:55.798Z] -> Uploading to [2021-02-04T04:00:55.798Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/71470A77251A30514AAF9C0BB2E5B6CE/62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1/4b3fea22-0f69-4cb0-acdd-e69fdc25b086.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T040055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4af8c190ace7375cd42318e9f8e501195a45a09aa5fd73c9cd6204e21f62638 [2021-02-04T04:00:55.798Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:00:55.798Z] Dload Upload Total Spent Left Speed [2021-02-04T04:00:56.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22377 0 0 100 22377 0 44852 --:--:-- --:--:-- --:--:-- 44843 100 22377 0 0 100 22377 0 44837 --:--:-- --:--:-- --:--:-- 44843 [2021-02-04T04:00:56.061Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] } [2021-02-04T04:00:56.072Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-04T04:00:57.012Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T04:00:57.121Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:00:57.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T04:00:57.470Z] [2021-02-04T04:00:57.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:00:57.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T04:00:57.829Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T04:00:57.829Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T04:00:57.829Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T04:00:57.829Z] de9db76c5a1d: Pulling fs layer [2021-02-04T04:00:57.829Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T04:00:57.829Z] 0d57e429df01: Pulling fs layer [2021-02-04T04:00:57.829Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T04:00:57.829Z] e1f770b5df2f: Pulling fs layer [2021-02-04T04:00:57.829Z] 85a0685a4137: Pulling fs layer [2021-02-04T04:00:57.829Z] 4e4be7b47b0d: Waiting [2021-02-04T04:00:57.829Z] e1f770b5df2f: Waiting [2021-02-04T04:00:57.829Z] 0eba1c9be4d2: Waiting [2021-02-04T04:00:57.829Z] de9db76c5a1d: Download complete [2021-02-04T04:00:57.829Z] 0ef7d3d256c8: Download complete [2021-02-04T04:00:57.829Z] 0d57e429df01: Download complete [2021-02-04T04:00:57.829Z] 4e4be7b47b0d: Download complete [2021-02-04T04:00:57.829Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T04:00:57.829Z] 188c0c94c7c5: Download complete [2021-02-04T04:00:58.411Z] 188c0c94c7c5: Pull complete [2021-02-04T04:00:58.411Z] 0ef7d3d256c8: Pull complete [2021-02-04T04:00:58.675Z] de9db76c5a1d: Pull complete [2021-02-04T04:00:59.630Z] e1f770b5df2f: Verifying Checksum [2021-02-04T04:00:59.630Z] e1f770b5df2f: Download complete [2021-02-04T04:01:01.578Z] 0eba1c9be4d2: Verifying Checksum [2021-02-04T04:01:01.578Z] 0eba1c9be4d2: Download complete [2021-02-04T04:01:01.855Z] 85a0685a4137: Verifying Checksum [2021-02-04T04:01:01.855Z] 85a0685a4137: Download complete [2021-02-04T04:01:08.552Z] 0eba1c9be4d2: Pull complete [2021-02-04T04:01:08.552Z] 0d57e429df01: Pull complete [2021-02-04T04:01:08.552Z] 4e4be7b47b0d: Pull complete [2021-02-04T04:01:12.793Z] e1f770b5df2f: Pull complete [2021-02-04T04:01:19.470Z] 85a0685a4137: Pull complete [2021-02-04T04:01:19.470Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T04:01:19.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T04:01:19.470Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T04:01:19.700Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T04:01:19.760Z] $ 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-04T04:01:20.833Z] $ docker top a56df37d64c971f5d4bf341bc5cd63b731cee726da208b146dd0fc9bf909b064 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:01:21.167Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T04:01:21.470Z] + set -o pipefail [2021-02-04T04:01:21.470Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T04:01:26.799Z] [2021-02-04T04:01:26.799Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-02-04T04:01:26.799Z] [2021-02-04T04:01:26.799Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/c6ecc72b-cf0a-4231-a280-d14327bb928a [2021-02-04T04:01:26.799Z] [2021-02-04T04:01:26.799Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T04:01:26.799Z] [2021-02-04T04:01:26.799Z] [Pipeline] } [2021-02-04T04:01:26.817Z] $ docker stop --time=1 a56df37d64c971f5d4bf341bc5cd63b731cee726da208b146dd0fc9bf909b064 [2021-02-04T04:01:29.061Z] $ docker rm -f a56df37d64c971f5d4bf341bc5cd63b731cee726da208b146dd0fc9bf909b064 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-04T04:01:31.011Z] + git log --format=format:%s -1 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:01:31.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:01:31.336Z] . [Pipeline] withDockerContainer [2021-02-04T04:01:31.444Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T04:01:31.500Z] $ 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-04T04:01:32.184Z] $ docker top f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:01:32.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:01:32.520Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:01:32.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:01:32.735Z] $ docker exec f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 ssh-agent [2021-02-04T04:01:32.913Z] SSH_AUTH_SOCK=/tmp/ssh-YqieqWQnQZRC/agent.12 [2021-02-04T04:01:32.913Z] SSH_AGENT_PID=17 [2021-02-04T04:01:32.922Z] Running ssh-add (command line suppressed) [2021-02-04T04:01:33.067Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3669761048981119591.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3669761048981119591.key) [2021-02-04T04:01:33.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:01:33.491Z] + git semver tag [2021-02-04T04:01:33.491Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:01:33.491Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-04T04:01:33.491Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-04T04:01:33.491Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:01:33.491Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:01:33.491Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:01:33.491Z] # $SEMVER_BRANCH = master [2021-02-04T04:01:33.491Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-04T04:01:33.491Z] # 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 HEAD [2021-02-04T04:01:33.753Z] # -> Force: false [2021-02-04T04:01:33.753Z] # 594ae1335b3e5919916b4bf032d7491c0068253c refs/tags/v2.0.0-dev.20 [Pipeline] } [2021-02-04T04:01:33.765Z] $ docker exec --env ******** --env ******** f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 ssh-agent -k [2021-02-04T04:01:33.890Z] unset SSH_AUTH_SOCK; [2021-02-04T04:01:33.890Z] unset SSH_AGENT_PID; [2021-02-04T04:01:33.890Z] echo Agent pid 17 killed; [2021-02-04T04:01:33.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:01:34.508Z] + git semver [Pipeline] } [2021-02-04T04:01:34.533Z] $ docker stop --time=1 f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 [2021-02-04T04:01:35.896Z] $ docker rm -f f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:01:36.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T04:01:36.660Z] [2021-02-04T04:01:36.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:01:37.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T04:01:37.025Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T04:01:37.025Z] ab5ef0e58194: Pulling fs layer [2021-02-04T04:01:37.025Z] 9712f1f96733: Pulling fs layer [2021-02-04T04:01:37.025Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T04:01:37.025Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T04:01:37.025Z] e9a5061849ea: Pulling fs layer [2021-02-04T04:01:37.025Z] d747dcd14b5f: Pulling fs layer [2021-02-04T04:01:37.025Z] 2de7ff778b66: Pulling fs layer [2021-02-04T04:01:37.025Z] e9a5061849ea: Waiting [2021-02-04T04:01:37.025Z] d747dcd14b5f: Waiting [2021-02-04T04:01:37.025Z] 2de7ff778b66: Waiting [2021-02-04T04:01:37.025Z] 0d9ebad4ef96: Waiting [2021-02-04T04:01:37.025Z] 9712f1f96733: Verifying Checksum [2021-02-04T04:01:37.025Z] 9712f1f96733: Download complete [2021-02-04T04:01:38.972Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T04:01:38.972Z] 63f879dbbcfc: Download complete [2021-02-04T04:01:38.972Z] e9a5061849ea: Verifying Checksum [2021-02-04T04:01:38.972Z] e9a5061849ea: Download complete [2021-02-04T04:01:38.972Z] d747dcd14b5f: Verifying Checksum [2021-02-04T04:01:38.972Z] d747dcd14b5f: Download complete [2021-02-04T04:01:39.894Z] 2de7ff778b66: Verifying Checksum [2021-02-04T04:01:39.894Z] 2de7ff778b66: Download complete [2021-02-04T04:01:39.894Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T04:01:39.894Z] 0d9ebad4ef96: Download complete [2021-02-04T04:01:39.894Z] ab5ef0e58194: Download complete [2021-02-04T04:01:44.178Z] ab5ef0e58194: Pull complete [2021-02-04T04:01:44.178Z] 9712f1f96733: Pull complete [2021-02-04T04:01:46.742Z] 63f879dbbcfc: Pull complete [2021-02-04T04:01:53.361Z] 0d9ebad4ef96: Pull complete [2021-02-04T04:01:53.943Z] e9a5061849ea: Pull complete [2021-02-04T04:01:54.209Z] d747dcd14b5f: Pull complete [2021-02-04T04:01:58.457Z] 2de7ff778b66: Pull complete [2021-02-04T04:01:58.457Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T04:01:58.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T04:01:58.457Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T04:01:58.664Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T04:01:58.715Z] $ 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-04T04:02:02.111Z] $ docker top 76b32ec66a12d33b64d4c32fe27aa845d4b035ac6a446cd04b3675ca54885ef4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:02:02.395Z] provisioning config files... [2021-02-04T04:02:02.408Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2344661091284478104tmp [2021-02-04T04:02:02.426Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4262782743753863395tmp [2021-02-04T04:02:02.447Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9204292050540634103tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:02:02.508Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:02.809Z] ---> sigul-configuration.sh [2021-02-04T04:02:02.809Z] gpg: directory `/root/.gnupg' created [2021-02-04T04:02:02.809Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T04:02:02.809Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T04:02:02.809Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T04:02:02.809Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T04:02:02.809Z] gpg: CAST5 encrypted data [2021-02-04T04:02:03.074Z] gpg: encrypted with 1 passphrase [2021-02-04T04:02:03.074Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T04:02:03.481Z] + mkdir /home/jenkins [2021-02-04T04:02:03.481Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T04:02:03.896Z] + 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-04T04:02:04.007Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:04.443Z] ---> sigul-install.sh [2021-02-04T04:02:11.069Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T04:02:11.380Z] + git tag --list [2021-02-04T04:02:11.380Z] v0.0.0 [2021-02-04T04:02:11.380Z] v0.0.1 [2021-02-04T04:02:11.380Z] v0.1.0 [2021-02-04T04:02:11.380Z] v0.1.1 [2021-02-04T04:02:11.380Z] v0.1.10 [2021-02-04T04:02:11.380Z] v0.1.100 [2021-02-04T04:02:11.380Z] v0.1.101 [2021-02-04T04:02:11.380Z] v0.1.102 [2021-02-04T04:02:11.380Z] v0.1.103 [2021-02-04T04:02:11.380Z] v0.1.104 [2021-02-04T04:02:11.380Z] v0.1.105 [2021-02-04T04:02:11.380Z] v0.1.106 [2021-02-04T04:02:11.380Z] v0.1.107 [2021-02-04T04:02:11.380Z] v0.1.108 [2021-02-04T04:02:11.380Z] v0.1.109 [2021-02-04T04:02:11.380Z] v0.1.11 [2021-02-04T04:02:11.380Z] v0.1.110 [2021-02-04T04:02:11.380Z] v0.1.111 [2021-02-04T04:02:11.380Z] v0.1.112 [2021-02-04T04:02:11.380Z] v0.1.113 [2021-02-04T04:02:11.380Z] v0.1.114 [2021-02-04T04:02:11.380Z] v0.1.115 [2021-02-04T04:02:11.380Z] v0.1.116 [2021-02-04T04:02:11.380Z] v0.1.117 [2021-02-04T04:02:11.380Z] v0.1.118 [2021-02-04T04:02:11.380Z] v0.1.119 [2021-02-04T04:02:11.380Z] v0.1.12 [2021-02-04T04:02:11.380Z] v0.1.120 [2021-02-04T04:02:11.380Z] v0.1.121 [2021-02-04T04:02:11.380Z] v0.1.122 [2021-02-04T04:02:11.380Z] v0.1.123 [2021-02-04T04:02:11.380Z] v0.1.124 [2021-02-04T04:02:11.380Z] v0.1.125 [2021-02-04T04:02:11.380Z] v0.1.126 [2021-02-04T04:02:11.380Z] v0.1.127 [2021-02-04T04:02:11.380Z] v0.1.128 [2021-02-04T04:02:11.380Z] v0.1.129 [2021-02-04T04:02:11.380Z] v0.1.13 [2021-02-04T04:02:11.380Z] v0.1.130 [2021-02-04T04:02:11.380Z] v0.1.131 [2021-02-04T04:02:11.380Z] v0.1.132 [2021-02-04T04:02:11.380Z] v0.1.133 [2021-02-04T04:02:11.380Z] v0.1.134 [2021-02-04T04:02:11.380Z] v0.1.135 [2021-02-04T04:02:11.380Z] v0.1.136 [2021-02-04T04:02:11.380Z] v0.1.137 [2021-02-04T04:02:11.380Z] v0.1.138 [2021-02-04T04:02:11.380Z] v0.1.139 [2021-02-04T04:02:11.380Z] v0.1.14 [2021-02-04T04:02:11.380Z] v0.1.140 [2021-02-04T04:02:11.380Z] v0.1.141 [2021-02-04T04:02:11.380Z] v0.1.142 [2021-02-04T04:02:11.380Z] v0.1.143 [2021-02-04T04:02:11.380Z] v0.1.144 [2021-02-04T04:02:11.380Z] v0.1.145 [2021-02-04T04:02:11.380Z] v0.1.146 [2021-02-04T04:02:11.380Z] v0.1.147 [2021-02-04T04:02:11.380Z] v0.1.148 [2021-02-04T04:02:11.380Z] v0.1.149 [2021-02-04T04:02:11.380Z] v0.1.15 [2021-02-04T04:02:11.380Z] v0.1.16 [2021-02-04T04:02:11.380Z] v0.1.17 [2021-02-04T04:02:11.380Z] v0.1.18 [2021-02-04T04:02:11.380Z] v0.1.19 [2021-02-04T04:02:11.380Z] v0.1.2 [2021-02-04T04:02:11.380Z] v0.1.20 [2021-02-04T04:02:11.380Z] v0.1.21 [2021-02-04T04:02:11.380Z] v0.1.22 [2021-02-04T04:02:11.380Z] v0.1.23 [2021-02-04T04:02:11.380Z] v0.1.24 [2021-02-04T04:02:11.380Z] v0.1.25 [2021-02-04T04:02:11.380Z] v0.1.26 [2021-02-04T04:02:11.380Z] v0.1.27 [2021-02-04T04:02:11.380Z] v0.1.28 [2021-02-04T04:02:11.380Z] v0.1.29 [2021-02-04T04:02:11.380Z] v0.1.3 [2021-02-04T04:02:11.380Z] v0.1.30 [2021-02-04T04:02:11.380Z] v0.1.31 [2021-02-04T04:02:11.380Z] v0.1.32 [2021-02-04T04:02:11.380Z] v0.1.33 [2021-02-04T04:02:11.380Z] v0.1.34 [2021-02-04T04:02:11.380Z] v0.1.35 [2021-02-04T04:02:11.380Z] v0.1.36 [2021-02-04T04:02:11.380Z] v0.1.37 [2021-02-04T04:02:11.380Z] v0.1.38 [2021-02-04T04:02:11.380Z] v0.1.39 [2021-02-04T04:02:11.380Z] v0.1.4 [2021-02-04T04:02:11.380Z] v0.1.40 [2021-02-04T04:02:11.380Z] v0.1.41 [2021-02-04T04:02:11.380Z] v0.1.42 [2021-02-04T04:02:11.380Z] v0.1.43 [2021-02-04T04:02:11.380Z] v0.1.44 [2021-02-04T04:02:11.380Z] v0.1.45 [2021-02-04T04:02:11.380Z] v0.1.46 [2021-02-04T04:02:11.380Z] v0.1.47 [2021-02-04T04:02:11.380Z] v0.1.48 [2021-02-04T04:02:11.380Z] v0.1.49 [2021-02-04T04:02:11.380Z] v0.1.5 [2021-02-04T04:02:11.380Z] v0.1.50 [2021-02-04T04:02:11.380Z] v0.1.51 [2021-02-04T04:02:11.380Z] v0.1.52 [2021-02-04T04:02:11.380Z] v0.1.53 [2021-02-04T04:02:11.380Z] v0.1.54 [2021-02-04T04:02:11.380Z] v0.1.55 [2021-02-04T04:02:11.380Z] v0.1.56 [2021-02-04T04:02:11.380Z] v0.1.57 [2021-02-04T04:02:11.380Z] v0.1.58 [2021-02-04T04:02:11.380Z] v0.1.59 [2021-02-04T04:02:11.380Z] v0.1.6 [2021-02-04T04:02:11.380Z] v0.1.60 [2021-02-04T04:02:11.380Z] v0.1.61 [2021-02-04T04:02:11.380Z] v0.1.62 [2021-02-04T04:02:11.380Z] v0.1.63 [2021-02-04T04:02:11.380Z] v0.1.64 [2021-02-04T04:02:11.380Z] v0.1.65 [2021-02-04T04:02:11.380Z] v0.1.66 [2021-02-04T04:02:11.380Z] v0.1.67 [2021-02-04T04:02:11.380Z] v0.1.68 [2021-02-04T04:02:11.380Z] v0.1.69 [2021-02-04T04:02:11.380Z] v0.1.7 [2021-02-04T04:02:11.380Z] v0.1.70 [2021-02-04T04:02:11.380Z] v0.1.71 [2021-02-04T04:02:11.380Z] v0.1.72 [2021-02-04T04:02:11.380Z] v0.1.73 [2021-02-04T04:02:11.380Z] v0.1.74 [2021-02-04T04:02:11.380Z] v0.1.75 [2021-02-04T04:02:11.380Z] v0.1.76 [2021-02-04T04:02:11.380Z] v0.1.77 [2021-02-04T04:02:11.380Z] v0.1.78 [2021-02-04T04:02:11.380Z] v0.1.79 [2021-02-04T04:02:11.380Z] v0.1.8 [2021-02-04T04:02:11.380Z] v0.1.80 [2021-02-04T04:02:11.380Z] v0.1.81 [2021-02-04T04:02:11.380Z] v0.1.82 [2021-02-04T04:02:11.380Z] v0.1.83 [2021-02-04T04:02:11.380Z] v0.1.84 [2021-02-04T04:02:11.380Z] v0.1.85 [2021-02-04T04:02:11.380Z] v0.1.86 [2021-02-04T04:02:11.380Z] v0.1.87 [2021-02-04T04:02:11.380Z] v0.1.88 [2021-02-04T04:02:11.380Z] v0.1.89 [2021-02-04T04:02:11.380Z] v0.1.9 [2021-02-04T04:02:11.380Z] v0.1.90 [2021-02-04T04:02:11.380Z] v0.1.91 [2021-02-04T04:02:11.380Z] v0.1.92 [2021-02-04T04:02:11.380Z] v0.1.93 [2021-02-04T04:02:11.380Z] v0.1.94 [2021-02-04T04:02:11.380Z] v0.1.95 [2021-02-04T04:02:11.380Z] v0.1.96 [2021-02-04T04:02:11.380Z] v0.1.97 [2021-02-04T04:02:11.380Z] v0.1.98 [2021-02-04T04:02:11.380Z] v0.1.99 [2021-02-04T04:02:11.380Z] v2.0.0-dev.1 [2021-02-04T04:02:11.380Z] v2.0.0-dev.10 [2021-02-04T04:02:11.380Z] v2.0.0-dev.11 [2021-02-04T04:02:11.380Z] v2.0.0-dev.12 [2021-02-04T04:02:11.380Z] v2.0.0-dev.13 [2021-02-04T04:02:11.380Z] v2.0.0-dev.14 [2021-02-04T04:02:11.380Z] v2.0.0-dev.15 [2021-02-04T04:02:11.380Z] v2.0.0-dev.16 [2021-02-04T04:02:11.380Z] v2.0.0-dev.17 [2021-02-04T04:02:11.380Z] v2.0.0-dev.18 [2021-02-04T04:02:11.380Z] v2.0.0-dev.19 [2021-02-04T04:02:11.380Z] v2.0.0-dev.2 [2021-02-04T04:02:11.380Z] v2.0.0-dev.20 [2021-02-04T04:02:11.380Z] v2.0.0-dev.3 [2021-02-04T04:02:11.380Z] v2.0.0-dev.4 [2021-02-04T04:02:11.380Z] v2.0.0-dev.5 [2021-02-04T04:02:11.380Z] v2.0.0-dev.6 [2021-02-04T04:02:11.380Z] v2.0.0-dev.7 [2021-02-04T04:02:11.380Z] v2.0.0-dev.8 [2021-02-04T04:02:11.380Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-04T04:02:11.706Z] + lftools sign git-tag v2.0.0-dev.20 [2021-02-04T04:02:13.103Z] Signing Git tag with Sigul... [2021-02-04T04:02:13.103Z] Signing v2.0.0-dev.20 [Pipeline] echo [2021-02-04T04:02:14.068Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:14.374Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T04:02:14.386Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T04:02:14.499Z] $ docker stop --time=1 76b32ec66a12d33b64d4c32fe27aa845d4b035ac6a446cd04b3675ca54885ef4 [2021-02-04T04:02:16.604Z] $ docker rm -f 76b32ec66a12d33b64d4c32fe27aa845d4b035ac6a446cd04b3675ca54885ef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:02:17.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:02:17.657Z] . [Pipeline] withDockerContainer [2021-02-04T04:02:17.787Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T04:02:17.876Z] $ 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-04T04:02:18.620Z] $ docker top e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:02:18.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:02:18.938Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:02:19.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:02:19.166Z] $ docker exec e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 ssh-agent [2021-02-04T04:02:19.348Z] SSH_AUTH_SOCK=/tmp/ssh-gipl2sjViEE2/agent.12 [2021-02-04T04:02:19.349Z] SSH_AGENT_PID=17 [2021-02-04T04:02:19.356Z] Running ssh-add (command line suppressed) [2021-02-04T04:02:19.489Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7764622707385416885.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7764622707385416885.key) [2021-02-04T04:02:19.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:02:19.932Z] + git semver bump pre [2021-02-04T04:02:19.932Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:02:19.932Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-04T04:02:19.932Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-04T04:02:19.932Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:02:19.932Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:02:19.932Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:02:19.932Z] # $SEMVER_BRANCH = master [2021-02-04T04:02:19.932Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-04T04:02:19.932Z] 2.0.0-dev.21 [Pipeline] } [2021-02-04T04:02:19.951Z] $ docker exec --env ******** --env ******** e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 ssh-agent -k [2021-02-04T04:02:20.075Z] unset SSH_AUTH_SOCK; [2021-02-04T04:02:20.076Z] unset SSH_AGENT_PID; [2021-02-04T04:02:20.076Z] echo Agent pid 17 killed; [2021-02-04T04:02:20.132Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:02:20.682Z] + git semver [Pipeline] } [2021-02-04T04:02:20.701Z] $ docker stop --time=1 e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 [2021-02-04T04:02:22.074Z] $ docker rm -f e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:02:22.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:02:22.605Z] . [Pipeline] withDockerContainer [2021-02-04T04:02:22.715Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T04:02:22.765Z] $ 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-04T04:02:23.510Z] $ docker top c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:02:23.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:02:23.867Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:02:24.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:02:24.091Z] $ docker exec c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 ssh-agent [2021-02-04T04:02:24.277Z] SSH_AUTH_SOCK=/tmp/ssh-Gtyr60YMasZB/agent.11 [2021-02-04T04:02:24.277Z] SSH_AGENT_PID=16 [2021-02-04T04:02:24.284Z] Running ssh-add (command line suppressed) [2021-02-04T04:02:24.440Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4217461775042721744.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4217461775042721744.key) [2021-02-04T04:02:24.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:02:24.843Z] + git semver push [2021-02-04T04:02:24.843Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:02:24.843Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-04T04:02:24.843Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-04T04:02:24.843Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:02:24.843Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:02:24.843Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:02:24.843Z] # $SEMVER_BRANCH = master [2021-02-04T04:02:24.843Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-04T04:02:31.464Z] $ docker exec --env ******** --env ******** c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 ssh-agent -k [2021-02-04T04:02:31.672Z] unset SSH_AUTH_SOCK; [2021-02-04T04:02:31.673Z] unset SSH_AGENT_PID; [2021-02-04T04:02:31.673Z] echo Agent pid 16 killed; [2021-02-04T04:02:31.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:02:32.388Z] + git semver [Pipeline] } [2021-02-04T04:02:32.408Z] $ docker stop --time=1 c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 [2021-02-04T04:02:33.768Z] $ docker rm -f c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 [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-04T04:02:35.477Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:36.055Z] ---> package-listing.sh [2021-02-04T04:02:36.055Z] ++ facter osfamily [2021-02-04T04:02:36.055Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:02:36.055Z] + OS_FAMILY=redhat [2021-02-04T04:02:36.055Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-02-04T04:02:36.055Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:02:36.055Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:02:36.055Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:02:36.055Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:02:36.055Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-04T04:02:36.055Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:02:36.055Z] + case "${OS_FAMILY}" in [2021-02-04T04:02:36.055Z] + rpm -qa [2021-02-04T04:02:36.055Z] + sort [2021-02-04T04:02:41.377Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:02:41.377Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:02:41.377Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:02:41.377Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-04T04:02:41.377Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-02-04T04:02:41.377Z] + 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-04T04:02:41.391Z] 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-04T04:02:41.682Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:02:41.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:02:41.996Z] [2021-02-04T04:02:41.996Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:02:42.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:02:42.372Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:02:42.372Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:02:42.372Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:02:42.372Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:02:42.372Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:02:42.372Z] 93b61091891f: Pulling fs layer [2021-02-04T04:02:42.372Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:02:42.372Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:02:42.372Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:02:42.372Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:02:42.372Z] 93b9cdb0e59b: Waiting [2021-02-04T04:02:42.372Z] 5e14af77c1be: Waiting [2021-02-04T04:02:42.372Z] 01666e4c0597: Waiting [2021-02-04T04:02:42.372Z] 46f8f816bc3b: Waiting [2021-02-04T04:02:42.372Z] aa168da1d23b: Waiting [2021-02-04T04:02:42.372Z] 93b61091891f: Waiting [2021-02-04T04:02:42.372Z] 36b3adc4ff6f: Download complete [2021-02-04T04:02:42.372Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:02:42.372Z] 46f8f816bc3b: Download complete [2021-02-04T04:02:42.372Z] df20fa9351a1: Download complete [2021-02-04T04:02:42.636Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T04:02:42.636Z] 93b9cdb0e59b: Download complete [2021-02-04T04:02:42.636Z] 93b61091891f: Download complete [2021-02-04T04:02:42.636Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:02:42.636Z] 5e14af77c1be: Download complete [2021-02-04T04:02:42.636Z] 01666e4c0597: Verifying Checksum [2021-02-04T04:02:42.637Z] 01666e4c0597: Download complete [2021-02-04T04:02:42.900Z] df20fa9351a1: Pull complete [2021-02-04T04:02:42.900Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:02:42.900Z] 8ad3a11d3b57: Download complete [2021-02-04T04:02:43.165Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:02:43.748Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:02:44.017Z] 46f8f816bc3b: Pull complete [2021-02-04T04:02:45.411Z] 93b61091891f: Pull complete [2021-02-04T04:02:45.411Z] aa168da1d23b: Download complete [2021-02-04T04:02:45.674Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:02:45.674Z] 5e14af77c1be: Pull complete [2021-02-04T04:02:45.947Z] 01666e4c0597: Pull complete [2021-02-04T04:02:54.134Z] aa168da1d23b: Pull complete [2021-02-04T04:02:54.134Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:02:54.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:02:54.134Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:02:54.311Z] prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container [2021-02-04T04:02:54.379Z] $ 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-04T04:02:57.017Z] $ docker top fbd1a6ae7bace8c5ddf7962522ac69f4a3b06347c80529fddbeb83dca5278b78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:02:57.641Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:02:57.940Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:02:58.238Z] + ls /var/log/sa-host [2021-02-04T04:02:58.239Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:02:58.239Z] file_magic: OK [2021-02-04T04:02:58.239Z] HZ: Using current value: 100 [2021-02-04T04:02:58.239Z] file_header: OK [2021-02-04T04:02:58.239Z] 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-04T04:02:58.239Z] Statistics: [2021-02-04T04:02:58.239Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T04:02:58.239Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:02:58.239Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:02:58.239Z] file_magic: OK [2021-02-04T04:02:58.239Z] HZ: Using current value: 100 [2021-02-04T04:02:58.239Z] file_header: OK [2021-02-04T04:02:58.239Z] 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-04T04:02:58.239Z] Statistics: [2021-02-04T04:02:58.239Z] Hnuu...uuuununununu... [2021-02-04T04:02:58.239Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:02:58.471Z] provisioning config files... [2021-02-04T04:02:58.486Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config236925568890121835tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:02:58.563Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:58.860Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:02:58.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:02:58.965Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:59.261Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:02:59.272Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:59.573Z] ---> sudo-logs.sh [2021-02-04T04:02:59.574Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:02:59.585Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:02:59.883Z] ---> job-cost.sh [2021-02-04T04:02:59.883Z] lf-activate-venv: SKIPPING [2021-02-04T04:02:59.883Z] INFO: No Stack... [2021-02-04T04:03:00.833Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:03:01.407Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:03:01.421Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:03:01.763Z] ---> logs-deploy.sh [2021-02-04T04:03:01.763Z] lf-activate-venv: SKIPPING [2021-02-04T04:03:01.763Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/138 [2021-02-04T04:03:01.763Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:03:04.324Z] Archives upload complete. [2021-02-04T04:03:04.324Z] INFO: archiving logs to Nexus [2021-02-04T04:03:05.274Z] ---> uname -a: [2021-02-04T04:03:05.274Z] Linux prd-centos7-docker-4c-2g-24839.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-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> lscpu: [2021-02-04T04:03:05.274Z] Architecture: x86_64 [2021-02-04T04:03:05.274Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T04:03:05.274Z] Byte Order: Little Endian [2021-02-04T04:03:05.274Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T04:03:05.274Z] CPU(s): 4 [2021-02-04T04:03:05.274Z] On-line CPU(s) list: 0-3 [2021-02-04T04:03:05.274Z] Thread(s) per core: 1 [2021-02-04T04:03:05.274Z] Core(s) per socket: 1 [2021-02-04T04:03:05.274Z] Socket(s): 4 [2021-02-04T04:03:05.274Z] NUMA node(s): 1 [2021-02-04T04:03:05.274Z] Vendor ID: GenuineIntel [2021-02-04T04:03:05.274Z] CPU family: 6 [2021-02-04T04:03:05.274Z] Model: 44 [2021-02-04T04:03:05.274Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T04:03:05.274Z] Stepping: 1 [2021-02-04T04:03:05.274Z] CPU MHz: 2933.436 [2021-02-04T04:03:05.274Z] BogoMIPS: 5866.87 [2021-02-04T04:03:05.274Z] Virtualization: VT-x [2021-02-04T04:03:05.274Z] Hypervisor vendor: KVM [2021-02-04T04:03:05.274Z] Virtualization type: full [2021-02-04T04:03:05.274Z] L1d cache: 128 KiB [2021-02-04T04:03:05.274Z] L1i cache: 128 KiB [2021-02-04T04:03:05.274Z] L2 cache: 16 MiB [2021-02-04T04:03:05.274Z] L3 cache: 64 MiB [2021-02-04T04:03:05.274Z] NUMA node0 CPU(s): 0-3 [2021-02-04T04:03:05.274Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T04:03:05.274Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T04:03:05.274Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T04:03:05.274Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T04:03:05.274Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T04:03:05.274Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T04:03:05.274Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T04:03:05.274Z] Vulnerability Srbds: Not affected [2021-02-04T04:03:05.274Z] Vulnerability Tsx async abort: Not affected [2021-02-04T04:03:05.274Z] 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-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> nproc: [2021-02-04T04:03:05.274Z] 4 [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> df -h: [2021-02-04T04:03:05.274Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T04:03:05.274Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-04T04:03:05.274Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T04:03:05.274Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T04:03:05.274Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-04T04:03:05.274Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> free -m: [2021-02-04T04:03:05.274Z] total used free shared buff/cache available [2021-02-04T04:03:05.274Z] Mem: 1837 829 137 0 870 944 [2021-02-04T04:03:05.274Z] Swap: 1023 3 1020 [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> ip addr: [2021-02-04T04:03:05.274Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T04:03:05.274Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T04:03:05.274Z] inet 127.0.0.1/8 scope host lo [2021-02-04T04:03:05.274Z] valid_lft forever preferred_lft forever [2021-02-04T04:03:05.274Z] inet6 ::1/128 scope host [2021-02-04T04:03:05.274Z] valid_lft forever preferred_lft forever [2021-02-04T04:03:05.274Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T04:03:05.274Z] link/ether fa:16:3e:0a:0e:b7 brd ff:ff:ff:ff:ff:ff [2021-02-04T04:03:05.274Z] inet 10.30.122.8/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T04:03:05.274Z] valid_lft 85928sec preferred_lft 85928sec [2021-02-04T04:03:05.274Z] inet6 fe80::f816:3eff:fe0a:eb7/64 scope link [2021-02-04T04:03:05.274Z] valid_lft forever preferred_lft forever [2021-02-04T04:03:05.274Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T04:03:05.274Z] link/ether 02:42:d2:cc:fa:a5 brd ff:ff:ff:ff:ff:ff [2021-02-04T04:03:05.274Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T04:03:05.274Z] valid_lft forever preferred_lft forever [2021-02-04T04:03:05.274Z] inet6 fe80::42:d2ff:fecc:faa5/64 scope link [2021-02-04T04:03:05.274Z] valid_lft forever preferred_lft forever [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> sar -b -r -n DEV: [2021-02-04T04:03:05.274Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] 03:55:00 LINUX RESTART (4 CPU) [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] 03:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T04:03:05.274Z] 03:57:01 4.16 1.91 2.25 0.00 171.86 50.60 0.00 [2021-02-04T04:03:05.274Z] 03:58:01 0.42 0.00 0.42 0.00 0.00 6.89 0.00 [2021-02-04T04:03:05.274Z] 03:59:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 [2021-02-04T04:03:05.274Z] 04:00:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 [2021-02-04T04:03:05.274Z] 04:01:01 9.92 1.17 8.75 0.00 305.86 3946.82 0.00 [2021-02-04T04:03:05.274Z] 04:02:02 406.15 194.93 211.22 0.00 9721.82 60078.59 0.00 [2021-02-04T04:03:05.274Z] Average: 70.65 33.22 37.43 0.00 1710.71 10751.45 0.00 [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] 03:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T04:03:05.274Z] 03:57:01 150416 0 577992 30.72 2620 1150516 1126680 38.45 433504 1095840 24 [2021-02-04T04:03:05.274Z] 03:58:01 158352 0 570048 30.30 2620 1150524 1083932 36.99 427664 1095368 8 [2021-02-04T04:03:05.274Z] 03:59:01 157272 0 571124 30.35 2620 1150528 1076784 36.75 430688 1093768 20 [2021-02-04T04:03:05.274Z] 04:00:01 157756 0 570640 30.33 2620 1150528 1076676 36.75 438280 1085504 12 [2021-02-04T04:03:05.274Z] 04:01:01 76064 0 645668 34.32 2620 1157192 1488076 50.79 513472 1083912 34268 [2021-02-04T04:03:05.274Z] 04:02:02 133740 0 786288 41.79 2056 959460 1546504 52.78 566656 847424 36 [2021-02-04T04:03:05.274Z] Average: 138933 0 620293 32.97 2526 1119791 1233109 42.08 468377 1050303 5728 [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] 03:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T04:03:05.274Z] 03:57:01 eth0 15.05 12.61 7.44 21.16 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:58:01 eth0 1.77 0.33 0.38 0.20 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:59:01 eth0 1.43 0.53 0.58 0.36 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:00:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:01:01 eth0 405.66 353.08 3966.07 27.64 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:02:02 vethf32e220 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:02:02 eth0 419.54 364.32 3444.53 41.29 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] 04:02:02 docker0 19.50 18.77 1.53 128.53 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] Average: vethf32e220 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] Average: eth0 141.19 122.35 1241.96 15.12 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] Average: docker0 3.27 3.15 0.26 21.57 0.00 0.00 0.00 0.00 [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] ---> sar -P ALL: [2021-02-04T04:03:05.274Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] 03:55:00 LINUX RESTART (4 CPU) [2021-02-04T04:03:05.274Z] [2021-02-04T04:03:05.274Z] 03:56:02 CPU %user %nice %system %iowait %steal %idle [2021-02-04T04:03:05.274Z] 03:57:01 all 0.59 0.00 0.16 0.03 0.00 99.23 [2021-02-04T04:03:05.274Z] 03:57:01 0 0.65 0.00 0.22 0.05 0.00 99.08 [2021-02-04T04:03:05.274Z] 03:57:01 1 0.70 0.00 0.14 0.02 0.00 99.15 [2021-02-04T04:03:05.274Z] 03:57:01 2 0.39 0.00 0.19 0.02 0.00 99.41 [2021-02-04T04:03:05.274Z] 03:57:01 3 0.61 0.00 0.08 0.02 0.00 99.29 [2021-02-04T04:03:05.274Z] 03:58:01 all 0.16 0.00 0.04 0.00 0.01 99.78 [2021-02-04T04:03:05.274Z] 03:58:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-04T04:03:05.274Z] 03:58:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-04T04:03:05.274Z] 03:58:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-04T04:03:05.274Z] 03:58:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-04T04:03:05.274Z] 03:59:01 all 0.17 0.00 0.08 0.00 0.02 99.72 [2021-02-04T04:03:05.274Z] 03:59:01 0 0.48 0.00 0.07 0.00 0.02 99.43 [2021-02-04T04:03:05.274Z] 03:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-02-04T04:03:05.275Z] 03:59:01 2 0.08 0.00 0.13 0.00 0.02 99.77 [2021-02-04T04:03:05.275Z] 03:59:01 3 0.08 0.00 0.12 0.00 0.03 99.77 [2021-02-04T04:03:05.275Z] 04:00:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2021-02-04T04:03:05.275Z] 04:00:01 0 0.40 0.00 0.00 0.00 0.00 99.60 [2021-02-04T04:03:05.275Z] 04:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T04:03:05.275Z] 04:00:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-04T04:03:05.275Z] 04:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T04:03:05.275Z] 04:01:01 all 1.88 0.00 1.35 0.17 0.03 96.57 [2021-02-04T04:03:05.275Z] 04:01:01 0 2.32 0.00 2.12 0.24 0.02 95.30 [2021-02-04T04:03:05.275Z] 04:01:01 1 1.58 0.00 1.29 0.15 0.03 96.95 [2021-02-04T04:03:05.275Z] 04:01:01 2 1.94 0.00 1.02 0.15 0.03 96.85 [2021-02-04T04:03:05.275Z] 04:01:01 3 1.67 0.00 0.95 0.13 0.05 97.19 [2021-02-04T04:03:05.275Z] 04:02:02 all 15.86 0.00 11.67 3.63 0.35 68.49 [2021-02-04T04:03:05.275Z] 04:02:02 0 15.05 0.00 12.61 4.26 0.37 67.72 [2021-02-04T04:03:05.275Z] 04:02:02 1 14.97 0.00 11.21 2.17 0.34 71.30 [2021-02-04T04:03:05.275Z] 04:02:02 2 17.36 0.00 12.12 3.98 0.35 66.19 [2021-02-04T04:03:05.275Z] 04:02:02 3 16.04 0.00 10.75 4.13 0.35 68.74 [2021-02-04T04:03:05.275Z] Average: all 3.06 0.00 2.17 0.62 0.07 94.08 [2021-02-04T04:03:05.275Z] Average: 0 3.16 0.00 2.44 0.74 0.06 93.60 [2021-02-04T04:03:05.275Z] Average: 1 2.84 0.00 2.08 0.38 0.07 94.64 [2021-02-04T04:03:05.275Z] Average: 2 3.24 0.00 2.21 0.67 0.07 93.81 [2021-02-04T04:03:05.275Z] Average: 3 3.01 0.00 1.94 0.69 0.07 94.28 [2021-02-04T04:03:05.275Z] [2021-02-04T04:03:05.275Z] [2021-02-04T04:03:05.275Z]