Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8a718e290533859c774e852d824bb07c45d7c8e0 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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:patch] ========================================================= [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: patch 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13830 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8a718e290533859c774e852d824bb07c45d7c8e0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 Commit message: "Merge pull request #377 from judehung/issue-376" > git rev-list --no-walk 236840f335d952384003a0e741c2f61d85d23839 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-30T08:44:47.270Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-30T08:44:47.565Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-30T08:44:47.684Z] ========================================================= [2020-11-30T08:44:47.685Z] EdgeX Global Pipelines Version Info [2020-11-30T08:44:47.685Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:44:49.254Z] ------------------- [2020-11-30T08:44:49.254Z] stable info: [2020-11-30T08:44:49.254Z] ------------------- [2020-11-30T08:44:49.254Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-30T08:44:49.254Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-30T08:44:49.254Z] Message: update stable to v1.0.167 [2020-11-30T08:44:50.199Z] ------------------- [2020-11-30T08:44:50.199Z] experimental info: [2020-11-30T08:44:50.199Z] ------------------- [2020-11-30T08:44:50.199Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-30T08:44:50.199Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-30T08:44:50.199Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-30T08:44:50.710Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-30T08:44:50.877Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-30T08:44:51.040Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-30T08:44:51.154Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-30T08:44:51.260Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-30T08:44:51.442Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-30T08:44:51.546Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-30T08:44:51.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-30T08:44:51.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-30T08:44:51.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-30T08:44:52.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-30T08:44:52.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-30T08:44:52.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-30T08:44:52.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-30T08:44:52.422Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:44:52.580Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:44:52.677Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:44:52.778Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T08:44:52.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-30T08:44:52.965Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-30T08:44:53.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-30T08:44:53.153Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-30T08:44:53.249Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-30T08:44:53.345Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-30T08:44:53.471Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-30T08:44:53.587Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-30T08:44:53.695Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-30T08:44:53.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-30T08:44:53.983Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-30T08:44:54.078Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] echo [2020-11-30T08:44:54.168Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a718e2 [Pipeline] echo [2020-11-30T08:44:54.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T08:44:54.425Z] provisioning config files... [2020-11-30T08:44:54.454Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2365580388893594277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:44:54.803Z] ---> docker-login.sh [2020-11-30T08:44:54.803Z] nexus3.edgexfoundry.org:10001 [2020-11-30T08:44:55.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:44:55.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:44:55.326Z] Configure a credential helper to remove this warning. See [2020-11-30T08:44:55.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:44:55.326Z] [2020-11-30T08:44:55.326Z] Login Succeeded [2020-11-30T08:44:55.326Z] nexus3.edgexfoundry.org:10002 [2020-11-30T08:44:55.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:44:55.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:44:55.326Z] Configure a credential helper to remove this warning. See [2020-11-30T08:44:55.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:44:55.326Z] [2020-11-30T08:44:55.326Z] Login Succeeded [2020-11-30T08:44:55.326Z] nexus3.edgexfoundry.org:10003 [2020-11-30T08:44:55.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:44:55.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:44:55.588Z] Configure a credential helper to remove this warning. See [2020-11-30T08:44:55.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:44:55.588Z] [2020-11-30T08:44:55.588Z] Login Succeeded [2020-11-30T08:44:55.588Z] nexus3.edgexfoundry.org:10004 [2020-11-30T08:44:55.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:44:55.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:44:55.849Z] Configure a credential helper to remove this warning. See [2020-11-30T08:44:55.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:44:55.849Z] [2020-11-30T08:44:55.849Z] Login Succeeded [2020-11-30T08:44:55.849Z] docker.io [2020-11-30T08:44:55.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:44:56.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:44:56.112Z] Configure a credential helper to remove this warning. See [2020-11-30T08:44:56.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:44:56.112Z] [2020-11-30T08:44:56.112Z] Login Succeeded [2020-11-30T08:44:56.112Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T08:44:56.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T08:44:56.820Z] + git log --format=format:%s -1 8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] echo [2020-11-30T08:44:56.885Z] GIT_COMMIT: 8a718e290533859c774e852d824bb07c45d7c8e0, Commit Message: Merge pull request #377 from judehung/issue-376 [Pipeline] echo [2020-11-30T08:44:56.938Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:44:57.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:44:57.567Z] [2020-11-30T08:44:57.567Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:44:57.916Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:44:57.916Z] latest: Pulling from edgex-devops/git-semver [2020-11-30T08:44:57.916Z] 31603596830f: Pulling fs layer [2020-11-30T08:44:57.916Z] 2a8b12db71e7: Pulling fs layer [2020-11-30T08:44:57.916Z] 6ca5941a6612: Pulling fs layer [2020-11-30T08:44:57.916Z] ecc8261a40a4: Pulling fs layer [2020-11-30T08:44:57.916Z] ecc8261a40a4: Waiting [2020-11-30T08:44:57.916Z] 2a8b12db71e7: Verifying Checksum [2020-11-30T08:44:57.916Z] 2a8b12db71e7: Download complete [2020-11-30T08:44:58.181Z] 31603596830f: Verifying Checksum [2020-11-30T08:44:58.181Z] 31603596830f: Download complete [2020-11-30T08:44:58.181Z] 6ca5941a6612: Download complete [2020-11-30T08:44:58.181Z] ecc8261a40a4: Verifying Checksum [2020-11-30T08:44:58.181Z] ecc8261a40a4: Download complete [2020-11-30T08:44:58.445Z] 31603596830f: Pull complete [2020-11-30T08:44:58.445Z] 2a8b12db71e7: Pull complete [2020-11-30T08:44:59.401Z] 6ca5941a6612: Pull complete [2020-11-30T08:44:59.663Z] ecc8261a40a4: Pull complete [2020-11-30T08:44:59.663Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-30T08:44:59.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:44:59.663Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-30T08:44:59.768Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:44:59.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-30T08:45:01.990Z] $ docker top f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T08:45:02.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:45:02.377Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:45:02.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:45:02.587Z] $ docker exec f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent [2020-11-30T08:45:02.773Z] SSH_AUTH_SOCK=/tmp/ssh-1VH5ZVXHgmNQ/agent.12 [2020-11-30T08:45:02.773Z] SSH_AGENT_PID=18 [2020-11-30T08:45:02.783Z] Running ssh-add (command line suppressed) [2020-11-30T08:45:02.903Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5400677083639183254.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5400677083639183254.key) [2020-11-30T08:45:02.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:45:03.307Z] + git tag --points-at HEAD [Pipeline] } [2020-11-30T08:45:03.331Z] $ docker exec --env ******** --env ******** f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent -k [2020-11-30T08:45:03.446Z] unset SSH_AUTH_SOCK; [2020-11-30T08:45:03.447Z] unset SSH_AGENT_PID; [2020-11-30T08:45:03.447Z] echo Agent pid 18 killed; [2020-11-30T08:45:03.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-30T08:45:03.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:45:03.676Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:45:03.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:45:03.849Z] $ docker exec f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent [2020-11-30T08:45:04.013Z] SSH_AUTH_SOCK=/tmp/ssh-YoThuNp5es4O/agent.48 [2020-11-30T08:45:04.013Z] SSH_AGENT_PID=53 [2020-11-30T08:45:04.021Z] Running ssh-add (command line suppressed) [2020-11-30T08:45:04.135Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8708267138245909685.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8708267138245909685.key) [2020-11-30T08:45:04.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:45:04.534Z] + git semver init [2020-11-30T08:45:04.534Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T08:45:04.534Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-11-30T08:45:04.534Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-11-30T08:45:04.534Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T08:45:04.534Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T08:45:04.534Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T08:45:04.534Z] # $SEMVER_BRANCH = master [2020-11-30T08:45:04.534Z] # $SEMVER_TEMP = /tmp/semver-672826169 [2020-11-30T08:45:04.534Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-30T08:45:05.928Z] # '/tmp/semver-672826169' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-11-30T08:45:05.928Z] # -> Force: false [2020-11-30T08:45:05.928Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-11-30T08:45:05.940Z] $ docker exec --env ******** --env ******** f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 ssh-agent -k [2020-11-30T08:45:06.049Z] unset SSH_AUTH_SOCK; [2020-11-30T08:45:06.050Z] unset SSH_AGENT_PID; [2020-11-30T08:45:06.050Z] echo Agent pid 53 killed; [2020-11-30T08:45:06.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T08:45:06.559Z] + git semver [Pipeline] } [2020-11-30T08:45:06.575Z] $ docker stop --time=1 f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 [2020-11-30T08:45:08.431Z] $ docker rm -f f61e22d4760006201b2995d695083da2e82b969109a0cd37d6b1b52339fb2683 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T08:45:08.900Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-30T08:45:09.272Z] Stashed 1 file(s) [Pipeline] echo [2020-11-30T08:45:09.275Z] [edgeXSemver]: initialized semver on version 0.1.116 [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 [2020-11-30T08:45:24.804Z] Still waiting to schedule task [2020-11-30T08:45:24.804Z] ‘prd-centos7-docker-4c-2g-13831’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-30T08:45:24.806Z] Still waiting to schedule task [2020-11-30T08:45:24.806Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-30T08:46:44.068Z] Running on prd-centos7-docker-4c-2g-13834 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-11-30T08:46:44.153Z] Running in /w/workspace/go-mod-core-contracts/82 [Pipeline] { [Pipeline] checkout [2020-11-30T08:46:46.559Z] using credential edgex-jenkins-ssh [2020-11-30T08:46:46.647Z] Cloning the remote Git repository [2020-11-30T08:46:46.674Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:46:46.738Z] > git init /w/workspace/go-mod-core-contracts/82 # timeout=10 [2020-11-30T08:46:46.795Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:46:46.795Z] > git --version # timeout=10 [2020-11-30T08:46:46.801Z] > git --version # 'git version 2.24.3' [2020-11-30T08:46:46.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:46:46.834Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:46:47.572Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:46:47.581Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:46:47.593Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:46:47.619Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:46:47.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:46:47.625Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T08:46:48.104Z] Checking out Revision 8a718e290533859c774e852d824bb07c45d7c8e0 (master) [2020-11-30T08:46:48.118Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T08:46:48.126Z] > git checkout -f 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 [2020-11-30T08:46:51.911Z] Commit message: "Merge pull request #377 from judehung/issue-376" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T08:46:53.426Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:46:53.789Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:46:54.125Z] + sudo service docker restart [2020-11-30T08:46:54.125Z] + true [2020-11-30T08:46:54.125Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T08:46:55.648Z] provisioning config files... [2020-11-30T08:46:55.682Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/82@tmp/config4757969383333352393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:46:56.069Z] ---> docker-login.sh [2020-11-30T08:46:56.069Z] nexus3.edgexfoundry.org:10001 [2020-11-30T08:46:56.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:56.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:56.341Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:56.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:56.341Z] [2020-11-30T08:46:56.341Z] Login Succeeded [2020-11-30T08:46:56.341Z] nexus3.edgexfoundry.org:10002 [2020-11-30T08:46:56.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:56.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:56.610Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:56.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:56.610Z] [2020-11-30T08:46:56.610Z] Login Succeeded [2020-11-30T08:46:56.610Z] nexus3.edgexfoundry.org:10003 [2020-11-30T08:46:56.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:56.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:56.883Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:56.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:56.883Z] [2020-11-30T08:46:56.883Z] Login Succeeded [2020-11-30T08:46:56.883Z] nexus3.edgexfoundry.org:10004 [2020-11-30T08:46:56.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:56.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:56.883Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:56.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:56.883Z] [2020-11-30T08:46:56.883Z] Login Succeeded [2020-11-30T08:46:56.883Z] docker.io [2020-11-30T08:46:57.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:46:57.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:46:57.415Z] Configure a credential helper to remove this warning. See [2020-11-30T08:46:57.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:46:57.415Z] [2020-11-30T08:46:57.415Z] Login Succeeded [2020-11-30T08:46:57.415Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T08:46:57.435Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T08:46:57.990Z] ========================================================= [2020-11-30T08:46:57.990Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-30T08:46:57.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:46:58.366Z] + 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 . [2020-11-30T08:46:58.631Z] Sending build context to Docker daemon 1.851MB [2020-11-30T08:46:58.631Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T08:46:58.631Z] Step 2/7 : FROM ${BASE} [2020-11-30T08:46:58.631Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-30T08:46:58.631Z] df20fa9351a1: Pulling fs layer [2020-11-30T08:46:58.631Z] ed8968b2872e: Pulling fs layer [2020-11-30T08:46:58.631Z] a92cc7c5fd73: Pulling fs layer [2020-11-30T08:46:58.631Z] e871e8e8d7a9: Pulling fs layer [2020-11-30T08:46:58.631Z] e73272ec9a57: Pulling fs layer [2020-11-30T08:46:58.631Z] 1e910a182e73: Pulling fs layer [2020-11-30T08:46:58.631Z] 4e634b169226: Pulling fs layer [2020-11-30T08:46:58.631Z] e871e8e8d7a9: Waiting [2020-11-30T08:46:58.631Z] e73272ec9a57: Waiting [2020-11-30T08:46:58.631Z] 1e910a182e73: Waiting [2020-11-30T08:46:58.631Z] 4e634b169226: Waiting [2020-11-30T08:46:58.631Z] a92cc7c5fd73: Verifying Checksum [2020-11-30T08:46:58.631Z] a92cc7c5fd73: Download complete [2020-11-30T08:46:58.631Z] ed8968b2872e: Download complete [2020-11-30T08:46:58.631Z] e73272ec9a57: Verifying Checksum [2020-11-30T08:46:58.631Z] e73272ec9a57: Download complete [2020-11-30T08:46:58.631Z] 1e910a182e73: Verifying Checksum [2020-11-30T08:46:58.631Z] 1e910a182e73: Download complete [2020-11-30T08:46:58.631Z] df20fa9351a1: Verifying Checksum [2020-11-30T08:46:58.899Z] df20fa9351a1: Pull complete [2020-11-30T08:46:59.162Z] ed8968b2872e: Pull complete [2020-11-30T08:46:59.162Z] a92cc7c5fd73: Pull complete [2020-11-30T08:47:00.647Z] 4e634b169226: Verifying Checksum [2020-11-30T08:47:00.647Z] 4e634b169226: Download complete [2020-11-30T08:47:01.232Z] e871e8e8d7a9: Verifying Checksum [2020-11-30T08:47:01.232Z] e871e8e8d7a9: Download complete [2020-11-30T08:47:06.589Z] e871e8e8d7a9: Pull complete [2020-11-30T08:47:06.589Z] e73272ec9a57: Pull complete [2020-11-30T08:47:06.589Z] 1e910a182e73: Pull complete [2020-11-30T08:47:10.841Z] 4e634b169226: Pull complete [2020-11-30T08:47:10.841Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-30T08:47:10.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-30T08:47:10.841Z] ---> f7629b54cfaa [2020-11-30T08:47:10.841Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-30T08:47:10.841Z] ---> Running in 618bc4ee3271 [2020-11-30T08:47:11.107Z] Removing intermediate container 618bc4ee3271 [2020-11-30T08:47:11.107Z] ---> 1172a2d1367e [2020-11-30T08:47:11.107Z] Step 4/7 : RUN apk add bash [2020-11-30T08:47:11.107Z] ---> Running in 9e21bf5c4493 [2020-11-30T08:47:11.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-30T08:47:12.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-30T08:47:13.266Z] OK: 166 MiB in 39 packages [2020-11-30T08:47:13.854Z] Removing intermediate container 9e21bf5c4493 [2020-11-30T08:47:13.854Z] ---> 41d4b4ac64e2 [2020-11-30T08:47:13.854Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T08:47:14.119Z] ---> Running in c88aee1a6aa3 [2020-11-30T08:47:14.119Z] Removing intermediate container c88aee1a6aa3 [2020-11-30T08:47:14.119Z] ---> 7597d58088d2 [2020-11-30T08:47:14.119Z] Step 6/7 : COPY go.mod . [2020-11-30T08:47:14.389Z] ---> 897d1577a62e [2020-11-30T08:47:14.389Z] Step 7/7 : RUN go mod download [2020-11-30T08:47:14.389Z] ---> Running in ab55bbf0014d [2020-11-30T08:47:24.386Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13833 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-11-30T08:47:24.538Z] Running in /w/workspace/go-mod-core-contracts/82 [Pipeline] { [Pipeline] checkout [2020-11-30T08:47:26.711Z] Removing intermediate container ab55bbf0014d [2020-11-30T08:47:26.711Z] ---> 1fa581e8be7c [2020-11-30T08:47:26.711Z] Successfully built 1fa581e8be7c [2020-11-30T08:47:26.711Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:47:27.050Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T08:47:27.050Z] . [Pipeline] withDockerContainer [2020-11-30T08:47:27.174Z] prd-centos7-docker-4c-2g-13834 does not seem to be running inside a container [2020-11-30T08:47:27.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T08:47:27.949Z] $ docker top dbd02efa43bd76b13572efd0e8ba5ba1fcbe60d0729285fff37e12e774c7cefc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:47:28.439Z] + go version [2020-11-30T08:47:28.440Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-30T08:47:28.460Z] $ docker stop --time=1 dbd02efa43bd76b13572efd0e8ba5ba1fcbe60d0729285fff37e12e774c7cefc [2020-11-30T08:47:29.828Z] $ docker rm -f dbd02efa43bd76b13572efd0e8ba5ba1fcbe60d0729285fff37e12e774c7cefc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-11-30T08:47:30.133Z] using credential edgex-jenkins-ssh [Pipeline] } [2020-11-30T08:47:30.207Z] Cloning the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:47:30.839Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T08:47:30.839Z] . [Pipeline] withDockerContainer [2020-11-30T08:47:30.951Z] prd-centos7-docker-4c-2g-13834 does not seem to be running inside a container [2020-11-30T08:47:30.273Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:47:30.385Z] > git init /w/workspace/go-mod-core-contracts/82 # timeout=10 [2020-11-30T08:47:30.459Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:47:30.460Z] > git --version # timeout=10 [2020-11-30T08:47:30.479Z] > git --version # 'git version 2.17.1' [2020-11-30T08:47:30.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:47:30.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:47:31.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-30T08:47:31.681Z] $ docker top 1578eebd28ae041a6ccc955f90ee8fa5c9c8f622cd8068af256f854604081556 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:47:32.144Z] Checking out Revision 8a718e290533859c774e852d824bb07c45d7c8e0 (master) [2020-11-30T08:47:32.242Z] + make test [2020-11-30T08:47:32.242Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T08:47:31.531Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:47:31.557Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T08:47:31.579Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T08:47:31.615Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T08:47:31.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T08:47:31.627Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T08:47:32.173Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T08:47:32.193Z] > git checkout -f 8a718e290533859c774e852d824bb07c45d7c8e0 # timeout=10 [2020-11-30T08:47:36.526Z] Commit message: "Merge pull request #377 from judehung/issue-376" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T08:47:38.000Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:47:38.432Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T08:47:38.789Z] + sudo service docker restart [2020-11-30T08:47:38.789Z] + true [2020-11-30T08:47:38.949Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-30T08:47:38.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements [2020-11-30T08:47:38.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements [2020-11-30T08:47:39.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.023s coverage: 45.4% of statements [2020-11-30T08:47:39.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements [2020-11-30T08:47:39.227Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-30T08:47:39.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 6.6% of statements [2020-11-30T08:47:39.834Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.028s coverage: 14.7% of statements [2020-11-30T08:47:39.834Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements [2020-11-30T08:47:40.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.037s coverage: 91.8% of statements [2020-11-30T08:47:40.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-30T08:47:40.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-30T08:47:40.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { [2020-11-30T08:47:41.562Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.010s coverage: 47.8% of statements [Pipeline] wrap [2020-11-30T08:47:41.582Z] provisioning config files... [2020-11-30T08:47:41.620Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/82@tmp/config6023135483786354803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:47:42.058Z] ---> docker-login.sh [2020-11-30T08:47:42.058Z] nexus3.edgexfoundry.org:10001 [2020-11-30T08:47:42.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:47:43.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:47:43.305Z] Configure a credential helper to remove this warning. See [2020-11-30T08:47:43.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:47:43.305Z] [2020-11-30T08:47:43.305Z] Login Succeeded [2020-11-30T08:47:43.305Z] nexus3.edgexfoundry.org:10002 [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 63.0% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.014s coverage: 14.3% of statements [2020-11-30T08:47:43.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.042s coverage: 81.5% of statements [2020-11-30T08:47:43.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-30T08:47:43.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.067s coverage: 29.1% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.020s coverage: 100.0% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements [2020-11-30T08:47:43.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-11-30T08:47:43.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-30T08:47:43.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:47:43.862Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T08:47:43.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:47:43.885Z] Configure a credential helper to remove this warning. See [2020-11-30T08:47:43.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:47:43.885Z] [2020-11-30T08:47:43.885Z] Login Succeeded [2020-11-30T08:47:43.885Z] nexus3.edgexfoundry.org:10003 [2020-11-30T08:47:44.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:47:44.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:47:44.170Z] Configure a credential helper to remove this warning. See [2020-11-30T08:47:44.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:47:44.170Z] [2020-11-30T08:47:44.170Z] Login Succeeded [2020-11-30T08:47:44.170Z] nexus3.edgexfoundry.org:10004 [2020-11-30T08:47:44.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:47:44.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:47:44.776Z] Configure a credential helper to remove this warning. See [2020-11-30T08:47:44.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:47:44.776Z] [2020-11-30T08:47:44.776Z] Login Succeeded [2020-11-30T08:47:44.776Z] docker.io [2020-11-30T08:47:45.310Z] gofmt -l . [2020-11-30T08:47:45.310Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T08:47:45.338Z] $ docker stop --time=1 1578eebd28ae041a6ccc955f90ee8fa5c9c8f622cd8068af256f854604081556 [2020-11-30T08:47:45.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T08:47:45.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T08:47:45.674Z] Configure a credential helper to remove this warning. See [2020-11-30T08:47:45.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T08:47:45.674Z] [2020-11-30T08:47:45.674Z] Login Succeeded [2020-11-30T08:47:45.674Z] ---> docker-login.sh ends [2020-11-30T08:47:47.589Z] $ docker rm -f 1578eebd28ae041a6ccc955f90ee8fa5c9c8f622cd8068af256f854604081556 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-11-30T08:47:47.922Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-30T08:47:48.199Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo [2020-11-30T08:47:48.452Z] ========================================================= [2020-11-30T08:47:48.452Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-30T08:47:48.452Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:47:48.618Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-30T08:47:48.884Z] + 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 . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-11-30T08:47:49.182Z] Sending build context to Docker daemon 1.85MB [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] } [2020-11-30T08:47:49.483Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T08:47:49.483Z] Step 2/7 : FROM ${BASE} [2020-11-30T08:47:49.483Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-30T08:47:49.483Z] b538f80385f9: Pulling fs layer [2020-11-30T08:47:49.483Z] 74f711af9a0d: Pulling fs layer [2020-11-30T08:47:49.483Z] 99f96fe45779: Pulling fs layer [2020-11-30T08:47:49.483Z] 8529a6b9a6be: Pulling fs layer [2020-11-30T08:47:49.483Z] 45590311c82a: Pulling fs layer [2020-11-30T08:47:49.483Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-30T08:47:49.483Z] 209524e5b208: Pulling fs layer [2020-11-30T08:47:49.483Z] 45590311c82a: Waiting [2020-11-30T08:47:49.483Z] 69ca0ff8b7b3: Waiting [2020-11-30T08:47:49.483Z] 209524e5b208: Waiting [2020-11-30T08:47:49.483Z] 8529a6b9a6be: Waiting [2020-11-30T08:47:49.483Z] 99f96fe45779: Verifying Checksum [2020-11-30T08:47:49.483Z] 99f96fe45779: Download complete [2020-11-30T08:47:49.483Z] 74f711af9a0d: Verifying Checksum [2020-11-30T08:47:49.483Z] 74f711af9a0d: Download complete [2020-11-30T08:47:49.483Z] 45590311c82a: Verifying Checksum [2020-11-30T08:47:49.483Z] 45590311c82a: Download complete [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-11-30T08:47:50.096Z] 69ca0ff8b7b3: Download complete [2020-11-30T08:47:50.096Z] b538f80385f9: Verifying Checksum [2020-11-30T08:47:50.096Z] b538f80385f9: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-30T08:47:50.705Z] b538f80385f9: Pull complete [2020-11-30T08:47:51.358Z] 74f711af9a0d: Pull complete [2020-11-30T08:47:51.662Z] 99f96fe45779: Pull complete [2020-11-30T08:47:52.266Z] 209524e5b208: Verifying Checksum [2020-11-30T08:47:52.266Z] 209524e5b208: Download complete [2020-11-30T08:47:53.718Z] 8529a6b9a6be: Verifying Checksum [2020-11-30T08:47:53.718Z] 8529a6b9a6be: Download complete [2020-11-30T08:48:03.943Z] 8529a6b9a6be: Pull complete [2020-11-30T08:48:03.943Z] 45590311c82a: Pull complete [2020-11-30T08:48:04.223Z] 69ca0ff8b7b3: Pull complete [2020-11-30T08:48:08.571Z] 209524e5b208: Pull complete [2020-11-30T08:48:08.571Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-30T08:48:08.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-30T08:48:08.571Z] ---> 5bddaf1c2fca [2020-11-30T08:48:08.571Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-30T08:48:10.600Z] ---> Running in 7e59940b056e [2020-11-30T08:48:11.215Z] Removing intermediate container 7e59940b056e [2020-11-30T08:48:11.215Z] ---> e4837ac5e671 [2020-11-30T08:48:11.215Z] Step 4/7 : RUN apk add bash [2020-11-30T08:48:11.215Z] ---> Running in 96f60efd5f5d [2020-11-30T08:48:12.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-30T08:48:13.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-30T08:48:15.103Z] OK: 142 MiB in 39 packages [2020-11-30T08:48:16.098Z] Removing intermediate container 96f60efd5f5d [2020-11-30T08:48:16.098Z] ---> bd39f7d5273e [2020-11-30T08:48:16.098Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T08:48:16.373Z] ---> Running in c59a394ff5ae [2020-11-30T08:48:16.651Z] Removing intermediate container c59a394ff5ae [2020-11-30T08:48:16.651Z] ---> 5b2067232a2e [2020-11-30T08:48:16.651Z] Step 6/7 : COPY go.mod . [2020-11-30T08:48:17.252Z] ---> 6529d16cd537 [2020-11-30T08:48:17.253Z] Step 7/7 : RUN go mod download [2020-11-30T08:48:17.535Z] ---> Running in e3be3b1dc3ce [2020-11-30T08:48:32.730Z] Removing intermediate container e3be3b1dc3ce [2020-11-30T08:48:32.730Z] ---> 6446bc1a1ea6 [2020-11-30T08:48:32.730Z] Successfully built 6446bc1a1ea6 [2020-11-30T08:48:32.730Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:48:33.099Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T08:48:33.099Z] . [Pipeline] withDockerContainer [2020-11-30T08:48:33.388Z] prd-ubuntu18.04-docker-arm64-4c-16g-13833 does not seem to be running inside a container [2020-11-30T08:48:33.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-30T08:48:34.915Z] $ docker top 2027cb175c3bc8551667b494ca90c332157f023fbb80b7e6dd357b0177aaf673 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:48:35.967Z] + go version [2020-11-30T08:48:35.968Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-30T08:48:36.008Z] $ docker stop --time=1 2027cb175c3bc8551667b494ca90c332157f023fbb80b7e6dd357b0177aaf673 [2020-11-30T08:48:37.981Z] $ docker rm -f 2027cb175c3bc8551667b494ca90c332157f023fbb80b7e6dd357b0177aaf673 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:48:39.050Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T08:48:39.050Z] . [Pipeline] withDockerContainer [2020-11-30T08:48:39.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-13833 does not seem to be running inside a container [2020-11-30T08:48:39.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/82 -v /w/workspace/go-mod-core-contracts/82:/w/workspace/go-mod-core-contracts/82:rw,z -v /w/workspace/go-mod-core-contracts/82@tmp:/w/workspace/go-mod-core-contracts/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-30T08:48:40.884Z] $ docker top 55f0e078d0108dd84a735d25b5aea9de31a215e1120ca0b331289400e4f6671b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:48:41.889Z] + make test [2020-11-30T08:48:41.889Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T08:49:04.158Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-30T08:49:04.158Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.040s coverage: 85.7% of statements [2020-11-30T08:49:04.158Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.052s coverage: 100.0% of statements [2020-11-30T08:49:06.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.094s coverage: 45.4% of statements [2020-11-30T08:49:06.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.039s coverage: 77.8% of statements [2020-11-30T08:49:06.200Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-30T08:49:06.200Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.060s coverage: 6.6% of statements [2020-11-30T08:49:08.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.060s coverage: 14.7% of statements [2020-11-30T08:49:08.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.032s coverage: 100.0% of statements [2020-11-30T08:49:08.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.090s coverage: 91.8% of statements [2020-11-30T08:49:08.844Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-30T08:49:08.844Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-30T08:49:08.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements [2020-11-30T08:49:09.456Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 47.8% of statements [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.096s coverage: 63.0% of statements [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.030s coverage: 26.3% of statements [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.045s coverage: 15.4% of statements [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.023s coverage: 14.3% of statements [2020-11-30T08:49:16.219Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.049s coverage: 81.5% of statements [2020-11-30T08:49:16.219Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-30T08:49:16.219Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.031s coverage: 29.1% of statements [2020-11-30T08:49:16.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 100.0% of statements [2020-11-30T08:49:17.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements [2020-11-30T08:49:17.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-11-30T08:49:17.667Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-30T08:49:17.667Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T08:49:21.996Z] gofmt -l . [2020-11-30T08:49:22.592Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T08:49:22.886Z] $ docker stop --time=1 55f0e078d0108dd84a735d25b5aea9de31a215e1120ca0b331289400e4f6671b [2020-11-30T08:49:24.970Z] $ docker rm -f 55f0e078d0108dd84a735d25b5aea9de31a215e1120ca0b331289400e4f6671b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T08:49:25.835Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T08:49:25.854Z] Warning: overwriting stash ‘coverage-report’ [2020-11-30T08:49:26.795Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-30T08:49:29.805Z] provisioning config files... [2020-11-30T08:49:29.824Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6979895179236004939tmp [Pipeline] { [Pipeline] sh [2020-11-30T08:49:30.207Z] + set +x [2020-11-30T08:49:30.208Z] + curl -s https://codecov.io/bash [2020-11-30T08:49:30.208Z] + bash -s -- [2020-11-30T08:49:30.470Z] [2020-11-30T08:49:30.470Z] _____ _ [2020-11-30T08:49:30.470Z] / ____| | | [2020-11-30T08:49:30.470Z] | | ___ __| | ___ ___ _____ __ [2020-11-30T08:49:30.470Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-30T08:49:30.470Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-30T08:49:30.470Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-30T08:49:30.470Z] Bash-20201124-79cbc08 [2020-11-30T08:49:30.470Z] [2020-11-30T08:49:30.470Z] [2020-11-30T08:49:30.470Z] ==> Jenkins CI detected. [2020-11-30T08:49:30.470Z] project root: . [2020-11-30T08:49:30.470Z] --> token set from env [2020-11-30T08:49:30.470Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-30T08:49:30.470Z] ==> Running gcov in . (disable via -X gcov) [2020-11-30T08:49:30.470Z] ==> Python coveragepy not found [2020-11-30T08:49:30.470Z] ==> Searching for coverage reports in: [2020-11-30T08:49:30.470Z] + . [2020-11-30T08:49:30.470Z] -> Found 1 reports [2020-11-30T08:49:30.470Z] ==> Detecting git/mercurial file structure [2020-11-30T08:49:30.470Z] ==> Reading reports [2020-11-30T08:49:30.470Z] + ./coverage.out bytes=107122 [2020-11-30T08:49:30.470Z] ==> Appending adjustments [2020-11-30T08:49:30.470Z] https://docs.codecov.io/docs/fixing-reports [2020-11-30T08:49:31.420Z] + Found adjustments [2020-11-30T08:49:31.420Z] ==> Gzipping contents [2020-11-30T08:49:31.420Z] 20K /tmp/codecov.3UGwn3.gz [2020-11-30T08:49:31.420Z] ==> Uploading reports [2020-11-30T08:49:31.420Z] url: https://codecov.io [2020-11-30T08:49:31.420Z] query: branch=master&commit=8a718e290533859c774e852d824bb07c45d7c8e0&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-30T08:49:31.420Z] -> Pinging Codecov [2020-11-30T08:49:31.420Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=8a718e290533859c774e852d824bb07c45d7c8e0&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-30T08:49:31.996Z] -> Uploading to [2020-11-30T08:49:31.996Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-30/71470A77251A30514AAF9C0BB2E5B6CE/8a718e290533859c774e852d824bb07c45d7c8e0/f92876c0-96d7-4c97-920c-e2cfb6098c92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T084931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ac119de4669989f66e31bc97e3ead6234820d0cca4a1f7e1bb947ad777d3743 [2020-11-30T08:49:31.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-30T08:49:31.996Z] Dload Upload Total Spent Left Speed [2020-11-30T08:49:32.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17328 0 0 100 17328 0 41992 --:--:-- --:--:-- --:--:-- 42058 [2020-11-30T08:49:32.259Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] } [2020-11-30T08:49:32.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-30T08:49:33.152Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-30T08:49:33.204Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:49:33.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-30T08:49:33.587Z] [2020-11-30T08:49:33.587Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:49:33.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-30T08:49:33.938Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-30T08:49:33.938Z] 188c0c94c7c5: Pulling fs layer [2020-11-30T08:49:33.938Z] 0ef7d3d256c8: Pulling fs layer [2020-11-30T08:49:33.938Z] de9db76c5a1d: Pulling fs layer [2020-11-30T08:49:33.938Z] 0eba1c9be4d2: Pulling fs layer [2020-11-30T08:49:33.938Z] 0d57e429df01: Pulling fs layer [2020-11-30T08:49:33.938Z] 4e4be7b47b0d: Pulling fs layer [2020-11-30T08:49:33.938Z] e1f770b5df2f: Pulling fs layer [2020-11-30T08:49:33.938Z] 85a0685a4137: Pulling fs layer [2020-11-30T08:49:33.938Z] 0d57e429df01: Waiting [2020-11-30T08:49:33.938Z] 4e4be7b47b0d: Waiting [2020-11-30T08:49:33.938Z] e1f770b5df2f: Waiting [2020-11-30T08:49:33.938Z] 85a0685a4137: Waiting [2020-11-30T08:49:33.938Z] 0eba1c9be4d2: Waiting [2020-11-30T08:49:33.938Z] de9db76c5a1d: Verifying Checksum [2020-11-30T08:49:33.938Z] de9db76c5a1d: Download complete [2020-11-30T08:49:33.938Z] 0ef7d3d256c8: Download complete [2020-11-30T08:49:33.938Z] 0d57e429df01: Download complete [2020-11-30T08:49:33.939Z] 188c0c94c7c5: Verifying Checksum [2020-11-30T08:49:33.939Z] 188c0c94c7c5: Download complete [2020-11-30T08:49:33.939Z] 4e4be7b47b0d: Verifying Checksum [2020-11-30T08:49:33.939Z] 4e4be7b47b0d: Download complete [2020-11-30T08:49:34.202Z] 188c0c94c7c5: Pull complete [2020-11-30T08:49:34.465Z] 0ef7d3d256c8: Pull complete [2020-11-30T08:49:34.733Z] de9db76c5a1d: Pull complete [2020-11-30T08:49:35.689Z] e1f770b5df2f: Verifying Checksum [2020-11-30T08:49:35.689Z] e1f770b5df2f: Download complete [2020-11-30T08:49:37.097Z] 0eba1c9be4d2: Verifying Checksum [2020-11-30T08:49:37.097Z] 0eba1c9be4d2: Download complete [2020-11-30T08:49:38.059Z] 85a0685a4137: Verifying Checksum [2020-11-30T08:49:38.059Z] 85a0685a4137: Download complete [2020-11-30T08:49:43.388Z] 0eba1c9be4d2: Pull complete [2020-11-30T08:49:43.388Z] 0d57e429df01: Pull complete [2020-11-30T08:49:43.388Z] 4e4be7b47b0d: Pull complete [2020-11-30T08:49:45.945Z] e1f770b5df2f: Pull complete [2020-11-30T08:49:52.562Z] 85a0685a4137: Pull complete [2020-11-30T08:49:52.562Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-30T08:49:52.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-30T08:49:52.562Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-30T08:49:52.771Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:49:52.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-30T08:49:53.885Z] $ docker top 502071b226450a23a6e3597e94dd203dc16119e444efe34ee4f9ab6f98322187 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-30T08:49:54.100Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-30T08:49:54.399Z] + set -o pipefail [2020-11-30T08:49:54.399Z] + snyk monitor '--org=edgex-jenkins' [2020-11-30T08:50:12.694Z] [2020-11-30T08:50:12.694Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-11-30T08:50:12.694Z] [2020-11-30T08:50:12.694Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/fa3c5d7d-bab7-4fa6-8469-14cc4d9c5af3 [2020-11-30T08:50:12.694Z] [2020-11-30T08:50:12.694Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-30T08:50:12.694Z] [2020-11-30T08:50:12.694Z] [Pipeline] } [2020-11-30T08:50:12.758Z] $ docker stop --time=1 502071b226450a23a6e3597e94dd203dc16119e444efe34ee4f9ab6f98322187 [2020-11-30T08:50:14.976Z] $ docker rm -f 502071b226450a23a6e3597e94dd203dc16119e444efe34ee4f9ab6f98322187 [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 [2020-11-30T08:50:16.871Z] + git log --format=format:%s -1 8a718e290533859c774e852d824bb07c45d7c8e0 [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:50:17.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:50:17.187Z] . [Pipeline] withDockerContainer [2020-11-30T08:50:17.287Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:50:17.334Z] $ 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 [2020-11-30T08:50:18.108Z] $ docker top 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T08:50:18.517Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:50:18.517Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:50:18.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:50:18.771Z] $ docker exec 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c ssh-agent [2020-11-30T08:50:18.937Z] SSH_AUTH_SOCK=/tmp/ssh-kgF1k25SV21m/agent.12 [2020-11-30T08:50:18.937Z] SSH_AGENT_PID=17 [2020-11-30T08:50:18.944Z] Running ssh-add (command line suppressed) [2020-11-30T08:50:19.124Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6638958014627035737.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6638958014627035737.key) [2020-11-30T08:50:19.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:50:19.541Z] + git semver tag [2020-11-30T08:50:19.541Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T08:50:19.541Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-11-30T08:50:19.541Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-11-30T08:50:19.541Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T08:50:19.541Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T08:50:19.541Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T08:50:19.541Z] # $SEMVER_BRANCH = master [2020-11-30T08:50:19.541Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-11-30T08:50:19.541Z] # 8a718e290533859c774e852d824bb07c45d7c8e0 HEAD [2020-11-30T08:50:19.804Z] # -> Force: false [2020-11-30T08:50:19.804Z] # 1d509c9391b0e2b7605ee93d6f5a4b2540f11ff7 refs/tags/v0.1.116 [Pipeline] } [2020-11-30T08:50:19.818Z] $ docker exec --env ******** --env ******** 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c ssh-agent -k [2020-11-30T08:50:19.940Z] unset SSH_AUTH_SOCK; [2020-11-30T08:50:19.940Z] unset SSH_AGENT_PID; [2020-11-30T08:50:19.941Z] echo Agent pid 17 killed; [2020-11-30T08:50:19.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T08:50:20.554Z] + git semver [Pipeline] } [2020-11-30T08:50:20.573Z] $ docker stop --time=1 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c [2020-11-30T08:50:21.993Z] $ docker rm -f 0f8b1ec9a1bef7e1e73a647fce7a1eda0917048e43727abe9556617b658a374c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:50:22.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-30T08:50:22.663Z] [2020-11-30T08:50:22.663Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:50:23.043Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-30T08:50:23.043Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-30T08:50:23.043Z] ab5ef0e58194: Pulling fs layer [2020-11-30T08:50:23.043Z] 9712f1f96733: Pulling fs layer [2020-11-30T08:50:23.043Z] 63f879dbbcfc: Pulling fs layer [2020-11-30T08:50:23.043Z] 0d9ebad4ef96: Pulling fs layer [2020-11-30T08:50:23.043Z] e9a5061849ea: Pulling fs layer [2020-11-30T08:50:23.043Z] d747dcd14b5f: Pulling fs layer [2020-11-30T08:50:23.043Z] 2de7ff778b66: Pulling fs layer [2020-11-30T08:50:23.043Z] 0d9ebad4ef96: Waiting [2020-11-30T08:50:23.043Z] e9a5061849ea: Waiting [2020-11-30T08:50:23.043Z] d747dcd14b5f: Waiting [2020-11-30T08:50:23.043Z] 2de7ff778b66: Waiting [2020-11-30T08:50:23.043Z] 9712f1f96733: Verifying Checksum [2020-11-30T08:50:23.043Z] 9712f1f96733: Download complete [2020-11-30T08:50:24.977Z] 63f879dbbcfc: Verifying Checksum [2020-11-30T08:50:24.977Z] 63f879dbbcfc: Download complete [2020-11-30T08:50:24.977Z] e9a5061849ea: Verifying Checksum [2020-11-30T08:50:24.977Z] e9a5061849ea: Download complete [2020-11-30T08:50:24.977Z] d747dcd14b5f: Download complete [2020-11-30T08:50:25.242Z] 2de7ff778b66: Verifying Checksum [2020-11-30T08:50:25.242Z] 2de7ff778b66: Download complete [2020-11-30T08:50:25.242Z] 0d9ebad4ef96: Verifying Checksum [2020-11-30T08:50:25.242Z] 0d9ebad4ef96: Download complete [2020-11-30T08:50:25.242Z] ab5ef0e58194: Verifying Checksum [2020-11-30T08:50:25.242Z] ab5ef0e58194: Download complete [2020-11-30T08:50:29.480Z] ab5ef0e58194: Pull complete [2020-11-30T08:50:29.743Z] 9712f1f96733: Pull complete [2020-11-30T08:50:32.305Z] 63f879dbbcfc: Pull complete [2020-11-30T08:50:38.922Z] 0d9ebad4ef96: Pull complete [2020-11-30T08:50:38.922Z] e9a5061849ea: Pull complete [2020-11-30T08:50:38.922Z] d747dcd14b5f: Pull complete [2020-11-30T08:50:42.249Z] 2de7ff778b66: Pull complete [2020-11-30T08:50:42.249Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-30T08:50:42.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-30T08:50:42.249Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-30T08:50:42.463Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:50:42.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-30T08:50:47.026Z] $ docker top d3b15c9f6b4047c16bd0a8ca1e1997db33d3b100db908e236c822ddcd7bb114c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-30T08:50:47.367Z] provisioning config files... [2020-11-30T08:50:47.377Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6800661228552939638tmp [2020-11-30T08:50:47.393Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4102441083584106110tmp [2020-11-30T08:50:47.407Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7356687920751601907tmp [Pipeline] { [Pipeline] echo [2020-11-30T08:50:47.465Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:50:47.769Z] ---> sigul-configuration.sh [2020-11-30T08:50:47.769Z] gpg: directory `/root/.gnupg' created [2020-11-30T08:50:47.769Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-30T08:50:47.769Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-30T08:50:47.769Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-30T08:50:47.769Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-30T08:50:47.769Z] gpg: CAST5 encrypted data [2020-11-30T08:50:48.032Z] gpg: encrypted with 1 passphrase [2020-11-30T08:50:48.032Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-30T08:50:48.336Z] + mkdir /home/jenkins [2020-11-30T08:50:48.336Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-30T08:50:48.665Z] + 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 [2020-11-30T08:50:48.677Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:50:48.984Z] ---> sigul-install.sh [2020-11-30T08:50:54.299Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-30T08:50:54.600Z] + git tag --list [2020-11-30T08:50:54.600Z] v0.0.0 [2020-11-30T08:50:54.600Z] v0.0.1 [2020-11-30T08:50:54.600Z] v0.1.0 [2020-11-30T08:50:54.600Z] v0.1.1 [2020-11-30T08:50:54.600Z] v0.1.10 [2020-11-30T08:50:54.600Z] v0.1.100 [2020-11-30T08:50:54.600Z] v0.1.101 [2020-11-30T08:50:54.600Z] v0.1.102 [2020-11-30T08:50:54.600Z] v0.1.103 [2020-11-30T08:50:54.600Z] v0.1.104 [2020-11-30T08:50:54.600Z] v0.1.105 [2020-11-30T08:50:54.600Z] v0.1.106 [2020-11-30T08:50:54.600Z] v0.1.107 [2020-11-30T08:50:54.600Z] v0.1.108 [2020-11-30T08:50:54.600Z] v0.1.109 [2020-11-30T08:50:54.600Z] v0.1.11 [2020-11-30T08:50:54.600Z] v0.1.110 [2020-11-30T08:50:54.600Z] v0.1.111 [2020-11-30T08:50:54.600Z] v0.1.112 [2020-11-30T08:50:54.600Z] v0.1.113 [2020-11-30T08:50:54.600Z] v0.1.114 [2020-11-30T08:50:54.600Z] v0.1.115 [2020-11-30T08:50:54.600Z] v0.1.116 [2020-11-30T08:50:54.600Z] v0.1.12 [2020-11-30T08:50:54.600Z] v0.1.13 [2020-11-30T08:50:54.600Z] v0.1.14 [2020-11-30T08:50:54.600Z] v0.1.15 [2020-11-30T08:50:54.601Z] v0.1.16 [2020-11-30T08:50:54.601Z] v0.1.17 [2020-11-30T08:50:54.601Z] v0.1.18 [2020-11-30T08:50:54.601Z] v0.1.19 [2020-11-30T08:50:54.601Z] v0.1.2 [2020-11-30T08:50:54.601Z] v0.1.20 [2020-11-30T08:50:54.601Z] v0.1.21 [2020-11-30T08:50:54.601Z] v0.1.22 [2020-11-30T08:50:54.601Z] v0.1.23 [2020-11-30T08:50:54.601Z] v0.1.24 [2020-11-30T08:50:54.601Z] v0.1.25 [2020-11-30T08:50:54.601Z] v0.1.26 [2020-11-30T08:50:54.601Z] v0.1.27 [2020-11-30T08:50:54.601Z] v0.1.28 [2020-11-30T08:50:54.601Z] v0.1.29 [2020-11-30T08:50:54.601Z] v0.1.3 [2020-11-30T08:50:54.601Z] v0.1.30 [2020-11-30T08:50:54.601Z] v0.1.31 [2020-11-30T08:50:54.601Z] v0.1.32 [2020-11-30T08:50:54.601Z] v0.1.33 [2020-11-30T08:50:54.601Z] v0.1.34 [2020-11-30T08:50:54.601Z] v0.1.35 [2020-11-30T08:50:54.601Z] v0.1.36 [2020-11-30T08:50:54.601Z] v0.1.37 [2020-11-30T08:50:54.601Z] v0.1.38 [2020-11-30T08:50:54.601Z] v0.1.39 [2020-11-30T08:50:54.601Z] v0.1.4 [2020-11-30T08:50:54.601Z] v0.1.40 [2020-11-30T08:50:54.601Z] v0.1.41 [2020-11-30T08:50:54.601Z] v0.1.42 [2020-11-30T08:50:54.601Z] v0.1.43 [2020-11-30T08:50:54.601Z] v0.1.44 [2020-11-30T08:50:54.601Z] v0.1.45 [2020-11-30T08:50:54.601Z] v0.1.46 [2020-11-30T08:50:54.601Z] v0.1.47 [2020-11-30T08:50:54.601Z] v0.1.48 [2020-11-30T08:50:54.601Z] v0.1.49 [2020-11-30T08:50:54.601Z] v0.1.5 [2020-11-30T08:50:54.601Z] v0.1.50 [2020-11-30T08:50:54.601Z] v0.1.51 [2020-11-30T08:50:54.601Z] v0.1.52 [2020-11-30T08:50:54.601Z] v0.1.53 [2020-11-30T08:50:54.601Z] v0.1.54 [2020-11-30T08:50:54.601Z] v0.1.55 [2020-11-30T08:50:54.601Z] v0.1.56 [2020-11-30T08:50:54.601Z] v0.1.57 [2020-11-30T08:50:54.601Z] v0.1.58 [2020-11-30T08:50:54.601Z] v0.1.59 [2020-11-30T08:50:54.601Z] v0.1.6 [2020-11-30T08:50:54.601Z] v0.1.60 [2020-11-30T08:50:54.601Z] v0.1.61 [2020-11-30T08:50:54.601Z] v0.1.62 [2020-11-30T08:50:54.601Z] v0.1.63 [2020-11-30T08:50:54.601Z] v0.1.64 [2020-11-30T08:50:54.601Z] v0.1.65 [2020-11-30T08:50:54.601Z] v0.1.66 [2020-11-30T08:50:54.601Z] v0.1.67 [2020-11-30T08:50:54.601Z] v0.1.68 [2020-11-30T08:50:54.601Z] v0.1.69 [2020-11-30T08:50:54.601Z] v0.1.7 [2020-11-30T08:50:54.601Z] v0.1.70 [2020-11-30T08:50:54.601Z] v0.1.71 [2020-11-30T08:50:54.601Z] v0.1.72 [2020-11-30T08:50:54.601Z] v0.1.73 [2020-11-30T08:50:54.601Z] v0.1.74 [2020-11-30T08:50:54.601Z] v0.1.75 [2020-11-30T08:50:54.601Z] v0.1.76 [2020-11-30T08:50:54.601Z] v0.1.77 [2020-11-30T08:50:54.601Z] v0.1.78 [2020-11-30T08:50:54.601Z] v0.1.79 [2020-11-30T08:50:54.601Z] v0.1.8 [2020-11-30T08:50:54.601Z] v0.1.80 [2020-11-30T08:50:54.601Z] v0.1.81 [2020-11-30T08:50:54.601Z] v0.1.82 [2020-11-30T08:50:54.601Z] v0.1.83 [2020-11-30T08:50:54.601Z] v0.1.84 [2020-11-30T08:50:54.601Z] v0.1.85 [2020-11-30T08:50:54.601Z] v0.1.86 [2020-11-30T08:50:54.601Z] v0.1.87 [2020-11-30T08:50:54.601Z] v0.1.88 [2020-11-30T08:50:54.601Z] v0.1.89 [2020-11-30T08:50:54.601Z] v0.1.9 [2020-11-30T08:50:54.601Z] v0.1.90 [2020-11-30T08:50:54.601Z] v0.1.91 [2020-11-30T08:50:54.601Z] v0.1.92 [2020-11-30T08:50:54.601Z] v0.1.93 [2020-11-30T08:50:54.601Z] v0.1.94 [2020-11-30T08:50:54.601Z] v0.1.95 [2020-11-30T08:50:54.601Z] v0.1.96 [2020-11-30T08:50:54.601Z] v0.1.97 [2020-11-30T08:50:54.601Z] v0.1.98 [2020-11-30T08:50:54.601Z] v0.1.99 [Pipeline] sh [2020-11-30T08:50:54.901Z] + lftools sign git-tag v0.1.116 [2020-11-30T08:50:56.289Z] Signing Git tag with Sigul... [2020-11-30T08:50:56.289Z] Signing v0.1.116 [Pipeline] echo [2020-11-30T08:50:57.248Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:50:57.545Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-30T08:50:57.555Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-30T08:50:57.656Z] $ docker stop --time=1 d3b15c9f6b4047c16bd0a8ca1e1997db33d3b100db908e236c822ddcd7bb114c [2020-11-30T08:50:59.760Z] $ docker rm -f d3b15c9f6b4047c16bd0a8ca1e1997db33d3b100db908e236c822ddcd7bb114c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:51:00.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:51:00.991Z] . [Pipeline] withDockerContainer [2020-11-30T08:51:01.089Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:51:01.138Z] $ 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 [2020-11-30T08:51:01.847Z] $ docker top 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T08:51:02.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:51:02.277Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:51:02.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:51:02.549Z] $ docker exec 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f ssh-agent [2020-11-30T08:51:02.734Z] SSH_AUTH_SOCK=/tmp/ssh-RUsPc445jvi1/agent.11 [2020-11-30T08:51:02.734Z] SSH_AGENT_PID=16 [2020-11-30T08:51:02.742Z] Running ssh-add (command line suppressed) [2020-11-30T08:51:02.870Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8051900321761464466.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8051900321761464466.key) [2020-11-30T08:51:02.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:51:03.265Z] + git semver bump patch [2020-11-30T08:51:03.265Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T08:51:03.265Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-11-30T08:51:03.265Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-11-30T08:51:03.265Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T08:51:03.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T08:51:03.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T08:51:03.265Z] # $SEMVER_BRANCH = master [2020-11-30T08:51:03.265Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-11-30T08:51:03.265Z] 0.1.117 [Pipeline] } [2020-11-30T08:51:03.278Z] $ docker exec --env ******** --env ******** 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f ssh-agent -k [2020-11-30T08:51:03.403Z] unset SSH_AUTH_SOCK; [2020-11-30T08:51:03.404Z] unset SSH_AGENT_PID; [2020-11-30T08:51:03.404Z] echo Agent pid 16 killed; [2020-11-30T08:51:03.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T08:51:03.949Z] + git semver [Pipeline] } [2020-11-30T08:51:03.967Z] $ docker stop --time=1 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f [2020-11-30T08:51:05.334Z] $ docker rm -f 53b5a5f64514a174dbc7600dc55a0652c8fa82033861eb4110daf6d202f1608f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:51:05.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T08:51:05.906Z] . [Pipeline] withDockerContainer [2020-11-30T08:51:06.022Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:51:06.070Z] $ 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 [2020-11-30T08:51:06.832Z] $ docker top bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T08:51:07.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T08:51:07.207Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T08:51:07.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T08:51:07.415Z] $ docker exec bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 ssh-agent [2020-11-30T08:51:07.588Z] SSH_AUTH_SOCK=/tmp/ssh-jOn6lOBxzEa4/agent.11 [2020-11-30T08:51:07.588Z] SSH_AGENT_PID=16 [2020-11-30T08:51:07.596Z] Running ssh-add (command line suppressed) [2020-11-30T08:51:07.722Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7093293317382174451.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7093293317382174451.key) [2020-11-30T08:51:07.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T08:51:08.130Z] + git semver push [2020-11-30T08:51:08.130Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T08:51:08.130Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-11-30T08:51:08.130Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-11-30T08:51:08.130Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T08:51:08.130Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T08:51:08.130Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T08:51:08.130Z] # $SEMVER_BRANCH = master [2020-11-30T08:51:08.130Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-11-30T08:51:14.747Z] $ docker exec --env ******** --env ******** bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 ssh-agent -k [2020-11-30T08:51:14.883Z] unset SSH_AUTH_SOCK; [2020-11-30T08:51:14.883Z] unset SSH_AGENT_PID; [2020-11-30T08:51:14.883Z] echo Agent pid 16 killed; [2020-11-30T08:51:14.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T08:51:15.468Z] + git semver [Pipeline] } [2020-11-30T08:51:15.483Z] $ docker stop --time=1 bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 [2020-11-30T08:51:16.834Z] $ docker rm -f bc6c4fe166067c440a653a1111dab9efa99c51b38c4d30bd8e23603308bffa20 [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 [2020-11-30T08:51:18.721Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:51:19.290Z] ---> package-listing.sh [2020-11-30T08:51:19.290Z] ++ facter osfamily [2020-11-30T08:51:19.290Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-30T08:51:19.290Z] + OS_FAMILY=redhat [2020-11-30T08:51:19.290Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-11-30T08:51:19.290Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-30T08:51:19.290Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-30T08:51:19.290Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-30T08:51:19.290Z] + PACKAGES=/tmp/packages_start.txt [2020-11-30T08:51:19.290Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-11-30T08:51:19.290Z] + PACKAGES=/tmp/packages_end.txt [2020-11-30T08:51:19.290Z] + case "${OS_FAMILY}" in [2020-11-30T08:51:19.290Z] + rpm -qa [2020-11-30T08:51:19.290Z] + sort [2020-11-30T08:51:24.597Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-30T08:51:24.597Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-30T08:51:24.597Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-30T08:51:24.597Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-11-30T08:51:24.597Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-11-30T08:51:24.597Z] + 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 [2020-11-30T08:51:24.612Z] 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 [2020-11-30T08:51:24.906Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:51:25.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T08:51:25.217Z] [2020-11-30T08:51:25.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-30T08:51:25.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T08:51:25.571Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-30T08:51:25.572Z] df20fa9351a1: Pulling fs layer [2020-11-30T08:51:25.572Z] 36b3adc4ff6f: Pulling fs layer [2020-11-30T08:51:25.572Z] 8ad3a11d3b57: Pulling fs layer [2020-11-30T08:51:25.572Z] 46f8f816bc3b: Pulling fs layer [2020-11-30T08:51:25.572Z] 93b61091891f: Pulling fs layer [2020-11-30T08:51:25.572Z] 93b9cdb0e59b: Pulling fs layer [2020-11-30T08:51:25.572Z] 5e14af77c1be: Pulling fs layer [2020-11-30T08:51:25.572Z] 01666e4c0597: Pulling fs layer [2020-11-30T08:51:25.572Z] aa168da1d23b: Pulling fs layer [2020-11-30T08:51:25.572Z] 46f8f816bc3b: Waiting [2020-11-30T08:51:25.572Z] 93b61091891f: Waiting [2020-11-30T08:51:25.572Z] 93b9cdb0e59b: Waiting [2020-11-30T08:51:25.572Z] 5e14af77c1be: Waiting [2020-11-30T08:51:25.572Z] aa168da1d23b: Waiting [2020-11-30T08:51:25.572Z] 36b3adc4ff6f: Verifying Checksum [2020-11-30T08:51:25.572Z] 36b3adc4ff6f: Download complete [2020-11-30T08:51:25.572Z] 46f8f816bc3b: Verifying Checksum [2020-11-30T08:51:25.572Z] 46f8f816bc3b: Download complete [2020-11-30T08:51:25.834Z] df20fa9351a1: Download complete [2020-11-30T08:51:25.834Z] 93b9cdb0e59b: Download complete [2020-11-30T08:51:25.834Z] 93b61091891f: Verifying Checksum [2020-11-30T08:51:25.834Z] 93b61091891f: Download complete [2020-11-30T08:51:25.834Z] 5e14af77c1be: Verifying Checksum [2020-11-30T08:51:25.834Z] 5e14af77c1be: Download complete [2020-11-30T08:51:25.834Z] 01666e4c0597: Verifying Checksum [2020-11-30T08:51:25.834Z] 01666e4c0597: Download complete [2020-11-30T08:51:25.834Z] 8ad3a11d3b57: Verifying Checksum [2020-11-30T08:51:25.834Z] 8ad3a11d3b57: Download complete [2020-11-30T08:51:26.408Z] df20fa9351a1: Pull complete [2020-11-30T08:51:27.002Z] 36b3adc4ff6f: Pull complete [2020-11-30T08:51:27.961Z] 8ad3a11d3b57: Pull complete [2020-11-30T08:51:27.961Z] aa168da1d23b: Verifying Checksum [2020-11-30T08:51:27.961Z] aa168da1d23b: Download complete [2020-11-30T08:51:28.227Z] 46f8f816bc3b: Pull complete [2020-11-30T08:51:28.491Z] 93b61091891f: Pull complete [2020-11-30T08:51:28.754Z] 93b9cdb0e59b: Pull complete [2020-11-30T08:51:28.754Z] 5e14af77c1be: Pull complete [2020-11-30T08:51:29.018Z] 01666e4c0597: Pull complete [2020-11-30T08:51:37.215Z] aa168da1d23b: Pull complete [2020-11-30T08:51:37.215Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-30T08:51:37.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T08:51:37.215Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-30T08:51:37.362Z] prd-centos7-docker-4c-2g-13830 does not seem to be running inside a container [2020-11-30T08:51:37.410Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-30T08:51:39.937Z] $ docker top 25fb75e4dbf5abb1be9dcc9e37974304f6b6cc8ad8851c10503721c719cb61aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T08:51:40.658Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-30T08:51:40.960Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-30T08:51:41.264Z] + ls /var/log/sa-host [2020-11-30T08:51:41.264Z] + sadf -c /var/log/sa-host/sa23 [2020-11-30T08:51:41.264Z] file_magic: OK [2020-11-30T08:51:41.264Z] HZ: Using current value: 100 [2020-11-30T08:51:41.264Z] file_header: OK [2020-11-30T08:51:41.264Z] 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 [2020-11-30T08:51:41.264Z] Statistics: [2020-11-30T08:51:41.264Z] Hnuu...uuuununununu... [2020-11-30T08:51:41.264Z] File successfully converted to sysstat format version 12.2.1 [2020-11-30T08:51:41.264Z] + sadf -c /var/log/sa-host/sa30 [2020-11-30T08:51:41.264Z] file_magic: OK [2020-11-30T08:51:41.264Z] HZ: Using current value: 100 [2020-11-30T08:51:41.264Z] file_header: OK [2020-11-30T08:51:41.264Z] 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 [2020-11-30T08:51:41.264Z] Statistics: [2020-11-30T08:51:41.264Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-30T08:51:41.264Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-30T08:51:41.506Z] provisioning config files... [2020-11-30T08:51:41.527Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config627533535136181090tmp [Pipeline] { [Pipeline] echo [2020-11-30T08:51:41.613Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:51:41.909Z] ---> create-netrc.sh [Pipeline] } [2020-11-30T08:51:41.919Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-30T08:51:42.051Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:51:42.349Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-30T08:51:42.359Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:51:42.654Z] ---> sudo-logs.sh [2020-11-30T08:51:42.654Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-30T08:51:42.665Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:51:42.957Z] ---> job-cost.sh [2020-11-30T08:51:42.957Z] lf-activate-venv: SKIPPING [2020-11-30T08:51:42.957Z] INFO: No Stack... [2020-11-30T08:51:43.531Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-30T08:51:44.105Z] INFO: Archiving Costs [Pipeline] echo [2020-11-30T08:51:44.122Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T08:51:44.425Z] ---> logs-deploy.sh [2020-11-30T08:51:44.425Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/82 [2020-11-30T08:51:44.425Z] INFO: archiving workspace using pattern(s): [2020-11-30T08:51:45.821Z] Archives upload complete. [2020-11-30T08:51:46.084Z] INFO: archiving logs to Nexus [2020-11-30T08:51:47.035Z] ---> uname -a: [2020-11-30T08:51:47.035Z] Linux prd-centos7-docker-4c-2g-13830.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> lscpu: [2020-11-30T08:51:47.035Z] Architecture: x86_64 [2020-11-30T08:51:47.035Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-30T08:51:47.035Z] Byte Order: Little Endian [2020-11-30T08:51:47.035Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-30T08:51:47.035Z] CPU(s): 4 [2020-11-30T08:51:47.035Z] On-line CPU(s) list: 0-3 [2020-11-30T08:51:47.035Z] Thread(s) per core: 1 [2020-11-30T08:51:47.035Z] Core(s) per socket: 1 [2020-11-30T08:51:47.035Z] Socket(s): 4 [2020-11-30T08:51:47.035Z] NUMA node(s): 1 [2020-11-30T08:51:47.035Z] Vendor ID: GenuineIntel [2020-11-30T08:51:47.035Z] CPU family: 6 [2020-11-30T08:51:47.035Z] Model: 44 [2020-11-30T08:51:47.035Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-30T08:51:47.035Z] Stepping: 1 [2020-11-30T08:51:47.035Z] CPU MHz: 2933.436 [2020-11-30T08:51:47.035Z] BogoMIPS: 5866.87 [2020-11-30T08:51:47.035Z] Virtualization: VT-x [2020-11-30T08:51:47.035Z] Hypervisor vendor: KVM [2020-11-30T08:51:47.035Z] Virtualization type: full [2020-11-30T08:51:47.035Z] L1d cache: 128 KiB [2020-11-30T08:51:47.035Z] L1i cache: 128 KiB [2020-11-30T08:51:47.035Z] L2 cache: 16 MiB [2020-11-30T08:51:47.035Z] L3 cache: 64 MiB [2020-11-30T08:51:47.035Z] NUMA node0 CPU(s): 0-3 [2020-11-30T08:51:47.035Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-30T08:51:47.035Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-30T08:51:47.035Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-30T08:51:47.035Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-30T08:51:47.035Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-30T08:51:47.035Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-30T08:51:47.035Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-30T08:51:47.035Z] Vulnerability Srbds: Not affected [2020-11-30T08:51:47.035Z] Vulnerability Tsx async abort: Not affected [2020-11-30T08:51:47.035Z] 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 [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> nproc: [2020-11-30T08:51:47.035Z] 4 [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> df -h: [2020-11-30T08:51:47.035Z] Filesystem Size Used Available Use% Mounted on [2020-11-30T08:51:47.035Z] overlay 50.0G 8.5G 41.4G 17% / [2020-11-30T08:51:47.035Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-30T08:51:47.035Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-30T08:51:47.035Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-11-30T08:51:47.035Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> free -m: [2020-11-30T08:51:47.035Z] total used free shared buff/cache available [2020-11-30T08:51:47.035Z] Mem: 1837 798 149 0 889 975 [2020-11-30T08:51:47.035Z] Swap: 1023 3 1020 [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> ip addr: [2020-11-30T08:51:47.035Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-30T08:51:47.035Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-30T08:51:47.035Z] inet 127.0.0.1/8 scope host lo [2020-11-30T08:51:47.035Z] valid_lft forever preferred_lft forever [2020-11-30T08:51:47.035Z] inet6 ::1/128 scope host [2020-11-30T08:51:47.035Z] valid_lft forever preferred_lft forever [2020-11-30T08:51:47.035Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-30T08:51:47.035Z] link/ether fa:16:3e:29:0a:a9 brd ff:ff:ff:ff:ff:ff [2020-11-30T08:51:47.035Z] inet 10.30.122.118/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-30T08:51:47.035Z] valid_lft 85946sec preferred_lft 85946sec [2020-11-30T08:51:47.035Z] inet6 fe80::f816:3eff:fe29:aa9/64 scope link [2020-11-30T08:51:47.035Z] valid_lft forever preferred_lft forever [2020-11-30T08:51:47.035Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-30T08:51:47.035Z] link/ether 02:42:93:24:ec:54 brd ff:ff:ff:ff:ff:ff [2020-11-30T08:51:47.035Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-30T08:51:47.035Z] valid_lft forever preferred_lft forever [2020-11-30T08:51:47.035Z] inet6 fe80::42:93ff:fe24:ec54/64 scope link [2020-11-30T08:51:47.035Z] valid_lft forever preferred_lft forever [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> sar -b -r -n DEV: [2020-11-30T08:51:47.035Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] 08:43:58 LINUX RESTART (4 CPU) [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] 08:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-30T08:51:47.035Z] 08:46:01 11.62 2.81 8.81 0.00 610.09 231.20 0.00 [2020-11-30T08:51:47.035Z] 08:47:01 0.43 0.00 0.43 0.00 0.00 6.88 0.00 [2020-11-30T08:51:47.035Z] 08:48:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2020-11-30T08:51:47.035Z] 08:49:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2020-11-30T08:51:47.035Z] 08:50:01 229.00 140.84 88.16 0.00 7116.23 33533.18 0.00 [2020-11-30T08:51:47.035Z] 08:51:01 230.28 90.05 140.23 0.00 5155.81 34269.35 0.00 [2020-11-30T08:51:47.035Z] Average: 78.66 38.96 39.69 0.00 2147.69 11344.98 0.00 [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] 08:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-30T08:51:47.035Z] 08:46:01 166968 0 594140 31.58 2620 1117816 1096400 37.42 412856 1102152 20 [2020-11-30T08:51:47.035Z] 08:47:01 168924 0 592176 31.47 2620 1117824 1065788 36.37 413216 1100232 12 [2020-11-30T08:51:47.035Z] 08:48:01 167856 0 593240 31.53 2620 1117828 1065728 36.37 425260 1089556 12 [2020-11-30T08:51:47.035Z] 08:49:01 168552 0 592544 31.49 2620 1117828 1065548 36.37 425892 1087916 20 [2020-11-30T08:51:47.035Z] 08:50:01 109192 0 732688 38.94 2596 1037068 1334976 45.56 526944 992196 372 [2020-11-30T08:51:47.035Z] 08:51:01 201928 0 776344 41.26 1712 901560 1386840 47.33 603028 734860 28 [2020-11-30T08:51:47.035Z] Average: 163903 0 646855 34.38 2465 1068321 1169213 39.90 467866 1017819 77 [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] 08:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-30T08:51:47.035Z] 08:46:01 eth0 27.53 19.98 36.74 8.45 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:46:01 docker0 5.38 4.11 1.21 13.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:47:01 eth0 2.41 0.88 0.71 0.38 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:48:01 eth0 1.33 0.63 0.59 0.40 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:49:01 eth0 0.43 0.08 0.02 0.04 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:50:01 eth0 409.91 359.51 4090.36 33.33 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:50:01 docker0 6.48 6.26 0.59 5.88 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:50:01 vethddab84f 6.48 6.38 0.68 5.89 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:51:01 eth0 475.97 420.18 3539.43 111.35 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:51:01 veth9d7f3f8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] 08:51:01 docker0 41.50 48.79 2.46 301.51 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] Average: eth0 152.99 133.60 1278.41 25.67 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] Average: veth9d7f3f8 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] Average: docker0 8.90 9.86 0.71 53.43 0.00 0.00 0.00 0.00 [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] ---> sar -P ALL: [2020-11-30T08:51:47.035Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] 08:43:58 LINUX RESTART (4 CPU) [2020-11-30T08:51:47.035Z] [2020-11-30T08:51:47.035Z] 08:45:01 CPU %user %nice %system %iowait %steal %idle [2020-11-30T08:51:47.035Z] 08:46:01 all 1.19 0.00 0.75 0.41 0.01 97.64 [2020-11-30T08:51:47.035Z] 08:46:01 0 1.10 0.00 0.90 0.62 0.00 97.38 [2020-11-30T08:51:47.035Z] 08:46:01 1 0.97 0.00 0.70 0.53 0.02 97.78 [2020-11-30T08:51:47.035Z] 08:46:01 2 0.83 0.00 0.73 0.47 0.02 97.95 [2020-11-30T08:51:47.035Z] 08:46:01 3 1.85 0.00 0.65 0.03 0.02 97.45 [2020-11-30T08:51:47.035Z] 08:47:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-11-30T08:51:47.036Z] 08:47:01 0 0.08 0.00 0.07 0.00 0.02 99.83 [2020-11-30T08:51:47.036Z] 08:47:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-11-30T08:51:47.036Z] 08:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-30T08:51:47.036Z] 08:47:01 3 0.45 0.00 0.03 0.00 0.00 99.52 [2020-11-30T08:51:47.036Z] 08:48:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2020-11-30T08:51:47.036Z] 08:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-11-30T08:51:47.036Z] 08:48:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2020-11-30T08:51:47.036Z] 08:48:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-11-30T08:51:47.036Z] 08:48:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2020-11-30T08:51:47.036Z] 08:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-11-30T08:51:47.036Z] 08:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-11-30T08:51:47.036Z] 08:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-30T08:51:47.036Z] 08:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2020-11-30T08:51:47.036Z] 08:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2020-11-30T08:51:47.036Z] 08:50:01 all 8.11 0.00 5.79 1.95 0.05 84.10 [2020-11-30T08:51:47.036Z] 08:50:01 0 8.10 0.00 6.68 1.92 0.03 83.27 [2020-11-30T08:51:47.036Z] 08:50:01 1 8.43 0.00 5.75 1.34 0.05 84.43 [2020-11-30T08:51:47.036Z] 08:50:01 2 7.93 0.00 5.22 1.14 0.08 85.62 [2020-11-30T08:51:47.036Z] 08:50:01 3 7.97 0.00 5.52 3.42 0.03 83.05 [2020-11-30T08:51:47.036Z] 08:51:01 all 11.36 0.00 8.50 3.56 0.08 76.49 [2020-11-30T08:51:47.036Z] 08:51:01 0 11.23 0.00 9.13 2.01 0.12 77.50 [2020-11-30T08:51:47.036Z] 08:51:01 1 13.77 0.00 8.78 5.25 0.07 72.13 [2020-11-30T08:51:47.036Z] 08:51:01 2 10.15 0.00 8.22 3.79 0.07 77.78 [2020-11-30T08:51:47.036Z] 08:51:01 3 10.30 0.00 7.88 3.21 0.07 78.54 [2020-11-30T08:51:47.036Z] Average: all 3.48 0.00 2.49 0.97 0.03 93.03 [2020-11-30T08:51:47.036Z] Average: 0 3.39 0.00 2.78 0.75 0.03 93.06 [2020-11-30T08:51:47.036Z] Average: 1 3.83 0.00 2.53 1.17 0.03 92.44 [2020-11-30T08:51:47.036Z] Average: 2 3.13 0.00 2.34 0.89 0.03 93.61 [2020-11-30T08:51:47.036Z] Average: 3 3.56 0.00 2.32 1.09 0.02 93.01 [2020-11-30T08:51:47.036Z] [2020-11-30T08:51:47.036Z] [2020-11-30T08:51:47.036Z]