Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54f28d0a70278177a8b305144294465241040660 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-15505’ is offline Running on prd-centos7-docker-4c-2g-22852 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 54f28d0a70278177a8b305144294465241040660 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54f28d0a70278177a8b305144294465241040660 # timeout=10 Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" > git rev-list --no-walk e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T16:24:09.149Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T16:24:09.477Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T16:24:09.587Z] ========================================================= [2021-01-26T16:24:09.587Z] EdgeX Global Pipelines Version Info [2021-01-26T16:24:09.587Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:24:11.140Z] ------------------- [2021-01-26T16:24:11.140Z] stable info: [2021-01-26T16:24:11.140Z] ------------------- [2021-01-26T16:24:11.141Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T16:24:11.141Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T16:24:11.141Z] Message: update stable to v1.0.179 [2021-01-26T16:24:12.535Z] ------------------- [2021-01-26T16:24:12.536Z] experimental info: [2021-01-26T16:24:12.536Z] ------------------- [2021-01-26T16:24:12.536Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T16:24:12.536Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T16:24:12.536Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T16:24:12.822Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-26T16:24:12.922Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-26T16:24:13.020Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T16:24:13.119Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T16:24:13.217Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T16:24:13.314Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T16:24:13.411Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T16:24:13.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T16:24:13.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-26T16:24:13.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T16:24:13.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T16:24:13.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-26T16:24:14.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T16:24:14.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T16:24:14.208Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T16:24:14.305Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T16:24:14.400Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T16:24:14.505Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T16:24:14.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T16:24:14.700Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-26T16:24:14.791Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-26T16:24:14.883Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-26T16:24:14.975Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-26T16:24:15.066Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-26T16:24:15.159Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-26T16:24:15.255Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T16:24:15.365Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T16:24:15.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-26T16:24:15.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-26T16:24:15.669Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-26T16:24:15.765Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54f28d0a70278177a8b305144294465241040660 [Pipeline] echo [2021-01-26T16:24:15.856Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54f28d0 [Pipeline] echo [2021-01-26T16:24:15.971Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T16:24:16.682Z] + git log --format=format:%s -1 54f28d0a70278177a8b305144294465241040660 [Pipeline] echo [2021-01-26T16:24:16.731Z] GIT_COMMIT: 54f28d0a70278177a8b305144294465241040660, Commit Message: Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo [2021-01-26T16:24:16.777Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:24:17.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T16:24:18.159Z] [2021-01-26T16:24:18.159Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:24:18.507Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T16:24:18.507Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T16:24:18.508Z] 31603596830f: Pulling fs layer [2021-01-26T16:24:18.508Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T16:24:18.508Z] 6ca5941a6612: Pulling fs layer [2021-01-26T16:24:18.508Z] ecc8261a40a4: Pulling fs layer [2021-01-26T16:24:18.508Z] ecc8261a40a4: Waiting [2021-01-26T16:24:18.508Z] 2a8b12db71e7: Verifying Checksum [2021-01-26T16:24:18.508Z] 2a8b12db71e7: Download complete [2021-01-26T16:24:18.775Z] 31603596830f: Download complete [2021-01-26T16:24:18.775Z] ecc8261a40a4: Verifying Checksum [2021-01-26T16:24:18.775Z] ecc8261a40a4: Download complete [2021-01-26T16:24:19.041Z] 6ca5941a6612: Verifying Checksum [2021-01-26T16:24:19.041Z] 6ca5941a6612: Download complete [2021-01-26T16:24:19.041Z] 31603596830f: Pull complete [2021-01-26T16:24:19.303Z] 2a8b12db71e7: Pull complete [2021-01-26T16:24:20.251Z] 6ca5941a6612: Pull complete [2021-01-26T16:24:20.513Z] ecc8261a40a4: Pull complete [2021-01-26T16:24:20.514Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T16:24:20.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T16:24:20.514Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T16:24:20.618Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:24:20.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T16:24:22.990Z] $ docker top d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T16:24:23.322Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T16:24:23.322Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T16:24:23.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T16:24:23.588Z] $ docker exec d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent [2021-01-26T16:24:23.795Z] SSH_AUTH_SOCK=/tmp/ssh-VTh8LTKPfhKL/agent.11 [2021-01-26T16:24:23.795Z] SSH_AGENT_PID=17 [2021-01-26T16:24:23.805Z] Running ssh-add (command line suppressed) [2021-01-26T16:24:23.935Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8965219114466484109.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8965219114466484109.key) [2021-01-26T16:24:23.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T16:24:24.326Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T16:24:24.347Z] $ docker exec --env ******** --env ******** d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent -k [2021-01-26T16:24:24.471Z] unset SSH_AUTH_SOCK; [2021-01-26T16:24:24.471Z] unset SSH_AGENT_PID; [2021-01-26T16:24:24.472Z] echo Agent pid 17 killed; [2021-01-26T16:24:24.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T16:24:24.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T16:24:24.665Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T16:24:24.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T16:24:24.845Z] $ docker exec d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent [2021-01-26T16:24:25.019Z] SSH_AUTH_SOCK=/tmp/ssh-oWYcG5ULTqyW/agent.46 [2021-01-26T16:24:25.019Z] SSH_AGENT_PID=51 [2021-01-26T16:24:25.026Z] Running ssh-add (command line suppressed) [2021-01-26T16:24:25.146Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8846995046698423791.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8846995046698423791.key) [2021-01-26T16:24:25.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T16:24:25.533Z] + git semver init [2021-01-26T16:24:25.533Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T16:24:25.533Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T16:24:25.533Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T16:24:25.533Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T16:24:25.533Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T16:24:25.533Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T16:24:25.533Z] # $SEMVER_BRANCH = master [2021-01-26T16:24:25.533Z] # $SEMVER_TEMP = /tmp/semver-283156653 [2021-01-26T16:24:25.533Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-26T16:24:26.107Z] # '/tmp/semver-283156653' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-01-26T16:24:26.107Z] # -> Force: false [2021-01-26T16:24:26.107Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-26T16:24:26.119Z] $ docker exec --env ******** --env ******** d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent -k [2021-01-26T16:24:26.240Z] unset SSH_AUTH_SOCK; [2021-01-26T16:24:26.240Z] unset SSH_AGENT_PID; [2021-01-26T16:24:26.241Z] echo Agent pid 51 killed; [2021-01-26T16:24:26.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T16:24:26.750Z] + git semver [Pipeline] } [2021-01-26T16:24:26.768Z] $ docker stop --time=1 d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f [2021-01-26T16:24:28.651Z] $ docker rm -f d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T16:24:29.194Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T16:24:29.603Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T16:24:29.606Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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-01-26T16:24:45.109Z] Still waiting to schedule task [2021-01-26T16:24:45.109Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-26T16:24:45.111Z] Still waiting to schedule task [2021-01-26T16:24:45.111Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-26T16:26:34.363Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22853 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-26T16:26:34.476Z] Running in /w/workspace/go-mod-core-contracts/127 [Pipeline] { [Pipeline] checkout [2021-01-26T16:26:39.699Z] using credential edgex-jenkins-ssh [2021-01-26T16:26:39.762Z] Cloning the remote Git repository [2021-01-26T16:26:39.814Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T16:26:39.919Z] > git init /w/workspace/go-mod-core-contracts/127 # timeout=10 [2021-01-26T16:26:40.000Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T16:26:40.001Z] > git --version # timeout=10 [2021-01-26T16:26:40.020Z] > git --version # 'git version 2.17.1' [2021-01-26T16:26:40.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T16:26:40.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T16:26:41.870Z] Checking out Revision 54f28d0a70278177a8b305144294465241040660 (master) [2021-01-26T16:26:41.177Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T16:26:41.207Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T16:26:41.233Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T16:26:41.275Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T16:26:41.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T16:26:41.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T16:26:41.891Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T16:26:41.908Z] > git checkout -f 54f28d0a70278177a8b305144294465241040660 # timeout=10 [2021-01-26T16:26:46.423Z] Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T16:26:48.087Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T16:26:48.484Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T16:26:48.834Z] + true [2021-01-26T16:26:48.834Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-26T16:26:51.790Z] ========================================================= [2021-01-26T16:26:51.790Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T16:26:51.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:26:52.175Z] + 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-01-26T16:26:53.158Z] Sending build context to Docker daemon 2.34MB [2021-01-26T16:26:53.158Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T16:26:53.158Z] Step 2/7 : FROM ${BASE} [2021-01-26T16:26:53.758Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T16:26:53.758Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T16:26:53.758Z] a4357932f1b6: Pulling fs layer [2021-01-26T16:26:53.758Z] 18c013af1878: Pulling fs layer [2021-01-26T16:26:53.758Z] 00ac8860ef70: Pulling fs layer [2021-01-26T16:26:53.758Z] 63d7cb157983: Pulling fs layer [2021-01-26T16:26:53.758Z] b116817d02f9: Pulling fs layer [2021-01-26T16:26:53.758Z] 745a02a5169b: Pulling fs layer [2021-01-26T16:26:53.758Z] 00ac8860ef70: Waiting [2021-01-26T16:26:53.758Z] 63d7cb157983: Waiting [2021-01-26T16:26:53.758Z] b116817d02f9: Waiting [2021-01-26T16:26:53.758Z] 745a02a5169b: Waiting [2021-01-26T16:26:53.758Z] 18c013af1878: Verifying Checksum [2021-01-26T16:26:53.758Z] 18c013af1878: Download complete [2021-01-26T16:26:53.758Z] a4357932f1b6: Download complete [2021-01-26T16:26:53.758Z] 63d7cb157983: Verifying Checksum [2021-01-26T16:26:53.758Z] 63d7cb157983: Download complete [2021-01-26T16:26:53.758Z] b116817d02f9: Verifying Checksum [2021-01-26T16:26:53.758Z] b116817d02f9: Download complete [2021-01-26T16:26:53.758Z] 5f621e34cdf4: Download complete [2021-01-26T16:26:54.369Z] 5f621e34cdf4: Pull complete [2021-01-26T16:26:54.979Z] a4357932f1b6: Pull complete [2021-01-26T16:26:55.253Z] 18c013af1878: Pull complete [2021-01-26T16:26:55.526Z] 745a02a5169b: Verifying Checksum [2021-01-26T16:26:55.526Z] 745a02a5169b: Download complete [2021-01-26T16:26:56.965Z] 00ac8860ef70: Verifying Checksum [2021-01-26T16:26:56.965Z] 00ac8860ef70: Download complete [2021-01-26T16:27:07.163Z] 00ac8860ef70: Pull complete [2021-01-26T16:27:07.163Z] 63d7cb157983: Pull complete [2021-01-26T16:27:07.163Z] b116817d02f9: Pull complete [2021-01-26T16:27:11.505Z] 745a02a5169b: Pull complete [2021-01-26T16:27:11.505Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T16:27:11.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T16:27:11.505Z] ---> b7e6874047d6 [2021-01-26T16:27:11.505Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T16:27:14.139Z] ---> Running in f72cd0b4cc8c [2021-01-26T16:27:14.139Z] Removing intermediate container f72cd0b4cc8c [2021-01-26T16:27:14.139Z] ---> c538373d7317 [2021-01-26T16:27:14.139Z] Step 4/7 : RUN apk add bash [2021-01-26T16:27:14.412Z] ---> Running in 1ab8f0906ecc [2021-01-26T16:27:15.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T16:27:16.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T16:27:17.909Z] OK: 142 MiB in 39 packages [2021-01-26T16:27:18.894Z] Removing intermediate container 1ab8f0906ecc [2021-01-26T16:27:18.894Z] ---> 8e63cc7a0050 [2021-01-26T16:27:18.894Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T16:27:19.170Z] ---> Running in 9f3ef71f06bd [2021-01-26T16:27:19.768Z] Removing intermediate container 9f3ef71f06bd [2021-01-26T16:27:19.768Z] ---> ac3a41271a41 [2021-01-26T16:27:19.768Z] Step 6/7 : COPY go.mod . [2021-01-26T16:27:20.368Z] ---> dcc57b8eb03a [2021-01-26T16:27:20.368Z] Step 7/7 : RUN go mod download [2021-01-26T16:27:20.368Z] ---> Running in 413a31b6e411 [2021-01-26T16:27:35.480Z] Removing intermediate container 413a31b6e411 [2021-01-26T16:27:35.480Z] ---> cc2587826591 [2021-01-26T16:27:35.480Z] Successfully built cc2587826591 [2021-01-26T16:27:35.480Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:27:35.815Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T16:27:35.816Z] . [Pipeline] withDockerContainer [2021-01-26T16:27:36.043Z] prd-ubuntu18.04-docker-arm64-4c-16g-22853 does not seem to be running inside a container [2021-01-26T16:27:36.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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-01-26T16:27:37.676Z] $ docker top 110b583758f0cb24a3f5841bb627c1ee12186f0a3d1d75ddc90c5158120a2d28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T16:27:38.672Z] + go version [2021-01-26T16:27:38.672Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T16:27:38.698Z] $ docker stop --time=1 110b583758f0cb24a3f5841bb627c1ee12186f0a3d1d75ddc90c5158120a2d28 [2021-01-26T16:27:40.624Z] $ docker rm -f 110b583758f0cb24a3f5841bb627c1ee12186f0a3d1d75ddc90c5158120a2d28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:27:41.730Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T16:27:41.730Z] . [Pipeline] withDockerContainer [2021-01-26T16:27:41.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-22853 does not seem to be running inside a container [2021-01-26T16:27:42.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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-01-26T16:27:43.590Z] $ docker top 5826ecdde0f3ce06d3347923845bb4901d0aa4238b1d7e311f22d02f2a0eeee0 -eo pid,comm [2021-01-26T16:27:43.843Z] Running on prd-centos7-docker-4c-2g-22854 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-26T16:27:44.081Z] Running in /w/workspace/go-mod-core-contracts/127 [Pipeline] { [Pipeline] checkout [2021-01-26T16:27:44.666Z] + make test [2021-01-26T16:27:44.666Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T16:27:49.976Z] using credential edgex-jenkins-ssh [2021-01-26T16:27:50.099Z] Cloning the remote Git repository [2021-01-26T16:27:50.199Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T16:27:50.335Z] > git init /w/workspace/go-mod-core-contracts/127 # timeout=10 [2021-01-26T16:27:50.471Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T16:27:50.472Z] > git --version # timeout=10 [2021-01-26T16:27:50.482Z] > git --version # 'git version 2.24.3' [2021-01-26T16:27:50.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T16:27:50.549Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T16:27:51.490Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T16:27:51.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T16:27:51.560Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T16:27:51.629Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T16:27:51.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T16:27:51.641Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T16:27:52.234Z] Checking out Revision 54f28d0a70278177a8b305144294465241040660 (master) [2021-01-26T16:27:52.269Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T16:27:52.354Z] > git checkout -f 54f28d0a70278177a8b305144294465241040660 # timeout=10 [2021-01-26T16:27:57.001Z] Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T16:27:58.488Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T16:27:58.907Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T16:27:59.346Z] + sudo service docker restart [2021-01-26T16:27:59.346Z] + true [2021-01-26T16:27:59.346Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-26T16:28:01.164Z] ========================================================= [2021-01-26T16:28:01.164Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T16:28:01.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:28:01.679Z] + 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-01-26T16:28:02.717Z] Sending build context to Docker daemon 2.341MB [2021-01-26T16:28:02.717Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T16:28:02.717Z] Step 2/7 : FROM ${BASE} [2021-01-26T16:28:02.717Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T16:28:02.717Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T16:28:02.717Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T16:28:02.717Z] de9db76c5a1d: Pulling fs layer [2021-01-26T16:28:02.717Z] bca2f99d35d6: Pulling fs layer [2021-01-26T16:28:02.717Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T16:28:02.717Z] 7c6f9722023f: Pulling fs layer [2021-01-26T16:28:02.717Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T16:28:02.717Z] bca2f99d35d6: Waiting [2021-01-26T16:28:02.717Z] 93359f2a8cfa: Waiting [2021-01-26T16:28:02.717Z] 7c6f9722023f: Waiting [2021-01-26T16:28:02.717Z] a35cf1a2eb13: Waiting [2021-01-26T16:28:03.287Z] de9db76c5a1d: Download complete [2021-01-26T16:28:03.287Z] 0ef7d3d256c8: Download complete [2021-01-26T16:28:03.287Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T16:28:03.287Z] 93359f2a8cfa: Download complete [2021-01-26T16:28:03.287Z] 7c6f9722023f: Verifying Checksum [2021-01-26T16:28:03.287Z] 7c6f9722023f: Download complete [2021-01-26T16:28:03.287Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T16:28:03.287Z] 188c0c94c7c5: Download complete [2021-01-26T16:28:04.582Z] 188c0c94c7c5: Pull complete [2021-01-26T16:28:05.022Z] 0ef7d3d256c8: Pull complete [2021-01-26T16:28:05.803Z] de9db76c5a1d: Pull complete [2021-01-26T16:28:06.886Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T16:28:07.873Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.047s coverage: 85.7% of statements [2021-01-26T16:28:08.150Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.047s coverage: 100.0% of statements [2021-01-26T16:28:09.392Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T16:28:09.392Z] a35cf1a2eb13: Download complete [2021-01-26T16:28:09.663Z] bca2f99d35d6: Verifying Checksum [2021-01-26T16:28:09.663Z] bca2f99d35d6: Download complete [2021-01-26T16:28:10.134Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.040s coverage: 45.4% of statements [2021-01-26T16:28:10.134Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements [2021-01-26T16:28:10.134Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T16:28:11.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements [2021-01-26T16:28:12.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.050s coverage: 14.7% of statements [2021-01-26T16:28:12.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements [2021-01-26T16:28:14.086Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.081s coverage: 91.8% of statements [2021-01-26T16:28:14.086Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T16:28:14.086Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T16:28:14.086Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.043s coverage: 100.0% of statements [2021-01-26T16:28:14.086Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 36.7% of statements [2021-01-26T16:28:19.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.138s coverage: 63.0% of statements [2021-01-26T16:28:19.525Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.030s coverage: 26.3% of statements [2021-01-26T16:28:19.526Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements [2021-01-26T16:28:19.526Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.051s coverage: 15.4% of statements [2021-01-26T16:28:19.526Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.028s coverage: 14.3% of statements [2021-01-26T16:28:19.526Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T16:28:20.017Z] bca2f99d35d6: Pull complete [2021-01-26T16:28:20.017Z] 93359f2a8cfa: Pull complete [2021-01-26T16:28:20.295Z] 7c6f9722023f: Pull complete [2021-01-26T16:28:22.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.196s coverage: 84.7% of statements [2021-01-26T16:28:22.175Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T16:28:22.175Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T16:28:22.175Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T16:28:22.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.045s coverage: 43.6% of statements [2021-01-26T16:28:22.779Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.072s coverage: 94.4% of statements [2021-01-26T16:28:24.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.124s coverage: 92.9% of statements [2021-01-26T16:28:24.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-26T16:28:24.771Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T16:28:24.771Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T16:28:25.785Z] a35cf1a2eb13: Pull complete [2021-01-26T16:28:25.785Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T16:28:25.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T16:28:25.785Z] ---> a62c8e92a672 [2021-01-26T16:28:25.785Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T16:28:25.785Z] ---> Running in 013d880327bf [2021-01-26T16:28:25.785Z] Removing intermediate container 013d880327bf [2021-01-26T16:28:25.785Z] ---> d286fb94e852 [2021-01-26T16:28:25.785Z] Step 4/7 : RUN apk add bash [2021-01-26T16:28:25.785Z] ---> Running in 7e1630525681 [2021-01-26T16:28:26.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T16:28:27.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T16:28:28.496Z] OK: 166 MiB in 39 packages [2021-01-26T16:28:29.477Z] Removing intermediate container 7e1630525681 [2021-01-26T16:28:29.477Z] ---> ee92ed930491 [2021-01-26T16:28:29.477Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T16:28:29.477Z] ---> Running in 513144c4e0d6 [2021-01-26T16:28:29.477Z] Removing intermediate container 513144c4e0d6 [2021-01-26T16:28:29.477Z] ---> b6f5bd23b984 [2021-01-26T16:28:29.477Z] Step 6/7 : COPY go.mod . [2021-01-26T16:28:30.061Z] ---> f63980daa941 [2021-01-26T16:28:30.061Z] Step 7/7 : RUN go mod download [2021-01-26T16:28:30.061Z] ---> Running in 1a024c2fd55d [2021-01-26T16:28:30.192Z] gofmt -l . [2021-01-26T16:28:30.463Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T16:28:31.089Z] $ docker stop --time=1 5826ecdde0f3ce06d3347923845bb4901d0aa4238b1d7e311f22d02f2a0eeee0 [2021-01-26T16:28:33.268Z] $ docker rm -f 5826ecdde0f3ce06d3347923845bb4901d0aa4238b1d7e311f22d02f2a0eeee0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T16:28:34.215Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T16:28:35.179Z] 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] } [2021-01-26T16:28:45.352Z] Removing intermediate container 1a024c2fd55d [2021-01-26T16:28:45.353Z] ---> 2ac3272f7461 [2021-01-26T16:28:45.353Z] Successfully built 2ac3272f7461 [2021-01-26T16:28:45.353Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:28:45.714Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T16:28:45.984Z] . [Pipeline] withDockerContainer [2021-01-26T16:28:46.158Z] prd-centos7-docker-4c-2g-22854 does not seem to be running inside a container [2021-01-26T16:28:46.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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-01-26T16:28:47.345Z] $ docker top d19c5a5fc970a256e59c8b02019fde9df1f1f1c89ded3dacc8537ba062e4e84d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T16:28:48.171Z] + go version [2021-01-26T16:28:48.171Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T16:28:48.336Z] $ docker stop --time=1 d19c5a5fc970a256e59c8b02019fde9df1f1f1c89ded3dacc8537ba062e4e84d [2021-01-26T16:28:50.402Z] $ docker rm -f d19c5a5fc970a256e59c8b02019fde9df1f1f1c89ded3dacc8537ba062e4e84d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:28:51.334Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T16:28:51.334Z] . [Pipeline] withDockerContainer [2021-01-26T16:28:51.575Z] prd-centos7-docker-4c-2g-22854 does not seem to be running inside a container [2021-01-26T16:28:51.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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-01-26T16:28:52.678Z] $ docker top 830dec66a2cc3533562466a63e6adf6513205f7f6f4cc7086a2d4e09e472123c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T16:28:53.452Z] + make test [2021-01-26T16:28:53.452Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T16:29:09.177Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T16:29:09.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.021s coverage: 85.7% of statements [2021-01-26T16:29:09.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.014s coverage: 100.0% of statements [2021-01-26T16:29:09.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.058s coverage: 45.4% of statements [2021-01-26T16:29:09.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements [2021-01-26T16:29:09.177Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T16:29:09.772Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements [2021-01-26T16:29:10.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.024s coverage: 14.7% of statements [2021-01-26T16:29:10.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements [2021-01-26T16:29:10.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.047s coverage: 91.8% of statements [2021-01-26T16:29:10.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T16:29:10.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T16:29:10.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements [2021-01-26T16:29:11.392Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 36.7% of statements [2021-01-26T16:29:14.848Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.048s coverage: 63.0% of statements [2021-01-26T16:29:14.848Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements [2021-01-26T16:29:14.848Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.011s coverage: 15.4% of statements [2021-01-26T16:29:14.848Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements [2021-01-26T16:29:14.848Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.013s coverage: 14.3% of statements [2021-01-26T16:29:14.848Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T16:29:16.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.181s coverage: 84.7% of statements [2021-01-26T16:29:16.874Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T16:29:16.874Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T16:29:16.874Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T16:29:16.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.051s coverage: 43.6% of statements [2021-01-26T16:29:17.163Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.019s coverage: 94.4% of statements [2021-01-26T16:29:18.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.210s coverage: 92.9% of statements [2021-01-26T16:29:18.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.015s coverage: 100.0% of statements [2021-01-26T16:29:18.142Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T16:29:18.142Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T16:29:22.775Z] gofmt -l . [2021-01-26T16:29:23.045Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T16:29:23.333Z] $ docker stop --time=1 830dec66a2cc3533562466a63e6adf6513205f7f6f4cc7086a2d4e09e472123c [2021-01-26T16:29:25.791Z] $ docker rm -f 830dec66a2cc3533562466a63e6adf6513205f7f6f4cc7086a2d4e09e472123c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T16:29:26.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T16:29:26.664Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T16:29:27.248Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-26T16:29:29.217Z] provisioning config files... [2021-01-26T16:29:29.232Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config680802456763039551tmp [Pipeline] { [Pipeline] sh [2021-01-26T16:29:29.615Z] + set +x [2021-01-26T16:29:29.615Z] + curl -s https://codecov.io/bash [2021-01-26T16:29:29.615Z] + bash -s -- [2021-01-26T16:29:29.876Z] [2021-01-26T16:29:29.876Z] _____ _ [2021-01-26T16:29:29.876Z] / ____| | | [2021-01-26T16:29:29.876Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T16:29:29.876Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T16:29:29.876Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T16:29:29.876Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T16:29:29.876Z] Bash-20210115-cec3c92 [2021-01-26T16:29:29.876Z] [2021-01-26T16:29:29.876Z] [2021-01-26T16:29:29.876Z] ==> git version 2.24.3 found [2021-01-26T16:29:29.876Z] ==> 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-01-26T16:29:29.876Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T16:29:29.876Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T16:29:29.876Z] ==> Jenkins CI detected. [2021-01-26T16:29:29.876Z] project root: . [2021-01-26T16:29:29.876Z] --> token set from env [2021-01-26T16:29:29.876Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T16:29:29.876Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T16:29:29.876Z] ==> Python coveragepy not found [2021-01-26T16:29:29.876Z] ==> Searching for coverage reports in: [2021-01-26T16:29:29.876Z] + . [2021-01-26T16:29:29.876Z] -> Found 1 reports [2021-01-26T16:29:29.876Z] ==> Detecting git/mercurial file structure [2021-01-26T16:29:29.876Z] ==> Reading reports [2021-01-26T16:29:29.876Z] + ./coverage.out bytes=132307 [2021-01-26T16:29:29.876Z] ==> Appending adjustments [2021-01-26T16:29:29.876Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T16:29:30.843Z] + Found adjustments [2021-01-26T16:29:30.843Z] ==> Gzipping contents [2021-01-26T16:29:30.843Z] 24K /tmp/codecov.innrcI.gz [2021-01-26T16:29:30.843Z] ==> Uploading reports [2021-01-26T16:29:30.843Z] url: https://codecov.io [2021-01-26T16:29:30.843Z] query: branch=master&commit=54f28d0a70278177a8b305144294465241040660&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T16:29:30.843Z] -> Pinging Codecov [2021-01-26T16:29:30.843Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=54f28d0a70278177a8b305144294465241040660&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T16:29:31.419Z] -> Uploading to [2021-01-26T16:29:31.419Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/54f28d0a70278177a8b305144294465241040660/1b25f040-ce99-4bd5-9541-284b4244e414.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T162931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0065aad344949ef15afb88f9e5ad9d31d3cd7fc18fd5a010214e11bdf9b5393d [2021-01-26T16:29:31.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T16:29:31.419Z] Dload Upload Total Spent Left Speed [2021-01-26T16:29:31.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20614 0 0 100 20614 0 37716 --:--:-- --:--:-- --:--:-- 37754 [2021-01-26T16:29:31.999Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/54f28d0a70278177a8b305144294465241040660 [Pipeline] } [2021-01-26T16:29:32.009Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-26T16:29:32.878Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-26T16:29:32.944Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:29:33.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T16:29:33.302Z] [2021-01-26T16:29:33.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:29:33.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T16:29:33.698Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-26T16:29:33.698Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T16:29:33.698Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T16:29:33.698Z] de9db76c5a1d: Pulling fs layer [2021-01-26T16:29:33.698Z] 0eba1c9be4d2: Pulling fs layer [2021-01-26T16:29:33.698Z] 0d57e429df01: Pulling fs layer [2021-01-26T16:29:33.698Z] 4e4be7b47b0d: Pulling fs layer [2021-01-26T16:29:33.698Z] e1f770b5df2f: Pulling fs layer [2021-01-26T16:29:33.698Z] 85a0685a4137: Pulling fs layer [2021-01-26T16:29:33.698Z] 4e4be7b47b0d: Waiting [2021-01-26T16:29:33.698Z] e1f770b5df2f: Waiting [2021-01-26T16:29:33.698Z] 85a0685a4137: Waiting [2021-01-26T16:29:33.698Z] 0eba1c9be4d2: Waiting [2021-01-26T16:29:33.698Z] 0d57e429df01: Waiting [2021-01-26T16:29:33.698Z] de9db76c5a1d: Verifying Checksum [2021-01-26T16:29:33.698Z] de9db76c5a1d: Download complete [2021-01-26T16:29:33.698Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T16:29:33.698Z] 0ef7d3d256c8: Download complete [2021-01-26T16:29:33.698Z] 0d57e429df01: Verifying Checksum [2021-01-26T16:29:33.698Z] 0d57e429df01: Download complete [2021-01-26T16:29:33.698Z] 188c0c94c7c5: Download complete [2021-01-26T16:29:33.698Z] 4e4be7b47b0d: Verifying Checksum [2021-01-26T16:29:33.698Z] 4e4be7b47b0d: Download complete [2021-01-26T16:29:34.303Z] 188c0c94c7c5: Pull complete [2021-01-26T16:29:34.303Z] 0ef7d3d256c8: Pull complete [2021-01-26T16:29:34.573Z] de9db76c5a1d: Pull complete [2021-01-26T16:29:34.848Z] e1f770b5df2f: Verifying Checksum [2021-01-26T16:29:34.848Z] e1f770b5df2f: Download complete [2021-01-26T16:29:36.802Z] 85a0685a4137: Verifying Checksum [2021-01-26T16:29:36.802Z] 85a0685a4137: Download complete [2021-01-26T16:29:37.073Z] 0eba1c9be4d2: Verifying Checksum [2021-01-26T16:29:37.073Z] 0eba1c9be4d2: Download complete [2021-01-26T16:29:43.747Z] 0eba1c9be4d2: Pull complete [2021-01-26T16:29:43.747Z] 0d57e429df01: Pull complete [2021-01-26T16:29:43.747Z] 4e4be7b47b0d: Pull complete [2021-01-26T16:29:45.157Z] e1f770b5df2f: Pull complete [2021-01-26T16:29:53.366Z] 85a0685a4137: Pull complete [2021-01-26T16:29:53.366Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-26T16:29:53.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T16:29:53.366Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-26T16:29:53.596Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:29:53.647Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-26T16:29:54.802Z] $ docker top d61fe173ea51fbfe94f7ae6b5a25222f4a58ab09da14153a83f12abcf731c15e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T16:29:55.130Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-26T16:29:55.429Z] + set -o pipefail [2021-01-26T16:29:55.429Z] + snyk monitor '--org=edgex-jenkins' [2021-01-26T16:30:00.755Z] [2021-01-26T16:30:00.755Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-01-26T16:30:00.755Z] [2021-01-26T16:30:00.755Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0cee31c8-2817-4703-8540-7df648f52feb [2021-01-26T16:30:00.755Z] [2021-01-26T16:30:00.755Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-26T16:30:00.755Z] [2021-01-26T16:30:00.755Z] [Pipeline] } [2021-01-26T16:30:00.769Z] $ docker stop --time=1 d61fe173ea51fbfe94f7ae6b5a25222f4a58ab09da14153a83f12abcf731c15e [2021-01-26T16:30:02.654Z] $ docker rm -f d61fe173ea51fbfe94f7ae6b5a25222f4a58ab09da14153a83f12abcf731c15e [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-01-26T16:30:04.857Z] + git log --format=format:%s -1 54f28d0a70278177a8b305144294465241040660 [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:30:05.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T16:30:05.167Z] . [Pipeline] withDockerContainer [2021-01-26T16:30:05.267Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:30:05.312Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T16:30:06.109Z] $ docker top 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T16:30:06.484Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T16:30:06.485Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T16:30:06.720Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T16:30:06.724Z] $ docker exec 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc ssh-agent [2021-01-26T16:30:06.907Z] SSH_AUTH_SOCK=/tmp/ssh-pE82w0GgKWJU/agent.12 [2021-01-26T16:30:06.907Z] SSH_AGENT_PID=17 [2021-01-26T16:30:06.914Z] Running ssh-add (command line suppressed) [2021-01-26T16:30:07.058Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8958156104792867280.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8958156104792867280.key) [2021-01-26T16:30:07.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T16:30:07.452Z] + git semver tag [2021-01-26T16:30:07.452Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T16:30:07.452Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T16:30:07.452Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T16:30:07.452Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T16:30:07.452Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T16:30:07.452Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T16:30:07.452Z] # $SEMVER_BRANCH = master [2021-01-26T16:30:07.452Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-26T16:30:07.452Z] # 54f28d0a70278177a8b305144294465241040660 HEAD [2021-01-26T16:30:07.715Z] # -> Force: false [2021-01-26T16:30:07.715Z] # 363b6dbff895316a6b60ac25e34ab7bb7fc025e3 refs/tags/v2.0.0-dev.9 [Pipeline] } [2021-01-26T16:30:07.729Z] $ docker exec --env ******** --env ******** 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc ssh-agent -k [2021-01-26T16:30:07.856Z] unset SSH_AUTH_SOCK; [2021-01-26T16:30:07.857Z] unset SSH_AGENT_PID; [2021-01-26T16:30:07.857Z] echo Agent pid 17 killed; [2021-01-26T16:30:07.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T16:30:08.396Z] + git semver [Pipeline] } [2021-01-26T16:30:08.412Z] $ docker stop --time=1 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc [2021-01-26T16:30:09.775Z] $ docker rm -f 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:30:10.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T16:30:10.470Z] [2021-01-26T16:30:10.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:30:10.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T16:30:10.837Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-26T16:30:10.837Z] ab5ef0e58194: Pulling fs layer [2021-01-26T16:30:10.837Z] 9712f1f96733: Pulling fs layer [2021-01-26T16:30:10.837Z] 63f879dbbcfc: Pulling fs layer [2021-01-26T16:30:10.837Z] 0d9ebad4ef96: Pulling fs layer [2021-01-26T16:30:10.837Z] e9a5061849ea: Pulling fs layer [2021-01-26T16:30:10.837Z] d747dcd14b5f: Pulling fs layer [2021-01-26T16:30:10.837Z] 2de7ff778b66: Pulling fs layer [2021-01-26T16:30:10.837Z] 0d9ebad4ef96: Waiting [2021-01-26T16:30:10.837Z] d747dcd14b5f: Waiting [2021-01-26T16:30:10.837Z] 2de7ff778b66: Waiting [2021-01-26T16:30:10.837Z] e9a5061849ea: Waiting [2021-01-26T16:30:10.837Z] 9712f1f96733: Verifying Checksum [2021-01-26T16:30:10.837Z] 9712f1f96733: Download complete [2021-01-26T16:30:12.773Z] 63f879dbbcfc: Verifying Checksum [2021-01-26T16:30:12.774Z] 63f879dbbcfc: Download complete [2021-01-26T16:30:12.774Z] e9a5061849ea: Verifying Checksum [2021-01-26T16:30:12.774Z] e9a5061849ea: Download complete [2021-01-26T16:30:12.774Z] d747dcd14b5f: Verifying Checksum [2021-01-26T16:30:12.774Z] d747dcd14b5f: Download complete [2021-01-26T16:30:13.041Z] 0d9ebad4ef96: Verifying Checksum [2021-01-26T16:30:13.041Z] 0d9ebad4ef96: Download complete [2021-01-26T16:30:13.306Z] 2de7ff778b66: Verifying Checksum [2021-01-26T16:30:13.306Z] 2de7ff778b66: Download complete [2021-01-26T16:30:13.306Z] ab5ef0e58194: Verifying Checksum [2021-01-26T16:30:13.306Z] ab5ef0e58194: Download complete [2021-01-26T16:30:17.674Z] ab5ef0e58194: Pull complete [2021-01-26T16:30:17.674Z] 9712f1f96733: Pull complete [2021-01-26T16:30:20.996Z] 63f879dbbcfc: Pull complete [2021-01-26T16:30:27.617Z] 0d9ebad4ef96: Pull complete [2021-01-26T16:30:28.577Z] e9a5061849ea: Pull complete [2021-01-26T16:30:28.856Z] d747dcd14b5f: Pull complete [2021-01-26T16:30:31.449Z] 2de7ff778b66: Pull complete [2021-01-26T16:30:31.449Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-26T16:30:31.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T16:30:31.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-26T16:30:31.663Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:30:31.714Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-26T16:30:35.693Z] $ docker top f22926d6ff2043b306a5ae183fd3b702be0c14112fbaa58e57c6606e6092b124 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-26T16:30:36.010Z] provisioning config files... [2021-01-26T16:30:36.024Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config623542989895181504tmp [2021-01-26T16:30:36.040Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config143388385512033164tmp [2021-01-26T16:30:36.057Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config746484715910460908tmp [Pipeline] { [Pipeline] echo [2021-01-26T16:30:36.116Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:30:36.417Z] ---> sigul-configuration.sh [2021-01-26T16:30:36.417Z] gpg: directory `/root/.gnupg' created [2021-01-26T16:30:36.417Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-26T16:30:36.417Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-26T16:30:36.417Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-26T16:30:36.417Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-26T16:30:36.417Z] gpg: CAST5 encrypted data [2021-01-26T16:30:36.680Z] gpg: encrypted with 1 passphrase [2021-01-26T16:30:36.680Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-26T16:30:36.978Z] + mkdir /home/jenkins [2021-01-26T16:30:36.979Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-26T16:30:37.278Z] + 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-01-26T16:30:37.289Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:30:37.594Z] ---> sigul-install.sh [2021-01-26T16:30:44.207Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-26T16:30:44.513Z] + git tag --list [2021-01-26T16:30:44.513Z] v0.0.0 [2021-01-26T16:30:44.513Z] v0.0.1 [2021-01-26T16:30:44.513Z] v0.1.0 [2021-01-26T16:30:44.513Z] v0.1.1 [2021-01-26T16:30:44.513Z] v0.1.10 [2021-01-26T16:30:44.513Z] v0.1.100 [2021-01-26T16:30:44.513Z] v0.1.101 [2021-01-26T16:30:44.513Z] v0.1.102 [2021-01-26T16:30:44.513Z] v0.1.103 [2021-01-26T16:30:44.513Z] v0.1.104 [2021-01-26T16:30:44.513Z] v0.1.105 [2021-01-26T16:30:44.513Z] v0.1.106 [2021-01-26T16:30:44.513Z] v0.1.107 [2021-01-26T16:30:44.513Z] v0.1.108 [2021-01-26T16:30:44.513Z] v0.1.109 [2021-01-26T16:30:44.513Z] v0.1.11 [2021-01-26T16:30:44.513Z] v0.1.110 [2021-01-26T16:30:44.513Z] v0.1.111 [2021-01-26T16:30:44.513Z] v0.1.112 [2021-01-26T16:30:44.513Z] v0.1.113 [2021-01-26T16:30:44.513Z] v0.1.114 [2021-01-26T16:30:44.513Z] v0.1.115 [2021-01-26T16:30:44.513Z] v0.1.116 [2021-01-26T16:30:44.513Z] v0.1.117 [2021-01-26T16:30:44.513Z] v0.1.118 [2021-01-26T16:30:44.513Z] v0.1.119 [2021-01-26T16:30:44.513Z] v0.1.12 [2021-01-26T16:30:44.513Z] v0.1.120 [2021-01-26T16:30:44.513Z] v0.1.121 [2021-01-26T16:30:44.513Z] v0.1.122 [2021-01-26T16:30:44.513Z] v0.1.123 [2021-01-26T16:30:44.513Z] v0.1.124 [2021-01-26T16:30:44.513Z] v0.1.125 [2021-01-26T16:30:44.513Z] v0.1.126 [2021-01-26T16:30:44.513Z] v0.1.127 [2021-01-26T16:30:44.513Z] v0.1.128 [2021-01-26T16:30:44.513Z] v0.1.129 [2021-01-26T16:30:44.513Z] v0.1.13 [2021-01-26T16:30:44.513Z] v0.1.130 [2021-01-26T16:30:44.513Z] v0.1.131 [2021-01-26T16:30:44.513Z] v0.1.132 [2021-01-26T16:30:44.513Z] v0.1.133 [2021-01-26T16:30:44.513Z] v0.1.134 [2021-01-26T16:30:44.513Z] v0.1.135 [2021-01-26T16:30:44.513Z] v0.1.136 [2021-01-26T16:30:44.513Z] v0.1.137 [2021-01-26T16:30:44.513Z] v0.1.138 [2021-01-26T16:30:44.513Z] v0.1.139 [2021-01-26T16:30:44.513Z] v0.1.14 [2021-01-26T16:30:44.513Z] v0.1.140 [2021-01-26T16:30:44.513Z] v0.1.141 [2021-01-26T16:30:44.513Z] v0.1.142 [2021-01-26T16:30:44.513Z] v0.1.143 [2021-01-26T16:30:44.513Z] v0.1.144 [2021-01-26T16:30:44.513Z] v0.1.145 [2021-01-26T16:30:44.513Z] v0.1.146 [2021-01-26T16:30:44.513Z] v0.1.147 [2021-01-26T16:30:44.513Z] v0.1.148 [2021-01-26T16:30:44.513Z] v0.1.149 [2021-01-26T16:30:44.513Z] v0.1.15 [2021-01-26T16:30:44.513Z] v0.1.16 [2021-01-26T16:30:44.513Z] v0.1.17 [2021-01-26T16:30:44.513Z] v0.1.18 [2021-01-26T16:30:44.513Z] v0.1.19 [2021-01-26T16:30:44.513Z] v0.1.2 [2021-01-26T16:30:44.513Z] v0.1.20 [2021-01-26T16:30:44.513Z] v0.1.21 [2021-01-26T16:30:44.513Z] v0.1.22 [2021-01-26T16:30:44.513Z] v0.1.23 [2021-01-26T16:30:44.513Z] v0.1.24 [2021-01-26T16:30:44.513Z] v0.1.25 [2021-01-26T16:30:44.513Z] v0.1.26 [2021-01-26T16:30:44.513Z] v0.1.27 [2021-01-26T16:30:44.513Z] v0.1.28 [2021-01-26T16:30:44.513Z] v0.1.29 [2021-01-26T16:30:44.513Z] v0.1.3 [2021-01-26T16:30:44.513Z] v0.1.30 [2021-01-26T16:30:44.513Z] v0.1.31 [2021-01-26T16:30:44.513Z] v0.1.32 [2021-01-26T16:30:44.513Z] v0.1.33 [2021-01-26T16:30:44.513Z] v0.1.34 [2021-01-26T16:30:44.513Z] v0.1.35 [2021-01-26T16:30:44.513Z] v0.1.36 [2021-01-26T16:30:44.513Z] v0.1.37 [2021-01-26T16:30:44.513Z] v0.1.38 [2021-01-26T16:30:44.513Z] v0.1.39 [2021-01-26T16:30:44.513Z] v0.1.4 [2021-01-26T16:30:44.513Z] v0.1.40 [2021-01-26T16:30:44.513Z] v0.1.41 [2021-01-26T16:30:44.513Z] v0.1.42 [2021-01-26T16:30:44.513Z] v0.1.43 [2021-01-26T16:30:44.513Z] v0.1.44 [2021-01-26T16:30:44.513Z] v0.1.45 [2021-01-26T16:30:44.513Z] v0.1.46 [2021-01-26T16:30:44.513Z] v0.1.47 [2021-01-26T16:30:44.513Z] v0.1.48 [2021-01-26T16:30:44.513Z] v0.1.49 [2021-01-26T16:30:44.513Z] v0.1.5 [2021-01-26T16:30:44.513Z] v0.1.50 [2021-01-26T16:30:44.513Z] v0.1.51 [2021-01-26T16:30:44.513Z] v0.1.52 [2021-01-26T16:30:44.513Z] v0.1.53 [2021-01-26T16:30:44.513Z] v0.1.54 [2021-01-26T16:30:44.513Z] v0.1.55 [2021-01-26T16:30:44.513Z] v0.1.56 [2021-01-26T16:30:44.513Z] v0.1.57 [2021-01-26T16:30:44.513Z] v0.1.58 [2021-01-26T16:30:44.513Z] v0.1.59 [2021-01-26T16:30:44.513Z] v0.1.6 [2021-01-26T16:30:44.513Z] v0.1.60 [2021-01-26T16:30:44.513Z] v0.1.61 [2021-01-26T16:30:44.513Z] v0.1.62 [2021-01-26T16:30:44.513Z] v0.1.63 [2021-01-26T16:30:44.513Z] v0.1.64 [2021-01-26T16:30:44.513Z] v0.1.65 [2021-01-26T16:30:44.513Z] v0.1.66 [2021-01-26T16:30:44.513Z] v0.1.67 [2021-01-26T16:30:44.513Z] v0.1.68 [2021-01-26T16:30:44.513Z] v0.1.69 [2021-01-26T16:30:44.513Z] v0.1.7 [2021-01-26T16:30:44.513Z] v0.1.70 [2021-01-26T16:30:44.513Z] v0.1.71 [2021-01-26T16:30:44.513Z] v0.1.72 [2021-01-26T16:30:44.513Z] v0.1.73 [2021-01-26T16:30:44.513Z] v0.1.74 [2021-01-26T16:30:44.513Z] v0.1.75 [2021-01-26T16:30:44.513Z] v0.1.76 [2021-01-26T16:30:44.513Z] v0.1.77 [2021-01-26T16:30:44.513Z] v0.1.78 [2021-01-26T16:30:44.513Z] v0.1.79 [2021-01-26T16:30:44.513Z] v0.1.8 [2021-01-26T16:30:44.513Z] v0.1.80 [2021-01-26T16:30:44.513Z] v0.1.81 [2021-01-26T16:30:44.513Z] v0.1.82 [2021-01-26T16:30:44.513Z] v0.1.83 [2021-01-26T16:30:44.513Z] v0.1.84 [2021-01-26T16:30:44.513Z] v0.1.85 [2021-01-26T16:30:44.513Z] v0.1.86 [2021-01-26T16:30:44.513Z] v0.1.87 [2021-01-26T16:30:44.513Z] v0.1.88 [2021-01-26T16:30:44.513Z] v0.1.89 [2021-01-26T16:30:44.513Z] v0.1.9 [2021-01-26T16:30:44.513Z] v0.1.90 [2021-01-26T16:30:44.513Z] v0.1.91 [2021-01-26T16:30:44.513Z] v0.1.92 [2021-01-26T16:30:44.513Z] v0.1.93 [2021-01-26T16:30:44.513Z] v0.1.94 [2021-01-26T16:30:44.513Z] v0.1.95 [2021-01-26T16:30:44.513Z] v0.1.96 [2021-01-26T16:30:44.513Z] v0.1.97 [2021-01-26T16:30:44.513Z] v0.1.98 [2021-01-26T16:30:44.513Z] v0.1.99 [2021-01-26T16:30:44.513Z] v2.0.0-dev.1 [2021-01-26T16:30:44.513Z] v2.0.0-dev.2 [2021-01-26T16:30:44.513Z] v2.0.0-dev.3 [2021-01-26T16:30:44.513Z] v2.0.0-dev.4 [2021-01-26T16:30:44.513Z] v2.0.0-dev.5 [2021-01-26T16:30:44.513Z] v2.0.0-dev.6 [2021-01-26T16:30:44.513Z] v2.0.0-dev.7 [2021-01-26T16:30:44.513Z] v2.0.0-dev.8 [2021-01-26T16:30:44.513Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-26T16:30:44.819Z] + lftools sign git-tag v2.0.0-dev.9 [2021-01-26T16:30:46.213Z] Signing Git tag with Sigul... [2021-01-26T16:30:46.213Z] Signing v2.0.0-dev.9 [Pipeline] echo [2021-01-26T16:30:47.174Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:30:47.475Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-26T16:30:47.486Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-26T16:30:47.584Z] $ docker stop --time=1 f22926d6ff2043b306a5ae183fd3b702be0c14112fbaa58e57c6606e6092b124 [2021-01-26T16:30:49.658Z] $ docker rm -f f22926d6ff2043b306a5ae183fd3b702be0c14112fbaa58e57c6606e6092b124 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:30:50.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T16:30:50.627Z] . [Pipeline] withDockerContainer [2021-01-26T16:30:50.736Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:30:50.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T16:30:51.545Z] $ docker top d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T16:30:51.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T16:30:51.972Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T16:30:52.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T16:30:52.218Z] $ docker exec d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 ssh-agent [2021-01-26T16:30:52.414Z] SSH_AUTH_SOCK=/tmp/ssh-70P5GWYYiZIK/agent.12 [2021-01-26T16:30:52.414Z] SSH_AGENT_PID=18 [2021-01-26T16:30:52.423Z] Running ssh-add (command line suppressed) [2021-01-26T16:30:52.561Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7754703153740078844.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7754703153740078844.key) [2021-01-26T16:30:52.622Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T16:30:52.971Z] + git semver bump pre [2021-01-26T16:30:52.971Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T16:30:52.971Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T16:30:52.971Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T16:30:52.971Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T16:30:52.971Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T16:30:52.971Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T16:30:52.971Z] # $SEMVER_BRANCH = master [2021-01-26T16:30:52.971Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-26T16:30:52.971Z] 2.0.0-dev.10 [Pipeline] } [2021-01-26T16:30:52.983Z] $ docker exec --env ******** --env ******** d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 ssh-agent -k [2021-01-26T16:30:53.116Z] unset SSH_AUTH_SOCK; [2021-01-26T16:30:53.117Z] unset SSH_AGENT_PID; [2021-01-26T16:30:53.117Z] echo Agent pid 18 killed; [2021-01-26T16:30:53.172Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T16:30:53.653Z] + git semver [Pipeline] } [2021-01-26T16:30:53.670Z] $ docker stop --time=1 d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 [2021-01-26T16:30:55.053Z] $ docker rm -f d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:30:55.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T16:30:55.620Z] . [Pipeline] withDockerContainer [2021-01-26T16:30:55.724Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:30:55.775Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T16:30:56.594Z] $ docker top 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T16:30:56.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T16:30:56.979Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T16:30:57.244Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T16:30:57.248Z] $ docker exec 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 ssh-agent [2021-01-26T16:30:57.435Z] SSH_AUTH_SOCK=/tmp/ssh-3xohC8tCokjv/agent.12 [2021-01-26T16:30:57.435Z] SSH_AGENT_PID=17 [2021-01-26T16:30:57.442Z] Running ssh-add (command line suppressed) [2021-01-26T16:30:57.578Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4777722517735625175.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4777722517735625175.key) [2021-01-26T16:30:57.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T16:30:57.978Z] + git semver push [2021-01-26T16:30:57.978Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T16:30:57.978Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T16:30:57.978Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T16:30:57.978Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T16:30:57.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T16:30:57.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T16:30:57.978Z] # $SEMVER_BRANCH = master [2021-01-26T16:30:57.978Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-26T16:31:06.290Z] $ docker exec --env ******** --env ******** 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 ssh-agent -k [2021-01-26T16:31:06.452Z] unset SSH_AUTH_SOCK; [2021-01-26T16:31:06.453Z] unset SSH_AGENT_PID; [2021-01-26T16:31:06.453Z] echo Agent pid 17 killed; [2021-01-26T16:31:06.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T16:31:07.023Z] + git semver [Pipeline] } [2021-01-26T16:31:07.040Z] $ docker stop --time=1 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 [2021-01-26T16:31:08.419Z] $ docker rm -f 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 [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-01-26T16:31:09.988Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:31:10.555Z] ---> package-listing.sh [2021-01-26T16:31:10.555Z] ++ facter osfamily [2021-01-26T16:31:10.555Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T16:31:10.555Z] + OS_FAMILY=redhat [2021-01-26T16:31:10.555Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-01-26T16:31:10.555Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T16:31:10.555Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T16:31:10.555Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T16:31:10.555Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T16:31:10.555Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-26T16:31:10.555Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T16:31:10.555Z] + case "${OS_FAMILY}" in [2021-01-26T16:31:10.555Z] + rpm -qa [2021-01-26T16:31:10.555Z] + sort [2021-01-26T16:31:14.790Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T16:31:14.790Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T16:31:14.790Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T16:31:15.053Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-26T16:31:15.053Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-01-26T16:31:15.053Z] + 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-01-26T16:31:15.068Z] 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-01-26T16:31:15.366Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:31:15.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T16:31:15.675Z] [2021-01-26T16:31:15.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T16:31:16.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T16:31:16.036Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T16:31:16.036Z] df20fa9351a1: Pulling fs layer [2021-01-26T16:31:16.036Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T16:31:16.036Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T16:31:16.036Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T16:31:16.036Z] 93b61091891f: Pulling fs layer [2021-01-26T16:31:16.036Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T16:31:16.036Z] 5e14af77c1be: Pulling fs layer [2021-01-26T16:31:16.036Z] 01666e4c0597: Pulling fs layer [2021-01-26T16:31:16.036Z] aa168da1d23b: Pulling fs layer [2021-01-26T16:31:16.036Z] 46f8f816bc3b: Waiting [2021-01-26T16:31:16.036Z] 93b61091891f: Waiting [2021-01-26T16:31:16.036Z] 93b9cdb0e59b: Waiting [2021-01-26T16:31:16.036Z] aa168da1d23b: Waiting [2021-01-26T16:31:16.036Z] 36b3adc4ff6f: Download complete [2021-01-26T16:31:16.036Z] 46f8f816bc3b: Verifying Checksum [2021-01-26T16:31:16.036Z] 46f8f816bc3b: Download complete [2021-01-26T16:31:16.036Z] df20fa9351a1: Verifying Checksum [2021-01-26T16:31:16.036Z] df20fa9351a1: Download complete [2021-01-26T16:31:16.036Z] 93b9cdb0e59b: Verifying Checksum [2021-01-26T16:31:16.036Z] 93b9cdb0e59b: Download complete [2021-01-26T16:31:16.300Z] 5e14af77c1be: Download complete [2021-01-26T16:31:16.300Z] 93b61091891f: Download complete [2021-01-26T16:31:16.300Z] 01666e4c0597: Download complete [2021-01-26T16:31:16.569Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T16:31:16.569Z] 8ad3a11d3b57: Download complete [2021-01-26T16:31:16.837Z] df20fa9351a1: Pull complete [2021-01-26T16:31:17.427Z] 36b3adc4ff6f: Pull complete [2021-01-26T16:31:18.389Z] aa168da1d23b: Verifying Checksum [2021-01-26T16:31:18.389Z] aa168da1d23b: Download complete [2021-01-26T16:31:18.965Z] 8ad3a11d3b57: Pull complete [2021-01-26T16:31:18.965Z] 46f8f816bc3b: Pull complete [2021-01-26T16:31:19.542Z] 93b61091891f: Pull complete [2021-01-26T16:31:19.542Z] 93b9cdb0e59b: Pull complete [2021-01-26T16:31:19.542Z] 5e14af77c1be: Pull complete [2021-01-26T16:31:19.805Z] 01666e4c0597: Pull complete [2021-01-26T16:31:27.981Z] aa168da1d23b: Pull complete [2021-01-26T16:31:27.981Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T16:31:27.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T16:31:27.981Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T16:31:28.118Z] prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container [2021-01-26T16:31:28.164Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T16:31:31.278Z] $ docker top a59bcd2d96d019ef28ddd4d3936f6d321c0aa9ac306dd63175710c49e7a96ac1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T16:31:31.841Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T16:31:32.142Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T16:31:32.439Z] + ls /var/log/sa-host [2021-01-26T16:31:32.440Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T16:31:32.440Z] file_magic: OK [2021-01-26T16:31:32.440Z] HZ: Using current value: 100 [2021-01-26T16:31:32.440Z] file_header: OK [2021-01-26T16:31:32.440Z] 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-01-26T16:31:32.440Z] Statistics: [2021-01-26T16:31:32.440Z] Hnuu...uuuununununu... [2021-01-26T16:31:32.440Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T16:31:32.440Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T16:31:32.440Z] file_magic: OK [2021-01-26T16:31:32.440Z] HZ: Using current value: 100 [2021-01-26T16:31:32.440Z] file_header: OK [2021-01-26T16:31:32.440Z] 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-01-26T16:31:32.440Z] Statistics: [2021-01-26T16:31:32.440Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-26T16:31:32.440Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T16:31:33.063Z] provisioning config files... [2021-01-26T16:31:33.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3502074979948890162tmp [Pipeline] { [Pipeline] echo [2021-01-26T16:31:33.217Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:31:33.511Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T16:31:33.520Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T16:31:33.610Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:31:33.902Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T16:31:33.914Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:31:34.210Z] ---> sudo-logs.sh [2021-01-26T16:31:34.210Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T16:31:34.221Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:31:34.518Z] ---> job-cost.sh [2021-01-26T16:31:34.518Z] lf-activate-venv: SKIPPING [2021-01-26T16:31:34.518Z] INFO: No Stack... [2021-01-26T16:31:35.467Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T16:31:35.730Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T16:31:35.744Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T16:31:36.045Z] ---> logs-deploy.sh [2021-01-26T16:31:36.045Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/127 [2021-01-26T16:31:36.045Z] INFO: archiving workspace using pattern(s): [2021-01-26T16:31:37.969Z] Archives upload complete. [2021-01-26T16:31:37.970Z] INFO: archiving logs to Nexus [2021-01-26T16:31:38.915Z] ---> uname -a: [2021-01-26T16:31:38.915Z] Linux prd-centos7-docker-4c-2g-22852.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-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] ---> lscpu: [2021-01-26T16:31:38.915Z] Architecture: x86_64 [2021-01-26T16:31:38.915Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-26T16:31:38.915Z] Byte Order: Little Endian [2021-01-26T16:31:38.915Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-26T16:31:38.915Z] CPU(s): 4 [2021-01-26T16:31:38.915Z] On-line CPU(s) list: 0-3 [2021-01-26T16:31:38.915Z] Thread(s) per core: 1 [2021-01-26T16:31:38.915Z] Core(s) per socket: 1 [2021-01-26T16:31:38.915Z] Socket(s): 4 [2021-01-26T16:31:38.915Z] NUMA node(s): 1 [2021-01-26T16:31:38.915Z] Vendor ID: GenuineIntel [2021-01-26T16:31:38.915Z] CPU family: 6 [2021-01-26T16:31:38.915Z] Model: 44 [2021-01-26T16:31:38.915Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-26T16:31:38.915Z] Stepping: 1 [2021-01-26T16:31:38.915Z] CPU MHz: 2933.436 [2021-01-26T16:31:38.915Z] BogoMIPS: 5866.87 [2021-01-26T16:31:38.915Z] Virtualization: VT-x [2021-01-26T16:31:38.915Z] Hypervisor vendor: KVM [2021-01-26T16:31:38.915Z] Virtualization type: full [2021-01-26T16:31:38.915Z] L1d cache: 128 KiB [2021-01-26T16:31:38.915Z] L1i cache: 128 KiB [2021-01-26T16:31:38.915Z] L2 cache: 16 MiB [2021-01-26T16:31:38.915Z] L3 cache: 64 MiB [2021-01-26T16:31:38.915Z] NUMA node0 CPU(s): 0-3 [2021-01-26T16:31:38.915Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-26T16:31:38.915Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-26T16:31:38.915Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-26T16:31:38.915Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-26T16:31:38.915Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-26T16:31:38.915Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-26T16:31:38.915Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-26T16:31:38.915Z] Vulnerability Srbds: Not affected [2021-01-26T16:31:38.915Z] Vulnerability Tsx async abort: Not affected [2021-01-26T16:31:38.915Z] 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-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] ---> nproc: [2021-01-26T16:31:38.915Z] 4 [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] ---> df -h: [2021-01-26T16:31:38.915Z] Filesystem Size Used Available Use% Mounted on [2021-01-26T16:31:38.915Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-26T16:31:38.915Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-26T16:31:38.915Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-26T16:31:38.915Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-26T16:31:38.915Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] ---> free -m: [2021-01-26T16:31:38.915Z] total used free shared buff/cache available [2021-01-26T16:31:38.915Z] Mem: 1837 811 147 0 877 961 [2021-01-26T16:31:38.915Z] Swap: 1023 2 1021 [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] [2021-01-26T16:31:38.915Z] ---> ip addr: [2021-01-26T16:31:38.915Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-26T16:31:38.915Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-26T16:31:38.915Z] inet 127.0.0.1/8 scope host lo [2021-01-26T16:31:38.915Z] valid_lft forever preferred_lft forever [2021-01-26T16:31:38.915Z] inet6 ::1/128 scope host [2021-01-26T16:31:38.915Z] valid_lft forever preferred_lft forever [2021-01-26T16:31:38.915Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-26T16:31:38.915Z] link/ether fa:16:3e:3e:5a:b0 brd ff:ff:ff:ff:ff:ff [2021-01-26T16:31:38.915Z] inet 10.30.123.177/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-26T16:31:38.916Z] valid_lft 85913sec preferred_lft 85913sec [2021-01-26T16:31:38.916Z] inet6 fe80::f816:3eff:fe3e:5ab0/64 scope link [2021-01-26T16:31:38.916Z] valid_lft forever preferred_lft forever [2021-01-26T16:31:38.916Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-26T16:31:38.916Z] link/ether 02:42:9a:c9:b5:39 brd ff:ff:ff:ff:ff:ff [2021-01-26T16:31:38.916Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-26T16:31:38.916Z] valid_lft forever preferred_lft forever [2021-01-26T16:31:38.916Z] inet6 fe80::42:9aff:fec9:b539/64 scope link [2021-01-26T16:31:38.916Z] valid_lft forever preferred_lft forever [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] ---> sar -b -r -n DEV: [2021-01-26T16:31:38.916Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] 16:23:21 LINUX RESTART (4 CPU) [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] 16:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-26T16:31:38.916Z] 16:25:01 48.71 10.97 37.75 0.00 4355.72 3380.64 0.00 [2021-01-26T16:31:38.916Z] 16:26:01 1.95 0.00 1.95 0.00 0.00 40.69 0.00 [2021-01-26T16:31:38.916Z] 16:27:01 0.17 0.00 0.17 0.00 0.00 2.43 0.00 [2021-01-26T16:31:38.916Z] 16:28:01 0.38 0.00 0.38 0.00 0.00 5.76 0.00 [2021-01-26T16:31:38.916Z] 16:29:01 0.22 0.00 0.22 0.00 0.00 2.35 0.00 [2021-01-26T16:31:38.916Z] 16:30:01 250.78 158.32 92.46 0.00 8139.55 33721.90 0.00 [2021-01-26T16:31:38.916Z] 16:31:01 221.48 79.53 141.95 0.00 4635.47 34403.39 0.00 [2021-01-26T16:31:38.916Z] Average: 74.90 35.62 39.29 0.00 2443.45 10242.59 0.00 [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] 16:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-26T16:31:38.916Z] 16:25:01 145940 0 568432 30.21 2620 1164552 1099940 37.54 370240 1163528 136 [2021-01-26T16:31:38.916Z] 16:26:01 150756 0 563608 29.95 2620 1164560 1070820 36.55 369460 1160912 20 [2021-01-26T16:31:38.916Z] 16:27:01 150104 0 564256 29.99 2620 1164564 1070844 36.55 373376 1157112 8 [2021-01-26T16:31:38.916Z] 16:28:01 148292 0 566064 30.09 2620 1164568 1070868 36.55 375568 1157080 8 [2021-01-26T16:31:38.916Z] 16:29:01 148136 0 566216 30.09 2620 1164572 1070772 36.54 380736 1152568 8 [2021-01-26T16:31:38.916Z] 16:30:01 128232 0 673176 35.78 2596 1077540 1374584 46.91 527992 960000 39588 [2021-01-26T16:31:38.916Z] 16:31:01 227664 0 770116 40.93 1492 882272 1308368 44.65 577192 734656 52 [2021-01-26T16:31:38.916Z] Average: 157018 0 610267 32.43 2455 1111804 1152314 39.33 424938 1069408 5689 [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] 16:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-26T16:31:38.916Z] 16:25:01 eth0 172.39 121.63 507.69 41.46 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:25:01 docker0 6.69 5.16 1.56 17.16 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:26:01 eth0 3.06 1.12 2.99 0.07 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:27:01 eth0 1.03 0.30 0.31 0.20 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:28:01 eth0 0.70 0.32 0.29 0.20 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:29:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:30:01 veth3722c94 18.86 18.74 1.76 128.42 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:30:01 eth0 447.15 364.68 4212.73 33.81 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:30:01 docker0 18.86 18.63 1.51 128.41 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:31:01 veth6790350 1.63 1.26 0.38 0.43 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:31:01 eth0 511.06 433.44 3462.92 132.44 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] 16:31:01 docker0 29.38 32.96 1.92 202.43 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] Average: veth6790350 0.23 0.18 0.05 0.06 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] Average: eth0 162.28 131.74 1171.58 29.74 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] Average: docker0 7.85 8.12 0.71 49.81 0.00 0.00 0.00 0.00 [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] ---> sar -P ALL: [2021-01-26T16:31:38.916Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] 16:23:21 LINUX RESTART (4 CPU) [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] 16:24:02 CPU %user %nice %system %iowait %steal %idle [2021-01-26T16:31:38.916Z] 16:25:01 all 3.89 0.00 2.33 1.48 0.07 92.23 [2021-01-26T16:31:38.916Z] 16:25:01 0 4.29 0.00 2.20 0.85 0.03 92.62 [2021-01-26T16:31:38.916Z] 16:25:01 1 3.23 0.00 2.80 2.99 0.10 90.89 [2021-01-26T16:31:38.916Z] 16:25:01 2 3.87 0.00 2.35 0.46 0.07 93.25 [2021-01-26T16:31:38.916Z] 16:25:01 3 4.18 0.00 1.96 1.62 0.09 92.14 [2021-01-26T16:31:38.916Z] 16:26:01 all 0.25 0.00 0.06 0.00 0.00 99.68 [2021-01-26T16:31:38.916Z] 16:26:01 0 0.52 0.00 0.08 0.00 0.00 99.40 [2021-01-26T16:31:38.916Z] 16:26:01 1 0.22 0.00 0.07 0.00 0.02 99.70 [2021-01-26T16:31:38.916Z] 16:26:01 2 0.22 0.00 0.05 0.00 0.00 99.73 [2021-01-26T16:31:38.916Z] 16:26:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-26T16:31:38.916Z] 16:27:01 all 0.20 0.00 0.13 0.00 0.00 99.67 [2021-01-26T16:31:38.916Z] 16:27:01 0 0.53 0.00 0.05 0.00 0.02 99.40 [2021-01-26T16:31:38.916Z] 16:27:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-26T16:31:38.916Z] 16:27:01 2 0.10 0.00 0.38 0.00 0.00 99.52 [2021-01-26T16:31:38.916Z] 16:27:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-26T16:31:38.916Z] 16:28:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-26T16:31:38.916Z] 16:28:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-26T16:31:38.916Z] 16:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-26T16:31:38.916Z] 16:28:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-26T16:31:38.916Z] 16:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-26T16:31:38.916Z] 16:29:01 all 0.19 0.00 0.20 0.00 0.01 99.60 [2021-01-26T16:31:38.916Z] 16:29:01 0 0.53 0.00 0.12 0.00 0.02 99.33 [2021-01-26T16:31:38.916Z] 16:29:01 1 0.10 0.00 0.22 0.00 0.03 99.65 [2021-01-26T16:31:38.916Z] 16:29:01 2 0.05 0.00 0.32 0.00 0.00 99.63 [2021-01-26T16:31:38.916Z] 16:29:01 3 0.07 0.00 0.17 0.00 0.00 99.77 [2021-01-26T16:31:38.916Z] 16:30:01 all 9.12 0.00 6.48 2.28 0.13 81.99 [2021-01-26T16:31:38.916Z] 16:30:01 0 8.71 0.00 7.01 3.36 0.17 80.75 [2021-01-26T16:31:38.916Z] 16:30:01 1 9.14 0.00 6.13 1.72 0.10 82.90 [2021-01-26T16:31:38.916Z] 16:30:01 2 8.68 0.00 6.44 2.93 0.15 81.80 [2021-01-26T16:31:38.916Z] 16:30:01 3 9.94 0.00 6.36 1.09 0.09 82.52 [2021-01-26T16:31:38.916Z] 16:31:01 all 12.36 0.00 9.66 3.03 0.21 74.75 [2021-01-26T16:31:38.916Z] 16:31:01 0 10.99 0.00 8.79 2.25 0.22 77.74 [2021-01-26T16:31:38.916Z] 16:31:01 1 11.02 0.00 10.97 3.85 0.19 73.98 [2021-01-26T16:31:38.916Z] 16:31:01 2 12.74 0.00 10.84 4.59 0.21 71.62 [2021-01-26T16:31:38.916Z] 16:31:01 3 14.69 0.00 8.06 1.40 0.21 75.64 [2021-01-26T16:31:38.916Z] Average: all 3.68 0.00 2.66 0.95 0.06 92.65 [2021-01-26T16:31:38.916Z] Average: 0 3.68 0.00 2.57 0.91 0.07 92.78 [2021-01-26T16:31:38.916Z] Average: 1 3.35 0.00 2.85 1.20 0.06 92.53 [2021-01-26T16:31:38.916Z] Average: 2 3.61 0.00 2.87 1.12 0.06 92.33 [2021-01-26T16:31:38.916Z] Average: 3 4.07 0.00 2.34 0.58 0.05 92.96 [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z] [2021-01-26T16:31:38.916Z]