Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24999’ is offline; ‘prd-centos7-docker-4c-2g-25001’ is offline; ‘prd-centos7-docker-4c-2g-25002’ is offline; ‘prd-centos7-docker-4c-2g-25004’ is offline; ‘prd-centos7-docker-4c-2g-25008’ is offline; ‘prd-centos7-docker-4c-2g-25009’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25000’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25003’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25012 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 # timeout=10 Commit message: "Merge pull request #478 from weichou1229/issue-477" > git rev-list --no-walk 19e5d83c17ce272d539198db6abfefacde5070ef # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:04:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:04:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:04:09 ========================================================= 17:04:09 EdgeX Global Pipelines Version Info 17:04:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:04:11 ------------------- 17:04:11 stable info: 17:04:11 ------------------- 17:04:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:04:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:04:11 Message: update stable to v1.0.179 17:04:12 ------------------- 17:04:12 experimental info: 17:04:12 ------------------- 17:04:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:04:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:04:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:04:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:04:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:04:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:04:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:04:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:04:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:04:14 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:04:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:04:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:04:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 [Pipeline] echo 17:04:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 872cd11 [Pipeline] echo 17:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:04:16 + git log --format=format:%s -1 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 [Pipeline] echo 17:04:16 GIT_COMMIT: 872cd113f72bbf32b2af7f347d5ffcda0bf2f845, Commit Message: Merge pull request #478 from weichou1229/issue-477 [Pipeline] echo 17:04:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:04:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:17 17:04:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:04:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:17 latest: Pulling from edgex-devops/git-semver 17:04:17 31603596830f: Pulling fs layer 17:04:17 2a8b12db71e7: Pulling fs layer 17:04:17 6ca5941a6612: Pulling fs layer 17:04:17 ecc8261a40a4: Pulling fs layer 17:04:17 ecc8261a40a4: Waiting 17:04:17 2a8b12db71e7: Verifying Checksum 17:04:17 2a8b12db71e7: Download complete 17:04:17 31603596830f: Verifying Checksum 17:04:17 31603596830f: Download complete 17:04:18 6ca5941a6612: Verifying Checksum 17:04:18 6ca5941a6612: Download complete 17:04:18 ecc8261a40a4: Verifying Checksum 17:04:18 ecc8261a40a4: Download complete 17:04:18 31603596830f: Pull complete 17:04:18 2a8b12db71e7: Pull complete 17:04:19 6ca5941a6612: Pull complete 17:04:19 ecc8261a40a4: Pull complete 17:04:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:04:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:04:20 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:04:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:22 $ docker top c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:23 [ssh-agent] Looking for ssh-agent implementation... 17:04:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:23 $ docker exec c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 ssh-agent 17:04:23 SSH_AUTH_SOCK=/tmp/ssh-yI4FcOVFahqD/agent.12 17:04:23 SSH_AGENT_PID=18 17:04:23 Running ssh-add (command line suppressed) 17:04:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7952771272623271002.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7952771272623271002.key) 17:04:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:24 + git tag --points-at HEAD [Pipeline] } 17:04:24 $ docker exec --env ******** --env ******** c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 ssh-agent -k 17:04:24 unset SSH_AUTH_SOCK; 17:04:24 unset SSH_AGENT_PID; 17:04:24 echo Agent pid 18 killed; 17:04:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:04:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:24 [ssh-agent] Looking for ssh-agent implementation... 17:04:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:24 $ docker exec c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 ssh-agent 17:04:25 SSH_AUTH_SOCK=/tmp/ssh-RVaQI6b44IIZ/agent.46 17:04:25 SSH_AGENT_PID=51 17:04:25 Running ssh-add (command line suppressed) 17:04:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7636917003924014337.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7636917003924014337.key) 17:04:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:25 + git semver init 17:04:25 # -> Open(): unable to determine branch for HEAD 17:04:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:04:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:04:25 # $SEMVER_REMOTE_NAME = origin 17:04:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:25 # $SEMVER_USER_NAME = edgex-jenkins 17:04:25 # $SEMVER_BRANCH = master 17:04:25 # $SEMVER_TEMP = /tmp/semver-001535800 17:04:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:04:26 # '/tmp/semver-001535800' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 17:04:26 # -> Force: false 17:04:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:04:26 $ docker exec --env ******** --env ******** c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 ssh-agent -k 17:04:26 unset SSH_AUTH_SOCK; 17:04:26 unset SSH_AGENT_PID; 17:04:26 echo Agent pid 51 killed; 17:04:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:27 + git semver [Pipeline] } 17:04:27 $ docker stop --time=1 c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 17:04:29 $ docker rm -f c686236092beb54ed7c5bd1079bac59f7f32dab3f78fdf79fe223576eb451c32 [Pipeline] // withDockerContainer [Pipeline] sh 17:04:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:04:30 Stashed 1 file(s) [Pipeline] echo 17:04:30 [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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 17:04:46 Still waiting to schedule task 17:04:46 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25016’ is offline 17:04:46 Still waiting to schedule task 17:04:46 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25007’ 17:06:28 Running on prd-centos7-docker-4c-2g-25023 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:06:28 Running in /w/workspace/go-mod-core-contracts/140 [Pipeline] { [Pipeline] checkout 17:06:31 using credential edgex-jenkins-ssh 17:06:31 Cloning the remote Git repository 17:06:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:06:31 > git init /w/workspace/go-mod-core-contracts/140 # timeout=10 17:06:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:06:31 > git --version # timeout=10 17:06:31 > git --version # 'git version 2.24.3' 17:06:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:06:32 Checking out Revision 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 (master) 17:06:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:06:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:06:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:06:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:06:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:06:32 > git config core.sparsecheckout # timeout=10 17:06:32 > git checkout -f 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 # timeout=10 17:06:36 Commit message: "Merge pull request #478 from weichou1229/issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:06:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:06:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:06:38 + sudo service docker restart 17:06:38 + true 17:06:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:06:40 ========================================================= 17:06:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:06:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:06:40 + 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 . 17:06:41 Sending build context to Docker daemon 2.533MB 17:06:41 Step 1/7 : ARG BASE=golang:1.15-alpine 17:06:41 Step 2/7 : FROM ${BASE} 17:06:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:06:41 188c0c94c7c5: Pulling fs layer 17:06:41 0ef7d3d256c8: Pulling fs layer 17:06:41 de9db76c5a1d: Pulling fs layer 17:06:41 bca2f99d35d6: Pulling fs layer 17:06:41 93359f2a8cfa: Pulling fs layer 17:06:41 7c6f9722023f: Pulling fs layer 17:06:41 a35cf1a2eb13: Pulling fs layer 17:06:41 bca2f99d35d6: Waiting 17:06:41 93359f2a8cfa: Waiting 17:06:41 7c6f9722023f: Waiting 17:06:41 a35cf1a2eb13: Waiting 17:06:41 de9db76c5a1d: Verifying Checksum 17:06:41 de9db76c5a1d: Download complete 17:06:41 0ef7d3d256c8: Verifying Checksum 17:06:41 0ef7d3d256c8: Download complete 17:06:41 93359f2a8cfa: Verifying Checksum 17:06:41 93359f2a8cfa: Download complete 17:06:41 7c6f9722023f: Verifying Checksum 17:06:41 7c6f9722023f: Download complete 17:06:41 188c0c94c7c5: Verifying Checksum 17:06:41 188c0c94c7c5: Download complete 17:06:41 188c0c94c7c5: Pull complete 17:06:41 0ef7d3d256c8: Pull complete 17:06:42 de9db76c5a1d: Pull complete 17:06:43 a35cf1a2eb13: Verifying Checksum 17:06:43 a35cf1a2eb13: Download complete 17:06:43 bca2f99d35d6: Download complete 17:06:49 bca2f99d35d6: Pull complete 17:06:49 93359f2a8cfa: Pull complete 17:06:49 7c6f9722023f: Pull complete 17:06:59 a35cf1a2eb13: Pull complete 17:06:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:06:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:06:59 ---> a62c8e92a672 17:06:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:06:59 ---> Running in 07243acc39b3 17:06:59 Removing intermediate container 07243acc39b3 17:06:59 ---> 11b8bf384140 17:06:59 Step 4/7 : RUN apk add bash 17:06:59 ---> Running in d89870f6b431 17:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:07:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:07:02 OK: 166 MiB in 39 packages 17:07:02 Removing intermediate container d89870f6b431 17:07:02 ---> fb103bf39673 17:07:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:07:02 ---> Running in 8256d9c727b0 17:07:02 Removing intermediate container 8256d9c727b0 17:07:02 ---> 3aa9a0f84118 17:07:02 Step 6/7 : COPY go.mod . 17:07:03 ---> 8552232d6056 17:07:03 Step 7/7 : RUN go mod download 17:07:03 ---> Running in 59c16d3fb1dd 17:07:15 Removing intermediate container 59c16d3fb1dd 17:07:15 ---> f8fb96c8ebe8 17:07:15 Successfully built f8fb96c8ebe8 17:07:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:07:16 + docker inspect -f . ci-base-image-x86_64 17:07:16 . [Pipeline] withDockerContainer 17:07:16 prd-centos7-docker-4c-2g-25023 does not seem to be running inside a container 17:07:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/140 -v /w/workspace/go-mod-core-contracts/140:/w/workspace/go-mod-core-contracts/140:rw,z -v /w/workspace/go-mod-core-contracts/140@tmp:/w/workspace/go-mod-core-contracts/140@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 ******** ci-base-image-x86_64 cat 17:07:17 $ docker top e371d5be5cbd8ed9e3d63c5456f4bad0fc1139c6c887e499899346a88b22184f -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:17 + go version 17:07:17 go version go1.15.5 linux/amd64 [Pipeline] } 17:07:17 $ docker stop --time=1 e371d5be5cbd8ed9e3d63c5456f4bad0fc1139c6c887e499899346a88b22184f 17:07:19 $ docker rm -f e371d5be5cbd8ed9e3d63c5456f4bad0fc1139c6c887e499899346a88b22184f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:07:19 + docker inspect -f . ci-base-image-x86_64 17:07:19 . [Pipeline] withDockerContainer 17:07:20 prd-centos7-docker-4c-2g-25023 does not seem to be running inside a container 17:07:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/140 -v /w/workspace/go-mod-core-contracts/140:/w/workspace/go-mod-core-contracts/140:rw,z -v /w/workspace/go-mod-core-contracts/140@tmp:/w/workspace/go-mod-core-contracts/140@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 ******** ci-base-image-x86_64 cat 17:07:20 $ docker top 0edbeba3999449a6215ab0d923217d4a78ed39f28a505190762be596f7ccd246 -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:21 + make test 17:07:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:07:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:07:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.052s coverage: 85.7% of statements 17:07:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.015s coverage: 100.0% of statements 17:07:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.016s coverage: 45.4% of statements 17:07:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements 17:07:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:07:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.031s coverage: 26.3% of statements 17:07:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.015s coverage: 14.7% of statements 17:07:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements 17:07:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements 17:07:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:07:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:07:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements 17:07:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements 17:07:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.023s coverage: 63.0% of statements 17:07:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 17:07:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements 17:07:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements 17:07:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.006s coverage: 14.3% of statements 17:07:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:07:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.128s coverage: 84.6% of statements 17:07:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:07:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:07:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 17:07:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 49.2% of statements 17:07:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.013s coverage: 94.7% of statements 17:07:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 88.8% of statements 17:07:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 17:07:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:07:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:07:38 gofmt -l . 17:07:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:07:38 $ docker stop --time=1 0edbeba3999449a6215ab0d923217d4a78ed39f28a505190762be596f7ccd246 17:07:40 $ docker rm -f 0edbeba3999449a6215ab0d923217d4a78ed39f28a505190762be596f7ccd246 [Pipeline] // withDockerContainer [Pipeline] sh 17:07:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:07:41 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] } 17:07:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25025 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:07:52 Running in /w/workspace/go-mod-core-contracts/140 [Pipeline] { [Pipeline] checkout 17:07:58 using credential edgex-jenkins-ssh 17:07:58 Cloning the remote Git repository 17:07:59 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:07:59 > git init /w/workspace/go-mod-core-contracts/140 # timeout=10 17:07:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:07:59 > git --version # timeout=10 17:07:59 > git --version # 'git version 2.17.1' 17:07:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:07:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:08:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:08:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:08:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:08:01 Checking out Revision 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 (master) 17:08:01 > git config core.sparsecheckout # timeout=10 17:08:01 > git checkout -f 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 # timeout=10 17:08:06 Commit message: "Merge pull request #478 from weichou1229/issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:08:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:08:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:08:08 + true 17:08:08 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:08:11 ========================================================= 17:08:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:08:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:08:12 + 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 . 17:08:13 Sending build context to Docker daemon 2.533MB 17:08:13 Step 1/7 : ARG BASE=golang:1.15-alpine 17:08:13 Step 2/7 : FROM ${BASE} 17:08:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:08:14 5f621e34cdf4: Pulling fs layer 17:08:14 a4357932f1b6: Pulling fs layer 17:08:14 18c013af1878: Pulling fs layer 17:08:14 00ac8860ef70: Pulling fs layer 17:08:14 63d7cb157983: Pulling fs layer 17:08:14 b116817d02f9: Pulling fs layer 17:08:14 745a02a5169b: Pulling fs layer 17:08:14 63d7cb157983: Waiting 17:08:14 b116817d02f9: Waiting 17:08:14 745a02a5169b: Waiting 17:08:14 00ac8860ef70: Waiting 17:08:14 18c013af1878: Download complete 17:08:14 a4357932f1b6: Verifying Checksum 17:08:14 a4357932f1b6: Download complete 17:08:14 63d7cb157983: Download complete 17:08:14 b116817d02f9: Download complete 17:08:14 5f621e34cdf4: Download complete 17:08:14 5f621e34cdf4: Pull complete 17:08:15 a4357932f1b6: Pull complete 17:08:15 18c013af1878: Pull complete 17:08:16 745a02a5169b: Verifying Checksum 17:08:16 745a02a5169b: Download complete 17:08:17 00ac8860ef70: Verifying Checksum 17:08:17 00ac8860ef70: Download complete 17:08:28 00ac8860ef70: Pull complete 17:08:28 63d7cb157983: Pull complete 17:08:28 b116817d02f9: Pull complete 17:08:31 745a02a5169b: Pull complete 17:08:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:08:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:08:31 ---> b7e6874047d6 17:08:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:08:34 ---> Running in d63e105d8553 17:08:34 Removing intermediate container d63e105d8553 17:08:34 ---> 57fa4f62d4a8 17:08:34 Step 4/7 : RUN apk add bash 17:08:35 ---> Running in a0e8ebb01447 17:08:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:08:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:08:38 OK: 142 MiB in 39 packages 17:08:39 Removing intermediate container a0e8ebb01447 17:08:39 ---> ecb1e2a12c7a 17:08:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:08:39 ---> Running in 0120dee09bf0 17:08:40 Removing intermediate container 0120dee09bf0 17:08:40 ---> f414490ad67c 17:08:40 Step 6/7 : COPY go.mod . 17:08:41 ---> 5ca4b97440c5 17:08:41 Step 7/7 : RUN go mod download 17:08:41 ---> Running in 0e10caa548c9 17:08:56 Removing intermediate container 0e10caa548c9 17:08:56 ---> 21da9e11ece4 17:08:56 Successfully built 21da9e11ece4 17:08:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:08:56 + docker inspect -f . ci-base-image-arm64 17:08:56 . [Pipeline] withDockerContainer 17:08:57 prd-ubuntu18.04-docker-arm64-4c-16g-25025 does not seem to be running inside a container 17:08:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/140 -v /w/workspace/go-mod-core-contracts/140:/w/workspace/go-mod-core-contracts/140:rw,z -v /w/workspace/go-mod-core-contracts/140@tmp:/w/workspace/go-mod-core-contracts/140@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 17:08:58 $ docker top a612ca344a5e158d2a87e42737e95fc2bbe76f97567e5bdf7c6f6eda61b25acb -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:00 + go version 17:09:00 go version go1.15.5 linux/arm64 [Pipeline] } 17:09:00 $ docker stop --time=1 a612ca344a5e158d2a87e42737e95fc2bbe76f97567e5bdf7c6f6eda61b25acb 17:09:02 $ docker rm -f a612ca344a5e158d2a87e42737e95fc2bbe76f97567e5bdf7c6f6eda61b25acb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:09:03 + docker inspect -f . ci-base-image-arm64 17:09:03 . [Pipeline] withDockerContainer 17:09:03 prd-ubuntu18.04-docker-arm64-4c-16g-25025 does not seem to be running inside a container 17:09:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/140 -v /w/workspace/go-mod-core-contracts/140:/w/workspace/go-mod-core-contracts/140:rw,z -v /w/workspace/go-mod-core-contracts/140@tmp:/w/workspace/go-mod-core-contracts/140@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 17:09:05 $ docker top c6d5104211f2567a0b28aae277e7723ee7a6d267245c120cc4fc1f2e60ef6f8c -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:06 + make test 17:09:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:09:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.074s coverage: 85.7% of statements 17:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.031s coverage: 100.0% of statements 17:09:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements 17:09:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.050s coverage: 77.8% of statements 17:09:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:09:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.042s coverage: 26.3% of statements 17:09:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.057s coverage: 14.7% of statements 17:09:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements 17:09:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.070s coverage: 91.8% of statements 17:09:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:09:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:09:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements 17:09:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 36.7% of statements 17:09:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.194s coverage: 63.0% of statements 17:09:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.034s coverage: 26.3% of statements 17:09:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements 17:09:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.014s coverage: 15.4% of statements 17:09:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.017s coverage: 14.3% of statements 17:09:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:09:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.206s coverage: 84.6% of statements 17:09:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:09:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:09:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 17:09:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.055s coverage: 49.2% of statements 17:09:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements 17:09:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.156s coverage: 88.8% of statements 17:09:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 17:09:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:09:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:09:54 gofmt -l . 17:09:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:09:56 $ docker stop --time=1 c6d5104211f2567a0b28aae277e7723ee7a6d267245c120cc4fc1f2e60ef6f8c 17:09:58 $ docker rm -f c6d5104211f2567a0b28aae277e7723ee7a6d267245c120cc4fc1f2e60ef6f8c [Pipeline] // withDockerContainer [Pipeline] sh 17:09:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:09:59 Warning: overwriting stash ‘coverage-report’ 17:10:00 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 17:10:02 provisioning config files... 17:10:02 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4949701219345763175tmp [Pipeline] { [Pipeline] sh 17:10:03 + set +x 17:10:03 + curl -s https://codecov.io/bash 17:10:03 + bash -s -- 17:10:03 17:10:03 _____ _ 17:10:03 / ____| | | 17:10:03 | | ___ __| | ___ ___ _____ __ 17:10:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:10:03 | |___| (_) | (_| | __/ (_| (_) \ V / 17:10:03 \_____\___/ \__,_|\___|\___\___/ \_/ 17:10:03 Bash-20210129-7c25fce 17:10:03 17:10:03 17:10:03 ==> git version 2.24.3 found 17:10:03 ==> 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 17:10:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:10:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:10:03 ==> Jenkins CI detected. 17:10:03 project root: . 17:10:03 --> token set from env 17:10:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:10:03 ==> Running gcov in . (disable via -X gcov) 17:10:03 ==> Python coveragepy not found 17:10:03 ==> Searching for coverage reports in: 17:10:03 + . 17:10:03 -> Found 1 reports 17:10:03 ==> Detecting git/mercurial file structure 17:10:03 ==> Reading reports 17:10:03 + ./coverage.out bytes=147368 17:10:03 ==> Appending adjustments 17:10:03 https://docs.codecov.io/docs/fixing-reports 17:10:04 + Found adjustments 17:10:04 ==> Gzipping contents 17:10:04 24K /tmp/codecov.lLoMmM.gz 17:10:04 ==> Uploading reports 17:10:04 url: https://codecov.io 17:10:04 query: branch=master&commit=872cd113f72bbf32b2af7f347d5ffcda0bf2f845&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F140%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:10:04 -> Pinging Codecov 17:10:04 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=872cd113f72bbf32b2af7f347d5ffcda0bf2f845&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F140%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:10:04 -> Uploading to 17:10:04 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/71470A77251A30514AAF9C0BB2E5B6CE/872cd113f72bbf32b2af7f347d5ffcda0bf2f845/64c3cd3c-ca35-45da-aba4-706b5e63b757.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T171004Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d68ffec770d577172909e0e1966f3a8af4954047335f5624c3112a8b57400490 17:10:04 % Total % Received % Xferd Average Speed Time Time Time Current 17:10:04 Dload Upload Total Spent Left Speed 17:10:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22428 0 0 100 22428 0 45178 --:--:-- --:--:-- --:--:-- 45217 17:10:05 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/872cd113f72bbf32b2af7f347d5ffcda0bf2f845 [Pipeline] } 17:10:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:10:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:10:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:10:06 17:10:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:10:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:10:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:10:06 188c0c94c7c5: Pulling fs layer 17:10:06 0ef7d3d256c8: Pulling fs layer 17:10:06 de9db76c5a1d: Pulling fs layer 17:10:06 0eba1c9be4d2: Pulling fs layer 17:10:06 0d57e429df01: Pulling fs layer 17:10:06 4e4be7b47b0d: Pulling fs layer 17:10:06 e1f770b5df2f: Pulling fs layer 17:10:06 85a0685a4137: Pulling fs layer 17:10:06 0d57e429df01: Waiting 17:10:06 4e4be7b47b0d: Waiting 17:10:06 e1f770b5df2f: Waiting 17:10:06 85a0685a4137: Waiting 17:10:06 0eba1c9be4d2: Waiting 17:10:06 de9db76c5a1d: Verifying Checksum 17:10:06 de9db76c5a1d: Download complete 17:10:06 0ef7d3d256c8: Verifying Checksum 17:10:06 0ef7d3d256c8: Download complete 17:10:06 0d57e429df01: Verifying Checksum 17:10:06 0d57e429df01: Download complete 17:10:06 4e4be7b47b0d: Verifying Checksum 17:10:06 4e4be7b47b0d: Download complete 17:10:06 188c0c94c7c5: Download complete 17:10:07 188c0c94c7c5: Pull complete 17:10:07 0ef7d3d256c8: Pull complete 17:10:07 de9db76c5a1d: Pull complete 17:10:08 e1f770b5df2f: Verifying Checksum 17:10:08 e1f770b5df2f: Download complete 17:10:10 0eba1c9be4d2: Verifying Checksum 17:10:10 0eba1c9be4d2: Download complete 17:10:10 85a0685a4137: Download complete 17:10:16 0eba1c9be4d2: Pull complete 17:10:16 0d57e429df01: Pull complete 17:10:16 4e4be7b47b0d: Pull complete 17:10:18 e1f770b5df2f: Pull complete 17:10:25 85a0685a4137: Pull complete 17:10:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:10:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:10:25 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:10:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:10:26 $ docker top b0644b000dbe8a0bbcb258b23e0e306a1f2445ec11b1dd14b51ca04e3c8d525b -eo pid,comm [Pipeline] { [Pipeline] echo 17:10:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:10:27 + set -o pipefail 17:10:27 + snyk monitor '--org=edgex-jenkins' 17:10:32 17:10:32 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 17:10:32 17:10:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/120a1c6d-5fd1-484c-90eb-1d7e266aabf1 17:10:32 17:10:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:10:32 17:10:32 [Pipeline] } 17:10:32 $ docker stop --time=1 b0644b000dbe8a0bbcb258b23e0e306a1f2445ec11b1dd14b51ca04e3c8d525b 17:10:34 $ docker rm -f b0644b000dbe8a0bbcb258b23e0e306a1f2445ec11b1dd14b51ca04e3c8d525b [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 17:10:36 + git log --format=format:%s -1 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 [Pipeline] isUnix [Pipeline] sh 17:10:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:10:36 . [Pipeline] withDockerContainer 17:10:36 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:10:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:10:37 $ docker top 93cdae58fa210dd77703b09267309fffd87c764427065d5d9c685200b8a06c9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:10:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:10:37 [ssh-agent] Looking for ssh-agent implementation... 17:10:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:10:38 $ docker exec 93cdae58fa210dd77703b09267309fffd87c764427065d5d9c685200b8a06c9b ssh-agent 17:10:38 SSH_AUTH_SOCK=/tmp/ssh-hzcWdkM96sBe/agent.11 17:10:38 SSH_AGENT_PID=16 17:10:38 Running ssh-add (command line suppressed) 17:10:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2611754187445067939.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2611754187445067939.key) 17:10:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:10:38 + git semver tag 17:10:38 # -> Open(): unable to determine branch for HEAD 17:10:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:10:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:10:38 # $SEMVER_REMOTE_NAME = origin 17:10:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:10:38 # $SEMVER_USER_NAME = edgex-jenkins 17:10:38 # $SEMVER_BRANCH = master 17:10:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:10:38 # 872cd113f72bbf32b2af7f347d5ffcda0bf2f845 HEAD 17:10:38 # -> Force: false 17:10:38 # b4cc4ff80a0069769997f8eb2c2b91cd3f5a029d refs/tags/v2.0.0-dev.22 [Pipeline] } 17:10:38 $ docker exec --env ******** --env ******** 93cdae58fa210dd77703b09267309fffd87c764427065d5d9c685200b8a06c9b ssh-agent -k 17:10:38 unset SSH_AUTH_SOCK; 17:10:38 unset SSH_AGENT_PID; 17:10:38 echo Agent pid 16 killed; 17:10:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:10:39 + git semver [Pipeline] } 17:10:39 $ docker stop --time=1 93cdae58fa210dd77703b09267309fffd87c764427065d5d9c685200b8a06c9b 17:10:40 $ docker rm -f 93cdae58fa210dd77703b09267309fffd87c764427065d5d9c685200b8a06c9b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:10:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:10:41 17:10:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:10:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:10:41 0.23.1-centos7: Pulling from edgex-lftools 17:10:41 ab5ef0e58194: Pulling fs layer 17:10:41 9712f1f96733: Pulling fs layer 17:10:41 63f879dbbcfc: Pulling fs layer 17:10:41 0d9ebad4ef96: Pulling fs layer 17:10:41 e9a5061849ea: Pulling fs layer 17:10:41 d747dcd14b5f: Pulling fs layer 17:10:41 2de7ff778b66: Pulling fs layer 17:10:41 0d9ebad4ef96: Waiting 17:10:41 e9a5061849ea: Waiting 17:10:41 d747dcd14b5f: Waiting 17:10:41 9712f1f96733: Verifying Checksum 17:10:41 9712f1f96733: Download complete 17:10:44 63f879dbbcfc: Verifying Checksum 17:10:44 63f879dbbcfc: Download complete 17:10:44 e9a5061849ea: Verifying Checksum 17:10:44 e9a5061849ea: Download complete 17:10:44 d747dcd14b5f: Verifying Checksum 17:10:44 d747dcd14b5f: Download complete 17:10:45 2de7ff778b66: Verifying Checksum 17:10:45 2de7ff778b66: Download complete 17:10:45 0d9ebad4ef96: Verifying Checksum 17:10:45 0d9ebad4ef96: Download complete 17:10:45 ab5ef0e58194: Verifying Checksum 17:10:45 ab5ef0e58194: Download complete 17:10:49 ab5ef0e58194: Pull complete 17:10:49 9712f1f96733: Pull complete 17:10:52 63f879dbbcfc: Pull complete 17:10:57 0d9ebad4ef96: Pull complete 17:10:59 e9a5061849ea: Pull complete 17:10:59 d747dcd14b5f: Pull complete 17:11:02 2de7ff778b66: Pull complete 17:11:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:11:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:11:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:11:03 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:11:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:11:07 $ docker top 3339eb990ab986df92c8b63baec01e2df3ad44d17bf7ac95dd57c561e51b56cf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:11:07 provisioning config files... 17:11:07 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6862277097262138263tmp 17:11:07 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6654472440334029844tmp 17:11:07 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config51150679737126074tmp [Pipeline] { [Pipeline] echo 17:11:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:11:07 ---> sigul-configuration.sh 17:11:07 gpg: directory `/root/.gnupg' created 17:11:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:11:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:11:07 gpg: keyring `/root/.gnupg/secring.gpg' created 17:11:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:11:07 gpg: CAST5 encrypted data 17:11:08 gpg: encrypted with 1 passphrase 17:11:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:11:08 + mkdir /home/jenkins 17:11:08 + mkdir /home/jenkins/sigul [Pipeline] sh 17:11:08 + 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 17:11:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:11:09 ---> sigul-install.sh 17:11:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:11:15 + git tag --list 17:11:15 v0.0.0 17:11:15 v0.0.1 17:11:15 v0.1.0 17:11:15 v0.1.1 17:11:15 v0.1.10 17:11:15 v0.1.100 17:11:15 v0.1.101 17:11:15 v0.1.102 17:11:15 v0.1.103 17:11:15 v0.1.104 17:11:15 v0.1.105 17:11:15 v0.1.106 17:11:15 v0.1.107 17:11:15 v0.1.108 17:11:15 v0.1.109 17:11:15 v0.1.11 17:11:15 v0.1.110 17:11:15 v0.1.111 17:11:15 v0.1.112 17:11:15 v0.1.113 17:11:15 v0.1.114 17:11:15 v0.1.115 17:11:15 v0.1.116 17:11:15 v0.1.117 17:11:15 v0.1.118 17:11:15 v0.1.119 17:11:15 v0.1.12 17:11:15 v0.1.120 17:11:15 v0.1.121 17:11:15 v0.1.122 17:11:15 v0.1.123 17:11:15 v0.1.124 17:11:15 v0.1.125 17:11:15 v0.1.126 17:11:15 v0.1.127 17:11:15 v0.1.128 17:11:15 v0.1.129 17:11:15 v0.1.13 17:11:15 v0.1.130 17:11:15 v0.1.131 17:11:15 v0.1.132 17:11:15 v0.1.133 17:11:15 v0.1.134 17:11:15 v0.1.135 17:11:15 v0.1.136 17:11:15 v0.1.137 17:11:15 v0.1.138 17:11:15 v0.1.139 17:11:15 v0.1.14 17:11:15 v0.1.140 17:11:15 v0.1.141 17:11:15 v0.1.142 17:11:15 v0.1.143 17:11:15 v0.1.144 17:11:15 v0.1.145 17:11:15 v0.1.146 17:11:15 v0.1.147 17:11:15 v0.1.148 17:11:15 v0.1.149 17:11:15 v0.1.15 17:11:15 v0.1.16 17:11:15 v0.1.17 17:11:15 v0.1.18 17:11:15 v0.1.19 17:11:15 v0.1.2 17:11:15 v0.1.20 17:11:15 v0.1.21 17:11:15 v0.1.22 17:11:15 v0.1.23 17:11:15 v0.1.24 17:11:15 v0.1.25 17:11:15 v0.1.26 17:11:15 v0.1.27 17:11:15 v0.1.28 17:11:15 v0.1.29 17:11:15 v0.1.3 17:11:15 v0.1.30 17:11:15 v0.1.31 17:11:15 v0.1.32 17:11:15 v0.1.33 17:11:15 v0.1.34 17:11:15 v0.1.35 17:11:15 v0.1.36 17:11:15 v0.1.37 17:11:15 v0.1.38 17:11:15 v0.1.39 17:11:15 v0.1.4 17:11:15 v0.1.40 17:11:15 v0.1.41 17:11:15 v0.1.42 17:11:15 v0.1.43 17:11:15 v0.1.44 17:11:15 v0.1.45 17:11:15 v0.1.46 17:11:15 v0.1.47 17:11:15 v0.1.48 17:11:15 v0.1.49 17:11:15 v0.1.5 17:11:15 v0.1.50 17:11:15 v0.1.51 17:11:15 v0.1.52 17:11:15 v0.1.53 17:11:15 v0.1.54 17:11:15 v0.1.55 17:11:15 v0.1.56 17:11:15 v0.1.57 17:11:15 v0.1.58 17:11:15 v0.1.59 17:11:15 v0.1.6 17:11:15 v0.1.60 17:11:15 v0.1.61 17:11:15 v0.1.62 17:11:15 v0.1.63 17:11:15 v0.1.64 17:11:15 v0.1.65 17:11:15 v0.1.66 17:11:15 v0.1.67 17:11:15 v0.1.68 17:11:15 v0.1.69 17:11:15 v0.1.7 17:11:15 v0.1.70 17:11:15 v0.1.71 17:11:15 v0.1.72 17:11:15 v0.1.73 17:11:15 v0.1.74 17:11:15 v0.1.75 17:11:15 v0.1.76 17:11:15 v0.1.77 17:11:15 v0.1.78 17:11:15 v0.1.79 17:11:15 v0.1.8 17:11:15 v0.1.80 17:11:15 v0.1.81 17:11:15 v0.1.82 17:11:15 v0.1.83 17:11:15 v0.1.84 17:11:15 v0.1.85 17:11:15 v0.1.86 17:11:15 v0.1.87 17:11:15 v0.1.88 17:11:15 v0.1.89 17:11:15 v0.1.9 17:11:15 v0.1.90 17:11:15 v0.1.91 17:11:15 v0.1.92 17:11:15 v0.1.93 17:11:15 v0.1.94 17:11:15 v0.1.95 17:11:15 v0.1.96 17:11:15 v0.1.97 17:11:15 v0.1.98 17:11:15 v0.1.99 17:11:15 v2.0.0-dev.1 17:11:15 v2.0.0-dev.10 17:11:15 v2.0.0-dev.11 17:11:15 v2.0.0-dev.12 17:11:15 v2.0.0-dev.13 17:11:15 v2.0.0-dev.14 17:11:15 v2.0.0-dev.15 17:11:15 v2.0.0-dev.16 17:11:15 v2.0.0-dev.17 17:11:15 v2.0.0-dev.18 17:11:15 v2.0.0-dev.19 17:11:15 v2.0.0-dev.2 17:11:15 v2.0.0-dev.20 17:11:15 v2.0.0-dev.21 17:11:15 v2.0.0-dev.22 17:11:15 v2.0.0-dev.3 17:11:15 v2.0.0-dev.4 17:11:15 v2.0.0-dev.5 17:11:15 v2.0.0-dev.6 17:11:15 v2.0.0-dev.7 17:11:15 v2.0.0-dev.8 17:11:15 v2.0.0-dev.9 [Pipeline] sh 17:11:16 + lftools sign git-tag v2.0.0-dev.22 17:11:17 Signing Git tag with Sigul... 17:11:17 Signing v2.0.0-dev.22 [Pipeline] echo 17:11:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:11:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:11:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:11:19 $ docker stop --time=1 3339eb990ab986df92c8b63baec01e2df3ad44d17bf7ac95dd57c561e51b56cf 17:11:21 $ docker rm -f 3339eb990ab986df92c8b63baec01e2df3ad44d17bf7ac95dd57c561e51b56cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:11:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:11:22 . [Pipeline] withDockerContainer 17:11:22 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:11:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:11:22 $ docker top 361067fe584023f6441ff9afa6d5910e0485d1190943350b7215eee04ac46dee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:11:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:11:23 [ssh-agent] Looking for ssh-agent implementation... 17:11:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:11:23 $ docker exec 361067fe584023f6441ff9afa6d5910e0485d1190943350b7215eee04ac46dee ssh-agent 17:11:23 SSH_AUTH_SOCK=/tmp/ssh-2dC1M56ATk6s/agent.12 17:11:23 SSH_AGENT_PID=18 17:11:23 Running ssh-add (command line suppressed) 17:11:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4341656156168334607.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4341656156168334607.key) 17:11:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:11:24 + git semver bump pre 17:11:24 # -> Open(): unable to determine branch for HEAD 17:11:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:11:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:11:24 # $SEMVER_REMOTE_NAME = origin 17:11:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:11:24 # $SEMVER_USER_NAME = edgex-jenkins 17:11:24 # $SEMVER_BRANCH = master 17:11:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:11:24 2.0.0-dev.23 [Pipeline] } 17:11:24 $ docker exec --env ******** --env ******** 361067fe584023f6441ff9afa6d5910e0485d1190943350b7215eee04ac46dee ssh-agent -k 17:11:24 unset SSH_AUTH_SOCK; 17:11:24 unset SSH_AGENT_PID; 17:11:24 echo Agent pid 18 killed; 17:11:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:11:24 + git semver [Pipeline] } 17:11:24 $ docker stop --time=1 361067fe584023f6441ff9afa6d5910e0485d1190943350b7215eee04ac46dee 17:11:26 $ docker rm -f 361067fe584023f6441ff9afa6d5910e0485d1190943350b7215eee04ac46dee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:11:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:11:26 . [Pipeline] withDockerContainer 17:11:26 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:11: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:11:27 $ docker top 2f2e90cb91d1562406988e75d689f6ec888fb01a75344293d37528b482dd2924 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:11:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:11:27 [ssh-agent] Looking for ssh-agent implementation... 17:11:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:11:28 $ docker exec 2f2e90cb91d1562406988e75d689f6ec888fb01a75344293d37528b482dd2924 ssh-agent 17:11:28 SSH_AUTH_SOCK=/tmp/ssh-uiwozlj5PzpF/agent.12 17:11:28 SSH_AGENT_PID=17 17:11:28 Running ssh-add (command line suppressed) 17:11:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6994352438933280957.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6994352438933280957.key) 17:11:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:11:28 + git semver push 17:11:28 # -> Open(): unable to determine branch for HEAD 17:11:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:11:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:11:28 # $SEMVER_REMOTE_NAME = origin 17:11:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:11:28 # $SEMVER_USER_NAME = edgex-jenkins 17:11:28 # $SEMVER_BRANCH = master 17:11:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:11:35 $ docker exec --env ******** --env ******** 2f2e90cb91d1562406988e75d689f6ec888fb01a75344293d37528b482dd2924 ssh-agent -k 17:11:35 unset SSH_AUTH_SOCK; 17:11:35 unset SSH_AGENT_PID; 17:11:35 echo Agent pid 17 killed; 17:11:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:11:36 + git semver [Pipeline] } 17:11:36 $ docker stop --time=1 2f2e90cb91d1562406988e75d689f6ec888fb01a75344293d37528b482dd2924 17:11:37 $ docker rm -f 2f2e90cb91d1562406988e75d689f6ec888fb01a75344293d37528b482dd2924 [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 17:11:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:11:39 ---> package-listing.sh 17:11:39 ++ facter osfamily 17:11:39 ++ tr '[:upper:]' '[:lower:]' 17:11:39 + OS_FAMILY=redhat 17:11:39 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:11:39 + START_PACKAGES=/tmp/packages_start.txt 17:11:39 + END_PACKAGES=/tmp/packages_end.txt 17:11:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:11:39 + PACKAGES=/tmp/packages_start.txt 17:11:39 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:11:39 + PACKAGES=/tmp/packages_end.txt 17:11:39 + case "${OS_FAMILY}" in 17:11:39 + rpm -qa 17:11:39 + sort 17:11:45 + '[' -f /tmp/packages_start.txt ']' 17:11:45 + '[' -f /tmp/packages_end.txt ']' 17:11:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:11:45 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:11:45 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:11:45 + 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 17:11:45 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 17:11:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:11:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:45 17:11:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:11:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:46 alpine: Pulling from edgex-lftools-log-publisher 17:11:46 df20fa9351a1: Pulling fs layer 17:11:46 36b3adc4ff6f: Pulling fs layer 17:11:46 8ad3a11d3b57: Pulling fs layer 17:11:46 46f8f816bc3b: Pulling fs layer 17:11:46 93b61091891f: Pulling fs layer 17:11:46 93b9cdb0e59b: Pulling fs layer 17:11:46 5e14af77c1be: Pulling fs layer 17:11:46 01666e4c0597: Pulling fs layer 17:11:46 aa168da1d23b: Pulling fs layer 17:11:46 46f8f816bc3b: Waiting 17:11:46 5e14af77c1be: Waiting 17:11:46 01666e4c0597: Waiting 17:11:46 aa168da1d23b: Waiting 17:11:46 93b61091891f: Waiting 17:11:46 93b9cdb0e59b: Waiting 17:11:46 36b3adc4ff6f: Verifying Checksum 17:11:46 36b3adc4ff6f: Download complete 17:11:46 46f8f816bc3b: Verifying Checksum 17:11:46 46f8f816bc3b: Download complete 17:11:46 df20fa9351a1: Verifying Checksum 17:11:46 df20fa9351a1: Download complete 17:11:46 93b9cdb0e59b: Verifying Checksum 17:11:46 93b9cdb0e59b: Download complete 17:11:46 93b61091891f: Verifying Checksum 17:11:46 93b61091891f: Download complete 17:11:46 5e14af77c1be: Verifying Checksum 17:11:46 5e14af77c1be: Download complete 17:11:46 01666e4c0597: Verifying Checksum 17:11:46 01666e4c0597: Download complete 17:11:46 8ad3a11d3b57: Verifying Checksum 17:11:46 8ad3a11d3b57: Download complete 17:11:47 df20fa9351a1: Pull complete 17:11:47 36b3adc4ff6f: Pull complete 17:11:48 aa168da1d23b: Verifying Checksum 17:11:48 aa168da1d23b: Download complete 17:11:48 8ad3a11d3b57: Pull complete 17:11:48 46f8f816bc3b: Pull complete 17:11:49 93b61091891f: Pull complete 17:11:49 93b9cdb0e59b: Pull complete 17:11:49 5e14af77c1be: Pull complete 17:11:49 01666e4c0597: Pull complete 17:11:56 aa168da1d23b: Pull complete 17:11:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:11:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:11:56 prd-centos7-docker-4c-2g-25012 does not seem to be running inside a container 17:11:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:12:00 $ docker top d624b22406fe9905424449527e234264943a7ce580e6cabf1431cbbed8e40173 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:00 + touch /tmp/pre-build-complete [Pipeline] sh 17:12:00 + mkdir -p /var/log/sa [Pipeline] sh 17:12:01 + ls /var/log/sa-host 17:12:01 + sadf -c /var/log/sa-host/sa04 17:12:01 file_magic: OK 17:12:01 HZ: Using current value: 100 17:12:01 file_header: OK 17:12:01 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 17:12:01 Statistics: 17:12:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:12:01 File successfully converted to sysstat format version 12.2.1 17:12:01 + sadf -c /var/log/sa-host/sa23 17:12:01 file_magic: OK 17:12:01 HZ: Using current value: 100 17:12:01 file_header: OK 17:12:01 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 17:12:01 Statistics: 17:12:01 Hnuu...uuuununununu... 17:12:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:01 provisioning config files... 17:12:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5383989539172717850tmp [Pipeline] { [Pipeline] echo 17:12:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:12:01 ---> create-netrc.sh [Pipeline] } 17:12:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:12:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:12:02 ---> python-tools-install.sh [Pipeline] echo 17:12:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:12:02 ---> sudo-logs.sh 17:12:02 Archiving 'sudo' log.. [Pipeline] echo 17:12:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:12:02 ---> job-cost.sh 17:12:02 lf-activate-venv: SKIPPING 17:12:02 INFO: No Stack... 17:12:04 INFO: Retrieving Pricing Info for: v1-standard-2 17:12:04 INFO: Archiving Costs [Pipeline] echo 17:12:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:12:04 ---> logs-deploy.sh 17:12:04 lf-activate-venv: SKIPPING 17:12:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/140 17:12:04 INFO: archiving workspace using pattern(s): 17:12:06 Archives upload complete. 17:12:06 INFO: archiving logs to Nexus 17:12:07 ---> uname -a: 17:12:07 Linux prd-centos7-docker-4c-2g-25012.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:12:07 17:12:07 17:12:07 ---> lscpu: 17:12:07 Architecture: x86_64 17:12:07 CPU op-mode(s): 32-bit, 64-bit 17:12:07 Byte Order: Little Endian 17:12:07 Address sizes: 40 bits physical, 48 bits virtual 17:12:07 CPU(s): 4 17:12:07 On-line CPU(s) list: 0-3 17:12:07 Thread(s) per core: 1 17:12:07 Core(s) per socket: 1 17:12:07 Socket(s): 4 17:12:07 NUMA node(s): 1 17:12:07 Vendor ID: GenuineIntel 17:12:07 CPU family: 6 17:12:07 Model: 44 17:12:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:12:07 Stepping: 1 17:12:07 CPU MHz: 2933.442 17:12:07 BogoMIPS: 5866.88 17:12:07 Virtualization: VT-x 17:12:07 Hypervisor vendor: KVM 17:12:07 Virtualization type: full 17:12:07 L1d cache: 128 KiB 17:12:07 L1i cache: 128 KiB 17:12:07 L2 cache: 16 MiB 17:12:07 L3 cache: 64 MiB 17:12:07 NUMA node0 CPU(s): 0-3 17:12:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:12:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:12:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:12:07 Vulnerability Meltdown: Mitigation; PTI 17:12:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:12:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:12:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:12:07 Vulnerability Srbds: Not affected 17:12:07 Vulnerability Tsx async abort: Not affected 17:12:07 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 17:12:07 17:12:07 17:12:07 ---> nproc: 17:12:07 4 17:12:07 17:12:07 17:12:07 ---> df -h: 17:12:07 Filesystem Size Used Available Use% Mounted on 17:12:07 overlay 50.0G 8.5G 41.4G 17% / 17:12:07 tmpfs 64.0M 0 64.0M 0% /dev 17:12:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:12:07 shm 64.0M 0 64.0M 0% /dev/shm 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:12:07 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 17:12:07 17:12:07 17:12:07 ---> free -m: 17:12:07 total used free shared buff/cache available 17:12:07 Mem: 1837 846 140 0 850 926 17:12:07 Swap: 1023 3 1020 17:12:07 17:12:07