Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 05010fbf72023a8ab94f152325133773780bb9d7 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-19060 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 Checking out Revision 05010fbf72023a8ab94f152325133773780bb9d7 (master) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05010fbf72023a8ab94f152325133773780bb9d7 # timeout=10 Commit message: "Merge pull request #422 from hahattan/issue-421" > git rev-list --no-walk d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:03:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:03:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:03:14 ========================================================= 06:03:14 EdgeX Global Pipelines Version Info 06:03:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:03:15 ------------------- 06:03:15 stable info: 06:03:15 ------------------- 06:03:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:03:15 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:03:15 Message: update stable to v1.0.173 06:03:16 ------------------- 06:03:16 experimental info: 06:03:16 ------------------- 06:03:16 Commited By: **** collab-it+edgex@linuxfoundation.org 06:03:16 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:03:16 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:03:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:03:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:03:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:03:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:03:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:03:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 05010fbf72023a8ab94f152325133773780bb9d7 [Pipeline] echo 06:03:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 05010fb [Pipeline] echo 06:03:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:03:20 + git log --format=format:%s -1 05010fbf72023a8ab94f152325133773780bb9d7 [Pipeline] echo 06:03:20 GIT_COMMIT: 05010fbf72023a8ab94f152325133773780bb9d7, Commit Message: Merge pull request #422 from hahattan/issue-421 [Pipeline] echo 06:03:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:03:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:21 06:03:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:03:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:22 latest: Pulling from edgex-devops/git-semver 06:03:22 31603596830f: Pulling fs layer 06:03:22 2a8b12db71e7: Pulling fs layer 06:03:22 6ca5941a6612: Pulling fs layer 06:03:22 ecc8261a40a4: Pulling fs layer 06:03:22 ecc8261a40a4: Waiting 06:03:22 2a8b12db71e7: Verifying Checksum 06:03:22 2a8b12db71e7: Download complete 06:03:22 31603596830f: Verifying Checksum 06:03:22 31603596830f: Download complete 06:03:22 ecc8261a40a4: Verifying Checksum 06:03:22 ecc8261a40a4: Download complete 06:03:22 6ca5941a6612: Verifying Checksum 06:03:22 6ca5941a6612: Download complete 06:03:22 31603596830f: Pull complete 06:03:23 2a8b12db71e7: Pull complete 06:03:24 6ca5941a6612: Pull complete 06:03:24 ecc8261a40a4: Pull complete 06:03:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:03:24 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:03:24 $ 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 06:03:26 $ docker top ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:03:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:26 [ssh-agent] Looking for ssh-agent implementation... 06:03:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:27 $ docker exec ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 ssh-agent 06:03:27 SSH_AUTH_SOCK=/tmp/ssh-jRy5ZDwyhIkJ/agent.11 06:03:27 SSH_AGENT_PID=17 06:03:27 Running ssh-add (command line suppressed) 06:03:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8707051689277740571.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8707051689277740571.key) 06:03:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:28 + git tag --points-at HEAD [Pipeline] } 06:03:28 $ docker exec --env ******** --env ******** ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 ssh-agent -k 06:03:28 unset SSH_AUTH_SOCK; 06:03:28 unset SSH_AGENT_PID; 06:03:28 echo Agent pid 17 killed; 06:03:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:03:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:28 [ssh-agent] Looking for ssh-agent implementation... 06:03:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:28 $ docker exec ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 ssh-agent 06:03:28 SSH_AUTH_SOCK=/tmp/ssh-sCnC7NTsk66y/agent.45 06:03:28 SSH_AGENT_PID=50 06:03:28 Running ssh-add (command line suppressed) 06:03:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8065901688705811722.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8065901688705811722.key) 06:03:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:29 + git semver init 06:03:29 # -> Open(): unable to determine branch for HEAD 06:03:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:03:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:03:29 # $SEMVER_REMOTE_NAME = origin 06:03:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:03:29 # $SEMVER_USER_NAME = edgex-jenkins 06:03:29 # $SEMVER_BRANCH = master 06:03:29 # $SEMVER_TEMP = /tmp/semver-250069680 06:03:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:03:29 # '/tmp/semver-250069680' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 06:03:29 # -> Force: false 06:03:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:03:29 $ docker exec --env ******** --env ******** ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 ssh-agent -k 06:03:29 unset SSH_AUTH_SOCK; 06:03:29 unset SSH_AGENT_PID; 06:03:29 echo Agent pid 50 killed; 06:03:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:30 + git semver [Pipeline] } 06:03:30 $ docker stop --time=1 ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 06:03:32 $ docker rm -f ca895ce28d2275bf3a42cfc0f78a4a191a973863a527ada34b44dba54013d4e5 [Pipeline] // withDockerContainer [Pipeline] sh 06:03:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:03:33 Stashed 1 file(s) [Pipeline] echo 06:03:33 [edgeXSemver]: initialized semver on version 0.1.141 [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 06:03:48 Still waiting to schedule task 06:03:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:03:48 Still waiting to schedule task 06:03:48 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 06:05:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19062 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:05:38 Running in /w/workspace/go-mod-core-contracts/110 [Pipeline] { [Pipeline] checkout 06:05:43 using credential edgex-jenkins-ssh 06:05:43 Cloning the remote Git repository 06:05:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:43 > git init /w/workspace/go-mod-core-contracts/110 # timeout=10 06:05:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:43 > git --version # timeout=10 06:05:43 > git --version # 'git version 2.17.1' 06:05:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:45 Checking out Revision 05010fbf72023a8ab94f152325133773780bb9d7 (master) 06:05:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:05:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:05:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:05:45 > git config core.sparsecheckout # timeout=10 06:05:45 > git checkout -f 05010fbf72023a8ab94f152325133773780bb9d7 # timeout=10 06:05:50 Commit message: "Merge pull request #422 from hahattan/issue-421" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:05:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:05:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:05:52 + sudo service docker restart 06:05:52 + true [Pipeline] unstash [Pipeline] echo 06:05:55 ========================================================= 06:05:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:05:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:05:56 + 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 . 06:05:57 Sending build context to Docker daemon 2.121MB 06:05:57 Step 1/7 : ARG BASE=golang:1.15-alpine 06:05:57 Step 2/7 : FROM ${BASE} 06:05:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:05:57 5f621e34cdf4: Pulling fs layer 06:05:57 a4357932f1b6: Pulling fs layer 06:05:57 18c013af1878: Pulling fs layer 06:05:57 00ac8860ef70: Pulling fs layer 06:05:57 63d7cb157983: Pulling fs layer 06:05:57 b116817d02f9: Pulling fs layer 06:05:57 745a02a5169b: Pulling fs layer 06:05:57 63d7cb157983: Waiting 06:05:57 b116817d02f9: Waiting 06:05:57 745a02a5169b: Waiting 06:05:57 00ac8860ef70: Waiting 06:05:57 18c013af1878: Verifying Checksum 06:05:57 18c013af1878: Download complete 06:05:57 a4357932f1b6: Download complete 06:05:57 63d7cb157983: Verifying Checksum 06:05:57 63d7cb157983: Download complete 06:05:57 b116817d02f9: Verifying Checksum 06:05:57 b116817d02f9: Download complete 06:05:57 5f621e34cdf4: Verifying Checksum 06:05:57 5f621e34cdf4: Download complete 06:05:58 5f621e34cdf4: Pull complete 06:05:58 a4357932f1b6: Pull complete 06:05:59 18c013af1878: Pull complete 06:06:00 745a02a5169b: Verifying Checksum 06:06:00 745a02a5169b: Download complete 06:06:01 00ac8860ef70: Verifying Checksum 06:06:01 00ac8860ef70: Download complete 06:06:11 00ac8860ef70: Pull complete 06:06:11 63d7cb157983: Pull complete 06:06:12 b116817d02f9: Pull complete 06:06:16 745a02a5169b: Pull complete 06:06:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:06:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:06:16 ---> b7e6874047d6 06:06:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:06:18 Running on prd-centos7-docker-4c-2g-19063 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:06:18 Running in /w/workspace/go-mod-core-contracts/110 [Pipeline] { [Pipeline] checkout 06:06:19 ---> Running in 28c52e47c0c8 06:06:19 Removing intermediate container 28c52e47c0c8 06:06:19 ---> 9b0864867f7d 06:06:19 Step 4/7 : RUN apk add bash 06:06:19 ---> Running in 93edb1d1190b 06:06:20 using credential edgex-jenkins-ssh 06:06:20 Cloning the remote Git repository 06:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:20 > git init /w/workspace/go-mod-core-contracts/110 # timeout=10 06:06:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:20 > git --version # timeout=10 06:06:21 > git --version # 'git version 2.24.3' 06:06:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:06:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:06:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:22 Checking out Revision 05010fbf72023a8ab94f152325133773780bb9d7 (master) 06:06:22 OK: 142 MiB in 39 packages 06:06:22 > git config core.sparsecheckout # timeout=10 06:06:22 > git checkout -f 05010fbf72023a8ab94f152325133773780bb9d7 # timeout=10 06:06:23 Removing intermediate container 93edb1d1190b 06:06:23 ---> b5fe234327c3 06:06:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:06:23 ---> Running in cc44e60e6c24 06:06:24 Removing intermediate container cc44e60e6c24 06:06:24 ---> b2c0b5fac88c 06:06:24 Step 6/7 : COPY go.mod . 06:06:25 ---> 6fdeb37e50c8 06:06:25 Step 7/7 : RUN go mod download 06:06:25 ---> Running in e2b97d3e9577 06:06:25 Commit message: "Merge pull request #422 from hahattan/issue-421" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:06:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:06:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:06:27 + sudo service docker restart 06:06:27 + true 06:06:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 06:06:29 ========================================================= 06:06:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:06:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:29 + 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 . 06:06:30 Sending build context to Docker daemon 2.122MB 06:06:30 Step 1/7 : ARG BASE=golang:1.15-alpine 06:06:30 Step 2/7 : FROM ${BASE} 06:06:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:06:30 188c0c94c7c5: Pulling fs layer 06:06:30 0ef7d3d256c8: Pulling fs layer 06:06:30 de9db76c5a1d: Pulling fs layer 06:06:30 bca2f99d35d6: Pulling fs layer 06:06:30 93359f2a8cfa: Pulling fs layer 06:06:30 7c6f9722023f: Pulling fs layer 06:06:30 a35cf1a2eb13: Pulling fs layer 06:06:30 93359f2a8cfa: Waiting 06:06:30 7c6f9722023f: Waiting 06:06:30 a35cf1a2eb13: Waiting 06:06:30 bca2f99d35d6: Waiting 06:06:30 de9db76c5a1d: Verifying Checksum 06:06:30 de9db76c5a1d: Download complete 06:06:30 0ef7d3d256c8: Verifying Checksum 06:06:30 0ef7d3d256c8: Download complete 06:06:30 93359f2a8cfa: Download complete 06:06:30 7c6f9722023f: Verifying Checksum 06:06:30 7c6f9722023f: Download complete 06:06:30 188c0c94c7c5: Verifying Checksum 06:06:30 188c0c94c7c5: Download complete 06:06:30 188c0c94c7c5: Pull complete 06:06:30 0ef7d3d256c8: Pull complete 06:06:30 de9db76c5a1d: Pull complete 06:06:31 a35cf1a2eb13: Verifying Checksum 06:06:31 a35cf1a2eb13: Download complete 06:06:32 bca2f99d35d6: Verifying Checksum 06:06:32 bca2f99d35d6: Download complete 06:06:38 bca2f99d35d6: Pull complete 06:06:38 93359f2a8cfa: Pull complete 06:06:38 7c6f9722023f: Pull complete 06:06:40 Removing intermediate container e2b97d3e9577 06:06:40 ---> 04773590f25f 06:06:40 Successfully built 04773590f25f 06:06:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:06:40 + docker inspect -f . ci-base-image-arm64 06:06:40 . [Pipeline] withDockerContainer 06:06:40 prd-ubuntu18.04-docker-arm64-4c-16g-19062 does not seem to be running inside a container 06:06:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/110 -v /w/workspace/go-mod-core-contracts/110:/w/workspace/go-mod-core-contracts/110:rw,z -v /w/workspace/go-mod-core-contracts/110@tmp:/w/workspace/go-mod-core-contracts/110@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 06:06:42 $ docker top eee688189111440b270aaa314325e92d5a0bdfdb6b73db4af0b567dd3a68bf26 -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:43 + go version 06:06:43 go version go1.15.5 linux/arm64 [Pipeline] } 06:06:43 $ docker stop --time=1 eee688189111440b270aaa314325e92d5a0bdfdb6b73db4af0b567dd3a68bf26 06:06:43 a35cf1a2eb13: Pull complete 06:06:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:06:43 ---> a62c8e92a672 06:06:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:06:43 ---> Running in 879c28f7fb8c 06:06:43 Removing intermediate container 879c28f7fb8c 06:06:43 ---> 9b2052e2dfcf 06:06:43 Step 4/7 : RUN apk add bash 06:06:43 ---> Running in bc5b2739fc6a 06:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:06:45 $ docker rm -f eee688189111440b270aaa314325e92d5a0bdfdb6b73db4af0b567dd3a68bf26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 06:06:45 OK: 166 MiB in 39 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:06:46 + docker inspect -f . ci-base-image-arm64 06:06:46 . 06:06:46 Removing intermediate container bc5b2739fc6a 06:06:46 ---> 63031c493665 06:06:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:06:46 ---> Running in 3b074504eede [Pipeline] withDockerContainer 06:06:46 prd-ubuntu18.04-docker-arm64-4c-16g-19062 does not seem to be running inside a container 06:06:46 Removing intermediate container 3b074504eede 06:06:46 ---> f804d28a8792 06:06:46 Step 6/7 : COPY go.mod . 06:06:46 ---> 90d647d94334 06:06:46 Step 7/7 : RUN go mod download 06:06:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/110 -v /w/workspace/go-mod-core-contracts/110:/w/workspace/go-mod-core-contracts/110:rw,z -v /w/workspace/go-mod-core-contracts/110@tmp:/w/workspace/go-mod-core-contracts/110@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 06:06:46 ---> Running in d81b843c0460 06:06:48 $ docker top 8ca1d0124b75fb0bfb32d1c8c5bbfe880e83c4c91bc76d2a405da307497bdbc8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:49 + make test 06:06:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:06:59 Removing intermediate container d81b843c0460 06:06:59 ---> 96899ff5b95f 06:06:59 Successfully built 96899ff5b95f 06:06:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:06:59 + docker inspect -f . ci-base-image-x86_64 06:06:59 . [Pipeline] withDockerContainer 06:06:59 prd-centos7-docker-4c-2g-19063 does not seem to be running inside a container 06:06:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/110 -v /w/workspace/go-mod-core-contracts/110:/w/workspace/go-mod-core-contracts/110:rw,z -v /w/workspace/go-mod-core-contracts/110@tmp:/w/workspace/go-mod-core-contracts/110@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 06:07:00 $ docker top fa91060482e31f7187d55d4ba45ae0db9c5c89481f3fe91ea2c652f960daec27 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:01 + go version 06:07:01 go version go1.15.5 linux/amd64 [Pipeline] } 06:07:01 $ docker stop --time=1 fa91060482e31f7187d55d4ba45ae0db9c5c89481f3fe91ea2c652f960daec27 06:07:02 $ docker rm -f fa91060482e31f7187d55d4ba45ae0db9c5c89481f3fe91ea2c652f960daec27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:03 + docker inspect -f . ci-base-image-x86_64 06:07:03 . [Pipeline] withDockerContainer 06:07:03 prd-centos7-docker-4c-2g-19063 does not seem to be running inside a container 06:07:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/110 -v /w/workspace/go-mod-core-contracts/110:/w/workspace/go-mod-core-contracts/110:rw,z -v /w/workspace/go-mod-core-contracts/110@tmp:/w/workspace/go-mod-core-contracts/110@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 06:07:03 $ docker top 0bc364c28c5a07eb69ff399c0df77afa7cc4470bbe8364ddd258a5c6581de25c -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:04 + make test 06:07:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:07:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:07:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:07:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements 06:07:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.035s coverage: 100.0% of statements 06:07:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements 06:07:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements 06:07:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.018s coverage: 45.4% of statements 06:07:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements 06:07:12 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:07:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 26.3% of statements 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.021s coverage: 14.7% of statements 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.017s coverage: 100.0% of statements 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.030s coverage: 91.8% of statements 06:07:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:07:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.047s coverage: 77.8% of statements 06:07:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:07:13 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 47.8% of statements 06:07:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.033s coverage: 26.3% of statements 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.051s coverage: 63.0% of statements 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.030s coverage: 14.3% of statements 06:07:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.046s coverage: 14.7% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.018s coverage: 100.0% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements 06:07:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:07:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.073s coverage: 100.0% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.036s coverage: 84.4% of statements 06:07:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:07:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.024s coverage: 44.1% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 94.4% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.032s coverage: 93.2% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.025s coverage: 47.8% of statements 06:07:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 06:07:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:07:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:07:18 gofmt -l . 06:07:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:07:18 $ docker stop --time=1 0bc364c28c5a07eb69ff399c0df77afa7cc4470bbe8364ddd258a5c6581de25c 06:07:21 $ docker rm -f 0bc364c28c5a07eb69ff399c0df77afa7cc4470bbe8364ddd258a5c6581de25c [Pipeline] // withDockerContainer [Pipeline] sh 06:07:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:07:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.078s coverage: 63.0% of statements 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.026s coverage: 26.3% of statements 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.049s coverage: 15.4% of statements 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.037s coverage: 15.4% of statements 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.047s coverage: 14.3% of statements 06:07:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [Pipeline] } 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.127s coverage: 84.4% of statements 06:07:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:07:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:07:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.056s coverage: 44.1% of statements 06:07:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.053s coverage: 94.4% of statements 06:07:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.126s coverage: 93.2% of statements 06:07:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 06:07:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:07:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:07:31 gofmt -l . 06:07:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:07:31 $ docker stop --time=1 8ca1d0124b75fb0bfb32d1c8c5bbfe880e83c4c91bc76d2a405da307497bdbc8 06:07:34 $ docker rm -f 8ca1d0124b75fb0bfb32d1c8c5bbfe880e83c4c91bc76d2a405da307497bdbc8 [Pipeline] // withDockerContainer [Pipeline] sh 06:07:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:07:35 Warning: overwriting stash ‘coverage-report’ 06:07:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:07:38 provisioning config files... 06:07:38 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5395930900421838921tmp [Pipeline] { [Pipeline] sh 06:07:38 + set +x 06:07:38 + curl -s https://codecov.io/bash 06:07:38 + bash -s -- 06:07:38 06:07:38 _____ _ 06:07:38 / ____| | | 06:07:38 | | ___ __| | ___ ___ _____ __ 06:07:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:07:38 | |___| (_) | (_| | __/ (_| (_) \ V / 06:07:38 \_____\___/ \__,_|\___|\___\___/ \_/ 06:07:38 Bash-20201231-23d4836 06:07:38 06:07:38 06:07:38 ==> git version 2.24.3 found 06:07:38 ==> 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 06:07:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:07:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:07:38 ==> Jenkins CI detected. 06:07:38 project root: . 06:07:38 --> token set from env 06:07:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:07:38 ==> Running gcov in . (disable via -X gcov) 06:07:38 ==> Python coveragepy not found 06:07:38 ==> Searching for coverage reports in: 06:07:38 + . 06:07:38 -> Found 1 reports 06:07:38 ==> Detecting git/mercurial file structure 06:07:38 ==> Reading reports 06:07:38 + ./coverage.out bytes=119868 06:07:38 ==> Appending adjustments 06:07:38 https://docs.codecov.io/docs/fixing-reports 06:07:39 + Found adjustments 06:07:39 ==> Gzipping contents 06:07:39 20K /tmp/codecov.PdNdAA.gz 06:07:39 ==> Uploading reports 06:07:39 url: https://codecov.io 06:07:39 query: branch=master&commit=05010fbf72023a8ab94f152325133773780bb9d7&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:07:39 -> Pinging Codecov 06:07:39 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=05010fbf72023a8ab94f152325133773780bb9d7&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:07:40 -> Uploading to 06:07:40 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/71470A77251A30514AAF9C0BB2E5B6CE/05010fbf72023a8ab94f152325133773780bb9d7/82149557-0e66-4206-ad38-b9b64423deb1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T060739Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c2fbb6f5390af9d0bf64b9c4abe3f8b571faffd72a480303261024a73a04360 06:07:40 % Total % Received % Xferd Average Speed Time Time Time Current 06:07:40 Dload Upload Total Spent Left Speed 06:07:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19101 0 0 100 19101 0 38163 --:--:-- --:--:-- --:--:-- 38202 06:07:40 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/05010fbf72023a8ab94f152325133773780bb9d7 [Pipeline] } 06:07:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:07:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:07:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:07:41 06:07:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:07:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:07:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:07:41 188c0c94c7c5: Pulling fs layer 06:07:41 0ef7d3d256c8: Pulling fs layer 06:07:41 de9db76c5a1d: Pulling fs layer 06:07:41 0eba1c9be4d2: Pulling fs layer 06:07:41 0d57e429df01: Pulling fs layer 06:07:41 4e4be7b47b0d: Pulling fs layer 06:07:41 e1f770b5df2f: Pulling fs layer 06:07:41 85a0685a4137: Pulling fs layer 06:07:41 0eba1c9be4d2: Waiting 06:07:41 4e4be7b47b0d: Waiting 06:07:41 85a0685a4137: Waiting 06:07:41 e1f770b5df2f: Waiting 06:07:41 0d57e429df01: Waiting 06:07:41 de9db76c5a1d: Verifying Checksum 06:07:41 de9db76c5a1d: Download complete 06:07:41 0ef7d3d256c8: Verifying Checksum 06:07:41 0ef7d3d256c8: Download complete 06:07:41 0d57e429df01: Verifying Checksum 06:07:41 0d57e429df01: Download complete 06:07:41 4e4be7b47b0d: Verifying Checksum 06:07:41 4e4be7b47b0d: Download complete 06:07:41 188c0c94c7c5: Verifying Checksum 06:07:41 188c0c94c7c5: Download complete 06:07:42 188c0c94c7c5: Pull complete 06:07:42 0ef7d3d256c8: Pull complete 06:07:42 de9db76c5a1d: Pull complete 06:07:43 e1f770b5df2f: Verifying Checksum 06:07:43 e1f770b5df2f: Download complete 06:07:45 0eba1c9be4d2: Verifying Checksum 06:07:45 0eba1c9be4d2: Download complete 06:07:45 85a0685a4137: Verifying Checksum 06:07:45 85a0685a4137: Download complete 06:07:50 0eba1c9be4d2: Pull complete 06:07:50 0d57e429df01: Pull complete 06:07:51 4e4be7b47b0d: Pull complete 06:07:52 e1f770b5df2f: Pull complete 06:08:01 85a0685a4137: Pull complete 06:08:01 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:08:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:08:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:08:01 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:08:01 $ 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 06:08:02 $ docker top b230391439911e1b0b0429acf4749401f6b49595c207ca6518b994db4e7cd8c5 -eo pid,comm [Pipeline] { [Pipeline] echo 06:08:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:08:03 + set -o pipefail 06:08:03 + snyk monitor '--org=edgex-jenkins' 06:08:13 06:08:13 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 06:08:13 06:08:13 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/689849cd-2085-4304-8e7f-2cf577feed93 06:08:13 06:08:13 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:08:13 06:08:13 [Pipeline] } 06:08:13 $ docker stop --time=1 b230391439911e1b0b0429acf4749401f6b49595c207ca6518b994db4e7cd8c5 06:08:15 $ docker rm -f b230391439911e1b0b0429acf4749401f6b49595c207ca6518b994db4e7cd8c5 [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 06:08:17 + git log --format=format:%s -1 05010fbf72023a8ab94f152325133773780bb9d7 [Pipeline] isUnix [Pipeline] sh 06:08:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:17 . [Pipeline] withDockerContainer 06:08:17 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:08:17 $ 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 06:08:18 $ docker top 476493b7fb743cd41035261267246a5ebddb1f87aeb10c68f19ebcd135fec0e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:18 [ssh-agent] Looking for ssh-agent implementation... 06:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:19 $ docker exec 476493b7fb743cd41035261267246a5ebddb1f87aeb10c68f19ebcd135fec0e7 ssh-agent 06:08:19 SSH_AUTH_SOCK=/tmp/ssh-pUbAqqqbvwyH/agent.12 06:08:19 SSH_AGENT_PID=18 06:08:19 Running ssh-add (command line suppressed) 06:08:19 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6478092047302322900.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6478092047302322900.key) 06:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:19 + git semver tag 06:08:19 # -> Open(): unable to determine branch for HEAD 06:08:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:08:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:08:19 # $SEMVER_REMOTE_NAME = origin 06:08:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:19 # $SEMVER_USER_NAME = edgex-jenkins 06:08:19 # $SEMVER_BRANCH = master 06:08:19 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:08:19 # 05010fbf72023a8ab94f152325133773780bb9d7 HEAD 06:08:20 # -> Force: false 06:08:20 # 46e431eacdaf0262ed94086b5e64c3f9a26cce8c refs/tags/v0.1.141 [Pipeline] } 06:08:20 $ docker exec --env ******** --env ******** 476493b7fb743cd41035261267246a5ebddb1f87aeb10c68f19ebcd135fec0e7 ssh-agent -k 06:08:20 unset SSH_AUTH_SOCK; 06:08:20 unset SSH_AGENT_PID; 06:08:20 echo Agent pid 18 killed; 06:08:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:20 + git semver [Pipeline] } 06:08:20 $ docker stop --time=1 476493b7fb743cd41035261267246a5ebddb1f87aeb10c68f19ebcd135fec0e7 06:08:22 $ docker rm -f 476493b7fb743cd41035261267246a5ebddb1f87aeb10c68f19ebcd135fec0e7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:08:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:22 06:08:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:08:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:24 0.23.1-centos7: Pulling from edgex-lftools 06:08:24 ab5ef0e58194: Pulling fs layer 06:08:24 9712f1f96733: Pulling fs layer 06:08:24 63f879dbbcfc: Pulling fs layer 06:08:24 0d9ebad4ef96: Pulling fs layer 06:08:24 e9a5061849ea: Pulling fs layer 06:08:24 d747dcd14b5f: Pulling fs layer 06:08:24 2de7ff778b66: Pulling fs layer 06:08:24 e9a5061849ea: Waiting 06:08:24 d747dcd14b5f: Waiting 06:08:24 2de7ff778b66: Waiting 06:08:24 0d9ebad4ef96: Waiting 06:08:24 9712f1f96733: Verifying Checksum 06:08:24 9712f1f96733: Download complete 06:08:25 63f879dbbcfc: Verifying Checksum 06:08:25 63f879dbbcfc: Download complete 06:08:25 e9a5061849ea: Verifying Checksum 06:08:25 e9a5061849ea: Download complete 06:08:25 d747dcd14b5f: Verifying Checksum 06:08:25 d747dcd14b5f: Download complete 06:08:25 2de7ff778b66: Verifying Checksum 06:08:25 2de7ff778b66: Download complete 06:08:25 0d9ebad4ef96: Verifying Checksum 06:08:25 0d9ebad4ef96: Download complete 06:08:26 ab5ef0e58194: Verifying Checksum 06:08:26 ab5ef0e58194: Download complete 06:08:30 ab5ef0e58194: Pull complete 06:08:30 9712f1f96733: Pull complete 06:08:33 63f879dbbcfc: Pull complete 06:08:39 0d9ebad4ef96: Pull complete 06:08:40 e9a5061849ea: Pull complete 06:08:40 d747dcd14b5f: Pull complete 06:08:43 2de7ff778b66: Pull complete 06:08:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:08:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:08:43 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:08:43 $ 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 06:08:47 $ docker top f972c56c7b2ca6aceceec0ea39c924eec4847ecd62fe62ae5ef731e356938a69 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:08:47 provisioning config files... 06:08:47 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config417961722923693923tmp 06:08:47 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3020829837369003419tmp 06:08:47 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3647376447792348760tmp [Pipeline] { [Pipeline] echo 06:08:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:08:48 ---> sigul-configuration.sh 06:08:48 gpg: directory `/root/.gnupg' created 06:08:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:08:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:08:48 gpg: keyring `/root/.gnupg/secring.gpg' created 06:08:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:08:48 gpg: CAST5 encrypted data 06:08:48 gpg: encrypted with 1 passphrase 06:08:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:08:48 + mkdir /home/jenkins 06:08:48 + mkdir /home/jenkins/sigul [Pipeline] sh 06:08:49 + 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 06:08:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:08:49 ---> sigul-install.sh 06:08:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:08:55 + git tag --list 06:08:55 v0.0.0 06:08:55 v0.0.1 06:08:55 v0.1.0 06:08:55 v0.1.1 06:08:55 v0.1.10 06:08:55 v0.1.100 06:08:55 v0.1.101 06:08:55 v0.1.102 06:08:55 v0.1.103 06:08:55 v0.1.104 06:08:55 v0.1.105 06:08:55 v0.1.106 06:08:55 v0.1.107 06:08:55 v0.1.108 06:08:55 v0.1.109 06:08:55 v0.1.11 06:08:55 v0.1.110 06:08:55 v0.1.111 06:08:55 v0.1.112 06:08:55 v0.1.113 06:08:55 v0.1.114 06:08:55 v0.1.115 06:08:55 v0.1.116 06:08:55 v0.1.117 06:08:55 v0.1.118 06:08:55 v0.1.119 06:08:55 v0.1.12 06:08:55 v0.1.120 06:08:55 v0.1.121 06:08:55 v0.1.122 06:08:55 v0.1.123 06:08:55 v0.1.124 06:08:55 v0.1.125 06:08:55 v0.1.126 06:08:55 v0.1.127 06:08:55 v0.1.128 06:08:55 v0.1.129 06:08:55 v0.1.13 06:08:55 v0.1.130 06:08:55 v0.1.131 06:08:55 v0.1.132 06:08:55 v0.1.133 06:08:55 v0.1.134 06:08:55 v0.1.135 06:08:55 v0.1.136 06:08:55 v0.1.137 06:08:55 v0.1.138 06:08:55 v0.1.139 06:08:55 v0.1.14 06:08:55 v0.1.140 06:08:55 v0.1.141 06:08:55 v0.1.15 06:08:55 v0.1.16 06:08:55 v0.1.17 06:08:55 v0.1.18 06:08:55 v0.1.19 06:08:55 v0.1.2 06:08:55 v0.1.20 06:08:55 v0.1.21 06:08:55 v0.1.22 06:08:55 v0.1.23 06:08:55 v0.1.24 06:08:55 v0.1.25 06:08:55 v0.1.26 06:08:55 v0.1.27 06:08:55 v0.1.28 06:08:55 v0.1.29 06:08:55 v0.1.3 06:08:55 v0.1.30 06:08:55 v0.1.31 06:08:55 v0.1.32 06:08:55 v0.1.33 06:08:55 v0.1.34 06:08:55 v0.1.35 06:08:55 v0.1.36 06:08:55 v0.1.37 06:08:55 v0.1.38 06:08:55 v0.1.39 06:08:55 v0.1.4 06:08:55 v0.1.40 06:08:55 v0.1.41 06:08:55 v0.1.42 06:08:55 v0.1.43 06:08:55 v0.1.44 06:08:55 v0.1.45 06:08:55 v0.1.46 06:08:55 v0.1.47 06:08:55 v0.1.48 06:08:55 v0.1.49 06:08:55 v0.1.5 06:08:55 v0.1.50 06:08:55 v0.1.51 06:08:55 v0.1.52 06:08:55 v0.1.53 06:08:55 v0.1.54 06:08:55 v0.1.55 06:08:55 v0.1.56 06:08:55 v0.1.57 06:08:55 v0.1.58 06:08:55 v0.1.59 06:08:55 v0.1.6 06:08:55 v0.1.60 06:08:55 v0.1.61 06:08:55 v0.1.62 06:08:55 v0.1.63 06:08:55 v0.1.64 06:08:55 v0.1.65 06:08:55 v0.1.66 06:08:55 v0.1.67 06:08:55 v0.1.68 06:08:55 v0.1.69 06:08:55 v0.1.7 06:08:55 v0.1.70 06:08:55 v0.1.71 06:08:55 v0.1.72 06:08:55 v0.1.73 06:08:55 v0.1.74 06:08:55 v0.1.75 06:08:55 v0.1.76 06:08:55 v0.1.77 06:08:55 v0.1.78 06:08:55 v0.1.79 06:08:55 v0.1.8 06:08:55 v0.1.80 06:08:55 v0.1.81 06:08:55 v0.1.82 06:08:55 v0.1.83 06:08:55 v0.1.84 06:08:55 v0.1.85 06:08:55 v0.1.86 06:08:55 v0.1.87 06:08:55 v0.1.88 06:08:55 v0.1.89 06:08:55 v0.1.9 06:08:55 v0.1.90 06:08:55 v0.1.91 06:08:55 v0.1.92 06:08:55 v0.1.93 06:08:55 v0.1.94 06:08:55 v0.1.95 06:08:55 v0.1.96 06:08:55 v0.1.97 06:08:55 v0.1.98 06:08:55 v0.1.99 [Pipeline] sh 06:08:55 + lftools sign git-tag v0.1.141 06:08:56 Signing Git tag with Sigul... 06:08:56 Signing v0.1.141 [Pipeline] echo 06:08:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:08:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:08:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:08:58 $ docker stop --time=1 f972c56c7b2ca6aceceec0ea39c924eec4847ecd62fe62ae5ef731e356938a69 06:09:00 $ docker rm -f f972c56c7b2ca6aceceec0ea39c924eec4847ecd62fe62ae5ef731e356938a69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:09:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:09:01 . [Pipeline] withDockerContainer 06:09:01 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:09:01 $ 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 06:09:02 $ docker top f400b285dec53e55803768888ad5e3f1ac80440a7d761ae3f0b9c781462f3bbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:09:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:02 [ssh-agent] Looking for ssh-agent implementation... 06:09:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:02 $ docker exec f400b285dec53e55803768888ad5e3f1ac80440a7d761ae3f0b9c781462f3bbb ssh-agent 06:09:03 SSH_AUTH_SOCK=/tmp/ssh-6IrWRNt7WhaZ/agent.11 06:09:03 SSH_AGENT_PID=16 06:09:03 Running ssh-add (command line suppressed) 06:09:03 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6188599859396102318.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6188599859396102318.key) 06:09:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:03 + git semver bump patch 06:09:03 # -> Open(): unable to determine branch for HEAD 06:09:03 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:09:03 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:09:03 # $SEMVER_REMOTE_NAME = origin 06:09:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:09:03 # $SEMVER_USER_NAME = edgex-jenkins 06:09:03 # $SEMVER_BRANCH = master 06:09:03 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:09:03 0.1.142 [Pipeline] } 06:09:03 $ docker exec --env ******** --env ******** f400b285dec53e55803768888ad5e3f1ac80440a7d761ae3f0b9c781462f3bbb ssh-agent -k 06:09:03 unset SSH_AUTH_SOCK; 06:09:03 unset SSH_AGENT_PID; 06:09:03 echo Agent pid 16 killed; 06:09:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:04 + git semver [Pipeline] } 06:09:04 $ docker stop --time=1 f400b285dec53e55803768888ad5e3f1ac80440a7d761ae3f0b9c781462f3bbb 06:09:05 $ docker rm -f f400b285dec53e55803768888ad5e3f1ac80440a7d761ae3f0b9c781462f3bbb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:09:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:09:06 . [Pipeline] withDockerContainer 06:09:06 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:09:06 $ 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 06:09:07 $ docker top 31229100bd72602cc9878a8920c61228a816ea590f40ef303bb838bf034bc475 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:09:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:07 [ssh-agent] Looking for ssh-agent implementation... 06:09:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:07 $ docker exec 31229100bd72602cc9878a8920c61228a816ea590f40ef303bb838bf034bc475 ssh-agent 06:09:07 SSH_AUTH_SOCK=/tmp/ssh-sOeqRVaNBTUi/agent.11 06:09:07 SSH_AGENT_PID=16 06:09:07 Running ssh-add (command line suppressed) 06:09:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_144589123479192884.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_144589123479192884.key) 06:09:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:08 + git semver push 06:09:08 # -> Open(): unable to determine branch for HEAD 06:09:08 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:09:08 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:09:08 # $SEMVER_REMOTE_NAME = origin 06:09:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:09:08 # $SEMVER_USER_NAME = edgex-jenkins 06:09:08 # $SEMVER_BRANCH = master 06:09:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:09:14 $ docker exec --env ******** --env ******** 31229100bd72602cc9878a8920c61228a816ea590f40ef303bb838bf034bc475 ssh-agent -k 06:09:15 unset SSH_AUTH_SOCK; 06:09:15 unset SSH_AGENT_PID; 06:09:15 echo Agent pid 16 killed; 06:09:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:15 + git semver [Pipeline] } 06:09:15 $ docker stop --time=1 31229100bd72602cc9878a8920c61228a816ea590f40ef303bb838bf034bc475 06:09:17 $ docker rm -f 31229100bd72602cc9878a8920c61228a816ea590f40ef303bb838bf034bc475 [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 06:09:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:09:19 ---> package-listing.sh 06:09:19 ++ facter osfamily 06:09:19 ++ tr '[:upper:]' '[:lower:]' 06:09:19 + OS_FAMILY=redhat 06:09:19 + workspace=/w/workspace/dry_go-mod-core-contracts_master 06:09:19 + START_PACKAGES=/tmp/packages_start.txt 06:09:19 + END_PACKAGES=/tmp/packages_end.txt 06:09:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:09:19 + PACKAGES=/tmp/packages_start.txt 06:09:19 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:09:19 + PACKAGES=/tmp/packages_end.txt 06:09:19 + case "${OS_FAMILY}" in 06:09:19 + rpm -qa 06:09:19 + sort 06:09:24 + '[' -f /tmp/packages_start.txt ']' 06:09:24 + '[' -f /tmp/packages_end.txt ']' 06:09:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:09:24 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:09:24 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 06:09:24 + 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 06:09:24 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 06:09:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:09:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:25 06:09:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:09:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:25 alpine: Pulling from edgex-lftools-log-publisher 06:09:25 df20fa9351a1: Pulling fs layer 06:09:25 36b3adc4ff6f: Pulling fs layer 06:09:25 8ad3a11d3b57: Pulling fs layer 06:09:25 46f8f816bc3b: Pulling fs layer 06:09:25 93b61091891f: Pulling fs layer 06:09:25 93b9cdb0e59b: Pulling fs layer 06:09:25 5e14af77c1be: Pulling fs layer 06:09:25 01666e4c0597: Pulling fs layer 06:09:25 aa168da1d23b: Pulling fs layer 06:09:25 93b61091891f: Waiting 06:09:25 93b9cdb0e59b: Waiting 06:09:25 5e14af77c1be: Waiting 06:09:25 01666e4c0597: Waiting 06:09:25 aa168da1d23b: Waiting 06:09:25 46f8f816bc3b: Waiting 06:09:25 36b3adc4ff6f: Verifying Checksum 06:09:25 36b3adc4ff6f: Download complete 06:09:25 46f8f816bc3b: Verifying Checksum 06:09:25 46f8f816bc3b: Download complete 06:09:25 df20fa9351a1: Verifying Checksum 06:09:25 df20fa9351a1: Download complete 06:09:25 93b61091891f: Verifying Checksum 06:09:25 93b61091891f: Download complete 06:09:26 93b9cdb0e59b: Verifying Checksum 06:09:26 93b9cdb0e59b: Download complete 06:09:26 5e14af77c1be: Verifying Checksum 06:09:26 5e14af77c1be: Download complete 06:09:26 01666e4c0597: Verifying Checksum 06:09:26 01666e4c0597: Download complete 06:09:26 8ad3a11d3b57: Verifying Checksum 06:09:26 8ad3a11d3b57: Download complete 06:09:26 df20fa9351a1: Pull complete 06:09:27 36b3adc4ff6f: Pull complete 06:09:28 aa168da1d23b: Verifying Checksum 06:09:28 aa168da1d23b: Download complete 06:09:28 8ad3a11d3b57: Pull complete 06:09:28 46f8f816bc3b: Pull complete 06:09:29 93b61091891f: Pull complete 06:09:29 93b9cdb0e59b: Pull complete 06:09:29 5e14af77c1be: Pull complete 06:09:29 01666e4c0597: Pull complete 06:09:37 aa168da1d23b: Pull complete 06:09:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:09:37 prd-centos7-docker-4c-2g-19060 does not seem to be running inside a container 06:09:37 $ 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 06:09:40 $ docker top 2816adf70a15edd37c2ebae0128acbd42654df1f2ef7badbe395d37bf7edac8a -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:41 + touch /tmp/pre-build-complete [Pipeline] sh 06:09:41 + mkdir -p /var/log/sa [Pipeline] sh 06:09:41 + ls /var/log/sa-host 06:09:41 + sadf -c /var/log/sa-host/sa08 06:09:41 file_magic: OK 06:09:41 HZ: Using current value: 100 06:09:41 file_header: OK 06:09:41 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 06:09:41 Statistics: 06:09:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:09:41 File successfully converted to sysstat format version 12.2.1 06:09:41 + sadf -c /var/log/sa-host/sa23 06:09:41 file_magic: OK 06:09:41 HZ: Using current value: 100 06:09:41 file_header: OK 06:09:41 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 06:09:41 Statistics: 06:09:41 Hnuu...uuuununununu... 06:09:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:42 provisioning config files... 06:09:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3431540641904194986tmp [Pipeline] { [Pipeline] echo 06:09:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:09:42 ---> create-netrc.sh [Pipeline] } 06:09:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:09:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:09:42 ---> python-tools-install.sh [Pipeline] echo 06:09:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:09:43 ---> sudo-logs.sh 06:09:43 Archiving 'sudo' log.. [Pipeline] echo 06:09:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:09:43 ---> job-cost.sh 06:09:43 lf-activate-venv: SKIPPING 06:09:43 INFO: No Stack... 06:09:44 INFO: Retrieving Pricing Info for: v1-standard-2 06:09:45 INFO: Archiving Costs [Pipeline] echo 06:09:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:09:45 ---> logs-deploy.sh 06:09:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/110 06:09:45 INFO: archiving workspace using pattern(s): 06:09:47 Archives upload complete. 06:09:47 INFO: archiving logs to Nexus 06:09:48 ---> uname -a: 06:09:48 Linux prd-centos7-docker-4c-2g-19060.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:09:48 06:09:48 06:09:48 ---> lscpu: 06:09:48 Architecture: x86_64 06:09:48 CPU op-mode(s): 32-bit, 64-bit 06:09:48 Byte Order: Little Endian 06:09:48 Address sizes: 40 bits physical, 48 bits virtual 06:09:48 CPU(s): 4 06:09:48 On-line CPU(s) list: 0-3 06:09:48 Thread(s) per core: 1 06:09:48 Core(s) per socket: 1 06:09:48 Socket(s): 4 06:09:48 NUMA node(s): 1 06:09:48 Vendor ID: GenuineIntel 06:09:48 CPU family: 6 06:09:48 Model: 44 06:09:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:09:48 Stepping: 1 06:09:48 CPU MHz: 2933.442 06:09:48 BogoMIPS: 5866.88 06:09:48 Virtualization: VT-x 06:09:48 Hypervisor vendor: KVM 06:09:48 Virtualization type: full 06:09:48 L1d cache: 128 KiB 06:09:48 L1i cache: 128 KiB 06:09:48 L2 cache: 16 MiB 06:09:48 L3 cache: 64 MiB 06:09:48 NUMA node0 CPU(s): 0-3 06:09:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:09:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:09:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:09:48 Vulnerability Meltdown: Mitigation; PTI 06:09:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:09:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:09:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:09:48 Vulnerability Srbds: Not affected 06:09:48 Vulnerability Tsx async abort: Not affected 06:09:48 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 06:09:48 06:09:48 06:09:48 ---> nproc: 06:09:48 4 06:09:48 06:09:48 06:09:48 ---> df -h: 06:09:48 Filesystem Size Used Available Use% Mounted on 06:09:48 overlay 50.0G 8.5G 41.4G 17% / 06:09:48 tmpfs 64.0M 0 64.0M 0% /dev 06:09:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:09:48 shm 64.0M 0 64.0M 0% /dev/shm 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:09:48 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:09:48 06:09:48 06:09:48 ---> free -m: 06:09:48 total used free shared buff/cache available 06:09:48 Mem: 1837 846 139 0 851 926 06:09:48 Swap: 1023 3 1020 06:09:48 06:09:48 06:09:48 ---> ip addr: 06:09:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:09:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:09:48 inet 127.0.0.1/8 scope host lo 06:09:48 valid_lft forever preferred_lft forever 06:09:48 inet6 ::1/128 scope host 06:09:48 valid_lft forever preferred_lft forever 06:09:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:09:48 link/ether fa:16:3e:91:c4:c8 brd ff:ff:ff:ff:ff:ff 06:09:48 inet 10.30.122.147/23 brd 10.30.123.255 scope global dynamic eth0 06:09:48 valid_lft 85972sec preferred_lft 85972sec 06:09:48 inet6 fe80::f816:3eff:fe91:c4c8/64 scope link 06:09:48 valid_lft forever preferred_lft forever 06:09:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:09:48 link/ether 02:42:33:b7:0b:3d brd ff:ff:ff:ff:ff:ff 06:09:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:09:48 valid_lft forever preferred_lft forever 06:09:48 inet6 fe80::42:33ff:feb7:b3d/64 scope link 06:09:48 valid_lft forever preferred_lft forever 06:09:48 06:09:48 06:09:48 ---> sar -b -r -n DEV: 06:09:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 06:09:48 06:09:48 06:02:27 LINUX RESTART (4 CPU) 06:09:48 06:09:48 06:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:09:48 06:04:01 55.87 15.38 40.49 0.00 4689.72 3132.39 0.00 06:09:48 06:05:01 0.72 0.00 0.72 0.00 0.00 17.40 0.00 06:09:48 06:06:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 06:09:48 06:07:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 06:09:48 06:08:01 198.98 117.86 81.13 0.00 5203.79 30555.27 0.00 06:09:48 06:09:01 266.75 119.29 147.46 0.00 7271.23 37400.13 0.00 06:09:48 Average: 87.26 42.18 45.08 0.00 2857.05 11880.42 0.00 06:09:48 06:09:48 06:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:09:48 06:04:01 146508 0 605160 32.16 2620 1127256 1114960 38.05 391640 1143284 128 06:09:48 06:05:01 148580 0 603080 32.05 2620 1127264 1114600 38.04 396820 1136020 12 06:09:48 06:06:01 150040 0 601616 31.97 2620 1127268 1085876 37.06 395328 1136780 20 06:09:48 06:07:01 149692 0 601964 31.99 2620 1127268 1085900 37.06 406736 1125420 20 06:09:48 06:08:01 201588 0 685400 36.43 2620 991936 1263436 43.12 442260 987232 77888 06:09:48 06:09:01 224992 0 807508 42.92 1568 847476 1259608 42.99 602124 714628 28 06:09:48 Average: 170233 0 650788 34.59 2445 1058078 1154063 39.39 439151 1040561 13016 06:09:48 06:09:48 06:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:09:48 06:04:01 eth0 448.87 300.83 862.11 83.65 0.00 0.00 0.00 0.00 06:09:48 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:04:01 docker0 8.07 5.18 1.51 15.61 0.00 0.00 0.00 0.00 06:09:48 06:05:01 eth0 1.20 0.28 0.33 0.21 0.00 0.00 0.00 0.00 06:09:48 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:06:01 eth0 1.07 0.42 0.32 0.21 0.00 0.00 0.00 0.00 06:09:48 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:07:01 eth0 0.55 0.30 0.27 0.17 0.00 0.00 0.00 0.00 06:09:48 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:08:01 eth0 472.61 398.15 4079.40 32.97 0.00 0.00 0.00 0.00 06:09:48 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:09:01 eth0 510.47 425.71 3569.00 65.67 0.00 0.00 0.00 0.00 06:09:48 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 06:09:01 docker0 52.42 65.20 3.26 325.00 0.00 0.00 0.00 0.00 06:09:48 Average: eth0 238.66 187.39 1420.67 30.35 0.00 0.00 0.00 0.00 06:09:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:48 Average: docker0 10.09 11.75 0.79 56.90 0.00 0.00 0.00 0.00 06:09:48 06:09:48 06:09:48 ---> sar -P ALL: 06:09:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 06:09:48 06:09:48 06:02:27 LINUX RESTART (4 CPU) 06:09:48 06:09:48 06:03:01 CPU %user %nice %system %iowait %steal %idle 06:09:48 06:04:01 all 9.01 0.00 3.17 1.34 0.02 86.46 06:09:48 06:04:01 0 10.11 0.00 3.43 0.34 0.03 86.08 06:09:48 06:04:01 1 7.44 0.00 2.90 0.60 0.00 89.07 06:09:48 06:04:01 2 9.75 0.00 2.81 0.94 0.02 86.48 06:09:48 06:04:01 3 8.74 0.00 3.55 3.50 0.02 84.20 06:09:48 06:05:01 all 0.17 0.00 0.04 0.00 0.00 99.79 06:09:48 06:05:01 0 0.07 0.00 0.05 0.00 0.00 99.88 06:09:48 06:05:01 1 0.52 0.00 0.02 0.00 0.02 99.45 06:09:48 06:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:09:48 06:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:09:48 06:06:01 all 0.16 0.00 0.05 0.00 0.00 99.79 06:09:48 06:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:09:48 06:06:01 1 0.52 0.00 0.05 0.00 0.00 99.43 06:09:48 06:06:01 2 0.07 0.00 0.08 0.00 0.00 99.85 06:09:48 06:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:09:48 06:07:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:09:48 06:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:09:48 06:07:01 1 0.50 0.00 0.02 0.00 0.00 99.48 06:09:48 06:07:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:09:48 06:07:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:09:48 06:08:01 all 7.28 0.00 5.33 1.34 0.02 86.03 06:09:48 06:08:01 0 7.53 0.00 5.83 1.26 0.02 85.37 06:09:48 06:08:01 1 6.99 0.00 5.13 2.45 0.00 85.43 06:09:48 06:08:01 2 7.36 0.00 5.69 0.90 0.03 86.02 06:09:48 06:08:01 3 7.24 0.00 4.67 0.75 0.03 87.31 06:09:48 06:09:01 all 11.85 0.00 8.78 3.70 0.03 75.64 06:09:48 06:09:01 0 10.02 0.00 9.59 2.68 0.03 77.68 06:09:48 06:09:01 1 15.04 0.00 9.83 3.83 0.03 71.26 06:09:48 06:09:01 2 10.66 0.00 8.44 3.40 0.02 77.49 06:09:48 06:09:01 3 11.67 0.00 7.27 4.89 0.02 76.16 06:09:48 Average: all 4.72 0.00 2.87 1.05 0.01 91.35 06:09:48 Average: 0 4.57 0.00 3.12 0.70 0.01 91.59 06:09:48 Average: 1 5.12 0.00 2.96 1.14 0.01 90.78 06:09:48 Average: 2 4.61 0.00 2.82 0.86 0.01 91.70 06:09:48 Average: 3 4.57 0.00 2.57 1.50 0.01 91.35 06:09:48 06:09:48 06:09:48