Pull request #303 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 63573b5d6735eb56f53f097030aff5f58f6cf442 rather than eea4301750d54d7d5189362f3f3f0c8b20576d31 Obtained Jenkinsfile from 63573b5d6735eb56f53f097030aff5f58f6cf442 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1466 in /w/workspace/dry_go-mod-core-contracts_PR-303 [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_PR-303 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 63573b5d6735eb56f53f097030aff5f58f6cf442 into PR head commit eea4301750d54d7d5189362f3f3f0c8b20576d31 > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/303/head:refs/remotes/origin/PR-303 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing eea4301750d54d7d5189362f3f3f0c8b20576d31 Checking out Revision eea4301750d54d7d5189362f3f3f0c8b20576d31 (PR-303) > git checkout -f eea4301750d54d7d5189362f3f3f0c8b20576d31 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eea4301750d54d7d5189362f3f3f0c8b20576d31 # timeout=10 Commit message: "feat: add new error types for device SDK v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:10:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:10:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:10:52 ========================================================= 06:10:52 EdgeX Global Pipelines Version Info 06:10:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d6d903926b5642ab74df5b424237b2a8c17f3a03 # timeout=10 06:10:54 ------------------- 06:10:54 stable info: 06:10:54 ------------------- 06:10:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:54 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 06:10:54 Message: update stable to v1.0.128 06:10:55 ------------------- 06:10:55 experimental info: 06:10:55 ------------------- 06:10:55 Commited By: **** collab-it+edgex@linuxfoundation.org 06:10:55 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 06:10:55 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:10:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:10:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:10:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:10:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-303 [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-303 [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-303 [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eea4301750d54d7d5189362f3f3f0c8b20576d31 [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eea4301 [Pipeline] echo 06:10:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:59 + git log --format=format:%s -1 eea4301750d54d7d5189362f3f3f0c8b20576d31 [Pipeline] echo 06:10:59 GIT_COMMIT: eea4301750d54d7d5189362f3f3f0c8b20576d31, Commit Message: feat: add new error types for device SDK v2 API [Pipeline] echo 06:10:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:11:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:11:00 06:11:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:11:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:11:00 latest: Pulling from edgex-devops/git-semver 06:11:00 31603596830f: Pulling fs layer 06:11:00 2a8b12db71e7: Pulling fs layer 06:11:00 6ca5941a6612: Pulling fs layer 06:11:00 ecc8261a40a4: Pulling fs layer 06:11:00 ecc8261a40a4: Waiting 06:11:01 2a8b12db71e7: Verifying Checksum 06:11:01 2a8b12db71e7: Download complete 06:11:01 31603596830f: Verifying Checksum 06:11:01 31603596830f: Download complete 06:11:01 ecc8261a40a4: Verifying Checksum 06:11:01 ecc8261a40a4: Download complete 06:11:01 31603596830f: Pull complete 06:11:01 6ca5941a6612: Verifying Checksum 06:11:01 6ca5941a6612: Download complete 06:11:01 2a8b12db71e7: Pull complete 06:11:02 6ca5941a6612: Pull complete 06:11:03 ecc8261a40a4: Pull complete 06:11:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:11:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:11:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:11:03 prd-centos7-docker-4c-2g-1466 does not seem to be running inside a container 06:11:03 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-303 -v /w/workspace/dry_go-mod-core-contracts_PR-303:/w/workspace/dry_go-mod-core-contracts_PR-303:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-303@tmp:/w/workspace/dry_go-mod-core-contracts_PR-303@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:11:06 $ docker top 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:11:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:11:07 [ssh-agent] Looking for ssh-agent implementation... 06:11:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:11:07 $ docker exec 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a ssh-agent 06:11:07 SSH_AUTH_SOCK=/tmp/ssh-26oJbIwMIXyy/agent.12 06:11:07 SSH_AGENT_PID=18 06:11:07 Running ssh-add (command line suppressed) 06:11:07 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_7986508390394025776.key (/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_7986508390394025776.key) 06:11:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:11:08 + git describe --exact-match --tags HEAD 06:11:08 fatal: no tag exactly matches 'eea4301750d54d7d5189362f3f3f0c8b20576d31' [Pipeline] } 06:11:08 $ docker exec --env ******** --env ******** 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a ssh-agent -k 06:11:08 unset SSH_AUTH_SOCK; 06:11:08 unset SSH_AGENT_PID; 06:11:08 echo Agent pid 18 killed; 06:11:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:11:08 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:11:08 This usually means this commit has not been tagged. [Pipeline] sshagent 06:11:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:11:08 [ssh-agent] Looking for ssh-agent implementation... 06:11:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:11:09 $ docker exec 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a ssh-agent 06:11:09 SSH_AUTH_SOCK=/tmp/ssh-vBrM7Z69LmnM/agent.47 06:11:09 SSH_AGENT_PID=52 06:11:09 Running ssh-add (command line suppressed) 06:11:09 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_4224172599065630280.key (/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_4224172599065630280.key) 06:11:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:11:10 + git semver init 06:11:10 # -> Open(): unable to determine branch for HEAD 06:11:10 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-303/.git 06:11:10 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-303 06:11:10 # $SEMVER_REMOTE_NAME = origin 06:11:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:11:10 # $SEMVER_USER_NAME = edgex-jenkins 06:11:10 # $SEMVER_BRANCH = PR-303 06:11:10 # $SEMVER_TEMP = /tmp/semver-408155864 06:11:10 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:11:11 # '/tmp/semver-408155864' -> '/w/workspace/dry_go-mod-core-contracts_PR-303/.semver' 06:11:11 # -> Force: false 06:11:11 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-303/.semver [Pipeline] } 06:11:11 $ docker exec --env ******** --env ******** 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a ssh-agent -k 06:11:11 unset SSH_AUTH_SOCK; 06:11:11 unset SSH_AGENT_PID; 06:11:11 echo Agent pid 52 killed; 06:11:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:11:12 + git semver [Pipeline] } 06:11:12 $ docker stop --time=1 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a 06:11:14 $ docker rm -f 55f57bc63820a7c2ec46850bce9b984ce6696860e9399eb80974fc16bc5e0c6a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:11:16 Stashed 99 file(s) [Pipeline] echo 06:11:16 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:11:16 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:11:31 Still waiting to schedule task 06:11:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:11:31 Still waiting to schedule task 06:11:31 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1464’ is offline 06:13:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1467 in /w/workspace/dry_go-mod-core-contracts_PR-303 [Pipeline] { [Pipeline] ws 06:13:21 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 06:13:26 using credential edgex-jenkins-ssh 06:13:26 Cloning the remote Git repository 06:13:26 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:13:27 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 06:13:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:13:27 > git --version # timeout=10 06:13:27 > git --version # 'git version 2.17.1' 06:13:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:28 Merging remotes/origin/master commit 63573b5d6735eb56f53f097030aff5f58f6cf442 into PR head commit eea4301750d54d7d5189362f3f3f0c8b20576d31 06:13:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:13:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:13:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:13:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/303/head:refs/remotes/origin/PR-303 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:13:28 > git config core.sparsecheckout # timeout=10 06:13:28 > git checkout -f eea4301750d54d7d5189362f3f3f0c8b20576d31 # timeout=10 06:13:29 > git remote # timeout=10 06:13:29 > git config --get remote.origin.url # timeout=10 06:13:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:29 > git merge 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 06:13:29 > git rev-parse HEAD^{commit} # timeout=10 06:13:29 Merge succeeded, producing eea4301750d54d7d5189362f3f3f0c8b20576d31 06:13:29 Checking out Revision eea4301750d54d7d5189362f3f3f0c8b20576d31 (PR-303) 06:13:29 > git config core.sparsecheckout # timeout=10 06:13:29 > git checkout -f eea4301750d54d7d5189362f3f3f0c8b20576d31 # timeout=10 06:13:33 Commit message: "feat: add new error types for device SDK v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:13:34 ========================================================= 06:13:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:13:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:13:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:13:36 Sending build context to Docker daemon 2.495MB 06:13:36 Step 1/7 : ARG BASE=golang:1.15-alpine 06:13:36 Step 2/7 : FROM ${BASE} 06:13:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:13:37 b538f80385f9: Pulling fs layer 06:13:37 74f711af9a0d: Pulling fs layer 06:13:37 99f96fe45779: Pulling fs layer 06:13:37 8529a6b9a6be: Pulling fs layer 06:13:37 45590311c82a: Pulling fs layer 06:13:37 69ca0ff8b7b3: Pulling fs layer 06:13:37 209524e5b208: Pulling fs layer 06:13:37 45590311c82a: Waiting 06:13:37 69ca0ff8b7b3: Waiting 06:13:37 8529a6b9a6be: Waiting 06:13:37 209524e5b208: Waiting 06:13:37 99f96fe45779: Verifying Checksum 06:13:37 99f96fe45779: Download complete 06:13:37 74f711af9a0d: Verifying Checksum 06:13:37 74f711af9a0d: Download complete 06:13:37 45590311c82a: Verifying Checksum 06:13:37 45590311c82a: Download complete 06:13:37 69ca0ff8b7b3: Verifying Checksum 06:13:37 69ca0ff8b7b3: Download complete 06:13:37 b538f80385f9: Verifying Checksum 06:13:37 b538f80385f9: Download complete 06:13:38 b538f80385f9: Pull complete 06:13:38 74f711af9a0d: Pull complete 06:13:39 99f96fe45779: Pull complete 06:13:40 209524e5b208: Verifying Checksum 06:13:40 209524e5b208: Download complete 06:13:41 8529a6b9a6be: Verifying Checksum 06:13:41 8529a6b9a6be: Download complete 06:13:51 Running on prd-centos7-docker-4c-2g-1468 in /w/workspace/dry_go-mod-core-contracts_PR-303 [Pipeline] { [Pipeline] ws 06:13:51 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 06:13:51 8529a6b9a6be: Pull complete 06:13:51 45590311c82a: Pull complete 06:13:51 69ca0ff8b7b3: Pull complete 06:13:54 using credential edgex-jenkins-ssh 06:13:54 Cloning the remote Git repository 06:13:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:13:54 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 06:13:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:13:54 > git --version # timeout=10 06:13:54 > git --version # 'git version 2.16.5' 06:13:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:13:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:13:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:13:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/303/head:refs/remotes/origin/PR-303 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:13:55 Merging remotes/origin/master commit 63573b5d6735eb56f53f097030aff5f58f6cf442 into PR head commit eea4301750d54d7d5189362f3f3f0c8b20576d31 06:13:56 Merge succeeded, producing eea4301750d54d7d5189362f3f3f0c8b20576d31 06:13:56 Checking out Revision eea4301750d54d7d5189362f3f3f0c8b20576d31 (PR-303) 06:13:56 209524e5b208: Pull complete 06:13:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:13:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:13:56 ---> 5bddaf1c2fca 06:13:56 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:13:55 > git config core.sparsecheckout # timeout=10 06:13:55 > git checkout -f eea4301750d54d7d5189362f3f3f0c8b20576d31 # timeout=10 06:13:56 > git remote # timeout=10 06:13:56 > git config --get remote.origin.url # timeout=10 06:13:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:56 > git merge 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 06:13:56 > git rev-parse HEAD^{commit} # timeout=10 06:13:56 > git config core.sparsecheckout # timeout=10 06:13:56 > git checkout -f eea4301750d54d7d5189362f3f3f0c8b20576d31 # timeout=10 06:13:58 ---> Running in 8be6cf5da5d0 06:13:58 Removing intermediate container 8be6cf5da5d0 06:13:58 ---> 3a473c1a322c 06:13:58 Step 4/7 : RUN apk add bash 06:13:58 ---> Running in c26d9190b7fb 06:13:59 Commit message: "feat: add new error types for device SDK v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:14:00 ========================================================= 06:14:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:14:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:14:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:14:01 Sending build context to Docker daemon 2.495MB 06:14:01 Step 1/7 : ARG BASE=golang:1.15-alpine 06:14:01 Step 2/7 : FROM ${BASE} 06:14:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:14:01 df20fa9351a1: Pulling fs layer 06:14:01 ed8968b2872e: Pulling fs layer 06:14:01 a92cc7c5fd73: Pulling fs layer 06:14:01 e871e8e8d7a9: Pulling fs layer 06:14:01 e73272ec9a57: Pulling fs layer 06:14:01 1e910a182e73: Pulling fs layer 06:14:01 4e634b169226: Pulling fs layer 06:14:01 1e910a182e73: Waiting 06:14:01 e871e8e8d7a9: Waiting 06:14:01 4e634b169226: Waiting 06:14:01 e73272ec9a57: Waiting 06:14:01 a92cc7c5fd73: Verifying Checksum 06:14:01 a92cc7c5fd73: Download complete 06:14:01 ed8968b2872e: Download complete 06:14:01 e73272ec9a57: Download complete 06:14:01 1e910a182e73: Verifying Checksum 06:14:01 1e910a182e73: Download complete 06:14:02 OK: 142 MiB in 39 packages 06:14:02 df20fa9351a1: Verifying Checksum 06:14:02 df20fa9351a1: Download complete 06:14:02 df20fa9351a1: Pull complete 06:14:03 ed8968b2872e: Pull complete 06:14:03 a92cc7c5fd73: Pull complete 06:14:03 Removing intermediate container c26d9190b7fb 06:14:03 ---> cb27cf7d606d 06:14:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:14:03 ---> Running in 95af9575936b 06:14:03 Removing intermediate container 95af9575936b 06:14:03 ---> c2d4187a7692 06:14:03 Step 6/7 : COPY go.mod . 06:14:03 4e634b169226: Verifying Checksum 06:14:03 4e634b169226: Download complete 06:14:04 e871e8e8d7a9: Verifying Checksum 06:14:04 e871e8e8d7a9: Download complete 06:14:04 ---> ce8e8ca71267 06:14:04 Step 7/7 : RUN go mod download 06:14:04 ---> Running in a4dd153b3240 06:14:09 e871e8e8d7a9: Pull complete 06:14:09 e73272ec9a57: Pull complete 06:14:10 1e910a182e73: Pull complete 06:14:18 4e634b169226: Pull complete 06:14:18 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:14:18 ---> f7629b54cfaa 06:14:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:14:18 ---> Running in df2941b42bd3 06:14:18 Removing intermediate container df2941b42bd3 06:14:18 ---> 3331cf47288f 06:14:18 Step 4/7 : RUN apk add bash 06:14:18 ---> Running in dec9790256df 06:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:20 Removing intermediate container a4dd153b3240 06:14:20 ---> 2f75b29019a7 06:14:20 Successfully built 2f75b29019a7 06:14:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:14:20 + docker inspect -f . ci-base-image-arm64 06:14:20 . 06:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withDockerContainer 06:14:20 prd-ubuntu18.04-docker-arm64-4c-16g-1467 does not seem to be running inside a container 06:14:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:14:21 OK: 166 MiB in 39 packages 06:14:21 Removing intermediate container dec9790256df 06:14:21 ---> 8daf3ea31a07 06:14:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:14:21 ---> Running in cffcecc78c7e 06:14:21 Removing intermediate container cffcecc78c7e 06:14:21 ---> e8329f6fa04e 06:14:21 Step 6/7 : COPY go.mod . 06:14:21 ---> fe52fbdbc9e0 06:14:21 Step 7/7 : RUN go mod download 06:14:21 ---> Running in 9b5d03a74bd5 06:14:22 $ docker top 0858d40f73aeae22e2166488da2e8b40e0cd2fa987cb3d599500ee5a7a76c760 -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:24 + go version 06:14:24 go version go1.15.2 linux/arm64 [Pipeline] } 06:14:24 $ docker stop --time=1 0858d40f73aeae22e2166488da2e8b40e0cd2fa987cb3d599500ee5a7a76c760 06:14:26 $ docker rm -f 0858d40f73aeae22e2166488da2e8b40e0cd2fa987cb3d599500ee5a7a76c760 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:27 + docker inspect -f . ci-base-image-arm64 06:14:27 . [Pipeline] withDockerContainer 06:14:27 prd-ubuntu18.04-docker-arm64-4c-16g-1467 does not seem to be running inside a container 06:14:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:14:29 $ docker top c4424e845692266bd941c2c1ee8d8e641f9f84727b926d8b5c0275355f4719d6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:30 + make test 06:14:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:14:34 Removing intermediate container 9b5d03a74bd5 06:14:34 ---> 884416375e6d 06:14:34 Successfully built 884416375e6d 06:14:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:14:34 + docker inspect -f . ci-base-image-x86_64 06:14:34 . [Pipeline] withDockerContainer 06:14:34 prd-centos7-docker-4c-2g-1468 does not seem to be running inside a container 06:14:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:14:35 $ docker top c9b4c23213312753719f7491ca55ce95a06c8378fb1445024497ca161bbfbbb3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:35 + go version 06:14:35 go version go1.15.2 linux/amd64 [Pipeline] } 06:14:36 $ docker stop --time=1 c9b4c23213312753719f7491ca55ce95a06c8378fb1445024497ca161bbfbbb3 06:14:37 $ docker rm -f c9b4c23213312753719f7491ca55ce95a06c8378fb1445024497ca161bbfbbb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:38 + docker inspect -f . ci-base-image-x86_64 06:14:38 . [Pipeline] withDockerContainer 06:14:38 prd-centos7-docker-4c-2g-1468 does not seem to be running inside a container 06:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:14:39 $ docker top f4dce016627281364803b5352406168d41452a4a84ec35cca1c8f8e0b8ac0478 -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:39 + make test 06:14:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:14:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.008s coverage: 85.7% of statements 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.009s coverage: 100.0% of statements 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 06:14:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.018s coverage: 6.4% of statements 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.025s coverage: 14.7% of statements 06:14:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.015s coverage: 100.0% of statements 06:14:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements 06:14:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:14:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:14:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.008s coverage: 100.0% of statements 06:14:48 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.019s coverage: 50.0% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.017s coverage: 63.0% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.040s coverage: 26.3% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.004s coverage: 14.3% of statements 06:14:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.030s coverage: 31.3% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 95.0% of statements 06:14:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 06:14:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:14:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:14:52 gofmt -l . 06:14:52 [ "`gofmt -l .`" = "" ] [Pipeline] stash 06:14:52 Stashed 1 file(s) [Pipeline] } 06:14:52 $ docker stop --time=1 f4dce016627281364803b5352406168d41452a4a84ec35cca1c8f8e0b8ac0478 06:14:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:14:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.044s coverage: 85.7% of statements 06:14:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements 06:14:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.057s coverage: 45.4% of statements 06:14:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.030s coverage: 77.8% of statements 06:14:54 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:14:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.012s coverage: 6.4% of statements 06:14:54 $ docker rm -f f4dce016627281364803b5352406168d41452a4a84ec35cca1c8f8e0b8ac0478 [Pipeline] // withDockerContainer [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] } 06:14:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements 06:14:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.033s coverage: 100.0% of statements 06:14:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements 06:14:57 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:14:57 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:14:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.039s coverage: 100.0% of statements 06:14:58 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.013s coverage: 50.0% of statements 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.087s coverage: 63.0% of statements 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.026s coverage: 15.4% of statements 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.024s coverage: 14.3% of statements 06:15:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.076s coverage: 31.3% of statements 06:15:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements 06:15:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.063s coverage: 95.0% of statements 06:15:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.026s coverage: 100.0% of statements 06:15:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:15:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:15:09 gofmt -l . 06:15:10 [ "`gofmt -l .`" = "" ] [Pipeline] stash 06:15:10 Warning: overwriting stash ‘coverage-report’ 06:15:11 Stashed 1 file(s) [Pipeline] } 06:15:11 $ docker stop --time=1 c4424e845692266bd941c2c1ee8d8e641f9f84727b926d8b5c0275355f4719d6 06:15:13 $ docker rm -f c4424e845692266bd941c2c1ee8d8e641f9f84727b926d8b5c0275355f4719d6 [Pipeline] // withDockerContainer [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:15:16 provisioning config files... 06:15:16 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/config5586036420389465223tmp [Pipeline] { [Pipeline] sh 06:15:16 + curl -s https://codecov.io/bash 06:15:16 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/config5586036420389465223tmp [Pipeline] } 06:17:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:17:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:17:42 ---> package-listing.sh 06:17:42 ++ tr '[:upper:]' '[:lower:]' 06:17:42 ++ facter osfamily 06:17:42 + OS_FAMILY=redhat 06:17:42 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-303 06:17:42 + START_PACKAGES=/tmp/packages_start.txt 06:17:42 + END_PACKAGES=/tmp/packages_end.txt 06:17:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:17:42 + PACKAGES=/tmp/packages_start.txt 06:17:42 + '[' /w/workspace/dry_go-mod-core-contracts_PR-303 ']' 06:17:42 + PACKAGES=/tmp/packages_end.txt 06:17:42 + case "${OS_FAMILY}" in 06:17:42 + rpm -qa 06:17:42 + sort 06:17:48 + '[' -f /tmp/packages_start.txt ']' 06:17:48 + '[' -f /tmp/packages_end.txt ']' 06:17:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:17:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-303 ']' 06:17:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-303/archives/ 06:17:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-303/archives/ [Pipeline] isUnix [Pipeline] sh 06:17:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:48 06:17:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:17:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:48 alpine: Pulling from edgex-lftools-log-publisher 06:17:48 df20fa9351a1: Pulling fs layer 06:17:48 36b3adc4ff6f: Pulling fs layer 06:17:48 8ad3a11d3b57: Pulling fs layer 06:17:48 46f8f816bc3b: Pulling fs layer 06:17:48 0dadc02b9964: Pulling fs layer 06:17:48 ce6a7cf60c04: Pulling fs layer 06:17:48 7a184a31f384: Pulling fs layer 06:17:48 0879bd2ef858: Pulling fs layer 06:17:48 0dadc02b9964: Waiting 06:17:48 ce6a7cf60c04: Waiting 06:17:48 7a184a31f384: Waiting 06:17:48 46f8f816bc3b: Waiting 06:17:49 36b3adc4ff6f: Verifying Checksum 06:17:49 36b3adc4ff6f: Download complete 06:17:49 46f8f816bc3b: Verifying Checksum 06:17:49 46f8f816bc3b: Download complete 06:17:49 df20fa9351a1: Verifying Checksum 06:17:49 df20fa9351a1: Download complete 06:17:49 ce6a7cf60c04: Verifying Checksum 06:17:49 ce6a7cf60c04: Download complete 06:17:49 7a184a31f384: Verifying Checksum 06:17:49 7a184a31f384: Download complete 06:17:49 0dadc02b9964: Verifying Checksum 06:17:49 0dadc02b9964: Download complete 06:17:49 8ad3a11d3b57: Verifying Checksum 06:17:49 8ad3a11d3b57: Download complete 06:17:50 df20fa9351a1: Pull complete 06:17:50 36b3adc4ff6f: Pull complete 06:17:51 0879bd2ef858: Verifying Checksum 06:17:51 0879bd2ef858: Download complete 06:17:52 8ad3a11d3b57: Pull complete 06:17:52 46f8f816bc3b: Pull complete 06:17:53 0dadc02b9964: Pull complete 06:17:53 ce6a7cf60c04: Pull complete 06:17:53 7a184a31f384: Pull complete 06:17:57 0879bd2ef858: Pull complete 06:17:57 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:17:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:17:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:17:58 prd-centos7-docker-4c-2g-1466 does not seem to be running inside a container 06:17:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-303 -v /w/workspace/dry_go-mod-core-contracts_PR-303:/w/workspace/dry_go-mod-core-contracts_PR-303:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-303@tmp:/w/workspace/dry_go-mod-core-contracts_PR-303@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:18:05 $ docker top 77208ea9aec2da4473d7ad2a1ebb984705a6f23468e03e437aa17b256856d135 -eo pid,comm [Pipeline] { [Pipeline] sh 06:18:06 + mkdir -p /var/log/sa [Pipeline] sh 06:18:06 + ls /var/log/sa-host 06:18:06 + sadf -c /var/log/sa-host/sa05 06:18:06 file_magic: OK 06:18:06 HZ: Using current value: 100 06:18:06 file_header: OK 06:18:06 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:18:06 Statistics: 06:18:06 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:18:06 File successfully converted to sysstat format version 12.2.1 06:18:06 + sadf -c /var/log/sa-host/sa25 06:18:06 file_magic: OK 06:18:06 HZ: Using current value: 100 06:18:06 file_header: OK 06:18:06 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:18:06 Statistics: 06:18:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:18:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:18:06 provisioning config files... 06:18:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/config3996778348626893075tmp [Pipeline] { [Pipeline] echo 06:18:06 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:18:06 ---> create-netrc.sh [Pipeline] echo 06:18:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:18:07 ---> logs-deploy.sh 06:18:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-303/3 06:18:07 INFO: archiving workspace using pattern(s): 06:18:09 Archives upload complete. 06:18:09 INFO: archiving logs to Nexus