Pull request #286 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 jpwhitemn for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 584b1925ba93f097be94e569d40f14a3db576d28+aa2b8c10f917c2938a24b062f2c2b0c252e10743 (5bb1c42dd84b9472dd95d3bb06d7e9e836b8ae25) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43485 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-286 # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit 584b1925ba93f097be94e569d40f14a3db576d28 Merge succeeded, producing 07405769b11aa55ea65a5e6d1bb6d616e31b9779 Checking out Revision 07405769b11aa55ea65a5e6d1bb6d616e31b9779 (PR-286) > 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 584b1925ba93f097be94e569d40f14a3db576d28 # 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 aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07405769b11aa55ea65a5e6d1bb6d616e31b9779 # timeout=10 Commit message: "Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:25:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk b199c4458d4509627a048a974ff4d1beee7f1c27 # timeout=10 [Pipeline] withCredentials 01:25:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:25:21 ========================================================= 01:25:21 EdgeX Global Pipelines Version Info 01:25:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:25:23 ------------------- 01:25:23 stable info: 01:25:23 ------------------- 01:25:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:25:23 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 01:25:23 Message: update stable to v1.0.122 01:25:24 ------------------- 01:25:24 experimental info: 01:25:24 ------------------- 01:25:24 Commited By: **** collab-it+edgex@linuxfoundation.org 01:25:24 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 01:25:24 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:25:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:25:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-286 [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-286 [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-286 [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07405769b11aa55ea65a5e6d1bb6d616e31b9779 [Pipeline] echo 01:25:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0740576 [Pipeline] echo 01:25:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:25:28 + git log --format=format:%s -1 07405769b11aa55ea65a5e6d1bb6d616e31b9779 [Pipeline] echo 01:25:28 GIT_COMMIT: 07405769b11aa55ea65a5e6d1bb6d616e31b9779, Commit Message: Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD [Pipeline] echo 01:25:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:25:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:25:29 01:25:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:25:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:25:30 latest: Pulling from edgex-devops/git-semver 01:25:30 31603596830f: Pulling fs layer 01:25:30 2a8b12db71e7: Pulling fs layer 01:25:30 6ca5941a6612: Pulling fs layer 01:25:30 ecc8261a40a4: Pulling fs layer 01:25:30 ecc8261a40a4: Waiting 01:25:30 2a8b12db71e7: Verifying Checksum 01:25:30 2a8b12db71e7: Download complete 01:25:30 31603596830f: Verifying Checksum 01:25:30 31603596830f: Download complete 01:25:30 ecc8261a40a4: Verifying Checksum 01:25:30 ecc8261a40a4: Download complete 01:25:31 31603596830f: Pull complete 01:25:31 6ca5941a6612: Verifying Checksum 01:25:31 6ca5941a6612: Download complete 01:25:31 2a8b12db71e7: Pull complete 01:25:32 6ca5941a6612: Pull complete 01:25:33 ecc8261a40a4: Pull complete 01:25:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:25:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:25:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:25:33 prd-centos7-docker-4c-2g-43485 does not seem to be running inside a container 01:25:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-286 -v /w/workspace/dry_go-mod-core-contracts_PR-286:/w/workspace/dry_go-mod-core-contracts_PR-286:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-286@tmp:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:25:35 $ docker top 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:25:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:25:35 [ssh-agent] Looking for ssh-agent implementation... 01:25:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:25:36 $ docker exec 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent 01:25:36 SSH_AUTH_SOCK=/tmp/ssh-CYwKAbjfWWWm/agent.11 01:25:36 SSH_AGENT_PID=16 01:25:36 Running ssh-add (command line suppressed) 01:25:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4950207440747856821.key (/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4950207440747856821.key) 01:25:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:25:37 + git describe --exact-match --tags HEAD 01:25:37 fatal: No names found, cannot describe anything. [Pipeline] } 01:25:37 $ docker exec --env ******** --env ******** 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent -k 01:25:37 unset SSH_AUTH_SOCK; 01:25:37 unset SSH_AGENT_PID; 01:25:37 echo Agent pid 16 killed; 01:25:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:25:37 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:25:37 This usually means this commit has not been tagged. [Pipeline] sshagent 01:25:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:25:37 [ssh-agent] Looking for ssh-agent implementation... 01:25:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:25:38 $ docker exec 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent 01:25:38 SSH_AUTH_SOCK=/tmp/ssh-6DRPxEzagd7d/agent.45 01:25:38 SSH_AGENT_PID=50 01:25:38 Running ssh-add (command line suppressed) 01:25:38 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4246312682292751147.key (/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4246312682292751147.key) 01:25:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:25:39 + git semver init 01:25:39 # -> Open(): unable to determine branch for HEAD 01:25:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-286/.git 01:25:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-286 01:25:39 # $SEMVER_REMOTE_NAME = origin 01:25:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:25:39 # $SEMVER_USER_NAME = edgex-jenkins 01:25:39 # $SEMVER_BRANCH = PR-286 01:25:39 # $SEMVER_TEMP = /tmp/semver-939027556 01:25:39 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:25:40 # '/tmp/semver-939027556' -> '/w/workspace/dry_go-mod-core-contracts_PR-286/.semver' 01:25:40 # -> Force: false 01:25:40 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-286/.semver [Pipeline] } 01:25:40 $ docker exec --env ******** --env ******** 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent -k 01:25:40 unset SSH_AUTH_SOCK; 01:25:40 unset SSH_AGENT_PID; 01:25:40 echo Agent pid 50 killed; 01:25:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:25:41 + git semver [Pipeline] } 01:25:41 $ docker stop --time=1 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 01:25:42 $ docker rm -f 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:25:44 Stashed 95 file(s) [Pipeline] echo 01:25:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 01:25:44 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 01:25:59 Still waiting to schedule task 01:25:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:25:59 Still waiting to schedule task 01:25:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:27:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43486 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] ws 01:27:50 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 01:27:55 using credential edgex-jenkins-ssh 01:27:55 Cloning the remote Git repository 01:27:55 Cloning with configured refspecs honoured and without tags 01:27:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:27:56 Fetching without tags 01:27:55 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 01:27:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:27:56 > git --version # timeout=10 01:27:56 > git --version # 'git version 2.17.1' 01:27:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:27:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:27:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:27:56 > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 01:27:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:27:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:27:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:27:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:27:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:27:57 Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit 584b1925ba93f097be94e569d40f14a3db576d28 01:27:57 Merge succeeded, producing ab6f7518b292d7d6a5bd76e205081331d857857b 01:27:57 Checking out Revision ab6f7518b292d7d6a5bd76e205081331d857857b (PR-286) 01:27:57 > git config core.sparsecheckout # timeout=10 01:27:57 > git checkout -f 584b1925ba93f097be94e569d40f14a3db576d28 # timeout=10 01:27:57 > git remote # timeout=10 01:27:57 > git config --get remote.origin.url # timeout=10 01:27:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:27:57 > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 01:27:57 > git rev-parse HEAD^{commit} # timeout=10 01:27:57 > git config core.sparsecheckout # timeout=10 01:27:57 > git checkout -f ab6f7518b292d7d6a5bd76e205081331d857857b # timeout=10 01:27:59 Running on prd-centos7-docker-4c-2g-43488 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] ws 01:27:59 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 01:28:01 using credential edgex-jenkins-ssh 01:28:01 Cloning the remote Git repository 01:28:01 Cloning with configured refspecs honoured and without tags 01:28:02 Commit message: "Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD" 01:28:02 First time build. Skipping changelog. 01:28:02 > git rev-list --no-walk b199c4458d4509627a048a974ff4d1beee7f1c27 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 01:28:02 Fetching without tags [Pipeline] unstash 01:28:01 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:28:02 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 01:28:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:28:02 > git --version # timeout=10 01:28:02 > git --version # 'git version 2.16.5' 01:28:02 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:28:02 > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 01:28:02 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:28:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:28:02 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:03 Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit 584b1925ba93f097be94e569d40f14a3db576d28 01:28:03 Merge succeeded, producing c62a054740d983ab015df6117bc9741e9ea7fa6f 01:28:03 Checking out Revision c62a054740d983ab015df6117bc9741e9ea7fa6f (PR-286) [Pipeline] echo 01:28:03 ========================================================= 01:28:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:28:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:28:03 > git config core.sparsecheckout # timeout=10 01:28:03 > git checkout -f 584b1925ba93f097be94e569d40f14a3db576d28 # timeout=10 01:28:03 > git remote # timeout=10 01:28:03 > git config --get remote.origin.url # timeout=10 01:28:03 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:03 > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 01:28:03 > git rev-parse HEAD^{commit} # timeout=10 01:28:03 > git config core.sparsecheckout # timeout=10 01:28:03 > git checkout -f c62a054740d983ab015df6117bc9741e9ea7fa6f # timeout=10 01:28:04 + 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 . 01:28:05 Sending build context to Docker daemon 2.254MB 01:28:05 Step 1/7 : ARG BASE=golang:1.15-alpine 01:28:05 Step 2/7 : FROM ${BASE} 01:28:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:28:05 b538f80385f9: Pulling fs layer 01:28:05 74f711af9a0d: Pulling fs layer 01:28:05 99f96fe45779: Pulling fs layer 01:28:05 8529a6b9a6be: Pulling fs layer 01:28:05 45590311c82a: Pulling fs layer 01:28:05 69ca0ff8b7b3: Pulling fs layer 01:28:05 209524e5b208: Pulling fs layer 01:28:05 8529a6b9a6be: Waiting 01:28:05 45590311c82a: Waiting 01:28:05 69ca0ff8b7b3: Waiting 01:28:05 209524e5b208: Waiting 01:28:05 99f96fe45779: Verifying Checksum 01:28:05 99f96fe45779: Download complete 01:28:05 74f711af9a0d: Verifying Checksum 01:28:05 74f711af9a0d: Download complete 01:28:06 45590311c82a: Verifying Checksum 01:28:06 45590311c82a: Download complete 01:28:06 69ca0ff8b7b3: Verifying Checksum 01:28:06 69ca0ff8b7b3: Download complete 01:28:06 b538f80385f9: Verifying Checksum 01:28:06 b538f80385f9: Download complete 01:28:07 Commit message: "Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD" 01:28:07 First time build. Skipping changelog. 01:28:07 b538f80385f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:28:07 ========================================================= 01:28:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:28:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:28:07 > git rev-list --no-walk b199c4458d4509627a048a974ff4d1beee7f1c27 # timeout=10 01:28:08 74f711af9a0d: Pull complete 01:28:08 + 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 . 01:28:08 99f96fe45779: Pull complete 01:28:08 209524e5b208: Verifying Checksum 01:28:08 209524e5b208: Download complete 01:28:08 Sending build context to Docker daemon 2.254MB 01:28:09 Step 1/7 : ARG BASE=golang:1.15-alpine 01:28:09 Step 2/7 : FROM ${BASE} 01:28:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:28:09 df20fa9351a1: Pulling fs layer 01:28:09 ed8968b2872e: Pulling fs layer 01:28:09 a92cc7c5fd73: Pulling fs layer 01:28:09 e871e8e8d7a9: Pulling fs layer 01:28:09 e73272ec9a57: Pulling fs layer 01:28:09 1e910a182e73: Pulling fs layer 01:28:09 4e634b169226: Pulling fs layer 01:28:09 e871e8e8d7a9: Waiting 01:28:09 e73272ec9a57: Waiting 01:28:09 1e910a182e73: Waiting 01:28:09 4e634b169226: Waiting 01:28:09 a92cc7c5fd73: Verifying Checksum 01:28:09 a92cc7c5fd73: Download complete 01:28:09 ed8968b2872e: Verifying Checksum 01:28:09 ed8968b2872e: Download complete 01:28:09 e73272ec9a57: Verifying Checksum 01:28:09 e73272ec9a57: Download complete 01:28:09 1e910a182e73: Verifying Checksum 01:28:09 1e910a182e73: Download complete 01:28:09 df20fa9351a1: Verifying Checksum 01:28:09 df20fa9351a1: Download complete 01:28:10 df20fa9351a1: Pull complete 01:28:10 ed8968b2872e: Pull complete 01:28:10 a92cc7c5fd73: Pull complete 01:28:10 8529a6b9a6be: Verifying Checksum 01:28:10 8529a6b9a6be: Download complete 01:28:11 4e634b169226: Verifying Checksum 01:28:11 4e634b169226: Download complete 01:28:11 e871e8e8d7a9: Download complete 01:28:17 e871e8e8d7a9: Pull complete 01:28:17 e73272ec9a57: Pull complete 01:28:17 1e910a182e73: Pull complete 01:28:20 8529a6b9a6be: Pull complete 01:28:21 45590311c82a: Pull complete 01:28:21 69ca0ff8b7b3: Pull complete 01:28:25 209524e5b208: Pull complete 01:28:25 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:28:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:28:25 ---> 5bddaf1c2fca 01:28:25 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:28:27 4e634b169226: Pull complete 01:28:27 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:28:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:28:27 ---> f7629b54cfaa 01:28:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:28:27 ---> Running in 183abf2e44df 01:28:27 Removing intermediate container 183abf2e44df 01:28:27 ---> 692fb897636d 01:28:27 Step 4/7 : RUN apk add bash 01:28:27 ---> Running in 1f59e1157bc0 01:28:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:27 ---> Running in 50e7f997b1af 01:28:28 Removing intermediate container 50e7f997b1af 01:28:28 ---> b9b32c3feb00 01:28:28 Step 4/7 : RUN apk add bash 01:28:28 ---> Running in 0623d8b4539d 01:28:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:29 OK: 166 MiB in 39 packages 01:28:29 Removing intermediate container 1f59e1157bc0 01:28:29 ---> f5e6e15990c0 01:28:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:28:29 ---> Running in 9e05013207bf 01:28:29 Removing intermediate container 9e05013207bf 01:28:29 ---> 2641941b1a55 01:28:29 Step 6/7 : COPY go.mod . 01:28:30 ---> bde40a5081b5 01:28:30 Step 7/7 : RUN go mod download 01:28:30 ---> Running in 06370d0294bb 01:28:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:28:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:28:31 OK: 142 MiB in 39 packages 01:28:33 Removing intermediate container 0623d8b4539d 01:28:33 ---> c1844dd4f3c6 01:28:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:28:33 ---> Running in 519d5651cbf9 01:28:33 Removing intermediate container 519d5651cbf9 01:28:33 ---> d9ed92e96513 01:28:33 Step 6/7 : COPY go.mod . 01:28:34 ---> aeb6ea9acd58 01:28:34 Step 7/7 : RUN go mod download 01:28:34 ---> Running in 597d8e45818a 01:28:42 Removing intermediate container 06370d0294bb 01:28:42 ---> e4dd085bb604 01:28:42 Successfully built e4dd085bb604 01:28:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:28:42 + docker inspect -f . ci-base-image-x86_64 01:28:42 . [Pipeline] withDockerContainer 01:28:42 prd-centos7-docker-4c-2g-43488 does not seem to be running inside a container 01:28:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat 01:28:43 $ docker top 78d2d94ac610663f5eb4a456af8fb512f24e5fdff2779107423d29d4c88d94f8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:44 + go version 01:28:44 go version go1.15.2 linux/amd64 [Pipeline] } 01:28:44 $ docker stop --time=1 78d2d94ac610663f5eb4a456af8fb512f24e5fdff2779107423d29d4c88d94f8 01:28:45 $ docker rm -f 78d2d94ac610663f5eb4a456af8fb512f24e5fdff2779107423d29d4c88d94f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:28:46 + docker inspect -f . ci-base-image-x86_64 01:28:46 . [Pipeline] withDockerContainer 01:28:46 prd-centos7-docker-4c-2g-43488 does not seem to be running inside a container 01:28:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat 01:28:47 $ docker top 6a43950bd61235327b80a30f9dca74ac49ee495903efe460a9b657f9b73a55db -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:47 + make test 01:28:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:28:49 Removing intermediate container 597d8e45818a 01:28:49 ---> 6685b8567b2e 01:28:49 Successfully built 6685b8567b2e 01:28:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:28:50 + docker inspect -f . ci-base-image-arm64 01:28:50 . [Pipeline] withDockerContainer 01:28:50 prd-ubuntu18.04-docker-arm64-4c-16g-43486 does not seem to be running inside a container 01:28:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat 01:28:52 $ docker top 2097346c5ed6dc8f2ac0c0c7cb2a54adfe4f407d7ea1c72a188a3df50b3d8ff8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:53 + go version 01:28:53 go version go1.15.2 linux/arm64 [Pipeline] } 01:28:53 $ docker stop --time=1 2097346c5ed6dc8f2ac0c0c7cb2a54adfe4f407d7ea1c72a188a3df50b3d8ff8 01:28:54 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:28:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.014s coverage: 85.7% of statements 01:28:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.008s coverage: 100.0% of statements 01:28:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements 01:28:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.013s coverage: 77.8% of statements 01:28:55 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:28:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements 01:28:55 $ docker rm -f 2097346c5ed6dc8f2ac0c0c7cb2a54adfe4f407d7ea1c72a188a3df50b3d8ff8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:28:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.010s coverage: 14.7% of statements 01:28:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.046s coverage: 100.0% of statements 01:28:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements 01:28:56 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:28:56 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:28:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements 01:28:56 + docker inspect -f . ci-base-image-arm64 01:28:56 . [Pipeline] withDockerContainer 01:28:56 prd-ubuntu18.04-docker-arm64-4c-16g-43486 does not seem to be running inside a container 01:28:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat 01:28:56 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 45.9% of statements 01:28:58 $ docker top 43181c8e956f5300e6364f3d0da5b37d302b3364a15ca457d0ca49648882951b -eo pid,comm 01:28:58 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.047s coverage: 63.0% of statements 01:28:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.008s coverage: 26.3% of statements 01:28:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.008s coverage: 15.4% of statements 01:28:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements 01:28:58 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements 01:28:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [Pipeline] { [Pipeline] sh 01:28:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 31.7% of statements 01:28:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 100.0% of statements 01:28:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.020s coverage: 95.1% of statements 01:28:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 01:28:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:28:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:29:00 + make test 01:29:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:29:01 gofmt -l . 01:29:01 [ "`gofmt -l .`" = "" ] [Pipeline] stash 01:29:01 Stashed 1 file(s) [Pipeline] } 01:29:01 $ docker stop --time=1 6a43950bd61235327b80a30f9dca74ac49ee495903efe460a9b657f9b73a55db 01:29:03 $ docker rm -f 6a43950bd61235327b80a30f9dca74ac49ee495903efe460a9b657f9b73a55db [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] } 01:29:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:29:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.044s coverage: 85.7% of statements 01:29:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements 01:29:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.087s coverage: 45.4% of statements 01:29:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.035s coverage: 77.8% of statements 01:29:24 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:29:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.019s coverage: 6.4% of statements 01:29:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.069s coverage: 14.7% of statements 01:29:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements 01:29:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.089s coverage: 91.8% of statements 01:29:27 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:29:27 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:29:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 01:29:28 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 45.9% of statements 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.090s coverage: 63.0% of statements 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.028s coverage: 26.3% of statements 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.030s coverage: 15.4% of statements 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.043s coverage: 14.3% of statements 01:29:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.030s coverage: 31.7% of statements 01:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.029s coverage: 100.0% of statements 01:29:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.062s coverage: 95.1% of statements 01:29:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 01:29:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:29:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:29:40 gofmt -l . 01:29:40 [ "`gofmt -l .`" = "" ] [Pipeline] stash 01:29:41 Warning: overwriting stash ‘coverage-report’ 01:29:41 Stashed 1 file(s) [Pipeline] } 01:29:41 $ docker stop --time=1 43181c8e956f5300e6364f3d0da5b37d302b3364a15ca457d0ca49648882951b 01:29:44 $ docker rm -f 43181c8e956f5300e6364f3d0da5b37d302b3364a15ca457d0ca49648882951b [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 01:29:46 provisioning config files... 01:29:46 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config5657478026716906734tmp [Pipeline] { [Pipeline] sh 01:29:47 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config5657478026716906734tmp 01:29:47 + curl -s https://codecov.io/bash [Pipeline] } 01:29:47 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] { (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 01:29:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:29:50 ---> package-listing.sh 01:29:50 ++ facter osfamily 01:29:50 ++ tr '[:upper:]' '[:lower:]' 01:29:50 + OS_FAMILY=redhat 01:29:50 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-286 01:29:50 + START_PACKAGES=/tmp/packages_start.txt 01:29:50 + END_PACKAGES=/tmp/packages_end.txt 01:29:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:29:50 + PACKAGES=/tmp/packages_start.txt 01:29:50 + '[' /w/workspace/dry_go-mod-core-contracts_PR-286 ']' 01:29:50 + PACKAGES=/tmp/packages_end.txt 01:29:50 + case "${OS_FAMILY}" in 01:29:50 + rpm -qa 01:29:50 + sort 01:29:55 + '[' -f /tmp/packages_start.txt ']' 01:29:55 + '[' -f /tmp/packages_end.txt ']' 01:29:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:29:55 + '[' /w/workspace/dry_go-mod-core-contracts_PR-286 ']' 01:29:55 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-286/archives/ 01:29:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-286/archives/ [Pipeline] isUnix [Pipeline] sh 01:29:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:29:55 01:29:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:29:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:29:55 alpine: Pulling from edgex-lftools-log-publisher 01:29:55 df20fa9351a1: Pulling fs layer 01:29:55 36b3adc4ff6f: Pulling fs layer 01:29:55 8ad3a11d3b57: Pulling fs layer 01:29:55 46f8f816bc3b: Pulling fs layer 01:29:55 0dadc02b9964: Pulling fs layer 01:29:55 ce6a7cf60c04: Pulling fs layer 01:29:55 7a184a31f384: Pulling fs layer 01:29:55 0879bd2ef858: Pulling fs layer 01:29:55 46f8f816bc3b: Waiting 01:29:55 ce6a7cf60c04: Waiting 01:29:55 7a184a31f384: Waiting 01:29:55 0dadc02b9964: Waiting 01:29:55 0879bd2ef858: Waiting 01:29:55 36b3adc4ff6f: Download complete 01:29:55 46f8f816bc3b: Verifying Checksum 01:29:55 46f8f816bc3b: Download complete 01:29:56 df20fa9351a1: Verifying Checksum 01:29:56 df20fa9351a1: Download complete 01:29:56 ce6a7cf60c04: Verifying Checksum 01:29:56 ce6a7cf60c04: Download complete 01:29:56 0dadc02b9964: Verifying Checksum 01:29:56 0dadc02b9964: Download complete 01:29:56 7a184a31f384: Verifying Checksum 01:29:56 7a184a31f384: Download complete 01:29:56 df20fa9351a1: Pull complete 01:29:57 8ad3a11d3b57: Verifying Checksum 01:29:57 8ad3a11d3b57: Download complete 01:29:57 36b3adc4ff6f: Pull complete 01:29:59 8ad3a11d3b57: Pull complete 01:29:59 46f8f816bc3b: Pull complete 01:29:59 0879bd2ef858: Verifying Checksum 01:29:59 0879bd2ef858: Download complete 01:29:59 0dadc02b9964: Pull complete 01:30:00 ce6a7cf60c04: Pull complete 01:30:00 7a184a31f384: Pull complete 01:30:05 0879bd2ef858: Pull complete 01:30:05 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 01:30:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:30:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:30:05 prd-centos7-docker-4c-2g-43485 does not seem to be running inside a container 01:30:05 $ 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-286 -v /w/workspace/dry_go-mod-core-contracts_PR-286:/w/workspace/dry_go-mod-core-contracts_PR-286:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-286@tmp:/w/workspace/dry_go-mod-core-contracts_PR-286@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-lftools-log-publisher:alpine cat 01:30:09 $ docker top 4b280ae3c931bf3ce1d96a7423d8683ff5e3020b77aa4749eb3b33406a71f3f3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:10 + mkdir -p /var/log/sa [Pipeline] sh 01:30:10 + ls /var/log/sa-host 01:30:10 + sadf -c /var/log/sa-host/sa05 01:30:10 file_magic: OK 01:30:10 HZ: Using current value: 100 01:30:10 file_header: OK 01:30:10 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 01:30:10 Statistics: 01:30:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:30:10 File successfully converted to sysstat format version 12.2.1 01:30:10 + sadf -c /var/log/sa-host/sa16 01:30:10 file_magic: OK 01:30:10 HZ: Using current value: 100 01:30:10 file_header: OK 01:30:10 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 01:30:10 Statistics: 01:30:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:30:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:30:10 provisioning config files... 01:30:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config8768369815977329144tmp [Pipeline] { [Pipeline] echo 01:30:10 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:30:11 ---> create-netrc.sh [Pipeline] echo 01:30:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:30:11 ---> logs-deploy.sh 01:30:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-286/4 01:30:11 INFO: archiving workspace using pattern(s): 01:30:13 Archives upload complete. 01:30:13 INFO: archiving logs to Nexus