Pull request #363 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 rather than 38672b88403f73f180818a7c230d618ebeaf0da2 Obtained Jenkinsfile from f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9100 in /w/workspace/dry_go-mod-core-contracts_PR-363 [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-363 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 into PR head commit 38672b88403f73f180818a7c230d618ebeaf0da2 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/363/head:refs/remotes/origin/PR-363 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 38672b88403f73f180818a7c230d618ebeaf0da2 Checking out Revision 38672b88403f73f180818a7c230d618ebeaf0da2 (PR-363) > git config core.sparsecheckout # timeout=10 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # 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 f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 Commit message: "fix(metadata): Add validation tag for UpdateDTO" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T07:03:06.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T07:03:06.976Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T07:03:07.100Z] ========================================================= [2020-10-27T07:03:07.100Z] EdgeX Global Pipelines Version Info [2020-10-27T07:03:07.100Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a861f3802d636b395b37d3cd5cc414ecdf93bc66 # timeout=10 [2020-10-27T07:03:08.792Z] ------------------- [2020-10-27T07:03:08.792Z] stable info: [2020-10-27T07:03:08.792Z] ------------------- [2020-10-27T07:03:08.792Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T07:03:08.792Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T07:03:08.792Z] Message: update stable to v1.0.148 [2020-10-27T07:03:09.739Z] ------------------- [2020-10-27T07:03:09.739Z] experimental info: [2020-10-27T07:03:09.739Z] ------------------- [2020-10-27T07:03:09.739Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T07:03:09.739Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T07:03:09.739Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T07:03:10.206Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-27T07:03:10.313Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-27T07:03:10.435Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T07:03:10.540Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T07:03:10.643Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T07:03:10.750Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T07:03:10.848Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T07:03:10.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T07:03:11.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T07:03:11.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T07:03:11.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T07:03:11.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-27T07:03:11.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T07:03:11.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T07:03:11.689Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T07:03:11.793Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T07:03:11.898Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T07:03:12.047Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T07:03:12.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-27T07:03:12.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-27T07:03:12.361Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-27T07:03:12.521Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-27T07:03:12.648Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T07:03:12.794Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T07:03:12.889Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-27T07:03:12.988Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-363 [Pipeline] echo [2020-10-27T07:03:13.125Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-363 [Pipeline] echo [2020-10-27T07:03:13.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-363 [Pipeline] echo [2020-10-27T07:03:13.351Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38672b88403f73f180818a7c230d618ebeaf0da2 [Pipeline] echo [2020-10-27T07:03:13.463Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38672b8 [Pipeline] echo [2020-10-27T07:03:13.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T07:03:14.222Z] + git log --format=format:%s -1 38672b88403f73f180818a7c230d618ebeaf0da2 [Pipeline] echo [2020-10-27T07:03:14.291Z] GIT_COMMIT: 38672b88403f73f180818a7c230d618ebeaf0da2, Commit Message: fix(metadata): Add validation tag for UpdateDTO [Pipeline] echo [2020-10-27T07:03:14.350Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:03:15.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T07:03:15.668Z] [2020-10-27T07:03:15.668Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:03:16.028Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T07:03:16.028Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T07:03:16.028Z] 31603596830f: Pulling fs layer [2020-10-27T07:03:16.028Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T07:03:16.028Z] 6ca5941a6612: Pulling fs layer [2020-10-27T07:03:16.028Z] ecc8261a40a4: Pulling fs layer [2020-10-27T07:03:16.028Z] ecc8261a40a4: Waiting [2020-10-27T07:03:16.028Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T07:03:16.293Z] 31603596830f: Verifying Checksum [2020-10-27T07:03:16.293Z] 31603596830f: Download complete [2020-10-27T07:03:16.293Z] ecc8261a40a4: Verifying Checksum [2020-10-27T07:03:16.293Z] ecc8261a40a4: Download complete [2020-10-27T07:03:16.293Z] 6ca5941a6612: Verifying Checksum [2020-10-27T07:03:16.293Z] 6ca5941a6612: Download complete [2020-10-27T07:03:16.556Z] 31603596830f: Pull complete [2020-10-27T07:03:16.822Z] 2a8b12db71e7: Pull complete [2020-10-27T07:03:17.415Z] 6ca5941a6612: Pull complete [2020-10-27T07:03:17.682Z] ecc8261a40a4: Pull complete [2020-10-27T07:03:17.682Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T07:03:17.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T07:03:17.682Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T07:03:17.843Z] prd-centos7-docker-4c-2g-9100 does not seem to be running inside a container [2020-10-27T07:03:17.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-363 -v /w/workspace/dry_go-mod-core-contracts_PR-363:/w/workspace/dry_go-mod-core-contracts_PR-363:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-363@tmp:/w/workspace/dry_go-mod-core-contracts_PR-363@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T07:03:20.237Z] $ docker top f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T07:03:20.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T07:03:20.607Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T07:03:20.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T07:03:20.840Z] $ docker exec f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent [2020-10-27T07:03:21.023Z] SSH_AUTH_SOCK=/tmp/ssh-r0UgXGwEHcJW/agent.11 [2020-10-27T07:03:21.023Z] SSH_AGENT_PID=16 [2020-10-27T07:03:21.037Z] Running ssh-add (command line suppressed) [2020-10-27T07:03:21.166Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_3662134463342519438.key (/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_3662134463342519438.key) [2020-10-27T07:03:21.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T07:03:21.564Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T07:03:21.590Z] $ docker exec --env ******** --env ******** f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent -k [2020-10-27T07:03:21.706Z] unset SSH_AUTH_SOCK; [2020-10-27T07:03:21.706Z] unset SSH_AGENT_PID; [2020-10-27T07:03:21.707Z] echo Agent pid 16 killed; [2020-10-27T07:03:21.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T07:03:21.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T07:03:21.911Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T07:03:22.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T07:03:22.094Z] $ docker exec f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent [2020-10-27T07:03:22.253Z] SSH_AUTH_SOCK=/tmp/ssh-aDBrDrBzPOsS/agent.44 [2020-10-27T07:03:22.253Z] SSH_AGENT_PID=49 [2020-10-27T07:03:22.261Z] Running ssh-add (command line suppressed) [2020-10-27T07:03:22.385Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_2896585333086113428.key (/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_2896585333086113428.key) [2020-10-27T07:03:22.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T07:03:22.780Z] + git semver init [2020-10-27T07:03:22.780Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T07:03:22.780Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-363/.git [2020-10-27T07:03:22.780Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-363 [2020-10-27T07:03:22.780Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T07:03:22.780Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T07:03:22.780Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T07:03:22.780Z] # $SEMVER_BRANCH = PR-363 [2020-10-27T07:03:22.780Z] # $SEMVER_TEMP = /tmp/semver-838371138 [2020-10-27T07:03:22.780Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-27T07:03:23.355Z] # '/tmp/semver-838371138' -> '/w/workspace/dry_go-mod-core-contracts_PR-363/.semver' [2020-10-27T07:03:23.355Z] # -> Force: false [2020-10-27T07:03:23.355Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-363/.semver [Pipeline] } [2020-10-27T07:03:23.370Z] $ docker exec --env ******** --env ******** f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent -k [2020-10-27T07:03:23.487Z] unset SSH_AUTH_SOCK; [2020-10-27T07:03:23.487Z] unset SSH_AGENT_PID; [2020-10-27T07:03:23.487Z] echo Agent pid 49 killed; [2020-10-27T07:03:23.531Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T07:03:24.141Z] + git semver [Pipeline] } [2020-10-27T07:03:24.161Z] $ docker stop --time=1 f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 [2020-10-27T07:03:25.976Z] $ docker rm -f f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T07:03:26.493Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T07:03:26.962Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T07:03:26.965Z] [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-10-27T07:03:42.537Z] Still waiting to schedule task [2020-10-27T07:03:42.537Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T07:03:42.539Z] Still waiting to schedule task [2020-10-27T07:03:42.540Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-27T07:07:51.811Z] Running on prd-centos7-docker-4c-2g-9103 in /w/workspace/dry_go-mod-core-contracts_PR-363 [Pipeline] { [Pipeline] ws [2020-10-27T07:07:51.872Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2020-10-27T07:07:57.039Z] using credential edgex-jenkins-ssh [2020-10-27T07:07:57.104Z] Cloning the remote Git repository [2020-10-27T07:07:57.163Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T07:07:57.251Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2020-10-27T07:07:57.328Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T07:07:57.328Z] > git --version # timeout=10 [2020-10-27T07:07:57.339Z] > git --version # 'git version 2.16.5' [2020-10-27T07:07:57.340Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T07:07:57.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T07:07:58.068Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T07:07:58.087Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T07:07:58.103Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T07:07:58.122Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T07:07:58.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T07:07:58.128Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/363/head:refs/remotes/origin/PR-363 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T07:07:58.662Z] Merging remotes/origin/master commit f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 into PR head commit 38672b88403f73f180818a7c230d618ebeaf0da2 [2020-10-27T07:07:58.842Z] Merge succeeded, producing 38672b88403f73f180818a7c230d618ebeaf0da2 [2020-10-27T07:07:58.843Z] Checking out Revision 38672b88403f73f180818a7c230d618ebeaf0da2 (PR-363) [2020-10-27T07:07:58.674Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T07:07:58.697Z] > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 [2020-10-27T07:07:58.781Z] > git remote # timeout=10 [2020-10-27T07:07:58.789Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T07:07:58.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T07:07:58.809Z] > git merge f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 [2020-10-27T07:07:58.823Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T07:07:58.850Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T07:07:58.880Z] > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 [2020-10-27T07:08:02.908Z] Commit message: "fix(metadata): Add validation tag for UpdateDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T07:08:03.895Z] ========================================================= [2020-10-27T07:08:03.895Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T07:08:03.895Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:08:05.005Z] + 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-10-27T07:08:05.607Z] Sending build context to Docker daemon 1.827MB [2020-10-27T07:08:05.607Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T07:08:05.607Z] Step 2/7 : FROM ${BASE} [2020-10-27T07:08:05.901Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T07:08:05.901Z] df20fa9351a1: Pulling fs layer [2020-10-27T07:08:05.901Z] ed8968b2872e: Pulling fs layer [2020-10-27T07:08:05.901Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T07:08:05.901Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T07:08:05.901Z] e73272ec9a57: Pulling fs layer [2020-10-27T07:08:05.901Z] 1e910a182e73: Pulling fs layer [2020-10-27T07:08:05.901Z] 4e634b169226: Pulling fs layer [2020-10-27T07:08:05.901Z] e871e8e8d7a9: Waiting [2020-10-27T07:08:05.901Z] 1e910a182e73: Waiting [2020-10-27T07:08:05.901Z] 4e634b169226: Waiting [2020-10-27T07:08:05.901Z] e73272ec9a57: Waiting [2020-10-27T07:08:05.901Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T07:08:05.901Z] a92cc7c5fd73: Download complete [2020-10-27T07:08:05.901Z] ed8968b2872e: Verifying Checksum [2020-10-27T07:08:05.901Z] ed8968b2872e: Download complete [2020-10-27T07:08:05.901Z] e73272ec9a57: Verifying Checksum [2020-10-27T07:08:05.901Z] e73272ec9a57: Download complete [2020-10-27T07:08:05.901Z] 1e910a182e73: Verifying Checksum [2020-10-27T07:08:05.901Z] 1e910a182e73: Download complete [2020-10-27T07:08:05.901Z] df20fa9351a1: Verifying Checksum [2020-10-27T07:08:05.901Z] df20fa9351a1: Download complete [2020-10-27T07:08:06.531Z] df20fa9351a1: Pull complete [2020-10-27T07:08:06.839Z] ed8968b2872e: Pull complete [2020-10-27T07:08:06.839Z] a92cc7c5fd73: Pull complete [2020-10-27T07:08:09.661Z] 4e634b169226: Verifying Checksum [2020-10-27T07:08:09.661Z] 4e634b169226: Download complete [2020-10-27T07:08:13.249Z] e871e8e8d7a9: Download complete [2020-10-27T07:08:21.726Z] e871e8e8d7a9: Pull complete [2020-10-27T07:08:21.726Z] e73272ec9a57: Pull complete [2020-10-27T07:08:21.994Z] 1e910a182e73: Pull complete [2020-10-27T07:08:27.800Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9104 in /w/workspace/dry_go-mod-core-contracts_PR-363 [Pipeline] { [Pipeline] ws [2020-10-27T07:08:27.869Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2020-10-27T07:08:32.127Z] 4e634b169226: Pull complete [2020-10-27T07:08:32.127Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T07:08:32.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T07:08:32.127Z] ---> f7629b54cfaa [2020-10-27T07:08:32.127Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T07:08:32.127Z] ---> Running in 5941bf6a9950 [2020-10-27T07:08:32.127Z] Removing intermediate container 5941bf6a9950 [2020-10-27T07:08:32.127Z] ---> 845d2755bf4a [2020-10-27T07:08:32.127Z] Step 4/7 : RUN apk add bash [2020-10-27T07:08:32.127Z] ---> Running in f8e357f38ae5 [2020-10-27T07:08:32.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T07:08:33.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T07:08:33.502Z] using credential edgex-jenkins-ssh [2020-10-27T07:08:33.562Z] Cloning the remote Git repository [2020-10-27T07:08:33.620Z] OK: 166 MiB in 39 packages [2020-10-27T07:08:34.219Z] Removing intermediate container f8e357f38ae5 [2020-10-27T07:08:34.219Z] ---> 0c48aad76704 [2020-10-27T07:08:34.219Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-27T07:08:33.640Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T07:08:33.749Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2020-10-27T07:08:33.826Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T07:08:33.827Z] > git --version # timeout=10 [2020-10-27T07:08:33.850Z] > git --version # 'git version 2.17.1' [2020-10-27T07:08:33.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T07:08:33.910Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T07:08:34.487Z] ---> Running in 62c4ee7d25e1 [2020-10-27T07:08:34.487Z] Removing intermediate container 62c4ee7d25e1 [2020-10-27T07:08:34.487Z] ---> c3e419ae3893 [2020-10-27T07:08:34.487Z] Step 6/7 : COPY go.mod . [2020-10-27T07:08:34.754Z] ---> 6967155a3cf0 [2020-10-27T07:08:34.754Z] Step 7/7 : RUN go mod download [2020-10-27T07:08:35.027Z] ---> Running in 3bbc4fde1dc2 [2020-10-27T07:08:34.860Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T07:08:34.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T07:08:34.912Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-27T07:08:34.998Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-27T07:08:35.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T07:08:35.048Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/363/head:refs/remotes/origin/PR-363 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T07:08:35.665Z] Merging remotes/origin/master commit f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 into PR head commit 38672b88403f73f180818a7c230d618ebeaf0da2 [2020-10-27T07:08:35.928Z] Merge succeeded, producing 38672b88403f73f180818a7c230d618ebeaf0da2 [2020-10-27T07:08:35.928Z] Checking out Revision 38672b88403f73f180818a7c230d618ebeaf0da2 (PR-363) [2020-10-27T07:08:35.688Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T07:08:35.717Z] > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 [2020-10-27T07:08:35.843Z] > git remote # timeout=10 [2020-10-27T07:08:35.860Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T07:08:35.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T07:08:35.892Z] > git merge f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 [2020-10-27T07:08:35.913Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T07:08:35.938Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T07:08:35.961Z] > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 [2020-10-27T07:08:40.181Z] Commit message: "fix(metadata): Add validation tag for UpdateDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T07:08:41.095Z] ========================================================= [2020-10-27T07:08:41.096Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T07:08:41.096Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:08:42.096Z] + 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 . [2020-10-27T07:08:43.085Z] Sending build context to Docker daemon 1.827MB [2020-10-27T07:08:43.085Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T07:08:43.085Z] Step 2/7 : FROM ${BASE} [2020-10-27T07:08:43.368Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T07:08:43.368Z] b538f80385f9: Pulling fs layer [2020-10-27T07:08:43.369Z] 74f711af9a0d: Pulling fs layer [2020-10-27T07:08:43.369Z] 99f96fe45779: Pulling fs layer [2020-10-27T07:08:43.369Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T07:08:43.369Z] 45590311c82a: Pulling fs layer [2020-10-27T07:08:43.369Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T07:08:43.369Z] 209524e5b208: Pulling fs layer [2020-10-27T07:08:43.369Z] 69ca0ff8b7b3: Waiting [2020-10-27T07:08:43.369Z] 8529a6b9a6be: Waiting [2020-10-27T07:08:43.369Z] 45590311c82a: Waiting [2020-10-27T07:08:43.369Z] 209524e5b208: Waiting [2020-10-27T07:08:43.369Z] 99f96fe45779: Verifying Checksum [2020-10-27T07:08:43.369Z] 99f96fe45779: Download complete [2020-10-27T07:08:43.369Z] 74f711af9a0d: Verifying Checksum [2020-10-27T07:08:43.369Z] 74f711af9a0d: Download complete [2020-10-27T07:08:43.369Z] 45590311c82a: Verifying Checksum [2020-10-27T07:08:43.369Z] 45590311c82a: Download complete [2020-10-27T07:08:43.369Z] 69ca0ff8b7b3: Download complete [2020-10-27T07:08:43.369Z] b538f80385f9: Verifying Checksum [2020-10-27T07:08:44.354Z] b538f80385f9: Pull complete [2020-10-27T07:08:44.957Z] 74f711af9a0d: Pull complete [2020-10-27T07:08:45.234Z] 99f96fe45779: Pull complete [2020-10-27T07:08:45.513Z] 209524e5b208: Verifying Checksum [2020-10-27T07:08:45.513Z] 209524e5b208: Download complete [2020-10-27T07:08:46.955Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T07:08:46.955Z] 8529a6b9a6be: Download complete [2020-10-27T07:08:50.444Z] Removing intermediate container 3bbc4fde1dc2 [2020-10-27T07:08:50.445Z] ---> f90e850905b0 [2020-10-27T07:08:50.445Z] Successfully built f90e850905b0 [2020-10-27T07:08:50.445Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:08:51.307Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T07:08:51.307Z] . [Pipeline] withDockerContainer [2020-10-27T07:08:51.724Z] prd-centos7-docker-4c-2g-9103 does not seem to be running inside a container [2020-10-27T07:08:52.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T07:08:53.038Z] $ docker top 5dfaae3fead7b57958af9cb55c1429d9fdff8d2ada0072c979daeb2ccbd66cff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T07:08:53.872Z] + go version [2020-10-27T07:08:53.872Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T07:08:53.947Z] $ docker stop --time=1 5dfaae3fead7b57958af9cb55c1429d9fdff8d2ada0072c979daeb2ccbd66cff [2020-10-27T07:08:55.542Z] $ docker rm -f 5dfaae3fead7b57958af9cb55c1429d9fdff8d2ada0072c979daeb2ccbd66cff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:08:56.782Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T07:08:56.783Z] . [Pipeline] withDockerContainer [2020-10-27T07:08:57.111Z] prd-centos7-docker-4c-2g-9103 does not seem to be running inside a container [2020-10-27T07:08:57.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T07:08:57.785Z] 8529a6b9a6be: Pull complete [2020-10-27T07:08:57.786Z] 45590311c82a: Pull complete [2020-10-27T07:08:58.069Z] 69ca0ff8b7b3: Pull complete [2020-10-27T07:08:58.589Z] $ docker top 7b5d8ef097aca5991a14bb5418d3984b929aedfd56f6fc1f00ce2bec4c95c5d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T07:08:59.296Z] + make test [2020-10-27T07:08:59.296Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-27T07:09:01.517Z] 209524e5b208: Pull complete [2020-10-27T07:09:01.518Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T07:09:01.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T07:09:01.518Z] ---> 5bddaf1c2fca [2020-10-27T07:09:01.518Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T07:09:04.988Z] ---> Running in 850acaca3d5b [2020-10-27T07:09:04.988Z] Removing intermediate container 850acaca3d5b [2020-10-27T07:09:04.988Z] ---> 62e15a3ed4a9 [2020-10-27T07:09:04.988Z] Step 4/7 : RUN apk add bash [2020-10-27T07:09:04.988Z] ---> Running in ca15d15bd92b [2020-10-27T07:09:06.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T07:09:07.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T07:09:08.226Z] OK: 142 MiB in 39 packages [2020-10-27T07:09:09.668Z] Removing intermediate container ca15d15bd92b [2020-10-27T07:09:09.668Z] ---> d5c778580b99 [2020-10-27T07:09:09.668Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-27T07:09:09.668Z] ---> Running in cc3bfb02cc9d [2020-10-27T07:09:09.753Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-27T07:09:10.265Z] Removing intermediate container cc3bfb02cc9d [2020-10-27T07:09:10.265Z] ---> 85e9bc99885a [2020-10-27T07:09:10.265Z] Step 6/7 : COPY go.mod . [2020-10-27T07:09:10.838Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.050s coverage: 85.7% of statements [2020-10-27T07:09:10.839Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.066s coverage: 100.0% of statements [2020-10-27T07:09:10.871Z] ---> 084934f06327 [2020-10-27T07:09:10.871Z] Step 7/7 : RUN go mod download [2020-10-27T07:09:10.871Z] ---> Running in 45d25767fa1f [2020-10-27T07:09:11.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.061s coverage: 45.4% of statements [2020-10-27T07:09:11.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.016s coverage: 77.8% of statements [2020-10-27T07:09:11.844Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-27T07:09:11.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 6.4% of statements [2020-10-27T07:09:12.888Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.034s coverage: 14.7% of statements [2020-10-27T07:09:12.889Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.023s coverage: 100.0% of statements [2020-10-27T07:09:13.541Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements [2020-10-27T07:09:13.541Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-27T07:09:13.541Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-27T07:09:13.541Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.055s coverage: 100.0% of statements [2020-10-27T07:09:13.827Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 48.9% of statements [2020-10-27T07:09:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.034s coverage: 63.0% of statements [2020-10-27T07:09:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements [2020-10-27T07:09:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements [2020-10-27T07:09:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements [2020-10-27T07:09:16.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.020s coverage: 14.3% of statements [2020-10-27T07:09:16.771Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-27T07:09:17.797Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 29.1% of statements [2020-10-27T07:09:17.797Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements [2020-10-27T07:09:18.076Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.093s coverage: 94.4% of statements [2020-10-27T07:09:18.076Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.020s coverage: 100.0% of statements [2020-10-27T07:09:18.076Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-27T07:09:18.358Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-27T07:09:21.019Z] gofmt -l . [2020-10-27T07:09:21.285Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-27T07:09:22.070Z] Stashed 1 file(s) [Pipeline] } [2020-10-27T07:09:22.079Z] $ docker stop --time=1 7b5d8ef097aca5991a14bb5418d3984b929aedfd56f6fc1f00ce2bec4c95c5d1 [2020-10-27T07:09:24.385Z] $ docker rm -f 7b5d8ef097aca5991a14bb5418d3984b929aedfd56f6fc1f00ce2bec4c95c5d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-10-27T07:09:25.965Z] Removing intermediate container 45d25767fa1f [2020-10-27T07:09:25.965Z] ---> b6b98dc7cb03 [2020-10-27T07:09:25.965Z] Successfully built b6b98dc7cb03 [2020-10-27T07:09:25.965Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:09:26.634Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T07:09:26.634Z] . [Pipeline] withDockerContainer [2020-10-27T07:09:26.888Z] prd-ubuntu18.04-docker-arm64-4c-16g-9104 does not seem to be running inside a container [2020-10-27T07:09:26.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-arm64 cat [2020-10-27T07:09:28.878Z] $ docker top da83d87bcebdcfcc855fb2571645fc348b27bd34c8028827f5929594081f4601 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T07:09:30.266Z] + go version [2020-10-27T07:09:30.266Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T07:09:30.295Z] $ docker stop --time=1 da83d87bcebdcfcc855fb2571645fc348b27bd34c8028827f5929594081f4601 [2020-10-27T07:09:32.326Z] $ docker rm -f da83d87bcebdcfcc855fb2571645fc348b27bd34c8028827f5929594081f4601 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:09:33.374Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T07:09:33.374Z] . [Pipeline] withDockerContainer [2020-10-27T07:09:33.642Z] prd-ubuntu18.04-docker-arm64-4c-16g-9104 does not seem to be running inside a container [2020-10-27T07:09:33.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-arm64 cat [2020-10-27T07:09:35.818Z] $ docker top 2a2e4eb6ac655dbfc84243ba69e5c8b373e4301012d40891ff6352a558cdad56 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T07:09:37.237Z] + make test [2020-10-27T07:09:37.238Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-27T07:09:59.456Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-27T07:10:00.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements [2020-10-27T07:10:00.063Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.045s coverage: 100.0% of statements [2020-10-27T07:10:01.508Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.046s coverage: 45.4% of statements [2020-10-27T07:10:01.508Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.023s coverage: 77.8% of statements [2020-10-27T07:10:01.508Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-27T07:10:01.508Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 6.4% of statements [2020-10-27T07:10:03.517Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.077s coverage: 14.7% of statements [2020-10-27T07:10:03.517Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-10-27T07:10:04.965Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.087s coverage: 91.8% of statements [2020-10-27T07:10:04.965Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-27T07:10:04.965Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-27T07:10:04.965Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements [2020-10-27T07:10:05.245Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.036s coverage: 48.9% of statements [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.078s coverage: 63.0% of statements [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.038s coverage: 26.3% of statements [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.040s coverage: 15.4% of statements [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.031s coverage: 15.4% of statements [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.024s coverage: 14.3% of statements [2020-10-27T07:10:10.676Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.044s coverage: 29.1% of statements [2020-10-27T07:10:10.676Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements [2020-10-27T07:10:12.147Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements [2020-10-27T07:10:12.147Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements [2020-10-27T07:10:12.147Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-27T07:10:12.421Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-27T07:10:16.751Z] gofmt -l . [2020-10-27T07:10:17.024Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-27T07:10:17.318Z] Warning: overwriting stash ‘coverage-report’ [2020-10-27T07:10:18.208Z] Stashed 1 file(s) [Pipeline] } [2020-10-27T07:10:18.227Z] $ docker stop --time=1 2a2e4eb6ac655dbfc84243ba69e5c8b373e4301012d40891ff6352a558cdad56 [2020-10-27T07:10:20.502Z] $ docker rm -f 2a2e4eb6ac655dbfc84243ba69e5c8b373e4301012d40891ff6352a558cdad56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-27T07:10:23.497Z] provisioning config files... [2020-10-27T07:10:23.511Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/config7325774470920069460tmp [Pipeline] { [Pipeline] sh [2020-10-27T07:10:23.905Z] + set +x [2020-10-27T07:10:23.905Z] + curl -s https://codecov.io/bash [2020-10-27T07:10:23.905Z] + bash -s -- [2020-10-27T07:10:24.169Z] [2020-10-27T07:10:24.169Z] _____ _ [2020-10-27T07:10:24.169Z] / ____| | | [2020-10-27T07:10:24.169Z] | | ___ __| | ___ ___ _____ __ [2020-10-27T07:10:24.169Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-27T07:10:24.169Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-27T07:10:24.169Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-27T07:10:24.169Z] Bash-20201009-048fee3 [2020-10-27T07:10:24.169Z] [2020-10-27T07:10:24.169Z] [2020-10-27T07:10:24.169Z] ==> Jenkins CI detected. [2020-10-27T07:10:24.169Z] project root: . [2020-10-27T07:10:24.169Z] --> token set from env [2020-10-27T07:10:24.169Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-27T07:10:24.169Z] ==> Running gcov in . (disable via -X gcov) [2020-10-27T07:10:24.169Z] ==> Python coveragepy not found [2020-10-27T07:10:24.169Z] ==> Searching for coverage reports in: [2020-10-27T07:10:24.169Z] + . [2020-10-27T07:10:24.169Z] -> Found 1 reports [2020-10-27T07:10:24.169Z] ==> Detecting git/mercurial file structure [2020-10-27T07:10:24.169Z] ==> Reading reports [2020-10-27T07:10:24.169Z] + ./coverage.out bytes=105823 [2020-10-27T07:10:24.169Z] ==> Appending adjustments [2020-10-27T07:10:24.169Z] https://docs.codecov.io/docs/fixing-reports [2020-10-27T07:10:25.118Z] + Found adjustments [2020-10-27T07:10:25.118Z] ==> Gzipping contents [2020-10-27T07:10:25.118Z] ==> Uploading reports [2020-10-27T07:10:25.118Z] url: https://codecov.io [2020-10-27T07:10:25.118Z] query: branch=PR-363&commit=38672b88403f73f180818a7c230d618ebeaf0da2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-363%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=363&job=&cmd_args= [2020-10-27T07:10:25.118Z] -> Pinging Codecov [2020-10-27T07:10:25.118Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-363&commit=38672b88403f73f180818a7c230d618ebeaf0da2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-363%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=363&job=&cmd_args= [2020-10-27T07:10:25.118Z] -> Uploading to [2020-10-27T07:10:25.118Z] [2020-10-27T07:10:25.118Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T07:10:25.118Z] Dload Upload Total Spent Left Speed [2020-10-27T07:10:25.118Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-27T07:10:25.118Z] X> Failed to upload [2020-10-27T07:10:25.118Z] ==> Uploading to Codecov [2020-10-27T07:10:25.118Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T07:10:25.118Z] Dload Upload Total Spent Left Speed [2020-10-27T07:10:25.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17177 100 118 100 17059 237 34285 --:--:-- --:--:-- --:--:-- 34323 [2020-10-27T07:10:25.694Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/38672b88403f73f180818a7c230d618ebeaf0da2 [Pipeline] } [2020-10-27T07:10:25.704Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:28.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:28.994Z] ---> package-listing.sh [2020-10-27T07:10:28.994Z] ++ facter osfamily [2020-10-27T07:10:28.994Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T07:10:28.994Z] + OS_FAMILY=redhat [2020-10-27T07:10:28.994Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-363 [2020-10-27T07:10:28.994Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T07:10:28.994Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T07:10:28.994Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T07:10:28.994Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T07:10:28.994Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-363 ']' [2020-10-27T07:10:28.994Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T07:10:28.994Z] + case "${OS_FAMILY}" in [2020-10-27T07:10:28.994Z] + rpm -qa [2020-10-27T07:10:28.994Z] + sort [2020-10-27T07:10:33.232Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T07:10:33.232Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T07:10:33.232Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T07:10:33.232Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-363 ']' [2020-10-27T07:10:33.232Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-363/archives/ [2020-10-27T07:10:33.232Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-363/archives/ [Pipeline] echo [2020-10-27T07:10:33.246Z] 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-363/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T07:10:33.539Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:10:33.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T07:10:33.845Z] [2020-10-27T07:10:33.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T07:10:34.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T07:10:34.214Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T07:10:34.214Z] df20fa9351a1: Pulling fs layer [2020-10-27T07:10:34.214Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T07:10:34.214Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T07:10:34.214Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T07:10:34.214Z] 93b61091891f: Pulling fs layer [2020-10-27T07:10:34.214Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T07:10:34.214Z] 5e14af77c1be: Pulling fs layer [2020-10-27T07:10:34.214Z] 01666e4c0597: Pulling fs layer [2020-10-27T07:10:34.214Z] aa168da1d23b: Pulling fs layer [2020-10-27T07:10:34.214Z] 46f8f816bc3b: Waiting [2020-10-27T07:10:34.214Z] 93b61091891f: Waiting [2020-10-27T07:10:34.214Z] 93b9cdb0e59b: Waiting [2020-10-27T07:10:34.214Z] 5e14af77c1be: Waiting [2020-10-27T07:10:34.214Z] 01666e4c0597: Waiting [2020-10-27T07:10:34.214Z] aa168da1d23b: Waiting [2020-10-27T07:10:34.214Z] 36b3adc4ff6f: Download complete [2020-10-27T07:10:34.214Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T07:10:34.214Z] 46f8f816bc3b: Download complete [2020-10-27T07:10:34.214Z] df20fa9351a1: Verifying Checksum [2020-10-27T07:10:34.214Z] df20fa9351a1: Download complete [2020-10-27T07:10:34.478Z] 93b9cdb0e59b: Download complete [2020-10-27T07:10:34.478Z] 5e14af77c1be: Verifying Checksum [2020-10-27T07:10:34.478Z] 5e14af77c1be: Download complete [2020-10-27T07:10:34.478Z] 93b61091891f: Download complete [2020-10-27T07:10:34.478Z] 01666e4c0597: Download complete [2020-10-27T07:10:34.740Z] df20fa9351a1: Pull complete [2020-10-27T07:10:34.740Z] 36b3adc4ff6f: Pull complete [2020-10-27T07:10:35.007Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T07:10:35.007Z] 8ad3a11d3b57: Download complete [2020-10-27T07:10:35.590Z] 8ad3a11d3b57: Pull complete [2020-10-27T07:10:35.859Z] 46f8f816bc3b: Pull complete [2020-10-27T07:10:36.447Z] 93b61091891f: Pull complete [2020-10-27T07:10:36.447Z] 93b9cdb0e59b: Pull complete [2020-10-27T07:10:36.712Z] 5e14af77c1be: Pull complete [2020-10-27T07:10:36.712Z] aa168da1d23b: Verifying Checksum [2020-10-27T07:10:36.712Z] aa168da1d23b: Download complete [2020-10-27T07:10:36.712Z] 01666e4c0597: Pull complete [2020-10-27T07:10:43.346Z] aa168da1d23b: Pull complete [2020-10-27T07:10:43.346Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T07:10:43.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T07:10:43.346Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T07:10:43.578Z] prd-centos7-docker-4c-2g-9100 does not seem to be running inside a container [2020-10-27T07:10:43.632Z] $ 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-363/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-363 -v /w/workspace/dry_go-mod-core-contracts_PR-363:/w/workspace/dry_go-mod-core-contracts_PR-363:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-363@tmp:/w/workspace/dry_go-mod-core-contracts_PR-363@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T07:10:47.566Z] $ docker top c8127af75dd944743f7c55d3f4e3f60703181fbcbb64631808bf094105c5b156 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T07:10:48.107Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T07:10:48.411Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T07:10:48.735Z] + ls /var/log/sa-host [2020-10-27T07:10:48.735Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T07:10:48.735Z] file_magic: OK [2020-10-27T07:10:48.735Z] HZ: Using current value: 100 [2020-10-27T07:10:48.735Z] file_header: OK [2020-10-27T07:10:48.735Z] 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-10-27T07:10:48.735Z] Statistics: [2020-10-27T07:10:48.735Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T07:10:48.735Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T07:10:48.735Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T07:10:48.735Z] file_magic: OK [2020-10-27T07:10:48.735Z] HZ: Using current value: 100 [2020-10-27T07:10:48.735Z] file_header: OK [2020-10-27T07:10:48.735Z] 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-10-27T07:10:48.735Z] Statistics: [2020-10-27T07:10:48.735Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T07:10:48.735Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T07:10:48.957Z] provisioning config files... [2020-10-27T07:10:48.974Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/config1587705799283838404tmp [Pipeline] { [Pipeline] echo [2020-10-27T07:10:49.061Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:49.379Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T07:10:49.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T07:10:49.496Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:49.804Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T07:10:49.814Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:50.112Z] ---> sudo-logs.sh [2020-10-27T07:10:50.112Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T07:10:50.124Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:50.430Z] ---> job-cost.sh [2020-10-27T07:10:50.430Z] lf-activate-venv: SKIPPING [2020-10-27T07:10:50.430Z] INFO: No Stack... [2020-10-27T07:10:51.822Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T07:10:53.234Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T07:10:53.248Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T07:10:53.547Z] ---> logs-deploy.sh [2020-10-27T07:10:53.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-363/5 [2020-10-27T07:10:53.547Z] INFO: archiving workspace using pattern(s): [2020-10-27T07:10:55.473Z] Archives upload complete. [2020-10-27T07:10:55.473Z] INFO: archiving logs to Nexus