Pull request #399 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 judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 844a5d37c2a272f408f33a4f79fd99708cfffb83+feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 (813fa0332e4f29c6d0f0c0a00f7640d6f3238309) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16280 in /w/workspace/dry_go-mod-core-contracts_PR-399 [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-399 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub Merging remotes/origin/master commit feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 into PR head commit 844a5d37c2a272f408f33a4f79fd99708cfffb83 Merge succeeded, producing 844a5d37c2a272f408f33a4f79fd99708cfffb83 Checking out Revision 844a5d37c2a272f408f33a4f79fd99708cfffb83 (PR-399) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/399/head:refs/remotes/origin/PR-399 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # 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 feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 Commit message: "feat(v2): implement custom validation tag for RFC3986 unreserved characters" First time build. Skipping changelog. > git rev-list --no-walk d46816adef716b48d050b650da8fabd6c34ffe1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T06:51:46.984Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T06:51:47.304Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T06:51:47.445Z] ========================================================= [2020-12-16T06:51:47.445Z] EdgeX Global Pipelines Version Info [2020-12-16T06:51:47.445Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:51:49.102Z] ------------------- [2020-12-16T06:51:49.102Z] stable info: [2020-12-16T06:51:49.102Z] ------------------- [2020-12-16T06:51:49.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T06:51:49.102Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T06:51:49.102Z] Message: update stable to v1.0.172 [2020-12-16T06:51:50.052Z] ------------------- [2020-12-16T06:51:50.052Z] experimental info: [2020-12-16T06:51:50.052Z] ------------------- [2020-12-16T06:51:50.052Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T06:51:50.052Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T06:51:50.052Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T06:51:50.481Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-16T06:51:50.591Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-16T06:51:50.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T06:51:50.831Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T06:51:50.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T06:51:51.045Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T06:51:51.147Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T06:51:51.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T06:51:51.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-16T06:51:51.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T06:51:51.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T06:51:51.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-16T06:51:51.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T06:51:51.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T06:51:51.981Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T06:51:52.106Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T06:51:52.208Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T06:51:52.333Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T06:51:52.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-16T06:51:52.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-16T06:51:52.677Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-16T06:51:52.777Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-16T06:51:52.882Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-16T06:51:52.991Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-16T06:51:53.108Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-16T06:51:53.218Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T06:51:53.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-399 [Pipeline] echo [2020-12-16T06:51:53.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-399 [Pipeline] echo [2020-12-16T06:51:53.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-399 [Pipeline] echo [2020-12-16T06:51:53.703Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 844a5d37c2a272f408f33a4f79fd99708cfffb83 [Pipeline] echo [2020-12-16T06:51:53.835Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 844a5d3 [Pipeline] echo [2020-12-16T06:51:53.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T06:51:54.668Z] + git log --format=format:%s -1 844a5d37c2a272f408f33a4f79fd99708cfffb83 [Pipeline] echo [2020-12-16T06:51:54.741Z] GIT_COMMIT: 844a5d37c2a272f408f33a4f79fd99708cfffb83, Commit Message: feat(v2): implement custom validation tag for RFC3986 unreserved characters [Pipeline] echo [2020-12-16T06:51:54.791Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:51:56.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T06:51:56.391Z] [2020-12-16T06:51:56.391Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:51:56.743Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T06:51:56.743Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T06:51:56.743Z] 31603596830f: Pulling fs layer [2020-12-16T06:51:56.743Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T06:51:56.743Z] 6ca5941a6612: Pulling fs layer [2020-12-16T06:51:56.743Z] ecc8261a40a4: Pulling fs layer [2020-12-16T06:51:56.743Z] ecc8261a40a4: Waiting [2020-12-16T06:51:56.743Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T06:51:56.743Z] 2a8b12db71e7: Download complete [2020-12-16T06:51:57.018Z] 31603596830f: Verifying Checksum [2020-12-16T06:51:57.018Z] 31603596830f: Download complete [2020-12-16T06:51:57.018Z] ecc8261a40a4: Verifying Checksum [2020-12-16T06:51:57.018Z] ecc8261a40a4: Download complete [2020-12-16T06:51:57.018Z] 6ca5941a6612: Verifying Checksum [2020-12-16T06:51:57.018Z] 6ca5941a6612: Download complete [2020-12-16T06:51:57.283Z] 31603596830f: Pull complete [2020-12-16T06:51:57.283Z] 2a8b12db71e7: Pull complete [2020-12-16T06:51:58.237Z] 6ca5941a6612: Pull complete [2020-12-16T06:51:58.504Z] ecc8261a40a4: Pull complete [2020-12-16T06:51:58.504Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T06:51:58.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T06:51:58.504Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T06:51:58.651Z] prd-centos7-docker-4c-2g-16280 does not seem to be running inside a container [2020-12-16T06:51:58.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-399 -v /w/workspace/dry_go-mod-core-contracts_PR-399:/w/workspace/dry_go-mod-core-contracts_PR-399:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-399@tmp:/w/workspace/dry_go-mod-core-contracts_PR-399@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T06:52:01.033Z] $ docker top d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T06:52:01.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T06:52:01.330Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T06:52:01.553Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T06:52:01.558Z] $ docker exec d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent [2020-12-16T06:52:01.733Z] SSH_AUTH_SOCK=/tmp/ssh-mH24MZN7hnYS/agent.13 [2020-12-16T06:52:01.733Z] SSH_AGENT_PID=18 [2020-12-16T06:52:01.749Z] Running ssh-add (command line suppressed) [2020-12-16T06:52:01.887Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_8736739661561387924.key (/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_8736739661561387924.key) [2020-12-16T06:52:01.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T06:52:02.286Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T06:52:02.311Z] $ docker exec --env ******** --env ******** d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent -k [2020-12-16T06:52:02.432Z] unset SSH_AUTH_SOCK; [2020-12-16T06:52:02.433Z] unset SSH_AGENT_PID; [2020-12-16T06:52:02.433Z] echo Agent pid 18 killed; [2020-12-16T06:52:02.478Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T06:52:02.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T06:52:02.634Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T06:52:02.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T06:52:02.810Z] $ docker exec d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent [2020-12-16T06:52:02.969Z] SSH_AUTH_SOCK=/tmp/ssh-z4LJjS6Oeq0W/agent.47 [2020-12-16T06:52:02.969Z] SSH_AGENT_PID=53 [2020-12-16T06:52:02.976Z] Running ssh-add (command line suppressed) [2020-12-16T06:52:03.100Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_3404666970830240931.key (/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_3404666970830240931.key) [2020-12-16T06:52:03.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T06:52:03.502Z] + git semver init [2020-12-16T06:52:03.502Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T06:52:03.502Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-399/.git [2020-12-16T06:52:03.502Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-399 [2020-12-16T06:52:03.502Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T06:52:03.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T06:52:03.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T06:52:03.502Z] # $SEMVER_BRANCH = PR-399 [2020-12-16T06:52:03.502Z] # $SEMVER_TEMP = /tmp/semver-662090541 [2020-12-16T06:52:03.502Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-16T06:52:04.082Z] # '/tmp/semver-662090541' -> '/w/workspace/dry_go-mod-core-contracts_PR-399/.semver' [2020-12-16T06:52:04.082Z] # -> Force: false [2020-12-16T06:52:04.082Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-399/.semver [Pipeline] } [2020-12-16T06:52:04.097Z] $ docker exec --env ******** --env ******** d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent -k [2020-12-16T06:52:04.215Z] unset SSH_AUTH_SOCK; [2020-12-16T06:52:04.215Z] unset SSH_AGENT_PID; [2020-12-16T06:52:04.215Z] echo Agent pid 53 killed; [2020-12-16T06:52:04.260Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T06:52:04.757Z] + git semver [Pipeline] } [2020-12-16T06:52:04.778Z] $ docker stop --time=1 d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 [2020-12-16T06:52:06.711Z] $ docker rm -f d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T06:52:07.224Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T06:52:07.752Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T06:52:07.755Z] [edgeXSemver]: initialized semver on 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 [2020-12-16T06:52:23.331Z] Still waiting to schedule task [2020-12-16T06:52:23.331Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-16T06:52:23.334Z] Still waiting to schedule task [2020-12-16T06:52:23.334Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16279’ is offline [2020-12-16T06:54:08.561Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16281 in /w/workspace/dry_go-mod-core-contracts_PR-399 [Pipeline] { [Pipeline] ws [2020-12-16T06:54:08.620Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-12-16T06:54:13.068Z] using credential edgex-jenkins-ssh [2020-12-16T06:54:13.134Z] Cloning the remote Git repository [2020-12-16T06:54:13.175Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T06:54:13.291Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-12-16T06:54:13.376Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T06:54:13.377Z] > git --version # timeout=10 [2020-12-16T06:54:13.395Z] > git --version # 'git version 2.17.1' [2020-12-16T06:54:13.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T06:54:13.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T06:54:14.411Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T06:54:14.426Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T06:54:14.451Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T06:54:14.488Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T06:54:14.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T06:54:14.501Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/399/head:refs/remotes/origin/PR-399 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T06:54:15.230Z] Merging remotes/origin/master commit feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 into PR head commit 844a5d37c2a272f408f33a4f79fd99708cfffb83 [2020-12-16T06:54:15.545Z] Merge succeeded, producing 844a5d37c2a272f408f33a4f79fd99708cfffb83 [2020-12-16T06:54:15.545Z] Checking out Revision 844a5d37c2a272f408f33a4f79fd99708cfffb83 (PR-399) [2020-12-16T06:54:16.041Z] Running on prd-centos7-docker-4c-2g-16282 in /w/workspace/dry_go-mod-core-contracts_PR-399 [Pipeline] { [Pipeline] ws [2020-12-16T06:54:16.100Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [2020-12-16T06:54:15.240Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T06:54:15.260Z] > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 [2020-12-16T06:54:15.381Z] > git remote # timeout=10 [2020-12-16T06:54:15.400Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T06:54:15.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T06:54:15.424Z] > git merge feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 # timeout=10 [2020-12-16T06:54:15.490Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T06:54:15.540Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T06:54:15.557Z] > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 [Pipeline] checkout [2020-12-16T06:54:18.529Z] using credential edgex-jenkins-ssh [2020-12-16T06:54:18.587Z] Cloning the remote Git repository [2020-12-16T06:54:18.200Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T06:54:18.279Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-12-16T06:54:18.344Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T06:54:18.344Z] > git --version # timeout=10 [2020-12-16T06:54:18.350Z] > git --version # 'git version 2.24.3' [2020-12-16T06:54:18.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T06:54:18.379Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T06:54:19.179Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T06:54:19.187Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T06:54:19.199Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T06:54:19.861Z] Commit message: "feat(v2): implement custom validation tag for RFC3986 unreserved characters" [2020-12-16T06:54:20.060Z] Merging remotes/origin/master commit feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 into PR head commit 844a5d37c2a272f408f33a4f79fd99708cfffb83 [2020-12-16T06:54:20.178Z] Merge succeeded, producing 844a5d37c2a272f408f33a4f79fd99708cfffb83 [2020-12-16T06:54:20.178Z] Checking out Revision 844a5d37c2a272f408f33a4f79fd99708cfffb83 (PR-399) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-16T06:54:19.213Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T06:54:19.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T06:54:19.220Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/399/head:refs/remotes/origin/PR-399 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T06:54:19.779Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T06:54:19.786Z] > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 [2020-12-16T06:54:19.862Z] > git remote # timeout=10 [2020-12-16T06:54:19.869Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T06:54:19.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T06:54:19.877Z] > git merge feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 # timeout=10 [2020-12-16T06:54:19.890Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T06:54:19.901Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T06:54:19.906Z] > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T06:54:21.603Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T06:54:22.083Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T06:54:22.442Z] + + true [2020-12-16T06:54:22.442Z] sudo service docker restart [2020-12-16T06:54:23.736Z] Commit message: "feat(v2): implement custom validation tag for RFC3986 unreserved characters" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T06:54:25.058Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash [2020-12-16T06:54:25.436Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] echo [2020-12-16T06:54:25.439Z] ========================================================= [2020-12-16T06:54:25.439Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T06:54:25.439Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:54:25.851Z] + sudo service docker restart [2020-12-16T06:54:25.851Z] + true [2020-12-16T06:54:25.851Z] Redirecting to /bin/systemctl restart docker.service [2020-12-16T06:54:25.992Z] + 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 . [Pipeline] unstash [2020-12-16T06:54:26.973Z] Sending build context to Docker daemon 2.014MB [2020-12-16T06:54:26.974Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T06:54:26.974Z] Step 2/7 : FROM ${BASE} [Pipeline] echo [2020-12-16T06:54:26.983Z] ========================================================= [2020-12-16T06:54:26.983Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T06:54:26.983Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:54:27.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T06:54:27.251Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T06:54:27.252Z] a4357932f1b6: Pulling fs layer [2020-12-16T06:54:27.252Z] 18c013af1878: Pulling fs layer [2020-12-16T06:54:27.252Z] 00ac8860ef70: Pulling fs layer [2020-12-16T06:54:27.252Z] 63d7cb157983: Pulling fs layer [2020-12-16T06:54:27.252Z] b116817d02f9: Pulling fs layer [2020-12-16T06:54:27.252Z] 745a02a5169b: Pulling fs layer [2020-12-16T06:54:27.252Z] 00ac8860ef70: Waiting [2020-12-16T06:54:27.252Z] 63d7cb157983: Waiting [2020-12-16T06:54:27.252Z] b116817d02f9: Waiting [2020-12-16T06:54:27.252Z] 745a02a5169b: Waiting [2020-12-16T06:54:27.252Z] 18c013af1878: Download complete [2020-12-16T06:54:27.252Z] a4357932f1b6: Verifying Checksum [2020-12-16T06:54:27.252Z] a4357932f1b6: Download complete [2020-12-16T06:54:27.252Z] 63d7cb157983: Download complete [2020-12-16T06:54:27.252Z] b116817d02f9: Verifying Checksum [2020-12-16T06:54:27.252Z] b116817d02f9: Download complete [2020-12-16T06:54:27.339Z] + 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 . [2020-12-16T06:54:27.526Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T06:54:27.526Z] 5f621e34cdf4: Download complete [2020-12-16T06:54:27.920Z] Sending build context to Docker daemon 2.015MB [2020-12-16T06:54:27.920Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T06:54:27.920Z] Step 2/7 : FROM ${BASE} [2020-12-16T06:54:28.122Z] 5f621e34cdf4: Pull complete [2020-12-16T06:54:28.184Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T06:54:28.184Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T06:54:28.184Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T06:54:28.184Z] de9db76c5a1d: Pulling fs layer [2020-12-16T06:54:28.184Z] bca2f99d35d6: Pulling fs layer [2020-12-16T06:54:28.184Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T06:54:28.184Z] 7c6f9722023f: Pulling fs layer [2020-12-16T06:54:28.184Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T06:54:28.184Z] bca2f99d35d6: Waiting [2020-12-16T06:54:28.184Z] 93359f2a8cfa: Waiting [2020-12-16T06:54:28.184Z] 7c6f9722023f: Waiting [2020-12-16T06:54:28.184Z] a35cf1a2eb13: Waiting [2020-12-16T06:54:28.184Z] de9db76c5a1d: Verifying Checksum [2020-12-16T06:54:28.184Z] de9db76c5a1d: Download complete [2020-12-16T06:54:28.184Z] 0ef7d3d256c8: Download complete [2020-12-16T06:54:28.447Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T06:54:28.709Z] 7c6f9722023f: Download complete [2020-12-16T06:54:28.724Z] a4357932f1b6: Pull complete [2020-12-16T06:54:28.973Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T06:54:28.973Z] 188c0c94c7c5: Download complete [2020-12-16T06:54:28.997Z] 18c013af1878: Pull complete [2020-12-16T06:54:29.245Z] 188c0c94c7c5: Pull complete [2020-12-16T06:54:29.512Z] 0ef7d3d256c8: Pull complete [2020-12-16T06:54:29.512Z] de9db76c5a1d: Pull complete [2020-12-16T06:54:31.441Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T06:54:31.441Z] a35cf1a2eb13: Download complete [2020-12-16T06:54:31.618Z] 745a02a5169b: Download complete [2020-12-16T06:54:32.600Z] 00ac8860ef70: Download complete [2020-12-16T06:54:32.876Z] bca2f99d35d6: Download complete [2020-12-16T06:54:38.202Z] bca2f99d35d6: Pull complete [2020-12-16T06:54:38.202Z] 93359f2a8cfa: Pull complete [2020-12-16T06:54:38.202Z] 7c6f9722023f: Pull complete [2020-12-16T06:54:42.767Z] 00ac8860ef70: Pull complete [2020-12-16T06:54:42.767Z] 63d7cb157983: Pull complete [2020-12-16T06:54:43.042Z] b116817d02f9: Pull complete [2020-12-16T06:54:46.399Z] a35cf1a2eb13: Pull complete [2020-12-16T06:54:46.399Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T06:54:46.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T06:54:46.399Z] ---> a62c8e92a672 [2020-12-16T06:54:46.399Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-16T06:54:46.399Z] ---> Running in 0936f312e1a4 [2020-12-16T06:54:46.399Z] Removing intermediate container 0936f312e1a4 [2020-12-16T06:54:46.399Z] ---> 2f40d43eab4e [2020-12-16T06:54:46.399Z] Step 4/7 : RUN apk add bash [2020-12-16T06:54:46.399Z] ---> Running in 453fbe10f9a7 [2020-12-16T06:54:46.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T06:54:46.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T06:54:47.354Z] 745a02a5169b: Pull complete [2020-12-16T06:54:47.354Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T06:54:47.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T06:54:47.354Z] ---> b7e6874047d6 [2020-12-16T06:54:47.354Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-16T06:54:47.564Z] OK: 166 MiB in 39 packages [2020-12-16T06:54:48.144Z] Removing intermediate container 453fbe10f9a7 [2020-12-16T06:54:48.144Z] ---> 4dd265adaf1d [2020-12-16T06:54:48.144Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-16T06:54:48.144Z] ---> Running in d49228e54fdb [2020-12-16T06:54:48.408Z] Removing intermediate container d49228e54fdb [2020-12-16T06:54:48.408Z] ---> 7b62df13476a [2020-12-16T06:54:48.408Z] Step 6/7 : COPY go.mod . [2020-12-16T06:54:48.677Z] ---> 04edc7ba1096 [2020-12-16T06:54:48.677Z] Step 7/7 : RUN go mod download [2020-12-16T06:54:48.677Z] ---> Running in 579365d946c2 [2020-12-16T06:54:49.984Z] ---> Running in 4ff33d0fca5f [2020-12-16T06:54:49.984Z] Removing intermediate container 4ff33d0fca5f [2020-12-16T06:54:49.984Z] ---> e17f39a95fff [2020-12-16T06:54:49.984Z] Step 4/7 : RUN apk add bash [2020-12-16T06:54:50.259Z] ---> Running in e99372c9c5c7 [2020-12-16T06:54:51.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T06:54:52.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T06:54:53.277Z] OK: 142 MiB in 39 packages [2020-12-16T06:54:54.264Z] Removing intermediate container e99372c9c5c7 [2020-12-16T06:54:54.264Z] ---> b825992ba09d [2020-12-16T06:54:54.264Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-16T06:54:54.542Z] ---> Running in 585796e251b2 [2020-12-16T06:54:54.824Z] Removing intermediate container 585796e251b2 [2020-12-16T06:54:54.824Z] ---> 52415e3fde47 [2020-12-16T06:54:54.824Z] Step 6/7 : COPY go.mod . [2020-12-16T06:54:55.423Z] ---> 3a01dd952e40 [2020-12-16T06:54:55.423Z] Step 7/7 : RUN go mod download [2020-12-16T06:54:55.696Z] ---> Running in 0670013f6d95 [2020-12-16T06:55:00.975Z] Removing intermediate container 579365d946c2 [2020-12-16T06:55:00.975Z] ---> 66b5b6866601 [2020-12-16T06:55:00.975Z] Successfully built 66b5b6866601 [2020-12-16T06:55:00.975Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:55:01.297Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T06:55:01.297Z] . [Pipeline] withDockerContainer [2020-12-16T06:55:01.423Z] prd-centos7-docker-4c-2g-16282 does not seem to be running inside a container [2020-12-16T06:55:01.476Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T06:55:02.248Z] $ docker top 762910a453cc86b5b4c7ba43dc75d1ca12bd3c39342c19d05f183a4766c34879 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T06:55:02.759Z] + go version [2020-12-16T06:55:02.759Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T06:55:02.890Z] $ docker stop --time=1 762910a453cc86b5b4c7ba43dc75d1ca12bd3c39342c19d05f183a4766c34879 [2020-12-16T06:55:04.230Z] $ docker rm -f 762910a453cc86b5b4c7ba43dc75d1ca12bd3c39342c19d05f183a4766c34879 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:55:05.069Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T06:55:05.069Z] . [Pipeline] withDockerContainer [2020-12-16T06:55:05.175Z] prd-centos7-docker-4c-2g-16282 does not seem to be running inside a container [2020-12-16T06:55:05.233Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T06:55:05.808Z] $ docker top d7ee88f44595f9a3c3a5f17c8333475071b8b72cefebde36ad5adf57c5ba8d72 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T06:55:06.309Z] + make test [2020-12-16T06:55:06.309Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-16T06:55:10.806Z] Removing intermediate container 0670013f6d95 [2020-12-16T06:55:10.806Z] ---> 9396a5d3a097 [2020-12-16T06:55:10.806Z] Successfully built 9396a5d3a097 [2020-12-16T06:55:10.806Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:55:11.155Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T06:55:11.155Z] . [Pipeline] withDockerContainer [2020-12-16T06:55:11.396Z] prd-ubuntu18.04-docker-arm64-4c-16g-16281 does not seem to be running inside a container [2020-12-16T06:55:11.480Z] $ 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 [2020-12-16T06:55:12.924Z] $ docker top dda34dc698cbb923955217759d5a3bd99af4ffca19b6b7b357931e1171ccaad9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T06:55:13.997Z] + go version [2020-12-16T06:55:13.997Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T06:55:14.019Z] $ docker stop --time=1 dda34dc698cbb923955217759d5a3bd99af4ffca19b6b7b357931e1171ccaad9 [2020-12-16T06:55:14.567Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-16T06:55:14.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements [2020-12-16T06:55:14.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements [2020-12-16T06:55:14.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.026s coverage: 45.4% of statements [2020-12-16T06:55:14.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements [2020-12-16T06:55:14.567Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-16T06:55:15.165Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 18.6% of statements [2020-12-16T06:55:15.436Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.027s coverage: 14.7% of statements [2020-12-16T06:55:15.436Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements [2020-12-16T06:55:15.436Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 91.8% of statements [2020-12-16T06:55:15.436Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-16T06:55:15.436Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-16T06:55:15.436Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.028s coverage: 100.0% of statements [2020-12-16T06:55:15.701Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements [2020-12-16T06:55:15.942Z] $ docker rm -f dda34dc698cbb923955217759d5a3bd99af4ffca19b6b7b357931e1171ccaad9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:55:17.042Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T06:55:17.042Z] . [Pipeline] withDockerContainer [2020-12-16T06:55:17.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-16281 does not seem to be running inside a container [2020-12-16T06:55:17.379Z] $ 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 [2020-12-16T06:55:17.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.031s coverage: 63.0% of statements [2020-12-16T06:55:17.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements [2020-12-16T06:55:17.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.009s coverage: 15.4% of statements [2020-12-16T06:55:17.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements [2020-12-16T06:55:17.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements [2020-12-16T06:55:17.650Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-16T06:55:18.231Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.029s coverage: 85.3% of statements [2020-12-16T06:55:18.231Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-16T06:55:18.231Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-16T06:55:18.231Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 43.5% of statements [2020-12-16T06:55:18.231Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.016s coverage: 100.0% of statements [2020-12-16T06:55:18.812Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 95.2% of statements [2020-12-16T06:55:18.812Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-12-16T06:55:18.812Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-16T06:55:18.812Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-16T06:55:18.993Z] $ docker top c02a0cbfa2f3787436494d1d08be60303aebb98db122a38a2dfe939f491b05a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T06:55:20.009Z] + make test [2020-12-16T06:55:20.009Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-16T06:55:20.226Z] gofmt -l . [2020-12-16T06:55:20.490Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-16T06:55:20.772Z] $ docker stop --time=1 d7ee88f44595f9a3c3a5f17c8333475071b8b72cefebde36ad5adf57c5ba8d72 [2020-12-16T06:55:23.087Z] $ docker rm -f d7ee88f44595f9a3c3a5f17c8333475071b8b72cefebde36ad5adf57c5ba8d72 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T06:55:23.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T06:55:24.100Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-16T06:55:42.206Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-16T06:55:42.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.065s coverage: 85.7% of statements [2020-12-16T06:55:42.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements [2020-12-16T06:55:44.799Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements [2020-12-16T06:55:44.799Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.064s coverage: 77.8% of statements [2020-12-16T06:55:44.799Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-16T06:55:45.793Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.030s coverage: 18.6% of statements [2020-12-16T06:55:46.068Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements [2020-12-16T06:55:46.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.031s coverage: 100.0% of statements [2020-12-16T06:55:47.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.062s coverage: 91.8% of statements [2020-12-16T06:55:47.658Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-16T06:55:47.658Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-16T06:55:47.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements [2020-12-16T06:55:47.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.025s coverage: 47.8% of statements [2020-12-16T06:55:53.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.095s coverage: 63.0% of statements [2020-12-16T06:55:53.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-12-16T06:55:53.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.054s coverage: 15.4% of statements [2020-12-16T06:55:53.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.031s coverage: 15.4% of statements [2020-12-16T06:55:53.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.020s coverage: 14.3% of statements [2020-12-16T06:55:53.097Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-16T06:55:54.540Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.102s coverage: 85.3% of statements [2020-12-16T06:55:54.540Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-16T06:55:54.540Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-16T06:55:54.817Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.041s coverage: 43.5% of statements [2020-12-16T06:55:54.817Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements [2020-12-16T06:55:55.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.104s coverage: 95.2% of statements [2020-12-16T06:55:56.078Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements [2020-12-16T06:55:56.078Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-16T06:55:56.350Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-16T06:56:01.763Z] gofmt -l . [2020-12-16T06:56:01.763Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-16T06:56:02.056Z] $ docker stop --time=1 c02a0cbfa2f3787436494d1d08be60303aebb98db122a38a2dfe939f491b05a2 [2020-12-16T06:56:04.327Z] $ docker rm -f c02a0cbfa2f3787436494d1d08be60303aebb98db122a38a2dfe939f491b05a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T06:56:05.283Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T06:56:05.369Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T06:56:06.232Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-16T06:56:08.119Z] provisioning config files... [2020-12-16T06:56:08.134Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/config4414211479660760940tmp [Pipeline] { [Pipeline] sh [2020-12-16T06:56:08.527Z] + set +x [2020-12-16T06:56:08.527Z] + curl -s https://codecov.io/bash [2020-12-16T06:56:08.527Z] + bash -s -- [2020-12-16T06:56:08.792Z] [2020-12-16T06:56:08.792Z] _____ _ [2020-12-16T06:56:08.792Z] / ____| | | [2020-12-16T06:56:08.792Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T06:56:08.792Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T06:56:08.792Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T06:56:08.792Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T06:56:08.792Z] Bash-20201130-cc6d3fe [2020-12-16T06:56:08.792Z] [2020-12-16T06:56:08.792Z] [2020-12-16T06:56:08.792Z] ==> Jenkins CI detected. [2020-12-16T06:56:08.792Z] project root: . [2020-12-16T06:56:08.792Z] --> token set from env [2020-12-16T06:56:08.792Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T06:56:08.792Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T06:56:08.792Z] ==> Python coveragepy not found [2020-12-16T06:56:08.792Z] ==> Searching for coverage reports in: [2020-12-16T06:56:08.792Z] + . [2020-12-16T06:56:08.792Z] -> Found 1 reports [2020-12-16T06:56:08.792Z] ==> Detecting git/mercurial file structure [2020-12-16T06:56:08.792Z] ==> Reading reports [2020-12-16T06:56:09.055Z] + ./coverage.out bytes=113695 [2020-12-16T06:56:09.056Z] ==> Appending adjustments [2020-12-16T06:56:09.056Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T06:56:09.633Z] + Found adjustments [2020-12-16T06:56:09.633Z] ==> Gzipping contents [2020-12-16T06:56:09.633Z] 20K /tmp/codecov.qWnL8R.gz [2020-12-16T06:56:09.633Z] ==> Uploading reports [2020-12-16T06:56:09.633Z] url: https://codecov.io [2020-12-16T06:56:09.633Z] query: branch=PR-399&commit=844a5d37c2a272f408f33a4f79fd99708cfffb83&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-399%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=399&job=&cmd_args= [2020-12-16T06:56:09.633Z] -> Pinging Codecov [2020-12-16T06:56:09.633Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-399&commit=844a5d37c2a272f408f33a4f79fd99708cfffb83&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-399%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=399&job=&cmd_args= [2020-12-16T06:56:10.213Z] -> Uploading to [2020-12-16T06:56:10.213Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/71470A77251A30514AAF9C0BB2E5B6CE/844a5d37c2a272f408f33a4f79fd99708cfffb83/5173bc88-8c3d-4aa0-945e-fce6c691c4a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T065609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8d5d59cf48371bdd7d38f7c54424f1cdf5bca071f0658161c0980f72e66c5738 [2020-12-16T06:56:10.213Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T06:56:10.213Z] Dload Upload Total Spent Left Speed [2020-12-16T06:56:10.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18214 0 0 100 18214 0 36805 --:--:-- --:--:-- --:--:-- 36870 [2020-12-16T06:56:10.477Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/844a5d37c2a272f408f33a4f79fd99708cfffb83 [Pipeline] } [2020-12-16T06:56:10.488Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) 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 [2020-12-16T06:56:13.413Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:56:13.724Z] ---> package-listing.sh [2020-12-16T06:56:13.724Z] ++ facter osfamily [2020-12-16T06:56:13.724Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T06:56:13.724Z] + OS_FAMILY=redhat [2020-12-16T06:56:13.724Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-399 [2020-12-16T06:56:13.724Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T06:56:13.724Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T06:56:13.724Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T06:56:13.724Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T06:56:13.724Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-399 ']' [2020-12-16T06:56:13.724Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T06:56:13.724Z] + case "${OS_FAMILY}" in [2020-12-16T06:56:13.724Z] + rpm -qa [2020-12-16T06:56:13.724Z] + sort [2020-12-16T06:56:19.038Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T06:56:19.038Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T06:56:19.039Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T06:56:19.039Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-399 ']' [2020-12-16T06:56:19.039Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-399/archives/ [2020-12-16T06:56:19.039Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-399/archives/ [Pipeline] echo [2020-12-16T06:56:19.056Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-399/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T06:56:19.348Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:56:19.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T06:56:19.660Z] [2020-12-16T06:56:19.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T06:56:20.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T06:56:20.056Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T06:56:20.056Z] df20fa9351a1: Pulling fs layer [2020-12-16T06:56:20.056Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T06:56:20.056Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T06:56:20.056Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T06:56:20.056Z] 93b61091891f: Pulling fs layer [2020-12-16T06:56:20.056Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T06:56:20.056Z] 5e14af77c1be: Pulling fs layer [2020-12-16T06:56:20.056Z] 01666e4c0597: Pulling fs layer [2020-12-16T06:56:20.056Z] aa168da1d23b: Pulling fs layer [2020-12-16T06:56:20.056Z] 93b9cdb0e59b: Waiting [2020-12-16T06:56:20.056Z] 01666e4c0597: Waiting [2020-12-16T06:56:20.056Z] 5e14af77c1be: Waiting [2020-12-16T06:56:20.056Z] aa168da1d23b: Waiting [2020-12-16T06:56:20.056Z] 46f8f816bc3b: Waiting [2020-12-16T06:56:20.056Z] 93b61091891f: Waiting [2020-12-16T06:56:20.056Z] 36b3adc4ff6f: Download complete [2020-12-16T06:56:20.056Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T06:56:20.056Z] 46f8f816bc3b: Download complete [2020-12-16T06:56:20.327Z] df20fa9351a1: Verifying Checksum [2020-12-16T06:56:20.327Z] df20fa9351a1: Download complete [2020-12-16T06:56:20.327Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T06:56:20.327Z] 93b9cdb0e59b: Download complete [2020-12-16T06:56:20.327Z] 93b61091891f: Verifying Checksum [2020-12-16T06:56:20.327Z] 93b61091891f: Download complete [2020-12-16T06:56:20.327Z] 5e14af77c1be: Download complete [2020-12-16T06:56:20.327Z] 01666e4c0597: Verifying Checksum [2020-12-16T06:56:20.327Z] 01666e4c0597: Download complete [2020-12-16T06:56:20.596Z] df20fa9351a1: Pull complete [2020-12-16T06:56:20.862Z] 36b3adc4ff6f: Pull complete [2020-12-16T06:56:20.862Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T06:56:20.862Z] 8ad3a11d3b57: Download complete [2020-12-16T06:56:21.826Z] 8ad3a11d3b57: Pull complete [2020-12-16T06:56:21.826Z] 46f8f816bc3b: Pull complete [2020-12-16T06:56:22.788Z] aa168da1d23b: Verifying Checksum [2020-12-16T06:56:22.788Z] aa168da1d23b: Download complete [2020-12-16T06:56:22.788Z] 93b61091891f: Pull complete [2020-12-16T06:56:23.051Z] 93b9cdb0e59b: Pull complete [2020-12-16T06:56:23.314Z] 5e14af77c1be: Pull complete [2020-12-16T06:56:23.314Z] 01666e4c0597: Pull complete [2020-12-16T06:56:31.516Z] aa168da1d23b: Pull complete [2020-12-16T06:56:31.516Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T06:56:31.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T06:56:31.516Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T06:56:31.708Z] prd-centos7-docker-4c-2g-16280 does not seem to be running inside a container [2020-12-16T06:56:31.789Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-399/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-399 -v /w/workspace/dry_go-mod-core-contracts_PR-399:/w/workspace/dry_go-mod-core-contracts_PR-399:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-399@tmp:/w/workspace/dry_go-mod-core-contracts_PR-399@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T06:56:34.142Z] $ docker top 215684ab1ed9a2d00f87469d835ec78fcd1a1839785f4fac36111607ca9238e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T06:56:34.726Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T06:56:35.029Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T06:56:35.333Z] + ls /var/log/sa-host [2020-12-16T06:56:35.333Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T06:56:35.333Z] file_magic: OK [2020-12-16T06:56:35.333Z] HZ: Using current value: 100 [2020-12-16T06:56:35.333Z] file_header: OK [2020-12-16T06:56:35.333Z] 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 [2020-12-16T06:56:35.333Z] Statistics: [2020-12-16T06:56:35.333Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T06:56:35.333Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T06:56:35.333Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T06:56:35.333Z] file_magic: OK [2020-12-16T06:56:35.333Z] HZ: Using current value: 100 [2020-12-16T06:56:35.333Z] file_header: OK [2020-12-16T06:56:35.334Z] 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 [2020-12-16T06:56:35.334Z] Statistics: [2020-12-16T06:56:35.334Z] Hnuu...uuuununununu... [2020-12-16T06:56:35.334Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T06:56:35.546Z] provisioning config files... [2020-12-16T06:56:35.561Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/config7427233647752775549tmp [Pipeline] { [Pipeline] echo [2020-12-16T06:56:35.726Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:56:36.043Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T06:56:36.053Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T06:56:36.154Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:56:36.453Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T06:56:36.465Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:56:36.772Z] ---> sudo-logs.sh [2020-12-16T06:56:36.772Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T06:56:36.785Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:56:37.087Z] ---> job-cost.sh [2020-12-16T06:56:37.087Z] lf-activate-venv: SKIPPING [2020-12-16T06:56:37.087Z] INFO: No Stack... [2020-12-16T06:56:38.037Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T06:56:38.612Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T06:56:38.627Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T06:56:38.930Z] ---> logs-deploy.sh [2020-12-16T06:56:38.931Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-399/3 [2020-12-16T06:56:38.931Z] INFO: archiving workspace using pattern(s): [2020-12-16T06:56:40.856Z] Archives upload complete. [2020-12-16T06:56:40.856Z] INFO: archiving logs to Nexus