Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21131 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 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f # timeout=10 Commit message: "Merge pull request #442 from hahattan/issue-440" > git rev-list --no-walk 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:34:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:34:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:34:57 ========================================================= 04:34:57 EdgeX Global Pipelines Version Info 04:34:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:35:00 ------------------- 04:35:00 stable info: 04:35:00 ------------------- 04:35:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:35:00 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 04:35:00 Message: update stable to v1.0.177 04:35:01 ------------------- 04:35:01 experimental info: 04:35:01 ------------------- 04:35:01 Commited By: **** collab-it+edgex@linuxfoundation.org 04:35:01 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 04:35:01 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:35:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:35:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:35:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:35:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:35:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f [Pipeline] echo 04:35:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e60480 [Pipeline] echo 04:35:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:06 + git log --format=format:%s -1 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f [Pipeline] echo 04:35:06 GIT_COMMIT: 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f, Commit Message: Merge pull request #442 from hahattan/issue-440 [Pipeline] echo 04:35:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:35:07 04:35:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:35:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:35:08 latest: Pulling from edgex-devops/git-semver 04:35:08 31603596830f: Pulling fs layer 04:35:08 2a8b12db71e7: Pulling fs layer 04:35:08 6ca5941a6612: Pulling fs layer 04:35:08 ecc8261a40a4: Pulling fs layer 04:35:08 ecc8261a40a4: Waiting 04:35:08 2a8b12db71e7: Verifying Checksum 04:35:08 2a8b12db71e7: Download complete 04:35:08 31603596830f: Verifying Checksum 04:35:08 31603596830f: Download complete 04:35:08 ecc8261a40a4: Verifying Checksum 04:35:08 ecc8261a40a4: Download complete 04:35:08 6ca5941a6612: Verifying Checksum 04:35:08 6ca5941a6612: Download complete 04:35:09 31603596830f: Pull complete 04:35:09 2a8b12db71e7: Pull complete 04:35:10 6ca5941a6612: Pull complete 04:35:11 ecc8261a40a4: Pull complete 04:35:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:35:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:35:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:35:11 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:35:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:35:14 $ docker top 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:35:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:14 [ssh-agent] Looking for ssh-agent implementation... 04:35:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:15 $ docker exec 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e ssh-agent 04:35:15 SSH_AUTH_SOCK=/tmp/ssh-62VyLaM4Ggnq/agent.11 04:35:15 SSH_AGENT_PID=16 04:35:15 Running ssh-add (command line suppressed) 04:35:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6107022870105948532.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6107022870105948532.key) 04:35:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:16 + git tag --points-at HEAD [Pipeline] } 04:35:16 $ docker exec --env ******** --env ******** 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e ssh-agent -k 04:35:17 unset SSH_AUTH_SOCK; 04:35:17 unset SSH_AGENT_PID; 04:35:17 echo Agent pid 16 killed; 04:35:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:35:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:17 [ssh-agent] Looking for ssh-agent implementation... 04:35:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:18 $ docker exec 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e ssh-agent 04:35:18 SSH_AUTH_SOCK=/tmp/ssh-g5WJA1wB3zro/agent.45 04:35:18 SSH_AGENT_PID=50 04:35:18 Running ssh-add (command line suppressed) 04:35:18 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5981749802783473727.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5981749802783473727.key) 04:35:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:19 + git semver init 04:35:19 # -> Open(): unable to determine branch for HEAD 04:35:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:35:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:35:19 # $SEMVER_REMOTE_NAME = origin 04:35:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:35:19 # $SEMVER_USER_NAME = edgex-jenkins 04:35:19 # $SEMVER_BRANCH = master 04:35:19 # $SEMVER_TEMP = /tmp/semver-925963166 04:35:19 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 04:35:20 # '/tmp/semver-925963166' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 04:35:20 # -> Force: false 04:35:20 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 04:35:20 $ docker exec --env ******** --env ******** 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e ssh-agent -k 04:35:20 unset SSH_AUTH_SOCK; 04:35:20 unset SSH_AGENT_PID; 04:35:20 echo Agent pid 50 killed; 04:35:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:35:21 + git semver [Pipeline] } 04:35:21 $ docker stop --time=1 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e 04:35:23 $ docker rm -f 5eb773f5b23e837fc06a092792af4e23c53b3ccc360b997a548d157054a1273e [Pipeline] // withDockerContainer [Pipeline] sh 04:35:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:35:25 Stashed 1 file(s) [Pipeline] echo 04:35:25 [edgeXSemver]: initialized semver on version 0.1.149 [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 04:35:41 Still waiting to schedule task 04:35:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:35:41 Still waiting to schedule task 04:35:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 04:37:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21132 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 04:37:24 Running in /w/workspace/go-mod-core-contracts/118 [Pipeline] { [Pipeline] checkout 04:37:29 using credential edgex-jenkins-ssh 04:37:29 Cloning the remote Git repository 04:37:29 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 04:37:29 > git init /w/workspace/go-mod-core-contracts/118 # timeout=10 04:37:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:37:29 > git --version # timeout=10 04:37:29 > git --version # 'git version 2.17.1' 04:37:29 using GIT_SSH to set credentials SSH Credentials for GitHub 04:37:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:37:31 Checking out Revision 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f (master) 04:37:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:37:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:37:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:37:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:37:31 using GIT_SSH to set credentials SSH Credentials for GitHub 04:37:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:37:31 > git config core.sparsecheckout # timeout=10 04:37:31 > git checkout -f 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f # timeout=10 04:37:36 Commit message: "Merge pull request #442 from hahattan/issue-440" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:37:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:37:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:37:38 + sudo service docker restart 04:37:38 + true [Pipeline] unstash [Pipeline] echo 04:37:41 ========================================================= 04:37:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:37:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:37:42 + 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 . 04:37:43 Sending build context to Docker daemon 2.195MB 04:37:43 Step 1/7 : ARG BASE=golang:1.15-alpine 04:37:43 Step 2/7 : FROM ${BASE} 04:37:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:37:43 5f621e34cdf4: Pulling fs layer 04:37:43 a4357932f1b6: Pulling fs layer 04:37:43 18c013af1878: Pulling fs layer 04:37:43 00ac8860ef70: Pulling fs layer 04:37:43 63d7cb157983: Pulling fs layer 04:37:43 b116817d02f9: Pulling fs layer 04:37:43 745a02a5169b: Pulling fs layer 04:37:43 00ac8860ef70: Waiting 04:37:43 63d7cb157983: Waiting 04:37:43 b116817d02f9: Waiting 04:37:43 745a02a5169b: Waiting 04:37:43 18c013af1878: Verifying Checksum 04:37:43 18c013af1878: Download complete 04:37:43 a4357932f1b6: Download complete 04:37:43 63d7cb157983: Verifying Checksum 04:37:43 63d7cb157983: Download complete 04:37:43 b116817d02f9: Verifying Checksum 04:37:43 b116817d02f9: Download complete 04:37:43 5f621e34cdf4: Verifying Checksum 04:37:43 5f621e34cdf4: Download complete 04:37:44 5f621e34cdf4: Pull complete 04:37:45 a4357932f1b6: Pull complete 04:37:45 18c013af1878: Pull complete 04:37:46 745a02a5169b: Verifying Checksum 04:37:46 745a02a5169b: Download complete 04:37:47 00ac8860ef70: Verifying Checksum 04:37:47 00ac8860ef70: Download complete 04:37:57 00ac8860ef70: Pull complete 04:37:58 63d7cb157983: Pull complete 04:37:58 b116817d02f9: Pull complete 04:38:03 745a02a5169b: Pull complete 04:38:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:38:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:38:03 ---> b7e6874047d6 04:38:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:38:06 ---> Running in a71feacb7fe6 04:38:06 Removing intermediate container a71feacb7fe6 04:38:06 ---> ddd7ad9025a7 04:38:06 Step 4/7 : RUN apk add bash 04:38:06 ---> Running in d56314c4696f 04:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:38:09 OK: 142 MiB in 39 packages 04:38:10 Removing intermediate container d56314c4696f 04:38:10 ---> 869db2c2ad47 04:38:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:38:10 ---> Running in cee4b591c17e 04:38:11 Removing intermediate container cee4b591c17e 04:38:11 ---> c89009eb8082 04:38:11 Step 6/7 : COPY go.mod . 04:38:12 ---> 308e7bced0a4 04:38:12 Step 7/7 : RUN go mod download 04:38:12 ---> Running in 5e504f4bea78 04:38:14 Running on prd-centos7-docker-4c-2g-21133 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 04:38:14 Running in /w/workspace/go-mod-core-contracts/118 [Pipeline] { [Pipeline] checkout 04:38:17 using credential edgex-jenkins-ssh 04:38:17 Cloning the remote Git repository 04:38:17 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 04:38:17 > git init /w/workspace/go-mod-core-contracts/118 # timeout=10 04:38:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:38:17 > git --version # timeout=10 04:38:17 > git --version # 'git version 2.24.3' 04:38:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:19 Checking out Revision 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f (master) 04:38:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:38:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 04:38:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 04:38:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:38:18 > git config core.sparsecheckout # timeout=10 04:38:18 > git checkout -f 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f # timeout=10 04:38:22 Commit message: "Merge pull request #442 from hahattan/issue-440" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:38:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:38:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:38:24 + true 04:38:24 + sudo service docker restart 04:38:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 04:38:26 ========================================================= 04:38:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:38:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:38:26 + 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 . 04:38:26 Sending build context to Docker daemon 2.196MB 04:38:27 Step 1/7 : ARG BASE=golang:1.15-alpine 04:38:27 Step 2/7 : FROM ${BASE} 04:38:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:38:27 188c0c94c7c5: Pulling fs layer 04:38:27 0ef7d3d256c8: Pulling fs layer 04:38:27 de9db76c5a1d: Pulling fs layer 04:38:27 bca2f99d35d6: Pulling fs layer 04:38:27 93359f2a8cfa: Pulling fs layer 04:38:27 7c6f9722023f: Pulling fs layer 04:38:27 a35cf1a2eb13: Pulling fs layer 04:38:27 93359f2a8cfa: Waiting 04:38:27 7c6f9722023f: Waiting 04:38:27 a35cf1a2eb13: Waiting 04:38:27 bca2f99d35d6: Waiting 04:38:27 de9db76c5a1d: Verifying Checksum 04:38:27 de9db76c5a1d: Download complete 04:38:27 0ef7d3d256c8: Verifying Checksum 04:38:27 0ef7d3d256c8: Download complete 04:38:27 93359f2a8cfa: Verifying Checksum 04:38:27 93359f2a8cfa: Download complete 04:38:27 7c6f9722023f: Verifying Checksum 04:38:27 7c6f9722023f: Download complete 04:38:27 188c0c94c7c5: Download complete 04:38:27 Removing intermediate container 5e504f4bea78 04:38:27 ---> f1bc214613fb 04:38:27 Successfully built f1bc214613fb 04:38:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:38:27 188c0c94c7c5: Pull complete 04:38:27 + docker inspect -f . ci-base-image-arm64 04:38:27 . [Pipeline] withDockerContainer 04:38:27 0ef7d3d256c8: Pull complete 04:38:27 prd-ubuntu18.04-docker-arm64-4c-16g-21132 does not seem to be running inside a container 04:38:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/118 -v /w/workspace/go-mod-core-contracts/118:/w/workspace/go-mod-core-contracts/118:rw,z -v /w/workspace/go-mod-core-contracts/118@tmp:/w/workspace/go-mod-core-contracts/118@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 04:38:27 de9db76c5a1d: Pull complete 04:38:29 a35cf1a2eb13: Verifying Checksum 04:38:29 a35cf1a2eb13: Download complete 04:38:29 $ docker top 87d693cc77777e80463a3a68232000de824e51feb7f0bd775306c338c266ad73 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:29 bca2f99d35d6: Verifying Checksum 04:38:29 bca2f99d35d6: Download complete 04:38:30 + go version 04:38:30 go version go1.15.5 linux/arm64 [Pipeline] } 04:38:30 $ docker stop --time=1 87d693cc77777e80463a3a68232000de824e51feb7f0bd775306c338c266ad73 04:38:32 $ docker rm -f 87d693cc77777e80463a3a68232000de824e51feb7f0bd775306c338c266ad73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:33 + docker inspect -f . ci-base-image-arm64 04:38:33 . [Pipeline] withDockerContainer 04:38:33 prd-ubuntu18.04-docker-arm64-4c-16g-21132 does not seem to be running inside a container 04:38:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/118 -v /w/workspace/go-mod-core-contracts/118:/w/workspace/go-mod-core-contracts/118:rw,z -v /w/workspace/go-mod-core-contracts/118@tmp:/w/workspace/go-mod-core-contracts/118@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 04:38:35 bca2f99d35d6: Pull complete 04:38:35 93359f2a8cfa: Pull complete 04:38:35 7c6f9722023f: Pull complete 04:38:35 $ docker top 14e6aa4cdb3cfa9c0a1bc7bd0559ee93476f8caba0944964d891c03aa9bf918a -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:36 + make test 04:38:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:38:45 a35cf1a2eb13: Pull complete 04:38:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:38:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:38:45 ---> a62c8e92a672 04:38:45 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:38:45 ---> Running in 20f0ffdcebfa 04:38:45 Removing intermediate container 20f0ffdcebfa 04:38:45 ---> 31e3d47ac4d7 04:38:45 Step 4/7 : RUN apk add bash 04:38:45 ---> Running in 522cd76fffb4 04:38:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:47 OK: 166 MiB in 39 packages 04:38:47 Removing intermediate container 522cd76fffb4 04:38:47 ---> 8891bc37f39f 04:38:47 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 04:38:47 ---> Running in 24167c8d48a7 04:38:47 Removing intermediate container 24167c8d48a7 04:38:47 ---> 65b4fe6c4465 04:38:47 Step 6/7 : COPY go.mod . 04:38:47 ---> 9164a419bc1a 04:38:47 Step 7/7 : RUN go mod download 04:38:48 ---> Running in fad0272be8c1 04:38:58 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 04:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.031s coverage: 85.7% of statements 04:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.053s coverage: 100.0% of statements 04:39:00 Removing intermediate container fad0272be8c1 04:39:00 ---> 280e1381cb18 04:39:00 Successfully built 280e1381cb18 04:39:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:39:00 + docker inspect -f . ci-base-image-x86_64 04:39:00 . [Pipeline] withDockerContainer 04:39:00 prd-centos7-docker-4c-2g-21133 does not seem to be running inside a container 04:39:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/118 -v /w/workspace/go-mod-core-contracts/118:/w/workspace/go-mod-core-contracts/118:rw,z -v /w/workspace/go-mod-core-contracts/118@tmp:/w/workspace/go-mod-core-contracts/118@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 04:39:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.054s coverage: 45.4% of statements 04:39:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.023s coverage: 77.8% of statements 04:39:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 04:39:01 $ docker top 3f2744798e062a524a251a2bdca3e54793a56401e701abfc22ee7a37945444bd -eo pid,comm 04:39:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 26.3% of statements [Pipeline] { [Pipeline] sh 04:39:02 + go version 04:39:02 go version go1.15.5 linux/amd64 [Pipeline] } 04:39:02 $ docker stop --time=1 3f2744798e062a524a251a2bdca3e54793a56401e701abfc22ee7a37945444bd 04:39:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.042s coverage: 14.7% of statements 04:39:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements 04:39:03 $ docker rm -f 3f2744798e062a524a251a2bdca3e54793a56401e701abfc22ee7a37945444bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 04:39:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.103s coverage: 91.8% of statements 04:39:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 04:39:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 04:39:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.053s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:04 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.021s coverage: 47.8% of statements 04:39:04 + docker inspect -f . ci-base-image-x86_64 04:39:04 . [Pipeline] withDockerContainer 04:39:04 prd-centos7-docker-4c-2g-21133 does not seem to be running inside a container 04:39:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/118 -v /w/workspace/go-mod-core-contracts/118:/w/workspace/go-mod-core-contracts/118:rw,z -v /w/workspace/go-mod-core-contracts/118@tmp:/w/workspace/go-mod-core-contracts/118@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 04:39:05 $ docker top 72fe4786aef63a7fc12898dbdcc1801784f5868a2c733af2cc9e9ca8a4244d1d -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:05 + make test 04:39:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:39:09 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.103s coverage: 63.0% of statements 04:39:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements 04:39:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.059s coverage: 15.4% of statements 04:39:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.034s coverage: 15.4% of statements 04:39:09 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.032s coverage: 14.3% of statements 04:39:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 04:39:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.203s coverage: 85.2% of statements 04:39:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 04:39:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 04:39:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.081s coverage: 44.1% of statements 04:39:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.042s coverage: 94.4% of statements 04:39:12 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 04:39:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements 04:39:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 04:39:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.122s coverage: 92.9% of statements 04:39:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 04:39:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 04:39:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:39:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements 04:39:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 04:39:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 04:39:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 26.3% of statements 04:39:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.7% of statements 04:39:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 04:39:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements 04:39:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 04:39:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 04:39:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.011s coverage: 100.0% of statements 04:39:15 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.013s coverage: 47.8% of statements 04:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 63.0% of statements 04:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements 04:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 04:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.022s coverage: 15.4% of statements 04:39:17 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.049s coverage: 14.3% of statements 04:39:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 04:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.049s coverage: 85.2% of statements 04:39:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 04:39:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 04:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 44.1% of statements 04:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.016s coverage: 94.4% of statements 04:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.034s coverage: 92.9% of statements 04:39:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 04:39:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 04:39:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:39:18 gofmt -l . 04:39:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 04:39:19 $ docker stop --time=1 14e6aa4cdb3cfa9c0a1bc7bd0559ee93476f8caba0944964d891c03aa9bf918a 04:39:20 gofmt -l . 04:39:20 [ "`gofmt -l .`" = "" ] 04:39:21 $ docker rm -f 14e6aa4cdb3cfa9c0a1bc7bd0559ee93476f8caba0944964d891c03aa9bf918a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 04:39:21 $ docker stop --time=1 72fe4786aef63a7fc12898dbdcc1801784f5868a2c733af2cc9e9ca8a4244d1d 04:39:22 + sudo chown -R jenkins:jenkins . 04:39:24 $ docker rm -f 72fe4786aef63a7fc12898dbdcc1801784f5868a2c733af2cc9e9ca8a4244d1d [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh 04:39:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:39:24 Warning: overwriting stash ‘coverage-report’ 04:39:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 04:39:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [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 04:39:28 provisioning config files... 04:39:28 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6635863053929417240tmp [Pipeline] { [Pipeline] sh 04:39:28 + set +x 04:39:28 + curl -s https://codecov.io/bash 04:39:28 + bash -s -- 04:39:28 04:39:28 _____ _ 04:39:28 / ____| | | 04:39:28 | | ___ __| | ___ ___ _____ __ 04:39:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:39:28 | |___| (_) | (_| | __/ (_| (_) \ V / 04:39:28 \_____\___/ \__,_|\___|\___\___/ \_/ 04:39:28 Bash-20210115-cec3c92 04:39:28 04:39:28 04:39:28 ==> git version 2.24.3 found 04:39:28 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:39:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:39:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:39:28 ==> Jenkins CI detected. 04:39:28 project root: . 04:39:28 --> token set from env 04:39:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:39:28 ==> Running gcov in . (disable via -X gcov) 04:39:28 ==> Python coveragepy not found 04:39:28 ==> Searching for coverage reports in: 04:39:28 + . 04:39:28 -> Found 1 reports 04:39:28 ==> Detecting git/mercurial file structure 04:39:28 ==> Reading reports 04:39:28 + ./coverage.out bytes=123199 04:39:29 ==> Appending adjustments 04:39:29 https://docs.codecov.io/docs/fixing-reports 04:39:30 + Found adjustments 04:39:30 ==> Gzipping contents 04:39:30 20K /tmp/codecov.2qofza.gz 04:39:30 ==> Uploading reports 04:39:30 url: https://codecov.io 04:39:30 query: branch=master&commit=4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F118%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 04:39:30 -> Pinging Codecov 04:39:30 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F118%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 04:39:30 -> Uploading to 04:39:30 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/71470A77251A30514AAF9C0BB2E5B6CE/4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f/557baf9c-7780-4f9d-ac3a-ac2455e08dd7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T043930Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc1431e2d32e3389e79efe7d10949679d1c048092f966e6a9d039661b4ab0394 04:39:30 % Total % Received % Xferd Average Speed Time Time Time Current 04:39:30 Dload Upload Total Spent Left Speed 04:39:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19452 0 0 100 19452 0 33755 --:--:-- --:--:-- --:--:-- 33712 100 19452 0 0 100 19452 0 33738 --:--:-- --:--:-- --:--:-- 33712 04:39:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f [Pipeline] } 04:39:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:39:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:39:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:39:33 04:39:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:39:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:39:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:39:33 188c0c94c7c5: Pulling fs layer 04:39:33 0ef7d3d256c8: Pulling fs layer 04:39:33 de9db76c5a1d: Pulling fs layer 04:39:33 0eba1c9be4d2: Pulling fs layer 04:39:33 0d57e429df01: Pulling fs layer 04:39:33 4e4be7b47b0d: Pulling fs layer 04:39:33 e1f770b5df2f: Pulling fs layer 04:39:33 85a0685a4137: Pulling fs layer 04:39:33 0eba1c9be4d2: Waiting 04:39:33 0d57e429df01: Waiting 04:39:33 4e4be7b47b0d: Waiting 04:39:33 e1f770b5df2f: Waiting 04:39:33 85a0685a4137: Waiting 04:39:33 de9db76c5a1d: Verifying Checksum 04:39:33 de9db76c5a1d: Download complete 04:39:33 0ef7d3d256c8: Download complete 04:39:33 0d57e429df01: Verifying Checksum 04:39:33 0d57e429df01: Download complete 04:39:33 4e4be7b47b0d: Verifying Checksum 04:39:33 4e4be7b47b0d: Download complete 04:39:33 188c0c94c7c5: Verifying Checksum 04:39:33 188c0c94c7c5: Download complete 04:39:34 188c0c94c7c5: Pull complete 04:39:34 0ef7d3d256c8: Pull complete 04:39:35 de9db76c5a1d: Pull complete 04:39:36 e1f770b5df2f: Verifying Checksum 04:39:36 e1f770b5df2f: Download complete 04:39:41 85a0685a4137: Verifying Checksum 04:39:41 85a0685a4137: Download complete 04:39:42 0eba1c9be4d2: Download complete 04:39:57 0eba1c9be4d2: Pull complete 04:39:57 0d57e429df01: Pull complete 04:39:57 4e4be7b47b0d: Pull complete 04:39:57 e1f770b5df2f: Pull complete 04:40:08 85a0685a4137: Pull complete 04:40:08 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:40:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:40:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:40:08 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:40:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:40:10 $ docker top 0ebeeca27ba30d07824ea065a786e438c1f9fb630e8f8ece503bda854296ae95 -eo pid,comm [Pipeline] { [Pipeline] echo 04:40:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:40:11 + set -o pipefail 04:40:11 + snyk monitor '--org=edgex-jenkins' 04:40:17 04:40:17 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 04:40:17 04:40:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/67838036-c486-4445-9eaa-01a882e1bddd 04:40:17 04:40:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:40:17 04:40:18 [Pipeline] } 04:40:18 $ docker stop --time=1 0ebeeca27ba30d07824ea065a786e438c1f9fb630e8f8ece503bda854296ae95 04:40:20 $ docker rm -f 0ebeeca27ba30d07824ea065a786e438c1f9fb630e8f8ece503bda854296ae95 [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 04:40:22 + git log --format=format:%s -1 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f [Pipeline] isUnix [Pipeline] sh 04:40:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:40:23 . [Pipeline] withDockerContainer 04:40:23 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:40:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:40:24 $ docker top e30b1175ee28f8bf1b36b2c1672c4917bca7189de4f002589982aa6a22775f43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:40:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:40:25 [ssh-agent] Looking for ssh-agent implementation... 04:40:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:40:25 $ docker exec e30b1175ee28f8bf1b36b2c1672c4917bca7189de4f002589982aa6a22775f43 ssh-agent 04:40:25 SSH_AUTH_SOCK=/tmp/ssh-sSWA9c898lkL/agent.11 04:40:25 SSH_AGENT_PID=16 04:40:25 Running ssh-add (command line suppressed) 04:40:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8792033114119332410.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8792033114119332410.key) 04:40:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:40:26 + git semver tag 04:40:26 # -> Open(): unable to determine branch for HEAD 04:40:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:40:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:40:26 # $SEMVER_REMOTE_NAME = origin 04:40:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:40:26 # $SEMVER_USER_NAME = edgex-jenkins 04:40:26 # $SEMVER_BRANCH = master 04:40:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 04:40:26 # 4e6048057b0b81b33b2cc06fdb6a9d4ee0dd808f HEAD 04:40:26 # -> Force: false 04:40:26 # f7687d74ec1a99f6a7e8f5f79c03996d032deb13 refs/tags/v0.1.149 [Pipeline] } 04:40:26 $ docker exec --env ******** --env ******** e30b1175ee28f8bf1b36b2c1672c4917bca7189de4f002589982aa6a22775f43 ssh-agent -k 04:40:27 unset SSH_AUTH_SOCK; 04:40:27 unset SSH_AGENT_PID; 04:40:27 echo Agent pid 16 killed; 04:40:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:40:27 + git semver [Pipeline] } 04:40:27 $ docker stop --time=1 e30b1175ee28f8bf1b36b2c1672c4917bca7189de4f002589982aa6a22775f43 04:40:29 $ docker rm -f e30b1175ee28f8bf1b36b2c1672c4917bca7189de4f002589982aa6a22775f43 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:40:30 04:40:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:40:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:40:30 0.23.1-centos7: Pulling from edgex-lftools 04:40:30 ab5ef0e58194: Pulling fs layer 04:40:30 9712f1f96733: Pulling fs layer 04:40:30 63f879dbbcfc: Pulling fs layer 04:40:30 0d9ebad4ef96: Pulling fs layer 04:40:30 e9a5061849ea: Pulling fs layer 04:40:30 d747dcd14b5f: Pulling fs layer 04:40:30 2de7ff778b66: Pulling fs layer 04:40:30 0d9ebad4ef96: Waiting 04:40:30 d747dcd14b5f: Waiting 04:40:30 2de7ff778b66: Waiting 04:40:30 e9a5061849ea: Waiting 04:40:31 9712f1f96733: Verifying Checksum 04:40:31 9712f1f96733: Download complete 04:40:33 63f879dbbcfc: Verifying Checksum 04:40:33 63f879dbbcfc: Download complete 04:40:34 e9a5061849ea: Verifying Checksum 04:40:34 e9a5061849ea: Download complete 04:40:34 d747dcd14b5f: Verifying Checksum 04:40:34 d747dcd14b5f: Download complete 04:40:35 2de7ff778b66: Verifying Checksum 04:40:35 2de7ff778b66: Download complete 04:40:35 0d9ebad4ef96: Verifying Checksum 04:40:35 0d9ebad4ef96: Download complete 04:40:35 ab5ef0e58194: Download complete 04:40:46 ab5ef0e58194: Pull complete 04:40:46 9712f1f96733: Pull complete 04:40:47 63f879dbbcfc: Pull complete 04:41:02 0d9ebad4ef96: Pull complete 04:41:02 e9a5061849ea: Pull complete 04:41:03 d747dcd14b5f: Pull complete 04:41:06 2de7ff778b66: Pull complete 04:41:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:41:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:41:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:41:07 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:41:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:41:10 $ docker top bba706277b860476995490ca5d3e2124548b7cf8cd2c183058b0fc8de384d631 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:41:10 provisioning config files... 04:41:10 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6221010141689612650tmp 04:41:10 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1192630421790447657tmp 04:41:10 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config900488902401052262tmp [Pipeline] { [Pipeline] echo 04:41:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:41:11 ---> sigul-configuration.sh 04:41:11 gpg: directory `/root/.gnupg' created 04:41:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:41:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:41:11 gpg: keyring `/root/.gnupg/secring.gpg' created 04:41:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:41:11 gpg: CAST5 encrypted data 04:41:11 gpg: encrypted with 1 passphrase 04:41:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:41:12 + mkdir /home/jenkins 04:41:12 + mkdir /home/jenkins/sigul [Pipeline] sh 04:41:12 + 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 04:41:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:41:13 ---> sigul-install.sh 04:41:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:41:22 + git tag --list 04:41:22 v0.0.0 04:41:22 v0.0.1 04:41:22 v0.1.0 04:41:22 v0.1.1 04:41:22 v0.1.10 04:41:22 v0.1.100 04:41:22 v0.1.101 04:41:22 v0.1.102 04:41:22 v0.1.103 04:41:22 v0.1.104 04:41:22 v0.1.105 04:41:22 v0.1.106 04:41:22 v0.1.107 04:41:22 v0.1.108 04:41:22 v0.1.109 04:41:22 v0.1.11 04:41:22 v0.1.110 04:41:22 v0.1.111 04:41:22 v0.1.112 04:41:22 v0.1.113 04:41:22 v0.1.114 04:41:22 v0.1.115 04:41:22 v0.1.116 04:41:22 v0.1.117 04:41:22 v0.1.118 04:41:22 v0.1.119 04:41:22 v0.1.12 04:41:22 v0.1.120 04:41:22 v0.1.121 04:41:22 v0.1.122 04:41:22 v0.1.123 04:41:22 v0.1.124 04:41:22 v0.1.125 04:41:22 v0.1.126 04:41:22 v0.1.127 04:41:22 v0.1.128 04:41:22 v0.1.129 04:41:22 v0.1.13 04:41:22 v0.1.130 04:41:22 v0.1.131 04:41:22 v0.1.132 04:41:22 v0.1.133 04:41:22 v0.1.134 04:41:22 v0.1.135 04:41:22 v0.1.136 04:41:22 v0.1.137 04:41:22 v0.1.138 04:41:22 v0.1.139 04:41:22 v0.1.14 04:41:22 v0.1.140 04:41:22 v0.1.141 04:41:22 v0.1.142 04:41:22 v0.1.143 04:41:22 v0.1.144 04:41:22 v0.1.145 04:41:22 v0.1.146 04:41:22 v0.1.147 04:41:22 v0.1.148 04:41:22 v0.1.149 04:41:22 v0.1.15 04:41:22 v0.1.16 04:41:22 v0.1.17 04:41:22 v0.1.18 04:41:22 v0.1.19 04:41:22 v0.1.2 04:41:22 v0.1.20 04:41:22 v0.1.21 04:41:22 v0.1.22 04:41:22 v0.1.23 04:41:22 v0.1.24 04:41:22 v0.1.25 04:41:22 v0.1.26 04:41:22 v0.1.27 04:41:22 v0.1.28 04:41:22 v0.1.29 04:41:22 v0.1.3 04:41:22 v0.1.30 04:41:22 v0.1.31 04:41:22 v0.1.32 04:41:22 v0.1.33 04:41:22 v0.1.34 04:41:22 v0.1.35 04:41:22 v0.1.36 04:41:22 v0.1.37 04:41:22 v0.1.38 04:41:22 v0.1.39 04:41:22 v0.1.4 04:41:22 v0.1.40 04:41:22 v0.1.41 04:41:22 v0.1.42 04:41:22 v0.1.43 04:41:22 v0.1.44 04:41:22 v0.1.45 04:41:22 v0.1.46 04:41:22 v0.1.47 04:41:22 v0.1.48 04:41:22 v0.1.49 04:41:22 v0.1.5 04:41:22 v0.1.50 04:41:22 v0.1.51 04:41:22 v0.1.52 04:41:22 v0.1.53 04:41:22 v0.1.54 04:41:22 v0.1.55 04:41:22 v0.1.56 04:41:22 v0.1.57 04:41:22 v0.1.58 04:41:22 v0.1.59 04:41:22 v0.1.6 04:41:22 v0.1.60 04:41:22 v0.1.61 04:41:22 v0.1.62 04:41:22 v0.1.63 04:41:22 v0.1.64 04:41:22 v0.1.65 04:41:22 v0.1.66 04:41:22 v0.1.67 04:41:22 v0.1.68 04:41:22 v0.1.69 04:41:22 v0.1.7 04:41:22 v0.1.70 04:41:22 v0.1.71 04:41:22 v0.1.72 04:41:22 v0.1.73 04:41:22 v0.1.74 04:41:22 v0.1.75 04:41:22 v0.1.76 04:41:22 v0.1.77 04:41:22 v0.1.78 04:41:22 v0.1.79 04:41:22 v0.1.8 04:41:22 v0.1.80 04:41:22 v0.1.81 04:41:22 v0.1.82 04:41:22 v0.1.83 04:41:22 v0.1.84 04:41:22 v0.1.85 04:41:22 v0.1.86 04:41:22 v0.1.87 04:41:22 v0.1.88 04:41:22 v0.1.89 04:41:22 v0.1.9 04:41:22 v0.1.90 04:41:22 v0.1.91 04:41:22 v0.1.92 04:41:22 v0.1.93 04:41:22 v0.1.94 04:41:22 v0.1.95 04:41:22 v0.1.96 04:41:22 v0.1.97 04:41:22 v0.1.98 04:41:22 v0.1.99 [Pipeline] sh 04:41:22 + lftools sign git-tag v0.1.149 04:41:24 Signing Git tag with Sigul... 04:41:24 Signing v0.1.149 [Pipeline] echo 04:41:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:41:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:41:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:41:26 $ docker stop --time=1 bba706277b860476995490ca5d3e2124548b7cf8cd2c183058b0fc8de384d631 04:41:28 $ docker rm -f bba706277b860476995490ca5d3e2124548b7cf8cd2c183058b0fc8de384d631 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:41:29 . [Pipeline] withDockerContainer 04:41:30 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:41:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:41:31 $ docker top 45f4bec572f203b86b19f2fb82b6fa9ef3a0912e19497b668e09c1cb68521729 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:41:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:41:32 [ssh-agent] Looking for ssh-agent implementation... 04:41:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:41:32 $ docker exec 45f4bec572f203b86b19f2fb82b6fa9ef3a0912e19497b668e09c1cb68521729 ssh-agent 04:41:33 SSH_AUTH_SOCK=/tmp/ssh-pn4JyKhyoS1B/agent.11 04:41:33 SSH_AGENT_PID=16 04:41:33 Running ssh-add (command line suppressed) 04:41:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7035796797634950133.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7035796797634950133.key) 04:41:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:41:34 + git semver bump patch 04:41:34 # -> Open(): unable to determine branch for HEAD 04:41:34 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:41:34 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:41:34 # $SEMVER_REMOTE_NAME = origin 04:41:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:41:34 # $SEMVER_USER_NAME = edgex-jenkins 04:41:34 # $SEMVER_BRANCH = master 04:41:34 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 04:41:34 0.1.150 [Pipeline] } 04:41:34 $ docker exec --env ******** --env ******** 45f4bec572f203b86b19f2fb82b6fa9ef3a0912e19497b668e09c1cb68521729 ssh-agent -k 04:41:34 unset SSH_AUTH_SOCK; 04:41:34 unset SSH_AGENT_PID; 04:41:34 echo Agent pid 16 killed; 04:41:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:41:35 + git semver [Pipeline] } 04:41:35 $ docker stop --time=1 45f4bec572f203b86b19f2fb82b6fa9ef3a0912e19497b668e09c1cb68521729 04:41:37 $ docker rm -f 45f4bec572f203b86b19f2fb82b6fa9ef3a0912e19497b668e09c1cb68521729 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:41:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:41:37 . [Pipeline] withDockerContainer 04:41:37 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:41:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:41:39 $ docker top eb6e640339f8608dbd069168f155d10d4f620e8382d51be10306c44e607090de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:41:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:41:39 [ssh-agent] Looking for ssh-agent implementation... 04:41:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:41:40 $ docker exec eb6e640339f8608dbd069168f155d10d4f620e8382d51be10306c44e607090de ssh-agent 04:41:40 SSH_AUTH_SOCK=/tmp/ssh-A4rYThTOZvgP/agent.12 04:41:40 SSH_AGENT_PID=18 04:41:40 Running ssh-add (command line suppressed) 04:41:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6401874148776507672.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6401874148776507672.key) 04:41:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:41:41 + git semver push 04:41:41 # -> Open(): unable to determine branch for HEAD 04:41:41 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:41:41 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:41:41 # $SEMVER_REMOTE_NAME = origin 04:41:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:41:41 # $SEMVER_USER_NAME = edgex-jenkins 04:41:41 # $SEMVER_BRANCH = master 04:41:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 04:41:49 $ docker exec --env ******** --env ******** eb6e640339f8608dbd069168f155d10d4f620e8382d51be10306c44e607090de ssh-agent -k 04:41:50 unset SSH_AUTH_SOCK; 04:41:50 unset SSH_AGENT_PID; 04:41:50 echo Agent pid 18 killed; 04:41:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:41:51 + git semver [Pipeline] } 04:41:51 $ docker stop --time=1 eb6e640339f8608dbd069168f155d10d4f620e8382d51be10306c44e607090de 04:41:53 $ docker rm -f eb6e640339f8608dbd069168f155d10d4f620e8382d51be10306c44e607090de [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 04:41:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:41:55 ---> package-listing.sh 04:41:55 ++ facter osfamily 04:41:55 ++ tr '[:upper:]' '[:lower:]' 04:41:55 + OS_FAMILY=redhat 04:41:55 + workspace=/w/workspace/dry_go-mod-core-contracts_master 04:41:55 + START_PACKAGES=/tmp/packages_start.txt 04:41:55 + END_PACKAGES=/tmp/packages_end.txt 04:41:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:41:55 + PACKAGES=/tmp/packages_start.txt 04:41:55 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 04:41:55 + PACKAGES=/tmp/packages_end.txt 04:41:55 + case "${OS_FAMILY}" in 04:41:55 + sort 04:41:55 + rpm -qa 04:42:02 + '[' -f /tmp/packages_start.txt ']' 04:42:02 + '[' -f /tmp/packages_end.txt ']' 04:42:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:42:02 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 04:42:02 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 04:42:02 + 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 04:42:02 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 04:42:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:42:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:42:04 04:42:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:42:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:42:05 alpine: Pulling from edgex-lftools-log-publisher 04:42:05 df20fa9351a1: Pulling fs layer 04:42:05 36b3adc4ff6f: Pulling fs layer 04:42:05 8ad3a11d3b57: Pulling fs layer 04:42:05 46f8f816bc3b: Pulling fs layer 04:42:05 93b61091891f: Pulling fs layer 04:42:05 93b9cdb0e59b: Pulling fs layer 04:42:05 5e14af77c1be: Pulling fs layer 04:42:05 01666e4c0597: Pulling fs layer 04:42:05 aa168da1d23b: Pulling fs layer 04:42:05 93b9cdb0e59b: Waiting 04:42:05 5e14af77c1be: Waiting 04:42:05 01666e4c0597: Waiting 04:42:05 aa168da1d23b: Waiting 04:42:05 46f8f816bc3b: Waiting 04:42:05 93b61091891f: Waiting 04:42:05 36b3adc4ff6f: Verifying Checksum 04:42:05 36b3adc4ff6f: Download complete 04:42:05 46f8f816bc3b: Download complete 04:42:05 df20fa9351a1: Verifying Checksum 04:42:05 df20fa9351a1: Download complete 04:42:05 93b9cdb0e59b: Verifying Checksum 04:42:05 93b9cdb0e59b: Download complete 04:42:05 5e14af77c1be: Verifying Checksum 04:42:05 5e14af77c1be: Download complete 04:42:05 01666e4c0597: Verifying Checksum 04:42:05 01666e4c0597: Download complete 04:42:05 93b61091891f: Verifying Checksum 04:42:05 93b61091891f: Download complete 04:42:06 8ad3a11d3b57: Verifying Checksum 04:42:06 df20fa9351a1: Pull complete 04:42:06 36b3adc4ff6f: Pull complete 04:42:08 8ad3a11d3b57: Pull complete 04:42:09 46f8f816bc3b: Pull complete 04:42:09 93b61091891f: Pull complete 04:42:10 93b9cdb0e59b: Pull complete 04:42:10 5e14af77c1be: Pull complete 04:42:11 aa168da1d23b: Verifying Checksum 04:42:11 aa168da1d23b: Download complete 04:42:11 01666e4c0597: Pull complete 04:42:26 aa168da1d23b: Pull complete 04:42:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:42:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:42:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:42:26 prd-centos7-docker-4c-2g-21131 does not seem to be running inside a container 04:42:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:42:30 $ docker top 196bd8ffc99de4ce29c8f090e95075ddddaf2fad9a634a1634d3644a3424f634 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:31 + touch /tmp/pre-build-complete [Pipeline] sh 04:42:32 + mkdir -p /var/log/sa [Pipeline] sh 04:42:33 + ls /var/log/sa-host 04:42:33 + sadf -c /var/log/sa-host/sa19 04:42:33 file_magic: OK 04:42:33 HZ: Using current value: 100 04:42:33 file_header: OK 04:42:33 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 04:42:33 Statistics: 04:42:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:42:33 File successfully converted to sysstat format version 12.2.1 04:42:33 + sadf -c /var/log/sa-host/sa23 04:42:33 file_magic: OK 04:42:33 HZ: Using current value: 100 04:42:33 file_header: OK 04:42:33 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 04:42:33 Statistics: 04:42:33 Hnuu...uuuununununu... 04:42:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:42:33 provisioning config files... 04:42:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6124234803432549362tmp [Pipeline] { [Pipeline] echo 04:42:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:42:33 ---> create-netrc.sh [Pipeline] } 04:42:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:42:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:42:34 ---> python-tools-install.sh [Pipeline] echo 04:42:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:42:34 ---> sudo-logs.sh 04:42:34 Archiving 'sudo' log.. [Pipeline] echo 04:42:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:42:35 ---> job-cost.sh 04:42:35 lf-activate-venv: SKIPPING 04:42:35 INFO: No Stack... 04:42:36 INFO: Retrieving Pricing Info for: v1-standard-2 04:42:36 INFO: Archiving Costs [Pipeline] echo 04:42:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:42:37 ---> logs-deploy.sh 04:42:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/118 04:42:37 INFO: archiving workspace using pattern(s): 04:42:39 Archives upload complete. 04:42:40 INFO: archiving logs to Nexus 04:42:41 ---> uname -a: 04:42:41 Linux prd-centos7-docker-4c-2g-21131.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:42:41 04:42:41 04:42:41 ---> lscpu: 04:42:41 Architecture: x86_64 04:42:41 CPU op-mode(s): 32-bit, 64-bit 04:42:41 Byte Order: Little Endian 04:42:41 Address sizes: 40 bits physical, 48 bits virtual 04:42:41 CPU(s): 4 04:42:41 On-line CPU(s) list: 0-3 04:42:41 Thread(s) per core: 1 04:42:41 Core(s) per socket: 1 04:42:41 Socket(s): 4 04:42:41 NUMA node(s): 1 04:42:41 Vendor ID: GenuineIntel 04:42:41 CPU family: 6 04:42:41 Model: 44 04:42:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:42:41 Stepping: 1 04:42:41 CPU MHz: 2933.438 04:42:41 BogoMIPS: 5866.87 04:42:41 Virtualization: VT-x 04:42:41 Hypervisor vendor: KVM 04:42:41 Virtualization type: full 04:42:41 L1d cache: 128 KiB 04:42:41 L1i cache: 128 KiB 04:42:41 L2 cache: 16 MiB 04:42:41 L3 cache: 64 MiB 04:42:41 NUMA node0 CPU(s): 0-3 04:42:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:42:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:42:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:42:41 Vulnerability Meltdown: Mitigation; PTI 04:42:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:42:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:42:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:42:41 Vulnerability Srbds: Not affected 04:42:41 Vulnerability Tsx async abort: Not affected 04:42:41 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 04:42:41 04:42:41 04:42:41 ---> nproc: 04:42:41 4 04:42:41 04:42:41 04:42:41 ---> df -h: 04:42:41 Filesystem Size Used Available Use% Mounted on 04:42:41 overlay 50.0G 8.5G 41.4G 17% / 04:42:41 tmpfs 64.0M 0 64.0M 0% /dev 04:42:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:42:41 shm 64.0M 0 64.0M 0% /dev/shm 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 04:42:41 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 04:42:41 04:42:41 04:42:41 ---> free -m: 04:42:41 total used free shared buff/cache available 04:42:41 Mem: 1837 818 144 0 874 953 04:42:41 Swap: 1023 2 1021 04:42:41 04:42:41 04:42:41 ---> ip addr: 04:42:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:42:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:42:41 inet 127.0.0.1/8 scope host lo 04:42:41 valid_lft forever preferred_lft forever 04:42:41 inet6 ::1/128 scope host 04:42:41 valid_lft forever preferred_lft forever 04:42:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:42:41 link/ether fa:16:3e:7b:47:82 brd ff:ff:ff:ff:ff:ff 04:42:41 inet 10.30.123.132/23 brd 10.30.123.255 scope global dynamic eth0 04:42:41 valid_lft 85880sec preferred_lft 85880sec 04:42:41 inet6 fe80::f816:3eff:fe7b:4782/64 scope link 04:42:41 valid_lft forever preferred_lft forever 04:42:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:42:41 link/ether 02:42:f5:79:fd:a5 brd ff:ff:ff:ff:ff:ff 04:42:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:42:41 valid_lft forever preferred_lft forever 04:42:41 inet6 fe80::42:f5ff:fe79:fda5/64 scope link 04:42:41 valid_lft forever preferred_lft forever 04:42:41 04:42:41 04:42:41 ---> sar -b -r -n DEV: 04:42:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 04:42:41 04:42:41 04:33:49 LINUX RESTART (4 CPU) 04:42:41 04:42:41 04:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:42:41 04:36:02 34.16 10.46 23.71 0.00 4196.18 2541.11 0.00 04:42:41 04:37:01 0.71 0.00 0.71 0.00 0.00 15.96 0.00 04:42:41 04:38:01 0.32 0.00 0.32 0.00 0.00 3.89 0.00 04:42:41 04:39:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 04:42:41 04:40:01 117.33 59.04 58.29 0.00 2321.97 22979.51 0.00 04:42:41 04:41:01 287.63 144.45 143.18 0.00 6884.62 35987.21 0.00 04:42:41 04:42:02 150.72 101.86 48.86 0.00 7332.29 9326.49 0.00 04:42:41 Average: 84.72 45.27 39.45 0.00 2971.76 10153.09 0.00 04:42:41 04:42:41 04:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:42:41 04:36:02 161956 0 575448 30.58 2620 1141520 1154776 39.41 417220 1100572 20 04:42:41 04:37:01 174456 0 562940 29.92 2620 1141528 1071876 36.58 409436 1098116 12 04:42:41 04:38:01 171976 0 565416 30.05 2620 1141532 1072092 36.59 422484 1087760 8 04:42:41 04:39:01 171580 0 565812 30.07 2620 1141532 1072188 36.59 423152 1087760 8 04:42:41 04:40:01 71196 0 702400 37.33 2620 1105328 1499800 51.19 525792 1031872 82992 04:42:41 04:41:01 164304 0 762868 40.54 2184 952188 1267400 43.25 552712 848504 83504 04:42:41 04:42:02 117680 0 754060 40.08 1596 1008208 1093716 37.33 587404 840580 164 04:42:41 Average: 147593 0 641278 34.08 2411 1090262 1175978 40.13 476886 1013595 23815 04:42:41 04:42:41 04:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:42:41 04:36:02 eth0 64.66 51.57 352.45 34.42 0.00 0.00 0.00 0.00 04:42:41 04:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:36:02 docker0 5.85 4.80 1.41 15.90 0.00 0.00 0.00 0.00 04:42:41 04:37:01 eth0 0.71 0.08 0.06 0.01 0.00 0.00 0.00 0.00 04:42:41 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:38:01 eth0 0.90 0.35 0.31 0.20 0.00 0.00 0.00 0.00 04:42:41 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:39:01 eth0 0.55 0.52 0.30 0.21 0.00 0.00 0.00 0.00 04:42:41 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:40:01 eth0 396.16 336.29 4069.19 29.48 0.00 0.00 0.00 0.00 04:42:41 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:41:01 eth0 371.49 296.21 3330.84 33.78 0.00 0.00 0.00 0.00 04:42:41 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:41:01 docker0 16.61 16.29 1.32 122.43 0.00 0.00 0.00 0.00 04:42:41 04:42:02 eth0 103.62 69.96 269.67 25.12 0.00 0.00 0.00 0.00 04:42:41 04:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 04:42:02 docker0 26.94 47.82 1.97 202.93 0.00 0.00 0.00 0.00 04:42:41 Average: eth0 134.40 108.16 1149.32 17.65 0.00 0.00 0.00 0.00 04:42:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:42:41 Average: docker0 7.08 9.88 0.67 48.93 0.00 0.00 0.00 0.00 04:42:41 04:42:41 04:42:41 ---> sar -P ALL: 04:42:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 04:42:41 04:42:41 04:33:49 LINUX RESTART (4 CPU) 04:42:41 04:42:41 04:35:01 CPU %user %nice %system %iowait %steal %idle 04:42:41 04:36:02 all 2.21 0.00 1.94 0.66 7.12 88.07 04:42:41 04:36:02 0 1.63 0.00 1.76 1.30 8.07 87.24 04:42:41 04:36:02 1 2.28 0.00 2.10 0.57 7.26 87.79 04:42:41 04:36:02 2 2.40 0.00 1.82 0.51 6.86 88.41 04:42:41 04:36:02 3 2.53 0.00 2.08 0.23 6.30 88.86 04:42:41 04:37:01 all 0.10 0.00 0.08 0.00 1.10 98.73 04:42:41 04:37:01 0 0.29 0.00 0.08 0.00 1.22 98.41 04:42:41 04:37:01 1 0.02 0.00 0.07 0.00 0.61 99.31 04:42:41 04:37:01 2 0.05 0.00 0.08 0.00 1.49 98.38 04:42:41 04:37:01 3 0.03 0.00 0.07 0.00 1.09 98.81 04:42:41 04:38:01 all 0.08 0.00 0.09 0.00 1.15 98.68 04:42:41 04:38:01 0 0.23 0.00 0.07 0.00 1.65 98.06 04:42:41 04:38:01 1 0.03 0.00 0.08 0.00 0.78 99.10 04:42:41 04:38:01 2 0.03 0.00 0.10 0.00 1.07 98.79 04:42:41 04:38:01 3 0.03 0.00 0.10 0.00 1.09 98.78 04:42:41 04:39:01 all 0.07 0.00 0.02 0.00 0.91 99.00 04:42:41 04:39:01 0 0.02 0.00 0.02 0.00 1.28 98.68 04:42:41 04:39:01 1 0.02 0.00 0.03 0.00 1.22 98.73 04:42:41 04:39:01 2 0.22 0.00 0.02 0.00 0.83 98.94 04:42:41 04:39:01 3 0.02 0.00 0.03 0.00 0.30 99.65 04:42:41 04:40:01 all 3.47 0.00 3.29 0.35 15.29 77.61 04:42:41 04:40:01 0 3.42 0.00 3.26 0.45 16.21 76.64 04:42:41 04:40:01 1 3.18 0.00 3.26 0.06 14.96 78.53 04:42:41 04:40:01 2 3.22 0.00 3.35 0.29 14.76 78.38 04:42:41 04:40:01 3 4.07 0.00 3.27 0.57 15.21 76.87 04:42:41 04:41:01 all 6.87 0.00 6.25 2.12 24.45 60.31 04:42:41 04:41:01 0 8.21 0.00 6.07 2.92 25.97 56.84 04:42:41 04:41:01 1 6.15 0.00 5.68 0.96 23.41 63.80 04:42:41 04:41:01 2 6.97 0.00 7.35 2.29 24.91 58.48 04:42:41 04:41:01 3 6.13 0.00 5.92 2.33 23.51 62.10 04:42:41 04:42:02 all 4.70 0.00 4.65 2.88 11.17 76.60 04:42:41 04:42:02 0 2.95 0.00 4.25 2.53 11.40 78.87 04:42:41 04:42:02 1 3.94 0.00 4.93 3.38 10.47 77.28 04:42:41 04:42:02 2 8.81 0.00 5.18 1.34 11.25 73.42 04:42:41 04:42:02 3 3.14 0.00 4.27 4.26 11.55 76.78 04:42:41 Average: all 2.52 0.00 2.35 0.86 8.80 85.47 04:42:41 Average: 0 2.41 0.00 2.23 1.04 9.47 84.85 04:42:41 Average: 1 2.25 0.00 2.33 0.71 8.47 86.23 04:42:41 Average: 2 3.10 0.00 2.56 0.63 8.76 84.95 04:42:41 Average: 3 2.30 0.00 2.27 1.07 8.50 85.87 04:42:41 04:42:41 04:42:41