Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22845 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" > git rev-list --no-walk e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:50:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:50:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:50:11 ========================================================= 15:50:11 EdgeX Global Pipelines Version Info 15:50:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:50:13 ------------------- 15:50:13 stable info: 15:50:13 ------------------- 15:50:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:50:13 Message: update stable to v1.0.179 15:50:14 ------------------- 15:50:14 experimental info: 15:50:14 ------------------- 15:50:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:50:14 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:50:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:50:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:50:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:50:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:50:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:50:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:50:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:50:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e0dbfb9 [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:18 + git log --format=format:%s -1 e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] echo 15:50:18 GIT_COMMIT: e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516, Commit Message: Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0 [Pipeline] echo 15:50:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:50:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:19 15:50:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:50:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:19 latest: Pulling from edgex-devops/git-semver 15:50:19 31603596830f: Pulling fs layer 15:50:19 2a8b12db71e7: Pulling fs layer 15:50:19 6ca5941a6612: Pulling fs layer 15:50:19 ecc8261a40a4: Pulling fs layer 15:50:19 ecc8261a40a4: Waiting 15:50:19 2a8b12db71e7: Download complete 15:50:19 31603596830f: Verifying Checksum 15:50:19 31603596830f: Download complete 15:50:19 ecc8261a40a4: Verifying Checksum 15:50:19 ecc8261a40a4: Download complete 15:50:19 6ca5941a6612: Verifying Checksum 15:50:19 6ca5941a6612: Download complete 15:50:19 31603596830f: Pull complete 15:50:20 2a8b12db71e7: Pull complete 15:50:20 6ca5941a6612: Pull complete 15:50:21 ecc8261a40a4: Pull complete 15:50:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:50:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:50:21 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:50:21 $ 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 15:50:23 $ docker top 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:24 [ssh-agent] Looking for ssh-agent implementation... 15:50:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:24 $ docker exec 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent 15:50:24 SSH_AUTH_SOCK=/tmp/ssh-TdkcHJJiZSHT/agent.12 15:50:24 SSH_AGENT_PID=17 15:50:24 Running ssh-add (command line suppressed) 15:50:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6879388345169539125.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6879388345169539125.key) 15:50:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:25 + git tag --points-at HEAD [Pipeline] } 15:50:25 $ docker exec --env ******** --env ******** 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent -k 15:50:25 unset SSH_AUTH_SOCK; 15:50:25 unset SSH_AGENT_PID; 15:50:25 echo Agent pid 17 killed; 15:50:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:50:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:25 [ssh-agent] Looking for ssh-agent implementation... 15:50:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:26 $ docker exec 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent 15:50:26 SSH_AUTH_SOCK=/tmp/ssh-Xi70fyWgcvn0/agent.47 15:50:26 SSH_AGENT_PID=52 15:50:26 Running ssh-add (command line suppressed) 15:50:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1017412516425655081.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1017412516425655081.key) 15:50:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:26 + git semver init 15:50:26 # -> Open(): unable to determine branch for HEAD 15:50:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:50:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:50:26 # $SEMVER_REMOTE_NAME = origin 15:50:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:50:26 # $SEMVER_USER_NAME = edgex-jenkins 15:50:26 # $SEMVER_BRANCH = master 15:50:26 # $SEMVER_TEMP = /tmp/semver-032117121 15:50:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:50:27 # '/tmp/semver-032117121' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:50:27 # -> Force: false 15:50:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:50:27 $ docker exec --env ******** --env ******** 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent -k 15:50:27 unset SSH_AUTH_SOCK; 15:50:27 unset SSH_AGENT_PID; 15:50:27 echo Agent pid 52 killed; 15:50:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:28 + git semver [Pipeline] } 15:50:28 $ docker stop --time=1 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 15:50:30 $ docker rm -f 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:50:31 Stashed 1 file(s) [Pipeline] echo 15:50:31 [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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 15:50:46 Still waiting to schedule task 15:50:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:50:46 Still waiting to schedule task 15:50:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 15:52:33 Running on prd-centos7-docker-4c-2g-22848 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:52:33 Running in /w/workspace/go-mod-core-contracts/126 [Pipeline] { [Pipeline] checkout 15:52:36 using credential edgex-jenkins-ssh 15:52:36 Cloning the remote Git repository 15:52:36 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:52:36 > git init /w/workspace/go-mod-core-contracts/126 # timeout=10 15:52:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:52:36 > git --version # timeout=10 15:52:36 > git --version # 'git version 2.24.3' 15:52:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:52:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:52:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:52:37 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:37 Checking out Revision e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 (master) 15:52:37 > git config core.sparsecheckout # timeout=10 15:52:37 > git checkout -f e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 15:52:41 Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:52:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:52:43 + sudo service docker restart 15:52:43 + true 15:52:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:52:44 ========================================================= 15:52:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:52:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:52:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22847 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:52:44 Running in /w/workspace/go-mod-core-contracts/126 [Pipeline] { [Pipeline] checkout 15:52:44 + 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 . 15:52:45 Sending build context to Docker daemon 2.344MB 15:52:45 Step 1/7 : ARG BASE=golang:1.15-alpine 15:52:45 Step 2/7 : FROM ${BASE} 15:52:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:52:45 188c0c94c7c5: Pulling fs layer 15:52:45 0ef7d3d256c8: Pulling fs layer 15:52:45 de9db76c5a1d: Pulling fs layer 15:52:45 bca2f99d35d6: Pulling fs layer 15:52:45 93359f2a8cfa: Pulling fs layer 15:52:45 7c6f9722023f: Pulling fs layer 15:52:45 a35cf1a2eb13: Pulling fs layer 15:52:45 93359f2a8cfa: Waiting 15:52:45 7c6f9722023f: Waiting 15:52:45 a35cf1a2eb13: Waiting 15:52:45 bca2f99d35d6: Waiting 15:52:45 de9db76c5a1d: Verifying Checksum 15:52:45 de9db76c5a1d: Download complete 15:52:45 0ef7d3d256c8: Verifying Checksum 15:52:45 0ef7d3d256c8: Download complete 15:52:45 93359f2a8cfa: Verifying Checksum 15:52:45 93359f2a8cfa: Download complete 15:52:45 7c6f9722023f: Verifying Checksum 15:52:45 7c6f9722023f: Download complete 15:52:45 188c0c94c7c5: Verifying Checksum 15:52:45 188c0c94c7c5: Download complete 15:52:45 188c0c94c7c5: Pull complete 15:52:45 0ef7d3d256c8: Pull complete 15:52:46 de9db76c5a1d: Pull complete 15:52:47 a35cf1a2eb13: Verifying Checksum 15:52:47 a35cf1a2eb13: Download complete 15:52:48 bca2f99d35d6: Verifying Checksum 15:52:48 bca2f99d35d6: Download complete 15:52:49 using credential edgex-jenkins-ssh 15:52:49 Cloning the remote Git repository 15:52:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:52:49 > git init /w/workspace/go-mod-core-contracts/126 # timeout=10 15:52:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:52:50 > git --version # timeout=10 15:52:50 > git --version # 'git version 2.17.1' 15:52:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:51 Checking out Revision e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 (master) 15:52:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:52:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:52:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:52:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:51 > git config core.sparsecheckout # timeout=10 15:52:51 > git checkout -f e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 15:52:54 bca2f99d35d6: Pull complete 15:52:54 93359f2a8cfa: Pull complete 15:52:54 7c6f9722023f: Pull complete 15:52:56 Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:52:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:52:58 + sudo service docker restart 15:52:58 + true 15:53:00 a35cf1a2eb13: Pull complete 15:53:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:53:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:53:00 ---> a62c8e92a672 15:53:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:53:00 ---> Running in be33be882458 15:53:00 Removing intermediate container be33be882458 15:53:00 ---> c3a31fbccb60 15:53:00 Step 4/7 : RUN apk add bash 15:53:00 ---> Running in b6988130f6ee [Pipeline] unstash [Pipeline] echo 15:53:01 ========================================================= 15:53:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:53:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:01 + 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 . 15:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:02 Sending build context to Docker daemon 2.343MB 15:53:02 Step 1/7 : ARG BASE=golang:1.15-alpine 15:53:02 Step 2/7 : FROM ${BASE} 15:53:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:53:03 5f621e34cdf4: Pulling fs layer 15:53:03 a4357932f1b6: Pulling fs layer 15:53:03 18c013af1878: Pulling fs layer 15:53:03 00ac8860ef70: Pulling fs layer 15:53:03 63d7cb157983: Pulling fs layer 15:53:03 b116817d02f9: Pulling fs layer 15:53:03 745a02a5169b: Pulling fs layer 15:53:03 00ac8860ef70: Waiting 15:53:03 63d7cb157983: Waiting 15:53:03 b116817d02f9: Waiting 15:53:03 745a02a5169b: Waiting 15:53:03 18c013af1878: Verifying Checksum 15:53:03 18c013af1878: Download complete 15:53:03 a4357932f1b6: Download complete 15:53:03 63d7cb157983: Download complete 15:53:03 b116817d02f9: Verifying Checksum 15:53:03 b116817d02f9: Download complete 15:53:03 5f621e34cdf4: Download complete 15:53:03 OK: 166 MiB in 39 packages 15:53:04 Removing intermediate container b6988130f6ee 15:53:04 ---> 6136ab4e9cde 15:53:04 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:53:04 ---> Running in 3903f38046f2 15:53:04 Removing intermediate container 3903f38046f2 15:53:04 ---> 32a585b2c40e 15:53:04 Step 6/7 : COPY go.mod . 15:53:04 5f621e34cdf4: Pull complete 15:53:04 ---> 5be7593ffde2 15:53:04 Step 7/7 : RUN go mod download 15:53:04 ---> Running in a920a7f785dc 15:53:04 a4357932f1b6: Pull complete 15:53:05 18c013af1878: Pull complete 15:53:05 745a02a5169b: Download complete 15:53:07 00ac8860ef70: Verifying Checksum 15:53:07 00ac8860ef70: Download complete 15:53:16 Removing intermediate container a920a7f785dc 15:53:16 ---> 578c6c3a16e4 15:53:16 Successfully built 578c6c3a16e4 15:53:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:53:17 + docker inspect -f . ci-base-image-x86_64 15:53:17 . [Pipeline] withDockerContainer 15:53:17 prd-centos7-docker-4c-2g-22848 does not seem to be running inside a container 15:53:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:53:17 00ac8860ef70: Pull complete 15:53:17 63d7cb157983: Pull complete 15:53:18 b116817d02f9: Pull complete 15:53:18 $ docker top 6e186f0d00c80c7baa6350ab78f360737b1211d258edaf00265638daa55769ad -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:19 + go version 15:53:19 go version go1.15.5 linux/amd64 [Pipeline] } 15:53:19 $ docker stop --time=1 6e186f0d00c80c7baa6350ab78f360737b1211d258edaf00265638daa55769ad 15:53:20 $ docker rm -f 6e186f0d00c80c7baa6350ab78f360737b1211d258edaf00265638daa55769ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:21 + docker inspect -f . ci-base-image-x86_64 15:53:21 . [Pipeline] withDockerContainer 15:53:21 745a02a5169b: Pull complete 15:53:21 prd-centos7-docker-4c-2g-22848 does not seem to be running inside a container 15:53:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:53:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:53:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:53:21 ---> b7e6874047d6 15:53:21 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:53:22 $ docker top d664027f40db147ac6211808def1d99cb040911b8fe98c7d89b6a1411b60b7b3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:22 + make test 15:53:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:53:25 ---> Running in 35173d8a40dd 15:53:25 Removing intermediate container 35173d8a40dd 15:53:25 ---> 179db5b2e045 15:53:25 Step 4/7 : RUN apk add bash 15:53:25 ---> Running in df2a3a220abc 15:53:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:28 OK: 142 MiB in 39 packages 15:53:30 Removing intermediate container df2a3a220abc 15:53:30 ---> 7adb022cfd29 15:53:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:53:30 ---> Running in d7bfa8f12242 15:53:30 Removing intermediate container d7bfa8f12242 15:53:30 ---> 302342a2a406 15:53:30 Step 6/7 : COPY go.mod . 15:53:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:53:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements 15:53:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements 15:53:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.084s coverage: 45.4% of statements 15:53:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements 15:53:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:53:31 ---> 6fa15926abb7 15:53:31 Step 7/7 : RUN go mod download 15:53:31 ---> Running in 3088311f6077 15:53:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements 15:53:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.017s coverage: 14.7% of statements 15:53:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements 15:53:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements 15:53:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:53:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:53:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements 15:53:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements 15:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.024s coverage: 63.0% of statements 15:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements 15:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements 15:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements 15:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.007s coverage: 14.3% of statements 15:53:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:53:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.055s coverage: 84.7% of statements 15:53:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:53:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:53:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:53:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.020s coverage: 43.6% of statements 15:53:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.043s coverage: 94.4% of statements 15:53:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.035s coverage: 92.9% of statements 15:53:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.012s coverage: 100.0% of statements 15:53:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:53:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:53:39 gofmt -l . 15:53:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:53:39 $ docker stop --time=1 d664027f40db147ac6211808def1d99cb040911b8fe98c7d89b6a1411b60b7b3 15:53:41 $ docker rm -f d664027f40db147ac6211808def1d99cb040911b8fe98c7d89b6a1411b60b7b3 [Pipeline] // withDockerContainer [Pipeline] sh 15:53:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:53:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:53:46 Removing intermediate container 3088311f6077 15:53:46 ---> 4df1eb695aba 15:53:46 Successfully built 4df1eb695aba 15:53:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:53:46 + docker inspect -f . ci-base-image-arm64 15:53:46 . [Pipeline] withDockerContainer 15:53:47 prd-ubuntu18.04-docker-arm64-4c-16g-22847 does not seem to be running inside a container 15:53:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:53:48 $ docker top c39d737d72f0547e99bd15a0fe30f8312b99bbcc98e19300015fd4df435f71c3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:49 + go version 15:53:49 go version go1.15.5 linux/arm64 [Pipeline] } 15:53:49 $ docker stop --time=1 c39d737d72f0547e99bd15a0fe30f8312b99bbcc98e19300015fd4df435f71c3 15:53:51 $ docker rm -f c39d737d72f0547e99bd15a0fe30f8312b99bbcc98e19300015fd4df435f71c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:52 + docker inspect -f . ci-base-image-arm64 15:53:52 . [Pipeline] withDockerContainer 15:53:53 prd-ubuntu18.04-docker-arm64-4c-16g-22847 does not seem to be running inside a container 15:53:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:53:54 $ docker top e6b8fe3cb0f3c0f2eda1e94fa31bde36278ad01790310392bdbde81d7f78bb60 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:55 + make test 15:53:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:54:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:54:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements 15:54:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.065s coverage: 100.0% of statements 15:54:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.037s coverage: 45.4% of statements 15:54:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements 15:54:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:54:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.043s coverage: 26.3% of statements 15:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements 15:54:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.024s coverage: 100.0% of statements 15:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.077s coverage: 91.8% of statements 15:54:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:54:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements 15:54:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.029s coverage: 36.7% of statements 15:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.123s coverage: 63.0% of statements 15:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.025s coverage: 26.3% of statements 15:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.039s coverage: 15.4% of statements 15:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.023s coverage: 15.4% of statements 15:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.052s coverage: 14.3% of statements 15:54:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.254s coverage: 84.7% of statements 15:54:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:54:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:54:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:54:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.079s coverage: 43.6% of statements 15:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.035s coverage: 94.4% of statements 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.135s coverage: 92.9% of statements 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 15:54:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:54:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:54:39 gofmt -l . 15:54:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:54:40 $ docker stop --time=1 e6b8fe3cb0f3c0f2eda1e94fa31bde36278ad01790310392bdbde81d7f78bb60 15:54:43 $ docker rm -f e6b8fe3cb0f3c0f2eda1e94fa31bde36278ad01790310392bdbde81d7f78bb60 [Pipeline] // withDockerContainer [Pipeline] sh 15:54:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:54:44 Warning: overwriting stash ‘coverage-report’ 15:54:44 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 15:54:46 provisioning config files... 15:54:46 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2254413010991473397tmp [Pipeline] { [Pipeline] sh 15:54:46 + set +x 15:54:46 + curl -s https://codecov.io/bash 15:54:46 + bash -s -- 15:54:47 15:54:47 _____ _ 15:54:47 / ____| | | 15:54:47 | | ___ __| | ___ ___ _____ __ 15:54:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:54:47 | |___| (_) | (_| | __/ (_| (_) \ V / 15:54:47 \_____\___/ \__,_|\___|\___\___/ \_/ 15:54:47 Bash-20210115-cec3c92 15:54:47 15:54:47 15:54:47 ==> git version 2.24.3 found 15:54:47 ==> 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 15:54:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:54:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:54:47 ==> Jenkins CI detected. 15:54:47 project root: . 15:54:47 --> token set from env 15:54:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:54:47 ==> Running gcov in . (disable via -X gcov) 15:54:47 ==> Python coveragepy not found 15:54:47 ==> Searching for coverage reports in: 15:54:47 + . 15:54:47 -> Found 1 reports 15:54:47 ==> Detecting git/mercurial file structure 15:54:47 ==> Reading reports 15:54:47 + ./coverage.out bytes=132307 15:54:47 ==> Appending adjustments 15:54:47 https://docs.codecov.io/docs/fixing-reports 15:54:48 + Found adjustments 15:54:48 ==> Gzipping contents 15:54:48 24K /tmp/codecov.U8rhR8.gz 15:54:48 ==> Uploading reports 15:54:48 url: https://codecov.io 15:54:48 query: branch=master&commit=e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F126%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:54:48 -> Pinging Codecov 15:54:48 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F126%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:54:48 -> Uploading to 15:54:48 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516/a03f20c3-a7fd-433b-8b49-8ba68e53cbe3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T155448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3502129d7dc4d3fd634a2294ea386985c447118db8228607207ac9a5cd0b44a6 15:54:48 % Total % Received % Xferd Average Speed Time Time Time Current 15:54:48 Dload Upload Total Spent Left Speed 15:54:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20563 0 0 100 20563 0 43998 --:--:-- --:--:-- --:--:-- 44032 15:54:49 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] } 15:54:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:54:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:54:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:54:50 15:54:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:54:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:54:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:54:50 188c0c94c7c5: Pulling fs layer 15:54:50 0ef7d3d256c8: Pulling fs layer 15:54:50 de9db76c5a1d: Pulling fs layer 15:54:50 0eba1c9be4d2: Pulling fs layer 15:54:50 0d57e429df01: Pulling fs layer 15:54:50 4e4be7b47b0d: Pulling fs layer 15:54:50 e1f770b5df2f: Pulling fs layer 15:54:50 85a0685a4137: Pulling fs layer 15:54:50 0eba1c9be4d2: Waiting 15:54:50 4e4be7b47b0d: Waiting 15:54:50 e1f770b5df2f: Waiting 15:54:50 0d57e429df01: Waiting 15:54:50 85a0685a4137: Waiting 15:54:50 de9db76c5a1d: Verifying Checksum 15:54:50 de9db76c5a1d: Download complete 15:54:50 0ef7d3d256c8: Verifying Checksum 15:54:50 0ef7d3d256c8: Download complete 15:54:50 0d57e429df01: Verifying Checksum 15:54:50 0d57e429df01: Download complete 15:54:50 188c0c94c7c5: Verifying Checksum 15:54:50 188c0c94c7c5: Download complete 15:54:50 4e4be7b47b0d: Verifying Checksum 15:54:50 4e4be7b47b0d: Download complete 15:54:51 188c0c94c7c5: Pull complete 15:54:51 0ef7d3d256c8: Pull complete 15:54:51 de9db76c5a1d: Pull complete 15:54:52 e1f770b5df2f: Verifying Checksum 15:54:52 e1f770b5df2f: Download complete 15:54:54 0eba1c9be4d2: Verifying Checksum 15:54:54 0eba1c9be4d2: Download complete 15:54:54 85a0685a4137: Verifying Checksum 15:54:54 85a0685a4137: Download complete 15:55:01 0eba1c9be4d2: Pull complete 15:55:01 0d57e429df01: Pull complete 15:55:01 4e4be7b47b0d: Pull complete 15:55:03 e1f770b5df2f: Pull complete 15:55:11 85a0685a4137: Pull complete 15:55:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:55:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:55:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:55:12 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:55:12 $ 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 15:55:13 $ docker top db730b46f5793d71b7b6402dd939fbbab36ca094a1e4918471d147bdb00ec5cc -eo pid,comm [Pipeline] { [Pipeline] echo 15:55:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:55:13 + set -o pipefail 15:55:13 + snyk monitor '--org=edgex-jenkins' 15:55:20 15:55:20 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:55:20 15:55:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/b1ff8c63-f7dc-4992-813d-677504635f33 15:55:20 15:55:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:55:20 15:55:20 [Pipeline] } 15:55:20 $ docker stop --time=1 db730b46f5793d71b7b6402dd939fbbab36ca094a1e4918471d147bdb00ec5cc 15:55:23 $ docker rm -f db730b46f5793d71b7b6402dd939fbbab36ca094a1e4918471d147bdb00ec5cc [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 15:55:25 + git log --format=format:%s -1 e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] isUnix [Pipeline] sh 15:55:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:55:25 . [Pipeline] withDockerContainer 15:55:25 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:55:26 $ 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 15:55:27 $ docker top 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:55:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:55:27 [ssh-agent] Looking for ssh-agent implementation... 15:55:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:55:27 $ docker exec 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 ssh-agent 15:55:27 SSH_AUTH_SOCK=/tmp/ssh-Zb244p8Hp03b/agent.11 15:55:27 SSH_AGENT_PID=16 15:55:27 Running ssh-add (command line suppressed) 15:55:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8437074516451714214.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8437074516451714214.key) 15:55:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:55:28 + git semver tag 15:55:28 # -> Open(): unable to determine branch for HEAD 15:55:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:55:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:55:28 # $SEMVER_REMOTE_NAME = origin 15:55:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:55:28 # $SEMVER_USER_NAME = edgex-jenkins 15:55:28 # $SEMVER_BRANCH = master 15:55:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:55:28 # e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 HEAD 15:55:28 # -> Force: false 15:55:28 # 9e2b2f0503ed33af7d898bcc66ad790559b59898 refs/tags/v2.0.0-dev.8 [Pipeline] } 15:55:28 $ docker exec --env ******** --env ******** 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 ssh-agent -k 15:55:28 unset SSH_AUTH_SOCK; 15:55:28 unset SSH_AGENT_PID; 15:55:28 echo Agent pid 16 killed; 15:55:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:55:29 + git semver [Pipeline] } 15:55:29 $ docker stop --time=1 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 15:55:30 $ docker rm -f 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:55:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:55:31 15:55:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:55:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:55:31 0.23.1-centos7: Pulling from edgex-lftools 15:55:31 ab5ef0e58194: Pulling fs layer 15:55:31 9712f1f96733: Pulling fs layer 15:55:31 63f879dbbcfc: Pulling fs layer 15:55:31 0d9ebad4ef96: Pulling fs layer 15:55:31 e9a5061849ea: Pulling fs layer 15:55:31 d747dcd14b5f: Pulling fs layer 15:55:31 2de7ff778b66: Pulling fs layer 15:55:31 e9a5061849ea: Waiting 15:55:31 d747dcd14b5f: Waiting 15:55:31 2de7ff778b66: Waiting 15:55:31 0d9ebad4ef96: Waiting 15:55:31 9712f1f96733: Verifying Checksum 15:55:31 9712f1f96733: Download complete 15:55:33 63f879dbbcfc: Verifying Checksum 15:55:33 63f879dbbcfc: Download complete 15:55:33 e9a5061849ea: Verifying Checksum 15:55:33 e9a5061849ea: Download complete 15:55:33 d747dcd14b5f: Verifying Checksum 15:55:33 d747dcd14b5f: Download complete 15:55:33 0d9ebad4ef96: Verifying Checksum 15:55:33 0d9ebad4ef96: Download complete 15:55:33 2de7ff778b66: Verifying Checksum 15:55:33 2de7ff778b66: Download complete 15:55:33 ab5ef0e58194: Verifying Checksum 15:55:33 ab5ef0e58194: Download complete 15:55:39 ab5ef0e58194: Pull complete 15:55:39 9712f1f96733: Pull complete 15:55:41 63f879dbbcfc: Pull complete 15:55:48 0d9ebad4ef96: Pull complete 15:55:49 e9a5061849ea: Pull complete 15:55:49 d747dcd14b5f: Pull complete 15:55:52 2de7ff778b66: Pull complete 15:55:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:55:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:55:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:55:52 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:55:52 $ 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 15:55:56 $ docker top 62e2783d9c404d00181775e325f9249de1c89bd3d7f35d1de1ab8b0027cfb50d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:55:56 provisioning config files... 15:55:56 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6412020727671941767tmp 15:55:56 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6801944625067751366tmp 15:55:56 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5081989609458169841tmp [Pipeline] { [Pipeline] echo 15:55:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:55:57 ---> sigul-configuration.sh 15:55:57 gpg: directory `/root/.gnupg' created 15:55:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:55:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:55:57 gpg: keyring `/root/.gnupg/secring.gpg' created 15:55:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:55:57 gpg: CAST5 encrypted data 15:55:57 gpg: encrypted with 1 passphrase 15:55:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:55:57 + mkdir /home/jenkins 15:55:57 + mkdir /home/jenkins/sigul [Pipeline] sh 15:55:57 + 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 15:55:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:55:58 ---> sigul-install.sh 15:56:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:56:05 + git tag --list 15:56:05 v0.0.0 15:56:05 v0.0.1 15:56:05 v0.1.0 15:56:05 v0.1.1 15:56:05 v0.1.10 15:56:05 v0.1.100 15:56:05 v0.1.101 15:56:05 v0.1.102 15:56:05 v0.1.103 15:56:05 v0.1.104 15:56:05 v0.1.105 15:56:05 v0.1.106 15:56:05 v0.1.107 15:56:05 v0.1.108 15:56:05 v0.1.109 15:56:05 v0.1.11 15:56:05 v0.1.110 15:56:05 v0.1.111 15:56:05 v0.1.112 15:56:05 v0.1.113 15:56:05 v0.1.114 15:56:05 v0.1.115 15:56:05 v0.1.116 15:56:05 v0.1.117 15:56:05 v0.1.118 15:56:05 v0.1.119 15:56:05 v0.1.12 15:56:05 v0.1.120 15:56:05 v0.1.121 15:56:05 v0.1.122 15:56:05 v0.1.123 15:56:05 v0.1.124 15:56:05 v0.1.125 15:56:05 v0.1.126 15:56:05 v0.1.127 15:56:05 v0.1.128 15:56:05 v0.1.129 15:56:05 v0.1.13 15:56:05 v0.1.130 15:56:05 v0.1.131 15:56:05 v0.1.132 15:56:05 v0.1.133 15:56:05 v0.1.134 15:56:05 v0.1.135 15:56:05 v0.1.136 15:56:05 v0.1.137 15:56:05 v0.1.138 15:56:05 v0.1.139 15:56:05 v0.1.14 15:56:05 v0.1.140 15:56:05 v0.1.141 15:56:05 v0.1.142 15:56:05 v0.1.143 15:56:05 v0.1.144 15:56:05 v0.1.145 15:56:05 v0.1.146 15:56:05 v0.1.147 15:56:05 v0.1.148 15:56:05 v0.1.149 15:56:05 v0.1.15 15:56:05 v0.1.16 15:56:05 v0.1.17 15:56:05 v0.1.18 15:56:05 v0.1.19 15:56:05 v0.1.2 15:56:05 v0.1.20 15:56:05 v0.1.21 15:56:05 v0.1.22 15:56:05 v0.1.23 15:56:05 v0.1.24 15:56:05 v0.1.25 15:56:05 v0.1.26 15:56:05 v0.1.27 15:56:05 v0.1.28 15:56:05 v0.1.29 15:56:05 v0.1.3 15:56:05 v0.1.30 15:56:05 v0.1.31 15:56:05 v0.1.32 15:56:05 v0.1.33 15:56:05 v0.1.34 15:56:05 v0.1.35 15:56:05 v0.1.36 15:56:05 v0.1.37 15:56:05 v0.1.38 15:56:05 v0.1.39 15:56:05 v0.1.4 15:56:05 v0.1.40 15:56:05 v0.1.41 15:56:05 v0.1.42 15:56:05 v0.1.43 15:56:05 v0.1.44 15:56:05 v0.1.45 15:56:05 v0.1.46 15:56:05 v0.1.47 15:56:05 v0.1.48 15:56:05 v0.1.49 15:56:05 v0.1.5 15:56:05 v0.1.50 15:56:05 v0.1.51 15:56:05 v0.1.52 15:56:05 v0.1.53 15:56:05 v0.1.54 15:56:05 v0.1.55 15:56:05 v0.1.56 15:56:05 v0.1.57 15:56:05 v0.1.58 15:56:05 v0.1.59 15:56:05 v0.1.6 15:56:05 v0.1.60 15:56:05 v0.1.61 15:56:05 v0.1.62 15:56:05 v0.1.63 15:56:05 v0.1.64 15:56:05 v0.1.65 15:56:05 v0.1.66 15:56:05 v0.1.67 15:56:05 v0.1.68 15:56:05 v0.1.69 15:56:05 v0.1.7 15:56:05 v0.1.70 15:56:05 v0.1.71 15:56:05 v0.1.72 15:56:05 v0.1.73 15:56:05 v0.1.74 15:56:05 v0.1.75 15:56:05 v0.1.76 15:56:05 v0.1.77 15:56:05 v0.1.78 15:56:05 v0.1.79 15:56:05 v0.1.8 15:56:05 v0.1.80 15:56:05 v0.1.81 15:56:05 v0.1.82 15:56:05 v0.1.83 15:56:05 v0.1.84 15:56:05 v0.1.85 15:56:05 v0.1.86 15:56:05 v0.1.87 15:56:05 v0.1.88 15:56:05 v0.1.89 15:56:05 v0.1.9 15:56:05 v0.1.90 15:56:05 v0.1.91 15:56:05 v0.1.92 15:56:05 v0.1.93 15:56:05 v0.1.94 15:56:05 v0.1.95 15:56:05 v0.1.96 15:56:05 v0.1.97 15:56:05 v0.1.98 15:56:05 v0.1.99 15:56:05 v2.0.0-dev.1 15:56:05 v2.0.0-dev.2 15:56:05 v2.0.0-dev.3 15:56:05 v2.0.0-dev.4 15:56:05 v2.0.0-dev.5 15:56:05 v2.0.0-dev.6 15:56:05 v2.0.0-dev.7 15:56:05 v2.0.0-dev.8 [Pipeline] sh 15:56:05 + lftools sign git-tag v2.0.0-dev.8 15:56:06 Signing Git tag with Sigul... 15:56:06 Signing v2.0.0-dev.8 [Pipeline] echo 15:56:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:56:08 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:56:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:56:08 $ docker stop --time=1 62e2783d9c404d00181775e325f9249de1c89bd3d7f35d1de1ab8b0027cfb50d 15:56:10 $ docker rm -f 62e2783d9c404d00181775e325f9249de1c89bd3d7f35d1de1ab8b0027cfb50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:56:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:11 . [Pipeline] withDockerContainer 15:56:11 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:56:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:56:12 $ docker top 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:56:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:12 [ssh-agent] Looking for ssh-agent implementation... 15:56:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:13 $ docker exec 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f ssh-agent 15:56:13 SSH_AUTH_SOCK=/tmp/ssh-FEfm3JdtngPx/agent.11 15:56:13 SSH_AGENT_PID=16 15:56:13 Running ssh-add (command line suppressed) 15:56:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6816109361730491983.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6816109361730491983.key) 15:56:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:13 + git semver bump pre 15:56:13 # -> Open(): unable to determine branch for HEAD 15:56:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:56:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:56:13 # $SEMVER_REMOTE_NAME = origin 15:56:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:56:13 # $SEMVER_USER_NAME = edgex-jenkins 15:56:13 # $SEMVER_BRANCH = master 15:56:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:56:13 2.0.0-dev.9 [Pipeline] } 15:56:13 $ docker exec --env ******** --env ******** 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f ssh-agent -k 15:56:14 unset SSH_AUTH_SOCK; 15:56:14 unset SSH_AGENT_PID; 15:56:14 echo Agent pid 16 killed; 15:56:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:56:14 + git semver [Pipeline] } 15:56:14 $ docker stop --time=1 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f 15:56:15 $ docker rm -f 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:56:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:16 . [Pipeline] withDockerContainer 15:56:16 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:56:16 $ 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 15:56:17 $ docker top 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:56:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:17 [ssh-agent] Looking for ssh-agent implementation... 15:56:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:17 $ docker exec 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 ssh-agent 15:56:18 SSH_AUTH_SOCK=/tmp/ssh-1c71nnJGWBeb/agent.12 15:56:18 SSH_AGENT_PID=17 15:56:18 Running ssh-add (command line suppressed) 15:56:18 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6575925580165660966.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6575925580165660966.key) 15:56:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:18 + git semver push 15:56:18 # -> Open(): unable to determine branch for HEAD 15:56:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:56:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:56:18 # $SEMVER_REMOTE_NAME = origin 15:56:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:56:18 # $SEMVER_USER_NAME = edgex-jenkins 15:56:18 # $SEMVER_BRANCH = master 15:56:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:56:28 $ docker exec --env ******** --env ******** 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 ssh-agent -k 15:56:28 unset SSH_AUTH_SOCK; 15:56:28 unset SSH_AGENT_PID; 15:56:28 echo Agent pid 17 killed; 15:56:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:56:29 + git semver [Pipeline] } 15:56:29 $ docker stop --time=1 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 15:56:30 $ docker rm -f 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 [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 15:56:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:56:33 ---> package-listing.sh 15:56:33 ++ facter osfamily 15:56:33 ++ tr '[:upper:]' '[:lower:]' 15:56:33 + OS_FAMILY=redhat 15:56:33 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:56:33 + START_PACKAGES=/tmp/packages_start.txt 15:56:33 + END_PACKAGES=/tmp/packages_end.txt 15:56:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:56:33 + PACKAGES=/tmp/packages_start.txt 15:56:33 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:56:33 + PACKAGES=/tmp/packages_end.txt 15:56:33 + case "${OS_FAMILY}" in 15:56:33 + rpm -qa 15:56:33 + sort 15:56:38 + '[' -f /tmp/packages_start.txt ']' 15:56:38 + '[' -f /tmp/packages_end.txt ']' 15:56:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:56:38 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:56:38 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:56:38 + 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 15:56:38 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 15:56:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:56:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:56:39 15:56:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:56:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:56:39 alpine: Pulling from edgex-lftools-log-publisher 15:56:39 df20fa9351a1: Pulling fs layer 15:56:39 36b3adc4ff6f: Pulling fs layer 15:56:39 8ad3a11d3b57: Pulling fs layer 15:56:39 46f8f816bc3b: Pulling fs layer 15:56:39 93b61091891f: Pulling fs layer 15:56:39 93b9cdb0e59b: Pulling fs layer 15:56:39 5e14af77c1be: Pulling fs layer 15:56:39 01666e4c0597: Pulling fs layer 15:56:39 aa168da1d23b: Pulling fs layer 15:56:39 01666e4c0597: Waiting 15:56:39 5e14af77c1be: Waiting 15:56:39 aa168da1d23b: Waiting 15:56:39 46f8f816bc3b: Waiting 15:56:39 93b61091891f: Waiting 15:56:39 36b3adc4ff6f: Verifying Checksum 15:56:39 36b3adc4ff6f: Download complete 15:56:39 46f8f816bc3b: Download complete 15:56:39 df20fa9351a1: Verifying Checksum 15:56:39 df20fa9351a1: Download complete 15:56:39 93b9cdb0e59b: Verifying Checksum 15:56:39 93b9cdb0e59b: Download complete 15:56:39 5e14af77c1be: Verifying Checksum 15:56:39 5e14af77c1be: Download complete 15:56:39 93b61091891f: Verifying Checksum 15:56:39 93b61091891f: Download complete 15:56:39 01666e4c0597: Verifying Checksum 15:56:39 01666e4c0597: Download complete 15:56:39 8ad3a11d3b57: Verifying Checksum 15:56:39 8ad3a11d3b57: Download complete 15:56:40 df20fa9351a1: Pull complete 15:56:40 36b3adc4ff6f: Pull complete 15:56:41 8ad3a11d3b57: Pull complete 15:56:41 aa168da1d23b: Verifying Checksum 15:56:41 aa168da1d23b: Download complete 15:56:42 46f8f816bc3b: Pull complete 15:56:42 93b61091891f: Pull complete 15:56:42 93b9cdb0e59b: Pull complete 15:56:42 5e14af77c1be: Pull complete 15:56:42 01666e4c0597: Pull complete 15:56:51 aa168da1d23b: Pull complete 15:56:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:56:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:56:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:56:51 prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container 15:56:51 $ 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 15:56:54 $ docker top e7f4f30e10635ca2db281c8fc6426df995d5eea0ed712be44d4739e2d90e9ddd -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:54 + touch /tmp/pre-build-complete [Pipeline] sh 15:56:55 + mkdir -p /var/log/sa [Pipeline] sh 15:56:55 + ls /var/log/sa-host 15:56:55 + sadf -c /var/log/sa-host/sa23 15:56:55 file_magic: OK 15:56:55 HZ: Using current value: 100 15:56:55 file_header: OK 15:56:55 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 15:56:55 Statistics: 15:56:55 Hnuu...uuuununununu... 15:56:55 File successfully converted to sysstat format version 12.2.1 15:56:55 + sadf -c /var/log/sa-host/sa26 15:56:55 file_magic: OK 15:56:55 HZ: Using current value: 100 15:56:55 file_header: OK 15:56:55 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 15:56:55 Statistics: 15:56:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:56:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:56:56 provisioning config files... 15:56:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config840704012035762865tmp [Pipeline] { [Pipeline] echo 15:56:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:56:56 ---> create-netrc.sh [Pipeline] } 15:56:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:56:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:56:56 ---> python-tools-install.sh [Pipeline] echo 15:56:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:56:57 ---> sudo-logs.sh 15:56:57 Archiving 'sudo' log.. [Pipeline] echo 15:56:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:56:57 ---> job-cost.sh 15:56:57 lf-activate-venv: SKIPPING 15:56:57 INFO: No Stack... 15:56:58 INFO: Retrieving Pricing Info for: v1-standard-2 15:56:59 INFO: Archiving Costs [Pipeline] echo 15:56:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:56:59 ---> logs-deploy.sh 15:56:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/126 15:56:59 INFO: archiving workspace using pattern(s): 15:57:01 Archives upload complete. 15:57:01 INFO: archiving logs to Nexus 15:57:03 ---> uname -a: 15:57:03 Linux prd-centos7-docker-4c-2g-22845.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:57:03 15:57:03 15:57:03 ---> lscpu: 15:57:03 Architecture: x86_64 15:57:03 CPU op-mode(s): 32-bit, 64-bit 15:57:03 Byte Order: Little Endian 15:57:03 Address sizes: 40 bits physical, 48 bits virtual 15:57:03 CPU(s): 4 15:57:03 On-line CPU(s) list: 0-3 15:57:03 Thread(s) per core: 1 15:57:03 Core(s) per socket: 1 15:57:03 Socket(s): 4 15:57:03 NUMA node(s): 1 15:57:03 Vendor ID: GenuineIntel 15:57:03 CPU family: 6 15:57:03 Model: 44 15:57:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:57:03 Stepping: 1 15:57:03 CPU MHz: 2933.436 15:57:03 BogoMIPS: 5866.87 15:57:03 Virtualization: VT-x 15:57:03 Hypervisor vendor: KVM 15:57:03 Virtualization type: full 15:57:03 L1d cache: 128 KiB 15:57:03 L1i cache: 128 KiB 15:57:03 L2 cache: 16 MiB 15:57:03 L3 cache: 64 MiB 15:57:03 NUMA node0 CPU(s): 0-3 15:57:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:57:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:57:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:57:03 Vulnerability Meltdown: Mitigation; PTI 15:57:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:57:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:57:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:57:03 Vulnerability Srbds: Not affected 15:57:03 Vulnerability Tsx async abort: Not affected 15:57:03 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 15:57:03 15:57:03 15:57:03 ---> nproc: 15:57:03 4 15:57:03 15:57:03 15:57:03 ---> df -h: 15:57:03 Filesystem Size Used Available Use% Mounted on 15:57:03 overlay 50.0G 8.5G 41.4G 17% / 15:57:03 tmpfs 64.0M 0 64.0M 0% /dev 15:57:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:57:03 shm 64.0M 0 64.0M 0% /dev/shm 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:57:03 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 15:57:03 15:57:03 15:57:03 ---> free -m: 15:57:03 total used free shared buff/cache available 15:57:03 Mem: 1837 853 151 0 832 918 15:57:03 Swap: 1023 2 1021 15:57:03 15:57:03 15:57:03 ---> ip addr: 15:57:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:57:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:57:03 inet 127.0.0.1/8 scope host lo 15:57:03 valid_lft forever preferred_lft forever 15:57:03 inet6 ::1/128 scope host 15:57:03 valid_lft forever preferred_lft forever 15:57:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:57:03 link/ether fa:16:3e:4d:2f:bb brd ff:ff:ff:ff:ff:ff 15:57:03 inet 10.30.122.71/23 brd 10.30.123.255 scope global dynamic eth0 15:57:03 valid_lft 85952sec preferred_lft 85952sec 15:57:03 inet6 fe80::f816:3eff:fe4d:2fbb/64 scope link 15:57:03 valid_lft forever preferred_lft forever 15:57:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:57:03 link/ether 02:42:af:af:8a:f4 brd ff:ff:ff:ff:ff:ff 15:57:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:57:03 valid_lft forever preferred_lft forever 15:57:03 inet6 fe80::42:afff:feaf:8af4/64 scope link 15:57:03 valid_lft forever preferred_lft forever 15:57:03 15:57:03 15:57:03 ---> sar -b -r -n DEV: 15:57:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 15:57:03 15:57:03 15:49:24 LINUX RESTART (4 CPU) 15:57:03 15:57:03 15:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:57:03 15:51:01 53.06 15.01 38.05 0.00 4556.54 3333.64 0.00 15:57:03 15:52:01 1.57 0.00 1.57 0.00 0.00 27.51 0.00 15:57:03 15:53:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 15:57:03 15:54:01 0.33 0.00 0.33 0.00 0.00 4.36 0.00 15:57:03 15:55:02 57.02 16.58 40.44 0.00 1129.51 17479.84 0.00 15:57:03 15:56:01 399.12 212.49 186.64 0.00 10517.75 48998.27 0.00 15:57:03 Average: 84.38 40.21 44.17 0.00 2679.68 11544.52 0.00 15:57:03 15:57:03 15:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:57:03 15:51:01 153820 0 603196 32.06 2620 1121908 1130692 38.59 402456 1125100 12 15:57:03 15:52:01 159088 0 597924 31.78 2620 1121912 1085148 37.03 401296 1121876 8 15:57:03 15:53:01 158772 0 598232 31.79 2620 1121920 1085172 37.04 406532 1116564 8 15:57:03 15:54:01 156640 0 600364 31.91 2620 1121920 1085196 37.04 408852 1116324 8 15:57:03 15:55:02 116284 0 721592 38.35 2620 1041048 1520500 51.89 495292 1020148 68312 15:57:03 15:56:01 76524 0 807012 42.89 1544 996464 1304396 44.52 593132 882984 520 15:57:03 Average: 136855 0 654720 34.80 2441 1087529 1201851 41.02 451260 1063833 11478 15:57:03 15:57:03 15:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:57:03 15:51:01 eth0 213.06 140.18 543.25 53.04 0.00 0.00 0.00 0.00 15:57:03 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:51:01 docker0 6.54 4.66 1.53 16.79 0.00 0.00 0.00 0.00 15:57:03 15:52:01 eth0 5.29 2.31 3.40 0.31 0.00 0.00 0.00 0.00 15:57:03 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:53:01 eth0 1.65 0.53 0.61 0.39 0.00 0.00 0.00 0.00 15:57:03 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:54:01 eth0 0.75 0.33 0.28 0.20 0.00 0.00 0.00 0.00 15:57:03 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:55:02 eth0 415.48 368.26 4064.80 29.57 0.00 0.00 0.00 0.00 15:57:03 15:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:56:01 eth0 437.27 378.63 3416.89 93.25 0.00 0.00 0.00 0.00 15:57:03 15:56:01 vethb802ddd 1.89 1.35 0.14 0.19 0.00 0.00 0.00 0.00 15:57:03 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 15:56:01 docker0 20.72 19.90 1.57 127.95 0.00 0.00 0.00 0.00 15:57:03 Average: eth0 178.35 147.87 1333.83 29.30 0.00 0.00 0.00 0.00 15:57:03 Average: vethb802ddd 0.31 0.22 0.02 0.03 0.00 0.00 0.00 0.00 15:57:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:57:03 Average: docker0 4.50 4.05 0.51 23.84 0.00 0.00 0.00 0.00 15:57:03 15:57:03 15:57:03 ---> sar -P ALL: 15:57:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 15:57:03 15:57:03 15:49:24 LINUX RESTART (4 CPU) 15:57:03 15:57:03 15:50:01 CPU %user %nice %system %iowait %steal %idle 15:57:03 15:51:01 all 5.42 0.00 2.59 1.27 0.07 90.64 15:57:03 15:51:01 0 6.32 0.00 2.83 0.91 0.08 89.86 15:57:03 15:51:01 1 4.57 0.00 2.45 1.33 0.05 91.60 15:57:03 15:51:01 2 4.94 0.00 2.87 2.29 0.07 89.83 15:57:03 15:51:01 3 5.85 0.00 2.22 0.57 0.07 91.29 15:57:03 15:52:01 all 0.17 0.00 0.06 0.00 0.00 99.77 15:57:03 15:52:01 0 0.45 0.00 0.07 0.00 0.00 99.48 15:57:03 15:52:01 1 0.07 0.00 0.07 0.00 0.02 99.85 15:57:03 15:52:01 2 0.07 0.00 0.05 0.00 0.00 99.88 15:57:03 15:52:01 3 0.08 0.00 0.07 0.00 0.00 99.85 15:57:03 15:53:01 all 0.10 0.00 0.11 0.00 0.00 99.78 15:57:03 15:53:01 0 0.13 0.00 0.12 0.00 0.00 99.75 15:57:03 15:53:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:57:03 15:53:01 2 0.15 0.00 0.18 0.00 0.00 99.67 15:57:03 15:53:01 3 0.08 0.00 0.08 0.00 0.00 99.83 15:57:03 15:54:01 all 0.17 0.00 0.04 0.00 0.00 99.80 15:57:03 15:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:57:03 15:54:01 1 0.08 0.00 0.03 0.00 0.00 99.88 15:57:03 15:54:01 2 0.50 0.00 0.02 0.00 0.00 99.48 15:57:03 15:54:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:57:03 15:55:02 all 4.83 0.00 3.41 0.39 0.08 91.29 15:57:03 15:55:02 0 5.38 0.00 3.97 0.32 0.08 90.24 15:57:03 15:55:02 1 4.34 0.00 3.06 0.54 0.07 91.99 15:57:03 15:55:02 2 5.13 0.00 3.18 0.34 0.08 91.27 15:57:03 15:55:02 3 4.49 0.00 3.43 0.35 0.07 91.66 15:57:03 15:56:01 all 14.17 0.00 11.48 3.99 0.28 70.08 15:57:03 15:56:01 0 13.40 0.00 11.35 2.06 0.25 72.94 15:57:03 15:56:01 1 13.44 0.00 11.51 3.27 0.28 71.50 15:57:03 15:56:01 2 14.95 0.00 10.00 6.55 0.26 68.23 15:57:03 15:56:01 3 14.87 0.00 13.04 4.08 0.33 67.67 15:57:03 Average: all 4.05 0.00 2.87 0.92 0.07 92.09 15:57:03 Average: 0 4.20 0.00 2.99 0.53 0.07 92.21 15:57:03 Average: 1 3.67 0.00 2.79 0.83 0.07 92.64 15:57:03 Average: 2 4.20 0.00 2.66 1.49 0.07 91.59 15:57:03 Average: 3 4.14 0.00 3.06 0.81 0.08 91.91 15:57:03 15:57:03 15:57:03