Pull request #439 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 5330e7a1e14f4aae69f926f73cef49e9e128662d rather than 577ee996f1a431c2b7669420aac12a896c2cd66f Obtained Jenkinsfile from 5330e7a1e14f4aae69f926f73cef49e9e128662d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24564 in /w/workspace/dry_go-mod-core-contracts_PR-439 [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-439 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5330e7a1e14f4aae69f926f73cef49e9e128662d into PR head commit 577ee996f1a431c2b7669420aac12a896c2cd66f Merge succeeded, producing 577ee996f1a431c2b7669420aac12a896c2cd66f Checking out Revision 577ee996f1a431c2b7669420aac12a896c2cd66f (PR-439) > git config core.sparsecheckout # timeout=10 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # 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 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 Commit message: "Merge branch 'master' into issue-431" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T15:27:21.868Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 0e3df033d138579e2db91aa3311837cc5d08f3a7 # timeout=10 [2021-02-02T15:27:22.179Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T15:27:22.278Z] ========================================================= [2021-02-02T15:27:22.278Z] EdgeX Global Pipelines Version Info [2021-02-02T15:27:22.278Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:27:24.687Z] ------------------- [2021-02-02T15:27:24.687Z] stable info: [2021-02-02T15:27:24.687Z] ------------------- [2021-02-02T15:27:24.687Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T15:27:24.687Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T15:27:24.687Z] Message: update stable to v1.0.179 [2021-02-02T15:27:25.270Z] ------------------- [2021-02-02T15:27:25.270Z] experimental info: [2021-02-02T15:27:25.270Z] ------------------- [2021-02-02T15:27:25.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T15:27:25.270Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T15:27:25.271Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T15:27:25.570Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-02T15:27:25.662Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-02T15:27:25.755Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T15:27:25.842Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T15:27:25.931Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T15:27:26.032Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T15:27:26.120Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T15:27:26.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T15:27:26.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-02T15:27:26.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T15:27:26.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T15:27:26.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-02T15:27:26.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T15:27:26.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T15:27:26.885Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:27:26.972Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:27:27.060Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:27:27.149Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:27:27.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T15:27:27.348Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-02T15:27:27.433Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-02T15:27:27.516Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-02T15:27:27.605Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-02T15:27:27.711Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-02T15:27:27.795Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-02T15:27:27.897Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T15:27:27.992Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T15:27:28.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-439 [Pipeline] echo [2021-02-02T15:27:28.183Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-439 [Pipeline] echo [2021-02-02T15:27:28.271Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-439 [Pipeline] echo [2021-02-02T15:27:28.356Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 577ee996f1a431c2b7669420aac12a896c2cd66f [Pipeline] echo [2021-02-02T15:27:28.447Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 577ee99 [Pipeline] echo [2021-02-02T15:27:28.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T15:27:29.298Z] + git log --format=format:%s -1 577ee996f1a431c2b7669420aac12a896c2cd66f [Pipeline] echo [2021-02-02T15:27:29.417Z] GIT_COMMIT: 577ee996f1a431c2b7669420aac12a896c2cd66f, Commit Message: Merge branch 'master' into issue-431 [Pipeline] echo [2021-02-02T15:27:29.465Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:27:30.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:27:31.105Z] [2021-02-02T15:27:31.105Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:27:31.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:27:31.750Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T15:27:31.750Z] 31603596830f: Pulling fs layer [2021-02-02T15:27:31.750Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T15:27:31.750Z] 6ca5941a6612: Pulling fs layer [2021-02-02T15:27:31.750Z] ecc8261a40a4: Pulling fs layer [2021-02-02T15:27:31.750Z] ecc8261a40a4: Waiting [2021-02-02T15:27:31.750Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T15:27:31.750Z] 2a8b12db71e7: Download complete [2021-02-02T15:27:31.750Z] 31603596830f: Verifying Checksum [2021-02-02T15:27:31.750Z] 31603596830f: Download complete [2021-02-02T15:27:32.028Z] ecc8261a40a4: Verifying Checksum [2021-02-02T15:27:32.028Z] ecc8261a40a4: Download complete [2021-02-02T15:27:32.028Z] 6ca5941a6612: Verifying Checksum [2021-02-02T15:27:32.028Z] 6ca5941a6612: Download complete [2021-02-02T15:27:32.314Z] 31603596830f: Pull complete [2021-02-02T15:27:32.594Z] 2a8b12db71e7: Pull complete [2021-02-02T15:27:33.583Z] 6ca5941a6612: Pull complete [2021-02-02T15:27:34.180Z] ecc8261a40a4: Pull complete [2021-02-02T15:27:34.180Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T15:27:34.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:27:34.180Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T15:27:34.313Z] prd-centos7-docker-4c-2g-24564 does not seem to be running inside a container [2021-02-02T15:27:34.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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:10004/edgex-devops/git-semver:latest cat [2021-02-02T15:27:36.819Z] $ docker top d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T15:27:37.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:27:37.146Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:27:37.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:27:37.497Z] $ docker exec d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent [2021-02-02T15:27:37.790Z] SSH_AUTH_SOCK=/tmp/ssh-I40d1JDNZNlM/agent.12 [2021-02-02T15:27:37.790Z] SSH_AGENT_PID=17 [2021-02-02T15:27:37.804Z] Running ssh-add (command line suppressed) [2021-02-02T15:27:37.987Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4614112135934677622.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4614112135934677622.key) [2021-02-02T15:27:38.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:27:38.465Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T15:27:38.490Z] $ docker exec --env ******** --env ******** d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent -k [2021-02-02T15:27:38.645Z] unset SSH_AUTH_SOCK; [2021-02-02T15:27:38.646Z] unset SSH_AGENT_PID; [2021-02-02T15:27:38.646Z] echo Agent pid 17 killed; [2021-02-02T15:27:38.712Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T15:27:38.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:27:38.870Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:27:39.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:27:39.105Z] $ docker exec d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent [2021-02-02T15:27:39.347Z] SSH_AUTH_SOCK=/tmp/ssh-mqIdXS1BPHPY/agent.47 [2021-02-02T15:27:39.347Z] SSH_AGENT_PID=52 [2021-02-02T15:27:39.354Z] Running ssh-add (command line suppressed) [2021-02-02T15:27:39.551Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_2037455323430924568.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_2037455323430924568.key) [2021-02-02T15:27:39.673Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:27:40.029Z] + git semver init [2021-02-02T15:27:40.029Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T15:27:40.029Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.git [2021-02-02T15:27:40.029Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-439 [2021-02-02T15:27:40.029Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T15:27:40.029Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T15:27:40.029Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T15:27:40.029Z] # $SEMVER_BRANCH = PR-439 [2021-02-02T15:27:40.029Z] # $SEMVER_TEMP = /tmp/semver-544240360 [2021-02-02T15:27:40.029Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-02T15:27:41.003Z] # '/tmp/semver-544240360' -> '/w/workspace/dry_go-mod-core-contracts_PR-439/.semver' [2021-02-02T15:27:41.003Z] # -> Force: false [2021-02-02T15:27:41.003Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.semver [Pipeline] } [2021-02-02T15:27:41.035Z] $ docker exec --env ******** --env ******** d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent -k [2021-02-02T15:27:41.216Z] unset SSH_AUTH_SOCK; [2021-02-02T15:27:41.223Z] unset SSH_AGENT_PID; [2021-02-02T15:27:41.223Z] echo Agent pid 52 killed; [2021-02-02T15:27:41.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T15:27:41.795Z] + git semver [Pipeline] } [2021-02-02T15:27:41.816Z] $ docker stop --time=1 d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db [2021-02-02T15:27:43.698Z] $ docker rm -f d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T15:27:44.218Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T15:27:45.089Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T15:27:45.092Z] [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 [2021-02-02T15:28:00.590Z] Still waiting to schedule task [2021-02-02T15:28:00.591Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24564’ [2021-02-02T15:28:00.593Z] Still waiting to schedule task [2021-02-02T15:28:00.593Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T15:29:50.123Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24566 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-02-02T15:29:50.213Z] Running in /w/workspace/go-mod-core-contracts/18 [Pipeline] { [Pipeline] checkout [2021-02-02T15:29:53.659Z] Running on prd-centos7-docker-4c-2g-24567 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-02-02T15:29:53.718Z] Running in /w/workspace/go-mod-core-contracts/18 [Pipeline] { [Pipeline] checkout [2021-02-02T15:29:55.468Z] using credential edgex-jenkins-ssh [2021-02-02T15:29:55.535Z] Cloning the remote Git repository [2021-02-02T15:29:56.211Z] using credential edgex-jenkins-ssh [2021-02-02T15:29:56.267Z] Cloning the remote Git repository [2021-02-02T15:29:55.616Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:29:55.727Z] > git init /w/workspace/go-mod-core-contracts/18 # timeout=10 [2021-02-02T15:29:55.819Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:29:55.820Z] > git --version # timeout=10 [2021-02-02T15:29:55.835Z] > git --version # 'git version 2.17.1' [2021-02-02T15:29:55.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:29:55.942Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:29:56.179Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:29:56.250Z] > git init /w/workspace/go-mod-core-contracts/18 # timeout=10 [2021-02-02T15:29:56.314Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:29:56.315Z] > git --version # timeout=10 [2021-02-02T15:29:56.322Z] > git --version # 'git version 2.24.3' [2021-02-02T15:29:56.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:29:56.351Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:29:57.725Z] Merging remotes/origin/master commit 5330e7a1e14f4aae69f926f73cef49e9e128662d into PR head commit 577ee996f1a431c2b7669420aac12a896c2cd66f [2021-02-02T15:29:57.817Z] Merging remotes/origin/master commit 5330e7a1e14f4aae69f926f73cef49e9e128662d into PR head commit 577ee996f1a431c2b7669420aac12a896c2cd66f [2021-02-02T15:29:57.833Z] Merge succeeded, producing 577ee996f1a431c2b7669420aac12a896c2cd66f [2021-02-02T15:29:57.834Z] Checking out Revision 577ee996f1a431c2b7669420aac12a896c2cd66f (PR-439) [2021-02-02T15:29:57.014Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:29:57.038Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:29:57.074Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:29:57.138Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:29:57.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:29:57.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T15:29:57.850Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T15:29:57.891Z] > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 [2021-02-02T15:29:57.154Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:29:57.160Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:29:57.175Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:29:57.191Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:29:57.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:29:57.197Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T15:29:57.734Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T15:29:57.739Z] > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 [2021-02-02T15:29:57.805Z] > git remote # timeout=10 [2021-02-02T15:29:57.811Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T15:29:57.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:29:57.819Z] > git merge 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 [2021-02-02T15:29:57.828Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T15:29:57.838Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T15:29:57.844Z] > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 [2021-02-02T15:29:58.258Z] Merge succeeded, producing 577ee996f1a431c2b7669420aac12a896c2cd66f [2021-02-02T15:29:58.258Z] Checking out Revision 577ee996f1a431c2b7669420aac12a896c2cd66f (PR-439) [2021-02-02T15:29:58.028Z] > git remote # timeout=10 [2021-02-02T15:29:58.089Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T15:29:58.122Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:29:58.146Z] > git merge 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 [2021-02-02T15:29:58.212Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T15:29:58.291Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T15:29:58.311Z] > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 [2021-02-02T15:30:01.437Z] Commit message: "Merge branch 'master' into issue-431" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T15:30:02.711Z] Commit message: "Merge branch 'master' into issue-431" [2021-02-02T15:30:02.910Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-02-02T15:30:03.249Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T15:30:03.548Z] + sudo service docker restart [2021-02-02T15:30:03.548Z] + true [2021-02-02T15:30:03.548Z] Redirecting to /bin/systemctl restart docker.service [2021-02-02T15:30:04.249Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T15:30:04.654Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash [2021-02-02T15:30:05.057Z] + + true [2021-02-02T15:30:05.057Z] sudo service docker restart [Pipeline] echo [2021-02-02T15:30:05.094Z] ========================================================= [2021-02-02T15:30:05.094Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T15:30:05.094Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:30:05.434Z] + 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 . [2021-02-02T15:30:05.697Z] Sending build context to Docker daemon 2.543MB [2021-02-02T15:30:05.697Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-02T15:30:05.697Z] Step 2/7 : FROM ${BASE} [2021-02-02T15:30:05.965Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T15:30:05.965Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T15:30:05.965Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T15:30:05.965Z] de9db76c5a1d: Pulling fs layer [2021-02-02T15:30:05.965Z] bca2f99d35d6: Pulling fs layer [2021-02-02T15:30:05.965Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T15:30:05.965Z] 7c6f9722023f: Pulling fs layer [2021-02-02T15:30:05.965Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T15:30:05.965Z] 93359f2a8cfa: Waiting [2021-02-02T15:30:05.965Z] 7c6f9722023f: Waiting [2021-02-02T15:30:05.965Z] a35cf1a2eb13: Waiting [2021-02-02T15:30:05.965Z] bca2f99d35d6: Waiting [2021-02-02T15:30:05.965Z] de9db76c5a1d: Download complete [2021-02-02T15:30:05.965Z] 0ef7d3d256c8: Download complete [2021-02-02T15:30:05.965Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T15:30:05.965Z] 93359f2a8cfa: Download complete [2021-02-02T15:30:05.965Z] 7c6f9722023f: Verifying Checksum [2021-02-02T15:30:05.965Z] 7c6f9722023f: Download complete [2021-02-02T15:30:05.965Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T15:30:05.965Z] 188c0c94c7c5: Download complete [2021-02-02T15:30:06.230Z] 188c0c94c7c5: Pull complete [2021-02-02T15:30:06.496Z] 0ef7d3d256c8: Pull complete [2021-02-02T15:30:06.496Z] de9db76c5a1d: Pull complete [Pipeline] unstash [Pipeline] echo [2021-02-02T15:30:07.986Z] ========================================================= [2021-02-02T15:30:07.986Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T15:30:07.986Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:30:08.386Z] + 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 . [2021-02-02T15:30:08.423Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T15:30:08.423Z] a35cf1a2eb13: Download complete [2021-02-02T15:30:09.824Z] bca2f99d35d6: Verifying Checksum [2021-02-02T15:30:09.824Z] bca2f99d35d6: Download complete [2021-02-02T15:30:09.828Z] Sending build context to Docker daemon 2.542MB [2021-02-02T15:30:09.828Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-02T15:30:09.828Z] Step 2/7 : FROM ${BASE} [2021-02-02T15:30:10.104Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T15:30:10.104Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T15:30:10.104Z] a4357932f1b6: Pulling fs layer [2021-02-02T15:30:10.104Z] 18c013af1878: Pulling fs layer [2021-02-02T15:30:10.104Z] 00ac8860ef70: Pulling fs layer [2021-02-02T15:30:10.104Z] 63d7cb157983: Pulling fs layer [2021-02-02T15:30:10.104Z] b116817d02f9: Pulling fs layer [2021-02-02T15:30:10.104Z] 745a02a5169b: Pulling fs layer [2021-02-02T15:30:10.104Z] 00ac8860ef70: Waiting [2021-02-02T15:30:10.104Z] 63d7cb157983: Waiting [2021-02-02T15:30:10.104Z] 745a02a5169b: Waiting [2021-02-02T15:30:10.104Z] b116817d02f9: Waiting [2021-02-02T15:30:10.104Z] 18c013af1878: Verifying Checksum [2021-02-02T15:30:10.104Z] 18c013af1878: Download complete [2021-02-02T15:30:10.104Z] a4357932f1b6: Verifying Checksum [2021-02-02T15:30:10.104Z] 63d7cb157983: Verifying Checksum [2021-02-02T15:30:10.104Z] 63d7cb157983: Download complete [2021-02-02T15:30:10.104Z] b116817d02f9: Verifying Checksum [2021-02-02T15:30:10.104Z] b116817d02f9: Download complete [2021-02-02T15:30:10.104Z] 5f621e34cdf4: Download complete [2021-02-02T15:30:11.095Z] 5f621e34cdf4: Pull complete [2021-02-02T15:30:11.379Z] a4357932f1b6: Pull complete [2021-02-02T15:30:11.995Z] 18c013af1878: Pull complete [2021-02-02T15:30:12.981Z] 745a02a5169b: Verifying Checksum [2021-02-02T15:30:12.981Z] 745a02a5169b: Download complete [2021-02-02T15:30:14.966Z] 00ac8860ef70: Verifying Checksum [2021-02-02T15:30:14.966Z] 00ac8860ef70: Download complete [2021-02-02T15:30:15.159Z] bca2f99d35d6: Pull complete [2021-02-02T15:30:15.425Z] 93359f2a8cfa: Pull complete [2021-02-02T15:30:15.425Z] 7c6f9722023f: Pull complete [2021-02-02T15:30:23.616Z] a35cf1a2eb13: Pull complete [2021-02-02T15:30:23.616Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T15:30:23.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T15:30:23.616Z] ---> a62c8e92a672 [2021-02-02T15:30:23.616Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-02T15:30:23.616Z] ---> Running in 6083ab275369 [2021-02-02T15:30:23.616Z] Removing intermediate container 6083ab275369 [2021-02-02T15:30:23.616Z] ---> 7e86b8b7a796 [2021-02-02T15:30:23.616Z] Step 4/7 : RUN apk add bash [2021-02-02T15:30:23.616Z] ---> Running in 5aafeb22de47 [2021-02-02T15:30:23.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T15:30:24.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T15:30:24.774Z] OK: 166 MiB in 39 packages [2021-02-02T15:30:25.176Z] 00ac8860ef70: Pull complete [2021-02-02T15:30:25.176Z] 63d7cb157983: Pull complete [2021-02-02T15:30:25.348Z] Removing intermediate container 5aafeb22de47 [2021-02-02T15:30:25.348Z] ---> eaa887f69655 [2021-02-02T15:30:25.348Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-02T15:30:25.450Z] b116817d02f9: Pull complete [2021-02-02T15:30:25.612Z] ---> Running in 0664a4f6aefc [2021-02-02T15:30:25.612Z] Removing intermediate container 0664a4f6aefc [2021-02-02T15:30:25.612Z] ---> 717a20e1bd49 [2021-02-02T15:30:25.612Z] Step 6/7 : COPY go.mod . [2021-02-02T15:30:25.874Z] ---> 146b410416e5 [2021-02-02T15:30:25.875Z] Step 7/7 : RUN go mod download [2021-02-02T15:30:25.875Z] ---> Running in 11cf98147a2d [2021-02-02T15:30:28.874Z] 745a02a5169b: Pull complete [2021-02-02T15:30:29.154Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T15:30:29.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T15:30:29.154Z] ---> b7e6874047d6 [2021-02-02T15:30:29.154Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-02T15:30:32.577Z] ---> Running in a34bf50881d1 [2021-02-02T15:30:32.577Z] Removing intermediate container a34bf50881d1 [2021-02-02T15:30:32.577Z] ---> 602d36b843d4 [2021-02-02T15:30:32.577Z] Step 4/7 : RUN apk add bash [2021-02-02T15:30:32.852Z] ---> Running in 3dfbe7cc456f [2021-02-02T15:30:34.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T15:30:34.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T15:30:35.875Z] OK: 142 MiB in 39 packages [2021-02-02T15:30:36.872Z] Removing intermediate container 3dfbe7cc456f [2021-02-02T15:30:36.872Z] ---> 408935aa95d3 [2021-02-02T15:30:36.872Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-02T15:30:36.872Z] ---> Running in c78e202e9436 [2021-02-02T15:30:37.477Z] Removing intermediate container c78e202e9436 [2021-02-02T15:30:37.477Z] ---> 423e37e81ebc [2021-02-02T15:30:37.477Z] Step 6/7 : COPY go.mod . [2021-02-02T15:30:38.073Z] ---> 10b4aa28c929 [2021-02-02T15:30:38.073Z] Step 7/7 : RUN go mod download [2021-02-02T15:30:38.183Z] Removing intermediate container 11cf98147a2d [2021-02-02T15:30:38.183Z] ---> 7aa9b9e8ea7f [2021-02-02T15:30:38.183Z] Successfully built 7aa9b9e8ea7f [2021-02-02T15:30:38.183Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:30:38.352Z] ---> Running in 6c2c83dcf810 [2021-02-02T15:30:38.511Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T15:30:38.511Z] . [Pipeline] withDockerContainer [2021-02-02T15:30:38.639Z] prd-centos7-docker-4c-2g-24567 does not seem to be running inside a container [2021-02-02T15:30:38.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T15:30:39.321Z] $ docker top 880c7db40c6097ed0af7a15860fed96c0ed3f1f5ae36816a03b0beeacf108922 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:30:39.801Z] + go version [2021-02-02T15:30:39.801Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T15:30:39.821Z] $ docker stop --time=1 880c7db40c6097ed0af7a15860fed96c0ed3f1f5ae36816a03b0beeacf108922 [2021-02-02T15:30:41.183Z] $ docker rm -f 880c7db40c6097ed0af7a15860fed96c0ed3f1f5ae36816a03b0beeacf108922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:30:42.040Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T15:30:42.040Z] . [Pipeline] withDockerContainer [2021-02-02T15:30:42.167Z] prd-centos7-docker-4c-2g-24567 does not seem to be running inside a container [2021-02-02T15:30:42.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T15:30:42.894Z] $ docker top 2817d2f9ba4f042f0bac0f706306dfa5044faaac1118fb2da118e1a9338665bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:30:43.399Z] + make test [2021-02-02T15:30:43.399Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-02T15:30:50.086Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-02T15:30:50.364Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.030s coverage: 85.7% of statements [2021-02-02T15:30:50.364Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements [2021-02-02T15:30:50.364Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.021s coverage: 45.4% of statements [2021-02-02T15:30:50.364Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements [2021-02-02T15:30:50.364Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-02T15:30:51.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.022s coverage: 26.3% of statements [2021-02-02T15:30:51.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.020s coverage: 14.7% of statements [2021-02-02T15:30:51.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements [2021-02-02T15:30:52.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements [2021-02-02T15:30:52.321Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-02T15:30:52.321Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-02T15:30:52.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements [2021-02-02T15:30:52.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements [2021-02-02T15:30:53.497Z] Removing intermediate container 6c2c83dcf810 [2021-02-02T15:30:53.497Z] ---> 10c868b3d893 [2021-02-02T15:30:53.497Z] Successfully built 10c868b3d893 [2021-02-02T15:30:53.497Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:30:53.840Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T15:30:53.841Z] . [Pipeline] withDockerContainer [2021-02-02T15:30:54.115Z] prd-ubuntu18.04-docker-arm64-4c-16g-24566 does not seem to be running inside a container [2021-02-02T15:30:54.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-02T15:30:54.315Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.033s coverage: 63.0% of statements [2021-02-02T15:30:54.315Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements [2021-02-02T15:30:54.315Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.033s coverage: 15.4% of statements [2021-02-02T15:30:54.315Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.033s coverage: 15.4% of statements [2021-02-02T15:30:54.315Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.032s coverage: 14.3% of statements [2021-02-02T15:30:54.591Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-02T15:30:55.796Z] $ docker top 2aa05c2800bc8bb62702aa2c07fa4441c1effbcde60374f726e5866464d47f01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:30:56.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.112s coverage: 84.8% of statements [2021-02-02T15:30:56.559Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-02T15:30:56.559Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-02T15:30:56.559Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-02T15:30:56.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.023s coverage: 49.2% of statements [2021-02-02T15:30:56.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements [2021-02-02T15:30:56.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.040s coverage: 88.7% of statements [2021-02-02T15:30:56.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-02-02T15:30:56.831Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-02T15:30:56.831Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T15:30:56.836Z] + go version [2021-02-02T15:30:56.836Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T15:30:56.865Z] $ docker stop --time=1 2aa05c2800bc8bb62702aa2c07fa4441c1effbcde60374f726e5866464d47f01 [2021-02-02T15:30:58.782Z] gofmt -l . [2021-02-02T15:30:58.783Z] [ "`gofmt -l .`" = "" ] [2021-02-02T15:30:58.820Z] $ docker rm -f 2aa05c2800bc8bb62702aa2c07fa4441c1effbcde60374f726e5866464d47f01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-02-02T15:30:59.115Z] $ docker stop --time=1 2817d2f9ba4f042f0bac0f706306dfa5044faaac1118fb2da118e1a9338665bd [2021-02-02T15:31:01.491Z] $ docker rm -f 2817d2f9ba4f042f0bac0f706306dfa5044faaac1118fb2da118e1a9338665bd [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-02-02T15:31:02.164Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:31:02.510Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2021-02-02T15:31:02.589Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T15:31:02.589Z] . [Pipeline] } [Pipeline] // stage [Pipeline] withDockerContainer [2021-02-02T15:31:02.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-24566 does not seem to be running inside a container [2021-02-02T15:31:03.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-02T15:31:04.595Z] $ docker top 38b06b2d8df730ef42c142cdd76c3554ef945ab30aebc2c947a7a2c2a67a819d -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 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] } [2021-02-02T15:31:05.639Z] + make test [2021-02-02T15:31:05.639Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T15:31:32.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-02T15:31:32.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.054s coverage: 85.7% of statements [2021-02-02T15:31:32.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.071s coverage: 100.0% of statements [2021-02-02T15:31:32.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.065s coverage: 45.4% of statements [2021-02-02T15:31:32.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.058s coverage: 77.8% of statements [2021-02-02T15:31:32.504Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-02T15:31:32.783Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements [2021-02-02T15:31:33.780Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.066s coverage: 14.7% of statements [2021-02-02T15:31:34.385Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements [2021-02-02T15:31:35.840Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.063s coverage: 91.8% of statements [2021-02-02T15:31:35.840Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-02T15:31:35.840Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-02T15:31:35.840Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.041s coverage: 100.0% of statements [2021-02-02T15:31:35.840Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.024s coverage: 36.7% of statements [2021-02-02T15:31:41.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.084s coverage: 63.0% of statements [2021-02-02T15:31:41.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements [2021-02-02T15:31:41.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.037s coverage: 15.4% of statements [2021-02-02T15:31:41.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.068s coverage: 15.4% of statements [2021-02-02T15:31:41.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.031s coverage: 14.3% of statements [2021-02-02T15:31:41.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-02T15:31:44.685Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.199s coverage: 84.8% of statements [2021-02-02T15:31:44.685Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-02T15:31:44.685Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-02T15:31:44.685Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-02T15:31:44.685Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.096s coverage: 49.2% of statements [2021-02-02T15:31:44.685Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.030s coverage: 94.7% of statements [2021-02-02T15:31:46.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.154s coverage: 88.7% of statements [2021-02-02T15:31:46.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-02-02T15:31:46.668Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-02T15:31:46.668Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T15:31:52.093Z] gofmt -l . [2021-02-02T15:31:52.686Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-02T15:31:53.321Z] $ docker stop --time=1 38b06b2d8df730ef42c142cdd76c3554ef945ab30aebc2c947a7a2c2a67a819d [2021-02-02T15:31:55.529Z] $ docker rm -f 38b06b2d8df730ef42c142cdd76c3554ef945ab30aebc2c947a7a2c2a67a819d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T15:31:56.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T15:31:56.404Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T15:31:57.307Z] 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 [2021-02-02T15:31:59.025Z] provisioning config files... [2021-02-02T15:31:59.044Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config5325427706069108568tmp [Pipeline] { [Pipeline] sh [2021-02-02T15:31:59.432Z] + set +x [2021-02-02T15:31:59.432Z] + curl -s https://codecov.io/bash [2021-02-02T15:31:59.432Z] + bash -s -- [2021-02-02T15:31:59.708Z] [2021-02-02T15:31:59.708Z] _____ _ [2021-02-02T15:31:59.708Z] / ____| | | [2021-02-02T15:31:59.708Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T15:31:59.708Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T15:31:59.708Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T15:31:59.708Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T15:31:59.708Z] Bash-20210129-7c25fce [2021-02-02T15:31:59.708Z] [2021-02-02T15:31:59.708Z] [2021-02-02T15:31:59.708Z] ==> git version 2.24.3 found [2021-02-02T15:31:59.708Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-02T15:31:59.708Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T15:31:59.708Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T15:31:59.708Z] ==> Jenkins CI detected. [2021-02-02T15:31:59.708Z] project root: . [2021-02-02T15:31:59.708Z] --> token set from env [2021-02-02T15:31:59.708Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T15:31:59.708Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T15:31:59.991Z] ==> Python coveragepy not found [2021-02-02T15:31:59.991Z] ==> Searching for coverage reports in: [2021-02-02T15:31:59.991Z] + . [2021-02-02T15:31:59.991Z] -> Found 1 reports [2021-02-02T15:31:59.991Z] ==> Detecting git/mercurial file structure [2021-02-02T15:31:59.991Z] ==> Reading reports [2021-02-02T15:31:59.991Z] + ./coverage.out bytes=147093 [2021-02-02T15:31:59.991Z] ==> Appending adjustments [2021-02-02T15:31:59.991Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T15:32:01.408Z] + Found adjustments [2021-02-02T15:32:01.409Z] ==> Gzipping contents [2021-02-02T15:32:01.409Z] 24K /tmp/codecov.qQQ7Ao.gz [2021-02-02T15:32:01.409Z] ==> Uploading reports [2021-02-02T15:32:01.409Z] url: https://codecov.io [2021-02-02T15:32:01.409Z] query: branch=PR-439&commit=577ee996f1a431c2b7669420aac12a896c2cd66f&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= [2021-02-02T15:32:01.409Z] -> Pinging Codecov [2021-02-02T15:32:01.409Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-439&commit=577ee996f1a431c2b7669420aac12a896c2cd66f&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= [2021-02-02T15:32:02.025Z] -> Uploading to [2021-02-02T15:32:02.025Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/71470A77251A30514AAF9C0BB2E5B6CE/577ee996f1a431c2b7669420aac12a896c2cd66f/46775ce2-0a0c-4105-97a1-12e93223fc76.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T153201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0e52e13149624aad8f6712f914237a3820eee60c4637445ba33f5a953da0f060 [2021-02-02T15:32:02.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T15:32:02.025Z] Dload Upload Total Spent Left Speed [2021-02-02T15:32:02.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22409 0 0 100 22409 0 42790 --:--:-- --:--:-- --:--:-- 42765 [2021-02-02T15:32:02.567Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/577ee996f1a431c2b7669420aac12a896c2cd66f [Pipeline] } [2021-02-02T15:32:02.578Z] 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 [2021-02-02T15:32:04.896Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:32:05.497Z] ---> package-listing.sh [2021-02-02T15:32:05.498Z] ++ facter osfamily [2021-02-02T15:32:05.498Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T15:32:05.765Z] + OS_FAMILY=redhat [2021-02-02T15:32:05.765Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-439 [2021-02-02T15:32:05.765Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T15:32:05.765Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T15:32:05.765Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T15:32:05.765Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T15:32:05.765Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-02-02T15:32:05.765Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T15:32:05.765Z] + case "${OS_FAMILY}" in [2021-02-02T15:32:05.765Z] + rpm -qa [2021-02-02T15:32:05.765Z] + sort [2021-02-02T15:32:11.166Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T15:32:11.166Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T15:32:11.166Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T15:32:11.166Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-02-02T15:32:11.166Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [2021-02-02T15:32:11.166Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [Pipeline] echo [2021-02-02T15:32:11.186Z] 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-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T15:32:11.500Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:32:12.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T15:32:12.088Z] [2021-02-02T15:32:12.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:32:12.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T15:32:12.466Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T15:32:12.466Z] df20fa9351a1: Pulling fs layer [2021-02-02T15:32:12.466Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T15:32:12.466Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T15:32:12.466Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T15:32:12.466Z] 93b61091891f: Pulling fs layer [2021-02-02T15:32:12.466Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T15:32:12.466Z] 5e14af77c1be: Pulling fs layer [2021-02-02T15:32:12.466Z] 01666e4c0597: Pulling fs layer [2021-02-02T15:32:12.466Z] aa168da1d23b: Pulling fs layer [2021-02-02T15:32:12.466Z] 5e14af77c1be: Waiting [2021-02-02T15:32:12.466Z] 01666e4c0597: Waiting [2021-02-02T15:32:12.466Z] aa168da1d23b: Waiting [2021-02-02T15:32:12.466Z] 93b61091891f: Waiting [2021-02-02T15:32:12.466Z] 93b9cdb0e59b: Waiting [2021-02-02T15:32:12.758Z] 36b3adc4ff6f: Download complete [2021-02-02T15:32:12.758Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T15:32:12.758Z] 46f8f816bc3b: Download complete [2021-02-02T15:32:12.758Z] df20fa9351a1: Verifying Checksum [2021-02-02T15:32:12.758Z] df20fa9351a1: Download complete [2021-02-02T15:32:12.758Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T15:32:12.758Z] 93b9cdb0e59b: Download complete [2021-02-02T15:32:12.758Z] 5e14af77c1be: Verifying Checksum [2021-02-02T15:32:12.758Z] 5e14af77c1be: Download complete [2021-02-02T15:32:13.026Z] 01666e4c0597: Verifying Checksum [2021-02-02T15:32:13.026Z] 01666e4c0597: Download complete [2021-02-02T15:32:13.026Z] 93b61091891f: Verifying Checksum [2021-02-02T15:32:13.026Z] 93b61091891f: Download complete [2021-02-02T15:32:13.314Z] df20fa9351a1: Pull complete [2021-02-02T15:32:13.615Z] 36b3adc4ff6f: Pull complete [2021-02-02T15:32:13.615Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T15:32:13.615Z] 8ad3a11d3b57: Download complete [2021-02-02T15:32:14.640Z] 8ad3a11d3b57: Pull complete [2021-02-02T15:32:14.917Z] 46f8f816bc3b: Pull complete [2021-02-02T15:32:15.551Z] 93b61091891f: Pull complete [2021-02-02T15:32:16.140Z] 93b9cdb0e59b: Pull complete [2021-02-02T15:32:16.420Z] 5e14af77c1be: Pull complete [2021-02-02T15:32:17.026Z] aa168da1d23b: Verifying Checksum [2021-02-02T15:32:17.026Z] aa168da1d23b: Download complete [2021-02-02T15:32:17.026Z] 01666e4c0597: Pull complete [2021-02-02T15:32:27.221Z] aa168da1d23b: Pull complete [2021-02-02T15:32:27.221Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T15:32:27.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T15:32:27.221Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T15:32:27.495Z] prd-centos7-docker-4c-2g-24564 does not seem to be running inside a container [2021-02-02T15:32:27.579Z] $ 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-439/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-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T15:32:31.250Z] $ docker top e063cc8a9b858214465e6ac1752201c86429b435c3117460d12def1b52ad1e97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:32:31.847Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T15:32:32.226Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T15:32:32.610Z] + ls /var/log/sa-host [2021-02-02T15:32:32.610Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T15:32:32.610Z] file_magic: OK [2021-02-02T15:32:32.610Z] HZ: Using current value: 100 [2021-02-02T15:32:32.610Z] file_header: OK [2021-02-02T15:32:32.610Z] 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 [2021-02-02T15:32:32.610Z] Statistics: [2021-02-02T15:32:32.610Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T15:32:32.610Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T15:32:32.610Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T15:32:32.610Z] file_magic: OK [2021-02-02T15:32:32.610Z] HZ: Using current value: 100 [2021-02-02T15:32:32.610Z] file_header: OK [2021-02-02T15:32:32.610Z] 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 [2021-02-02T15:32:32.610Z] Statistics: [2021-02-02T15:32:32.610Z] Hnuu...uuuununununu... [2021-02-02T15:32:32.610Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T15:32:32.840Z] provisioning config files... [2021-02-02T15:32:32.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config241988878525190437tmp [Pipeline] { [Pipeline] echo [2021-02-02T15:32:32.931Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:32:33.273Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T15:32:33.307Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T15:32:33.399Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:32:33.795Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T15:32:33.809Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:32:34.137Z] ---> sudo-logs.sh [2021-02-02T15:32:34.137Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T15:32:34.162Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:32:34.493Z] ---> job-cost.sh [2021-02-02T15:32:34.493Z] lf-activate-venv: SKIPPING [2021-02-02T15:32:34.493Z] INFO: No Stack... [2021-02-02T15:32:35.459Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T15:32:36.047Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T15:32:36.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:32:36.384Z] ---> logs-deploy.sh [2021-02-02T15:32:36.384Z] lf-activate-venv: SKIPPING [2021-02-02T15:32:36.384Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-439/18 [2021-02-02T15:32:36.384Z] INFO: archiving workspace using pattern(s): [2021-02-02T15:32:38.998Z] Archives upload complete. [2021-02-02T15:32:38.998Z] INFO: archiving logs to Nexus